body{
text-align: center;
font-family: arial;
background-image: url('images/pozadi.png');
}

a{
text-decoration: none;
color: black;
}

h2{
margin: 0;
padding: 0;
margin-bottom: 10px;
font-size: 16px;
}

#layout{
width: 960px;
margin: auto;
text-align: left;
}

#top{
width: 960px;
height: 137px; 
background: white;
border-top: 2px solid black;
}

#logo{
float: left
}

#quick{
float: left; 
width: 98px; 
border-right: 2px solid black;
}

#quick_link{
background: white; 
height: 100px; 
width: 93px; 
text-align: right; 
font-size: 12px; 
line-height: 200%; 
padding-right: 5px; 
font-weight: bold;
}

#quick_kontakt{
background-image: url('images/pruh.png'); 
height: 37px;
line-height: 37px;
width: 97px; 
float: left; 
border-left: 1px solid black;
text-align: center;
font-weight: bold;
font-size: 12px;
}

#quick_kontakt a:hover{
background-image: url('images/pruh_light.png');
}


#buttons{
background-image: url('images/prouzek.png');
width: 958px; 
height: 24px;
line-height: 24px;
margin-top: 5px;
border-left: 1px solid black; 
border-right: 1px solid black;
}

#buttons a{
background-image: url('images/prouzek.png');
border-right: 1px solid black;
display: block;
float: left;
height: 24px; 
line-height: 24px;
font-size: 12px; 
padding-left: 10px; 
padding-right: 10px;
}

#buttons a:hover{
background-image: url('images/prouzek_light.png');
}

#body{
width: 960px; 
margin-top: 5px;
}

#left{
float: left; 
width: 150px; 
font-size: 12px;
}

.head_narrow{
width: 150px; 
height: 10px; 
line-height: 10px;
background-image: url('images/vrsek_narrow.png');
}

.foot_narrow{
width: 150px; 
height: 10px;
line-height: 10px; 
background-image: url('images/spodek_narrow.png');
}

#aktuality{
width: 140px; 
padding-left: 5px; 
padding-right: 5px; 
background-color: #ffdb01;
}

#aktuality a{
font-weight: bold;
}

#aktuality a:hover{
text-decoration: underline;
}

#odkazy{
width: 140px; 
padding-left: 5px; 
padding-right: 5px; 
background-color: #ffdb01;
line-height: 150%;
}

#odkazy a{
font-weight: bold;
}

#odkazy a:hover{
text-decoration: underline;
}

#content{
float: left; 
margin-left: 10px; 
width: 800px; 
background-color: #ffdb01; 
font-size: 12px;
}

#content a{
font-weight: bold;
}

#content a:hover{
text-decoration: underline;
}

#head{
width: 800px; 
height: 10px; 
line-height: 10px;
background-image: url('images/vrsek.png');
}

#foot{
width: 800px; 
height: 10px; 
line-height: 10px;
background-image: url('images/spodek.png');
}

#inner_content{
width: 780px; 
padding-left: 10px; 
padding-right: 10px; 
min-height: 400px;
font-size: 14px;
line-height: 125%;
}

a .active{
background-image: url('images/prouzek_dark.png');
}

.float_right{
float: right;
margin-top: 3px;
margin-left: 3px;
margin-bottom: 3px;
}

.float_left{
float: left;
margin-top: 3px;
margin-right: 3px;
margin-bottom: 3px;
}

/* for Internet Explorer */
/*\*/

*html hr{
color: gray;
height: 1px;
}

* html #aktuality{
width: 140px;
}

* html #odkazy{
width: 140px;
}

* html #content{
width: 800px;
}

* html #inner_content{
height: 400px;
}

/**/