body {
  background:url("Graphic25.jpg") repeat-x;
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#000000;
/*	color:#333;*/
	background-color:#ffffff;
	}
	
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:20px;
	line-height:20px;
	font-weight:800;
	color:#7373b9;
	}

	
	<!--Podnadpisy pre stranky-->
#Nadpis {
	margin:auto 0px auto auto;
	<!--padding:17px 0px 0px 20px;-->
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:33px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color:#888
	}
	
p {
	font:12px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
#Content>p {margin-bottom:16px;}
#Content>p+p {text-indent:0px;}


.podnadpis {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:15px;
	margin:0px 0px 0px 0px;
	padding:0px;
	font-weight:900;
	color:black;
	}


a {
	color:#09c;
	font-size:12px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
	
a:link {color:#0078b3}
a:visited {color:#07a;}
a:hover {background-color:#8ab3c6;}
a:hover {color:#00cccc;} /*#646464*/

li{
   font:12px/20px verdana, arial, helvetica, sans-serif;
   }
dl {
	font:12px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
	
dt { 
	margin-top: 10px;
	}
	
#Header {
	margin:30px 0px 10px 0px;
	padding:10px 0px 7px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:33px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color:#eee;
	text-align:center;
	font-weight:bold;
	font-family:Times New Roman, Arial;
	font-size:16pt;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:14px;}

#Jazyk {
	position:absolute;
	top:70px;
	left:25px;
	margin-top: 20px;*/
	margin-right: 5%;
	padding:0px; 
	text-align:right;
	text-shadow:#d70187;
	   }

#Content {
	margin:0px 50px 50px 100px;
	padding:10px;
	border-style:solid;
	border-color:black;
	border-width:1px 1px 1px 1px; /* top and bottom borders: 1px; left and right borders: 0px */
	background-color:#8ab3c6;
	text-align:justify;
	}

#Menu {
	position:absolute;
	top:120px;
	left:20px;
	width:172px;
	padding:10px;
	background-color:#eee;
	border:1px solid #999;
	line-height:17px;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}

#podpis {
	margin:-45px 50px 50px 200px;
	padding:0px;
	font:verdana, arial, helvetica, sans-serif;
	font-size:xx-small;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	}
