body {
	background-color: #D4D4D4;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#logo {
	background-image: url(../obrazky/logopoz.gif);
	text-align: left;
	background-color: White;
	border: 1px;
	border-color: black;
	border-style: solid;
	width: 742px;
	height: 100px;
}

#menu {
 	font-family: Verdana, sans-serif;
	color: Red;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #E9F5A4;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-top: 0px;
	border-color: black;
	border-style: solid;
	width: 742px;
}

#menu a {
	display: inline;
	text-decoration: none;
	color: Black;
	border-left: 1px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
	border-color: black;
	border-style: solid;
	padding-left: 10px;
	padding-right: 10px;
}

#menu a:hover {
	display: inline;
	text-decoration: none;
	color: Black;
	background-color: #6DB6DF;
	border-left: 1px;
	border-right: 0px;
	border-color: black;
	border-style: solid;
}

#obsah {
	
	background-position: bottom;
	font-family: Comic Sans MS;
	font-size: 14px;
	text-align: left;
	background-color: White;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-top: 0px;
	border-color: black;
	border-style: solid;
	width: 702px;
	padding: 20px;
}

#obsah a{
	border: 1px;
	border-color: Silver;
	border-style: solid;
	text-decoration: none;
}

#obsah a:hover{
	border: 1px;
	border-color: Navy;
	border-style: solid;
}

#table a{
	text-decoration: none;
	color: Red;
	font-weight: bold;
}

#table a:hover{
	text-decoration: underline;
	color: Teal;
	font-weight: bold;
}

#obsah1 {
	background-image: url(../obrazky/pozadi1.gif);
	background-position: bottom;
	font-family: Comic Sans MS;
	font-size: 14px;	
	text-align: left;
	background-color: White;
	color: navy;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-top: 0px;
	border-color: black;
	border-style: solid;
	width: 702px;
	padding: 20px;
}

#table {
	text-align: center;
	display: table;
	text-align: left;
	background-color: White;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-top: 0px;
	border-color: black;
	border-style: solid;
	width: 702px;
	padding: 20px;
}


#novinky{
	position:absolute;
	top:400px;
	left:200px; 
	right:25px; 
	max-height: 30px;
	max-width: 30px;
	bottom:29px;
	border: 2px;
	border-style: solid;
	border-color: black;
	
}