﻿body {
font-family: verdana, arial, sans-serif;
font-size: 12pt; color:#333333;
margin: 0 auto; 
padding: 0;
height:100%; 
line-height:150%;
text-align:justify; 
background-color:#dcdcdc;
}

/*MENU*/
.banner {
top:0; 
left:0; 
right:0; 
width:100%; 
background-image:url('../images/logobk.jpg'); 
background-repeat:repeat-x;
}

.menucontainer {
position:relative; 
top:25px; 
margin:0 auto; 
padding:5px 0 0 0; 
max-width:1100px;
}

.menudiv {
float:left; 
margin:0; 
padding:0;
text-align:center; 
height:27px; 
width:117px; 
border-bottom-width:1px;
border-bottom-style:solid; 
border-bottom-color:#000;
}

.menudivactive {
float:left; 
margin:0; 
padding:0; 
color:#800000;
text-align:center; 
height:27px; 
width:125px; 
border-bottom-width:1px;
border-bottom-style:solid; 
border-bottom-color:#000; 
background-color:#f3f3f3;
}

.menudiv a, menudiv a:visited, menudiv a:active, menudiv a:focus {
display:block; 
text-decoration:none; 
background-color:transparent;
}

.menudiv a:hover {
display:block;
padding:0;
margin:0;
height:27px; 
background-color:#f3f3f3;
text-decoration:none;
}

.subnavi {
float:left; 
color:#000;
}

.subnaviactive {
float:left; 
color:#800000; 
background-color:#f3f3f3;
}

.subnavi a, subnavi a:visited, subnavi a:active, subnavi a:focus {
text-decoration:none; 
background-color:transparent;
}

.subnavi a:hover {
display:block;
background-color:#f3f3f3;
text-decoration:none;
}

/*CONTENT*/
.content_container {
width:100%; 
clear:both;
}

.content {
max-width:1100px; 
margin:0 auto; 
padding:0;
}

/*FOOTER*/
.footer {
position:relative; 
float:right; 
width:320px;
margin:20px 0 50px 0;
}


