* {
	margin:				0;
	padding:			0;
}
html, body{
	font-family:		Verdana, Arial, sans-serif;
	font-size:			0.85em;
}
body{
	background:			none;
}
table{
	border-collapse:	collapse;
	border:				1px solid #999;
	margin:				1em  22px;
}
th{
	text-align:			left;
	vertical-align:		top;
	padding:			0.2em 1em;
	background:			#CCC;
}

td{
	border-bottom:		1px solid #999;
	vertical-align:		top;
	padding:			0.2em 1em;
}
p{
	padding:			0.5em 22px;
}
ul{
	margin:				0.5em  22px 0.5em 3em;
}
ol{
	margin:				0.5em  22px 0.5em 3.6em;
}
h1, h2, h3, h4, h5, h6{
	padding:			0.5em  22px;
}
h1{
	font-size:			160%;
}
h2{
	font-size:			120%;
}
h3, h4,h5, h6{
	font-size:			100%;
}

form li{
	list-style-type:	none;
}
form {
	border-left:		none;
	border-right:		none;
	padding:			0.5em  22px;
}
label{
	float:				left;
	width:				10em;
}
fieldset{
	padding:			1em 0.2em;
}

.off{
	position:			absolute;
	left:				-20000px;
}
input[type=text], textarea, input[type=submit]{
	border:1px solid #75B41D;
	margin-top:0.3em;
	margin-bottom:0.3em;
	color:#75B41D;
}
input[type=submit]{
	background:#FFF;
}
/* ********************************************** */
/* three columns layout                           */
/* ********************************************** */

#header img{
	margin:				0 0 0 5em;
	padding:			0;
	height:				auto;
}

#streifen{
	display:			none;
}
#superior{
	display:			none;
}
#nav{
	display:			none;
}
#subnavi{
	display:			none;
}
#outer{
	position:			static;
	margin:				0 0 0 3em;
	padding:			0;
}
#outer1{
	background:			none;
	border:				none;
}
#content{
	margin:				0 0 0 0;
}
#content h1{
	color:				#75B41D;
	text-transform:		uppercase;
	font-size:			120%;
	padding-bottom:		0.7em;
	padding-top:		1em;
}
#content h2{
	color:				#000;
	font-weight:		bold;
	font-size:			100%;
	margin-bottom:		2.5em;
}
#content p.footer{
	display:			none;
}
#faecher{
	display:			none;
}
#context{
	display:			none;
}
#breadcrumb{
	float:				right;
}
#breadcrumb li{
    list-style:			none;
    float:				left;
	font-size:			0.82em;
	padding:			0.2em 0.2em 0.2em 0;
	color:				#85A52A;
}
#breadcrumb li a{
	color:				#85A52A;
	text-decoration:	none;
}
#breadcrumb li a:hover{
	color:				#804CCB;
}
#breadcrumb li a:after{
	content:			"";
}
/* test */

