/* Styly vytvořil Eda 25.02.2008 dle publikace HTML a CCS */
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title> css styl na střed </title>
<style type="text/css">
#kontejner {position: absolute; left: 50%; margin-left: -395px; width: 790px;
margin-top: 10px; }
#logo{ width: 800px;
background-color : Darkred;}
#levy{ float: left; width: 120px; }
#obsah {float:  left; width: 455px; margin-right: 5px; margin-left: 10px; 
background-color : #C5CAB5;}
#vpravo {float:  left; width: 200px; margin-right: 10px; }
#patka { clear: both; width: 900px; 
  font-size:0.8em;
	border-top-color : #6A87A7;
	border-top-style : solid;
	border-top-width : 2px;
	margin-left : 3px;
	margin-right : 3px;
	text-align : center;
}
body{ 
	font-family : Times, Georgia, serif; font-size: 1em; font-weigt: normal;
  background-color : #999966;
}

</style>
<link rel="stylsheet" type="text/css" href="layout.css">


a{ text-decoration: underline}
a:link { text-decoration: underline; color: #6A87A7}
a:visited { text-decoration: underline; color: #6A87A7}
a:hover		{ text-decoration: underline; color: red }	
a.menu{
	text-decoration: none;
	color : Crimson;
	font-weight : bold;
	font-size : 10pt;
}
a:link.menu {
	text-decoration: none;
	color : Crimson;
	font-weight : bold;
	font-size : 10pt;
}
a:visited.menu{
 	text-decoration: none;
	color : Crimson;
	font-weight : bold;
	font-size : 10pt;
}
a:hover.menu{
	text-decoration: underline;
	color: black;
	text-decoration: underline overline;
}	
	
p.menu{
	margin-top : 10px;
	margin-bottom : 10px;
}

/* nastavení nadpisů */
h1 {
	font-size:14pt;
	text-align : center;
	color : White;
	margin-left:10px;
	margin-right:10px;
	margin-top : 10px;
}

h2 {
	font-size:14pt;
	color : DarkRed;
	margin-left:10px;
	margin-right:10px;
	
	font-weight : bold;
}
	
	h3 {
	font-size:12pt;
	color : #6A87A7;
	margin-left:10px;
	margin-right:10px;
	border-bottom-color : #6A87A7;
	border-bottom-style : solid;
	border-bottom-width : 2px;
	border-left-color : #6A87A7;
	border-left-style : solid;
	border-left-width : 2px;
	padding-left : 5px;
	font-weight : bold;
}
h4 {
	font-size:11pt;
	color : DarkRed;
	margin-left:10px;
	margin-right:10px;
	
	font-weight : bold;
}



}
legend.menu{
	color : Black;
	text-align : left;
	font-size : 10pt;
	font-weight : bold;
}
FIELDSET.menu{
	margin : 0px 0px 0px 0px;
	padding : 15px 0px 15px 0px;
	border-left : 1px solid Black;
	border-right : 1px solid Black;
	border-bottom : 1px solid Black;
	border-top : 1px solid Black;
}
p{
	margin-left : 10px;
	margin-right : 10px;

