@charset "utf-8";
/* CSS Document */

#mainNavigation {
width:815px;
height:105px;
padding:0px 25px 15px 140px;
background-color:#fff;
background-image:url(/assets/templates/kaempf/images/kaempf-logo.jpg);
background-repeat:no-repeat;
background-position: 25px 15px;
}

.ul_main {
margin: 0px;
padding: 0px;
}


.li_main {
margin:0px 0px 0px 11px;    
/*margin:0px 0px 0px 9px;*/
list-style:none;
float:left;
}


.li_main a {
padding:0px 0px 0px 11px;
/*padding:0px 0px 0px 9px;*/
color:#000;
font-weight:normal;  
font-size:14px;
text-decoration:none;
border-left:#006fb4 2px solid;
}

.li_main:first-child a {
	border:none;
}

.li_main a:hover {
color:#006fb4;
}

.li_main a:visited {

}


.here_main a, .here_main a:visited {
color:#006fb4;
font-weight:bold;
}
