body {
	text-align:center;
	margin:5px;
	background-color:#05309D;
	font-family:Georgia;
	font-size:14px;
	background-image:url("background.gif");
	background-repeat:repeat-x;

}


#obal {
	width:600px;
	margin:auto;
	border:3px solid #ffffff;
	background-color:rgb(150,150,150);
	text-align:left;
}

#top {
	width:600px;
	height:179px;
	background-image:url("top.jpg");
	background-repeat:no-repeat;

}

ul#menu {
	width:600px;
	background-color:#114180;
	margin:0;
	padding:0;
	border-top:1px solid #436EA5;
	border-bottom:2px solid #395782;
	font-size:12px;
	font-weight:normal;
	color:#D8D8D8;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
}

ul#menu li {
	display:inline;
	list-style-type:none;
}

ul#menu a {
	text-decoration:none;
	padding-left:17px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;

	color:#D2D2D2;
	background-image:url("sipka.gif");
	background-repeat: no-repeat; 
	background-position: 2px 8px;
	
}

ul#menu a:hover {
	background-color:#13478C;
	color:#ffffff;
  background-image:url("sipka-hover.gif");
	background-repeat: no-repeat; 
	background-position: 2px 8px;
}


#obsah {
	background-color:#e1e1e1;
  text-align:left;
	padding:5px;
	background-image:url("back.gif");
	background-repeat:no-repeat;
	background-position:right bottom;
}

