@import url("ns4style.css");
body{
	background-color: #fff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	margin: 0px 0px;
	background-image: url(../img/back_diag.gif);
	margin-top: 10px;
}
#kontainer{
	margin: 0px auto;
	width: 682px;
}
#links{
	width: 250px;
	background-color: #fff;
	padding: 10px;
	text-align: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;	
}
#links a{
	text-decoration: underline;
	color: #2C6F28;
}
#rechts{
	padding-top: 10px;
	width: 410px;
	background-color: #fff;
	vertical-align: top;
	margin-right: 10px;
}
#nav{
	width: 411px;
	padding-left: 0px;
	padding-right: 0px;
}
.menu{
	color: #666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 3px;
	width: 25%;
}
.menu a{
	text-decoration : none;
	color: #666;
}
.menu a:hover{
	color : #2C6F28;
	background-color : #fff;
}
#inhalt{
	width: 390px;
	background: #fff;
	padding: 10px;
	margin-top: 10px;
	text-align: justify;
	font-size: 11px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#inhalt a{
	text-decoration: underline;
	color: #2C6F28;
}
#inhalt h1{
	font-family: arial;
	font-size: 13px;
	color: #666;
	margin-top: 5px;
}
#inhalt h2{
	font-family: arial;
	font-size: 11px;
	color: #2C6F28;
	margin-top: 15px;
	font-weight: normal;
	line-height: 100%;
}
#inhalt p{
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 140%;
}
.rand{
	width: 15px;
	background: url(img/rand_rechts.gif) repeat-y;
}