/* CSS Stylesheet */
body {

	
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.streifen {

	position: absolute;
	top: 100px;
	left: 0;
	z-index: 3;
	height: 135px;
	width: 100%;
	background-color: #faeec8;

}
.container {
	background-image: url(bg.gif);
	width: 700px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	z-index: 4;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
.logo {

	height: 100px;
	width: 170px;
}
.platzhalter {
	
	height: 30px;
	
}
.menu {

	width: 175px;
	float: left;
	
}

.text_container {

	width: 445px;
	float: left;
	text-align: center;
	
}
.text {

	width: 365px;
	text-align: justify;
	margin: 0px auto;
	te

}
.rechts {

	width: 80px;
	float: left;
	
}
.schriftzug {

	background-image: url(schriftzug_rechts.gif);
	height:345px;
	width:17px;
	margin-left: 17px;

}
a {

	color: black;

}
a:hover {

	color: black;
	text-decoration: none;
	
}
a:visited {

	color: black;

}
.menu a {

	font-size: 12px;
	text-decoration: none;
	display: block;
	
	border-bottom: 1px solid #cccccc;
	width: 120px;
	padding: 4px 0 2px 5px;
	margin-left: 20px;
	

}
.menu .last {

	border: 0;

}
.menu .sub {

	padding-left: 20px;
	font-size: 11px;
	width: 105px;
	background-image: url(menu_pfeil.gif);
	background-repeat: no-repeat;

}
.menu .sub:hover{

	background-image: url(menu_pfeil_highlighted.gif);
	background-repeat: no-repeat;

}
.menu a:hover {

	background-color: #EFEFEF;
	background-image: url(menu_bg.gif);
	background-repeat: no-repeat;

}
.liste {

	margin-left: 20px;
	background-color: #fff9e4;
	border: 1px solid black;
	
}
.liste li {

	margin: 10px;
	
}
.liste_kompakt {

	margin: 0px;
	padding: 0 0 0 15px;

}
.liste_kompakt li, .liste li {

	margin: 5px;
	list-style: none;
	background: transparent url(listenpfeil.gif) no-repeat 0px 0px; 
	padding-left: 10px;

}

.liste li {

	background: transparent url(listenpfeil_hell.gif) no-repeat 0px 0px; 

}
.colored {
	
	background-color: #fff9e4;
	border: 1px solid black;
	padding: 5px 15px 5px 20px
	
}
input {

	background-color: #fff2ca;
	border: 1px solid black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	
}
textarea {

	background-color: #fff2ca;
	border: 1px solid black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	
}

.partner {

	margin-left: 15px;
	
}

.partner_name {

	font-weight: bold;
	font-size: 12px;
	padding-bottom: 8px;
	
}
.partner_text {

	padding-bottom: 8px;
	text-align: left;
	width: 193px;

}
.partner img {
	border: 1px solid black;
	margin: 0px auto;
}
.partner_logo {

	text-align: center;
	width: 140px;
	padding-left: 10px;

}

.partner_strich {

	width: 85%;
	color: black;
	height: 1px;
	margin-left: 40px;

}
