/* nedlloyd
Version: 1.0


Screen layout: */

body {
margin: 0 auto;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background: #EDF1F5; url(images/bg.gif) top center repeat-y;
}


#hlava {
background: #EDF1F5;
clear: both;
width: 160px;
text-align: center;
font-size: 0.8em;
width: 800px;
margin: 0 auto;
color: #08407A;
height: 40px;
}

#wrap {
background:  #FFFFFF;
color: #303030;
margin: 0 auto;
width: 800px;

}

#header 
{
background: #FFFFFF;
font-size: 0.8em;
clear: both;
text-align: center;
margin: 20px 0 0 0;
padding: 0;
height: 170px;
widht: 160px;
}




#avmenu {
background:  #FFFFFF;
clear: left;
float: left;
width: 160px;
margin: 0 0 0 0;
padding: 0;
widht: 160px;
}

#avmenu ul {	
list-style: none;
width: 160px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

#avmenu li {
margin-bottom: 4px;
}

#avmenu li a {
font-weight: bold;
height: 35px;
text-decoration: none;
color: #08407A;
display: block;
padding: 6px 0 0 10px;
background: #EDF1F5;
border-left: 10px solid #226EBC;
}	
	
#avmenu li a:hover {
background: #D3E0FB;
color: #F82520;
border-left: 10px solid red;
}



#aktuality {
clear: left;
float: left;

text-align: center;
color: #08407A;
font-weight: bold;
background:#EDF1F5;
width: 150px;
margin:  0 0 0 5px;

}



#aktualityb {
clear: left;
float: left;

text-align: left;
color: #08407A;
font-weight: bold;
background:#FFFFFF;
width: 150px;
margin:  0 0 0 5px;

}



#content {
margin:  0 0 0 167px;
color: #FF4040;
line-height: 1.6em;
text-align: justify;
background-color: #EDF1F5;
width: 620px;
}






#pata {
color: #08407A;
margin: 10px 0 10px 10px;
font-size: 0.8em;
clear: both;
line-height: 1.6em;
text-align: center;
background-color:#EDF1F5;
width: 780px;
height: 40px;
}



#toplist{
clear: left;
float: left;

text-align: center;

font-weight: bold;
background:#FFFFFF;
width: 150px;
margin:  60px 0 0 5px;

}




#footer a {

text-decoration: none;
}

#footer a:hover {
text-decoration: underline;

}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}