@charset "UTF-8";
.navi {
    width: 224px;
    padding-left: 2px;

}

.left h2 {
    font-size: .9em;
    padding: .2em .0em .1em .5em;
    height: 1.5em;
    color: white;
    background: #0e3451;
    /*border-bottom: 1px solid #4979a0;
	width: 216px;*/
	font-weight: bold;	
}

ul.navi {
    /*margin-bottom: 1.2em;*/
    list-style-type: none;
	width: 221px;
}
ul.navi li a {
    background: #4384bb url(../images/decorations/pfeil_hell.png) no-repeat left  center;
    display: block;
    text-indent: 2em;
    height: 1.5em;
    padding-top: .2em;
    font-size: .85em;
    text-decoration: none;
    color: #f0f4f8;
    border-bottom: 1px solid #5295ce;
}
ul.navi li a:hover {
	background-color: #5097d3;
    border-bottom: 1px solid #5295ce;
    color: #ffffff !important;
}
.left .karte {
    margin: 10px 0px 10px 10px;
	border: none;
}