body{
	margin:0px;
	text-align:center;
	font-family:Trebuchet MS,Helvetica,Helvetica Neue,Arial,sans serif;
	background : url(null) fixed no-repeat;
}

h1{
	font-size:19px;
	font-weight:bold;
	margin: 0px 0px 15px 0px;
	padding-top:13px;
	}
	
h2{
	font-size:15px;
	font-weight:bold;
	margin: 0px 0px 15px 0px;
	}

p {
	margin:0px;
	padding: 0px 0px 15px 15px;
	font-size:13px;
	line-height:17px;
	
}

div#navi ul{
	margin:0px 5px 0px 0px;
	padding:0px;
	border-top:solid 1px #8590a2;


}
div#navi ul li{
	list-style-type:none;
	padding:7px 0px 8px 5px;
	border-bottom:solid 1px #8590a2;
}

div#navi ul li.level1{
	font-size:13px;
}

div#navi ul li.level2{
	font-size:12px;
	margin-left:15px;
}


div#navi ul li a:hover{
	color:black;
}

div#navi ul li a.active{
	color:black;
}

 a{
	text-decoration:none;
	color:red;
}

a:hover{
    text-decoration:underline;
	color:red;
}

ul li a{
	text-decoration:none;
	color:#8590a2;
}

div#contentinner{
	border-left: 226px solid #ffffff;
	padding: 0px 15px 15px 15px;
	background:#edeef2 no-repeat;
}

div#text{
}

div#minheight{
	width:1px;
	float:left;
	margin-left:-1px;
	height: 300px;
}

div#frame{
	text-align:left;
	margin:auto;
	width:960px;
}

div#header{
	background:url(images/logo.gif) no-repeat;
	height:75px;
}

div#pic{
	background: url(images/pic.jpg) no-repeat;
	height:301px;
}

div#navi{
	width:218px;
	float:left;
	background:white;
}
div#footer{
	background: #ffffff no-repeat; /*IE Scroll Redraw Bugfix FUCK FUCK*/
}

div#footerinner{
	background:url(images/footer.gif);
	height:29px;
}

div.spacer{
	font-size:0px;
	line-height: 0px;
	height: 15px;
	background: #ffffff;
}

.clear{
	clear:both;
	font-size:0px;
	line-height: 0px;
}

* html #navi,* html #text{
	display:inline; /*IE6 Ghost Text Fuckbix */
}

img.borderimg{ /* nicht IE Tauglich */
	background: #ffffff;
	padding:5px;
	border: 1px solid #aaa;
}