#navigation {
        position: absolute;
        left: 15px;
        top: 73px;
        width: 205px;
        color: #FFF;
	height: 388px;
	background: url('../img/startseite1.png') repeat-y;
}

UL#locale LI {
/*      line-height: 25px; */
}

UL#locale LI A {
	color: #FFF;
        display: block;
        border-bottom: 1px solid #FFF;
        padding-left: 15px;
        padding-top: 7px;
        padding-bottom: 3px;
        width: 190px;
}

UL#locale LI.active A {
	color: #FFF;
        background: url('../img/startseite2.png');
        border-bottom: 1px solid #FFF;
}

UL#locale LI A:hover {
	background: url('../img/startseite2.png');
        color: #FFF;
}

UL#locale LI A.home:hover {
        background: url('../img/startseite2.png');
}

UL#locale LI A.active:hover {
        background: url('../img/startseite2.png');
}


#content {
        background: #FFF;
        padding-left: 15px;
        width: 945px;
        padding-bottom: 0;
        min-height: 440px;
        height: auto !important;
        height: 440px;

}

#inner_content {
	width: 930px;
}





