body,html
	{
	margin: 			0px;
	padding: 			0px;
	background-color: 	#F79238;
	width:				100%;
	height:				100%;
	text-align:			left;
	color:				#000000;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			0.85em;
	}
form { margin:0px; }
a {
	color:#808285;
	text-decoration:none;
	font-weight:normal;
}
.titel {
	color:#B1281A;
	font-weight:bold;
	text-decoration:none;
}
.subtitel {
	color:#B1281A;
	font-weight:normal;
	text-decoration:none;
}
#header{
	background-color: 	#F79238;
	color:				#FFFFFF;
	width:				100%;
	height:				125px; 
	text-align:			left;
	font-size:	11px;
 }
#header .box {
	position:relative;
	top:10px;
	border:1px solid #FFFFFF;
	height:80px;
	padding:5px;
	width:auto;
	margin-right:15px;
}
#header input{
	border:none;
	background-color:#FFFFFF;
}
#header a{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}

#left {
	float:				left;
	width:				200px;
	height:				100%;
	min-height:			100%;
	background-color: 	#F79238;
	color:				#FFFFFF;
	text-align:			left;
	font-size:			11px;
}
#left p {
	margin:0px;
	margin-top:2px;
}
#right {
	float:				right;
	width:				30px;
	height:				100%;
	min-height:			100%;
	background-color: 	#F79238;
}
body>#main{height:auto;}

#main {
	height:				100%;
	min-height:			100%;
	width:auto;
	background-color: 	#FFFFFF;
	margin-left:		200px;
	margin-right:		30px;
	padding-left:		20px;
	padding-right:		20px;
	padding-top:		15px;
	padding-bottom:		10px;
	position:	relative;
}
#footer{
	background-color: 	#F79238;
	color:				#FFFFFF;
	width:				auto;
	height:				auto; 
	font-size:9px;
	margin-right:		30px;
	margin-left:		200px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align:center;
 }
#footer a{
	color:#FFFFFF;
}
h1 {
	color:#B1281A;
	border-bottom:1px solid #B1281A;
	padding-bottom:20px;
	margin-top:0px;
	margin-bottom:5px;
	font-size:1.3em;
}
h1 a{
	color:#B1281A;
	text-decoration:none;
	font-weight:bold;
	}
h2 {
	color:#B1281A;
	font-size:1.2em;
	margin-top:20px;
	margin-bottom:25px;
}
h3 {
	color:#B1281A;
	font-size:1.1em;
	margin-top:10px;
	margin-bottom:15px;
}
h3 a{
	color:#B1281A;
	text-decoration:none;
	font-weight:bold;
	}
input,textarea {
	background-color:#FFFFFF;
	border:1px solid #B1281A;

}
ul li {
	padding:0px; list-style-image: url(/images/design/pfeil-li-1.gif);
}
.line {
	border-top:1px solid #B1281A;
	margin-top:5px;
	margin-bottom:5px;
}

.clearfix:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




