body {
margin:0;
padding:5;
background:white; 
text-align:center;
font-family: Trebuchet MS, sans-serif; font-size: 14px; font-weight: normal; color: black;}


h1 {  font-family: Trebuchet MS, sans-serif; font-size: 20px; font-weight: bold; color: green;}
h2 {  font-family: Trebuchet MS, sans-serif; font-size: 18px; font-weight: bold; color: green;}
h3 {  font-family: Trebuchet MS, sans-serif; font-size: 16px; font-weight: bold; color: green;}

	
/* vždy modrá barva odkazů v textu */
a:visited {color: #666666;text-decoration: underline;	font-weight: bold; font-size:14px;}
a:active {  color: #666666;text-decoration: underline;	font-weight: bold; font-size:14px;}
a:link {  color: #666666;text-decoration: underline;	font-weight: bold; font-size:14px;}
a:hover { color: green;text-decoration: underline;	font-weight: bold; font-size:14px;}

/* třída pro odkazy v levém menu */
.pa:visited {	color:black ;	text-decoration: none;	font-weight: bold; font-size:18px; line-height: 1.5}
.pa:active {  color:black ;	text-decoration: none;	font-weight: bold; font-size:18px; line-height: 1.5}
.pa:hover {  color:green ;	text-decoration: none;	font-weight: bold; font-size:18px; line-height: 1.5}
.pa:link {  color:black ;	text-decoration: none;	font-weight: bold; font-size:18px; line-height: 1.5}	


/* třída pro odkazy v patičce */
.pt:visited {	color:#666666 ;	text-decoration: none;	font-weight: normal; font-size:10px;}
.pt:active {  color:#666666 ;	text-decoration: none;	font-weight: normal; font-size:10px;}
.pt:link {  color:#666666;	text-decoration: none;	font-weight: normal; font-size:10px;}	
.pt:hover {  color:green ;	text-decoration: none;	font-weight: normal; font-size:10px;}






#obalovydiv
{

width: 900px;
margin: 0px auto;
background-image: url("../img/bg.gif");
border: 1px solid white;
line-height: 130%;
padding:0;
}



#levanavigace
{
-moz-box-sizing:border-box;
float: left;
width: 180px;
height: 700px;
margin:10px;
margin-left:15px;
background:#FFC83C; 
border: 1px solid #666666;
-moz-border-radius: 10px;
padding: 5px;
}

/*#pravanavigace
{
-moz-box-sizing:border-box;
float: right;
width: 160px;
margin: 10px;
background:white;
border: 1px solid #666666;
-moz-border-radius: 10px;	
}*/

#obsah
{
-moz-box-sizing:border-box;
margin-left: 210px;
margin-right: 10px;
margin-top: 10px;
padding: 5px;
width:665px;
height: 700px;
overflow:auto;
background:white;
border: 1px solid #666666;
-moz-border-radius: 10px;

}

#paticka
{
clear: both;
margin: 10px;
margin-left:15px;
width:870px;
height:15px;
background:#FFC83C; 
border: 1px solid #666666;
-moz-border-radius: 10px;
font-size: 10px;
	color:black;
}

#levanavigace p, #pravanavigace p { margin: 0 0 1em 0; }
#obsah h2 { margin: 0 0 .5em 0; }

