body {
        margin: 0px;
      
        background: #f2f9fa;
}
#outer {
	text-align: center;
}
#back { 
        background: url(../upload/bilder/background.gif) no-repeat;
	height: 658px;
	width: 970px;
	z-index:0;
	margin: auto;
	text-align: left;
	color: #000000;
        font-family: Arial,Helvetica,sans-serif;       
	font-size: 10pt;
	

}
#leftnavi {
	position:relative;
	font-size: 14pt;
	top: 250px;
        left: 50px;
        width: 200px;
        height: 385px;
}
.navigation .navi {
        padding-bottom: 10px;
}
.navileft_active {
        font-style: italic;
}
.navi2 {
        font-weight: bold;
        font-size: 11pt;
        padding-bottom: 10px;
        padding-left: 20px;
}

#main {
        position: relative;
        top: -229px;
        left: 340px;
        width: 430px;
}
#content_header h1{
	margin-top: 10px;
        width: 500px;
        font-size: 15pt;
        font-weight: bold;  
        font-style: italic;
}
#content_outer {
	overflow: auto;
        width: 566px;
	height: 430px;
}

#content_inner {
	width: 540px;
        font-size: 11pt;
        margin-top: 10px;
}

#content_inner ul li {
        line-height: 150%;
}


.navi a, .navi2 a{
	text-decoration: none;
	color: #000000;
}

