@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	}

body, ul, li, p {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
}


#content a:link {
	color: #385C4A;
	text-decoration:underline;
	
		
}
#content a:hover {
	color: #66A46D;
	text-decoration:none;
		
}
#content a:visited {
	color: #385C4A;
	text-decoration:none;
		
}

li {
		list-style-image: url(../Bilder/bullet.png);
}

ul {
		margin-left:30px;
}

h1 {
	color: #385C4A;
	font-size: 24px;
	font-weight: bold;
}

h2 {
	color: #66A46D;
	font-size: 16px;
	font-weight: bold;

}

body {   
        text-align:center;
		background-image:url(../Bilder/bg.png);
		background-repeat:repeat-x;
		background-color:#71a46c;
      }

.main {
	text-align:left; /*textausrichtung wieder gerade biegen*/
    margin: 0px auto; /*für den firefox und alle anderen*/
    width:788px;
	height:auto;
	background-image:url(../Bilder/page_bg.png);
	background-repeat:repeat-y;
	background-position:0px 0px;
	padding:0px;
}
#titel {
	height:191px;
}

#menue {
	float:left;
	width:150px;
	height:390px;
	background-image:url(../Bilder/menue.png);
	background-repeat:no-repeat;

}
#menue_content {
	width: 118px;
	padding-left:23px;
	
}

#content {
	float:left;
	padding-left:12px;
	padding-right:12px;
	padding-top:12px;
	width:592px;
}

#border {
	float:right;
}

#bottom {
	width: 100%;
}
#middel {
	float:right;
}

.menue_item {
	font-size: 14px;
	margin-bottom:10px;	
}

.menue_item a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	
}
.menue_item a:hover {
	font-weight: bold;
	color: #FFFF99;
	text-decoration: none;
}

.menue_item a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.menue_item_active a{
		font-weight: bold;
	color: #FFFF99;
	text-decoration: none;
}
.menue_item_active {
	font-size: 14px;
	margin-bottom:10px;
}

.clearer {
	background-color:#66A46D;
	height: 2px;
	width: 100%;
	border: 1px solid #66A46D;
}
