/* CSS Document */
body {
	background: #FFFFFF url(background.jpg) no-repeat scroll;
	position: relative;
	background-color: #847DA6;
}

/*nenavštívený link*/
a:link {
	color: White;
	font-weight: bold;
	font-family: "GoudyOlSt BT";
	font-size: x-large;
	text-decoration: none;
}

/* navštívený link */
a:visited {
	color: White;
	font-weight: bold;
	font-family: "GoudyOlSt BT";
	font-size: x-large;
	text-decoration: none;
}

/* při přejetí myší změnit odkaz na viz parametry*/
a:hover {
	color: Silver;
	font-weight: bold;
	font-family: "GoudyOlSt BT";
	font-size: x-large;
	text-decoration: none;
}
 
/*umístění odkazů na stránce*/
#odkazy {
	margin-top: -650px;
	position: static;
	margin-left: 12px;
}

/* text na všech stránkách*/
#text {
	font-family: Arial, sans-serif;
	position: relative;
	height: 650px;
	width: 846px;
	margin-left: 169px;
	margin-top: 105px;
	overflow: auto;
	font-weight: bolder;
	color: #A79CBE;
}

/* nadpis 1*/
h1 {
	font-size: x-large;
	font: "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	position: static;
}


/*umístění počítadla*/
#pocitadlo {
	margin-top: 100px;
	position: static;
	margin-left: 12px;
}

