/* CSS Document */
BODY {
font-family: Tahoma, Verdana, Helvetica, sans-serif;
font-size:12px;
}
#container {
width:100%;
height:768px;
}
#top {
width:1008px;
height:108px;
background:url(img/top-bgr.jpg);

}
#header {
width:1008px;
height:172px;
}
#menu {
width:1008px;
height:36px;
background:url(img/menu-bgr.jpg);
display:block;
}
#menu_inside {
text-align: center;
padding: 4px 1em;
color:white;
}
#menu a {
color:#CCCCCC;
font-size:10pt;
font-weight: bold;
text-decoration:none;
font-family:Verdana, Helvetica, sans-serif;
}
#menu a:hover {
text-decoration:underline;
color: black;
}
#main_container {
width:1008px;
height:405px;
background:url(img/main_container-bgr.jpg);
}
#main_content {
margin-top:10px;
margin-left:20px;
_margin-left:10px;
width:693px;
height:373px;
background:url(img/content-bgr.gif);
background-repeat:no-repeat;
float:left;
}
#akce {
margin-top:10px;
margin-left:15px;
width:259px;
height:373px;
background:url(img/akce-bgr.jpg);
float:left;
}
#footer {
width:1008px;
height:15px;
}
input:focus {
	background-color: #FFEAB3;
}
#footer_links {
float:right; 
margin-lright:0px; 
color:black;
font-size:12px;
}
.links a:visited {
color:#black;
}
.links a:hover {
color:#999999;
}
.red { color: red; }