body {
	color: White;
	text-align: center;
	font-family: "Arial CE", Helvetica, Arial, sans-serif;
	font-size: smaller;
	font-weight: bold;
}

h1 {
	color: #AAAAAA;
}

#container {
	width: 700px;
	display: block;
	text-align: center;
	margin: 0px auto;
}

.polozka {
	width: 600px;
	height: 90px;
	display: block;
	background-image: url(./bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	color: black;
	margin: 30px 0;
}

	.polozka div {
		width: 189px;
		height: 90px;
		display: block;
		background-repeat: no-repeat;
		float: left;
	}

hr {
	clear: both;
}


#hlavicka1 {
	background-image: url(./napis1.jpg);
}

#hlavicka2 {
	background-image: url(./napis2.jpg);
}

#hlavicka3 {
	background-image: url(./napis3.jpg);
}


#barva1, #barva1 a {
	color:#0d407e;
}

#barva2, #barva2 a {
	color:#4a96f3;
}

#barva3, #barva3 a {
	color:#fe3f3f;
}

.button {
	display: block;
	width: 189px;
	height: 90px;
}

span {
	display: none;
}

p {
	padding-top: 33px;
	text-align: center;
	}
	
a:link, a:visited, a:hover, a:active {
	color: black;
	text-decoration: none;
}
