/* CSS Document */



html, body {        
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:13px;      
color:#000000;         
background-color:#CCCCCC;
}




#box {
width:750px;
background:#CCCCCC;
margin: auto;
}

#banner {
width:100%; 
height:150px; 
background: url(baner.jpg) no-repeat #000000;

}

#podbanner {
text-align:right;
width:100%; 
background: url(podbaner.jpg) no-repeat #000000; 
height:25px;
}
#podbanner a{

font-weight:bold;
text-decoration:none;
color:#993300;
}


#menu {
width: 121px;
background:#999999;
text-align:center;
font-weight:bold;
float:left;
border: 2px ridge #000000 ;
} 
#menu a{
display:block;
text-decoration:none;
color: #FFFFFF;
}
#menu a:hover {
 
color:#000000; 
background-color:#CCCCCC;
}

#menu h3 {
padding: 0;
margin: 0;
font-size:110%;
border-bottom:1px solid white; border-top:1px solid white;
}

#obsah {
background:#FFFFFF;
padding:10px;
width:605px;
min-height: 442px;
float:right ;

}

h2
{border:1px solid black;
font-size:120%;
}

h4{
font-size:180%;
padding: 0;
margin: 0;
}

h5{
font-size:140%;
padding: 0;
margin: 0;
}

h1{
font-weight:bold;
font-size:190%;
padding: 0;
margin: 0;
}


