﻿body{
font-family: Arial, Verdana;
font-size: 12px;
color: black;
background: black;
text-align: center;
}

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

a:hover{
text-decoration: underline;
}

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

#top{
width: 100%;
font-weight: bold;
}

#innertop{
min-height: 70px;
background-image: url('images/top.png');
}

.left{
background-color: white;
float: left;
width: 137px;
margin-top: 10px;
margin-left: 5px;
}

.innerleft{
background-color: white;
margin: 3px 5px 3px 5px;
}

#center{
background-color: white;
float: left;
width: 650px;
margin-top: 10px;
margin-left: 10px;
border: 1px solid black;
}

#innercenter{
background-color: white;
min-height: 400px;
margin: 20px 5px 20px 5px;
line-height: 150%;
}

#innercenter a{
color: black;
font-weight: bold;
text-decoration: none;
}

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

.right{
background-color: white;
float: right;
width: 137px;
margin-top: 10px;
margin-right: 5px;
}

.innerright{
background-color: white;
text-align: center;
}

.innerright img{
border: none;
}

#copy{
border: 1px solid black;
font-size: 10px;
text-align: center
}

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

#bottom{
color: white;
width: 100%;
background-image: url('images/prechod_bottom.png');
margin-top: 10px;
height: 10px;
}

#clear{
clear: both;
}

#top_foot{
width: 100%;
background-image: url('images/prechod_top.png');
color: white;
height: 10px;
}
#top_middle{
width: 100%;
background-color: black;
color: white;
height: 16px;
}
#top_top{
width: 100%;
background-color: black;
color: white;
height: 16px;
}

#center_head{
width: 100%;
background-color: black;
color: white;
height: 20px;
font-size: 14px;
font-weight: bold;
}

.head{
width: 100%;
background-color: black;
color: #ADD8E6;
text-align: center;
}

.separate{
background-color: silver;
height: 10px;
}
.ramecek{
border: 1px solid black;
}

.vertical_click_menu ul{
padding: 0;
margin: 0;
list-style-type: none;
line-height: 150%;
font-weight: bold;
}

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

.vertical_click_menu ul li ul{
padding-left: 15px;
list-style-type: none;
font-weight: normal;
}

.hidden{
display: none;
}

.visible{
display: block;
}

.noborder{
border: none;
}

.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 #innertop{
height: 70px;
}

* html #innerleft{
}

* html #innercenter{
height: 400px;
}

* html #innerright {
}

/**/