html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #e05500;}
a:hover {color: #e05500;}

body {
	background-color:#e05500;
	color: #444;
	padding-top: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}



#navigation {
	text-align:left;
	 width:250px;
	 height:100%;
	 float: left;
	 position:relative;

}
#navigation img{
	margin:0px 0 2px 0;
}
#content {
	width: 753px;
}

#inhalt{
	background-color:#fff;
	float: right;
	width: 501px;
	padding:0px 0 10px 0;
	text-align:left;
}

#inhalt p{
	margin:0 20px 8px 10px;
	clear:left;
}
#fusszeile {
	float:right;
	text-align:left;
	width:491px;
	margin:5px 0 10px 10px;
	color:#fff;
	

}
#fusszeile a{
	color:#fff;
	text-decoration:none;
}
#fusszeile a:hover{
	text-decoration:underline;
}



h1 {
	margin:20px 0px 0px 10px;
	font-size:11px;
	font-weight:bold;
	padding:30px 0 0 0;
	border-top-color:#e05500;
	border-top-style:solid;
	border-top-width:1px;
	color:#e05500;
	clear:both;

}
h2 {
	margin:10px 10px 00px 10px;
	font-size:18px;
	font-weight:normal;
	padding:20px 0 0 0;
	color:#000;

}
h3 {
	margin:15px 10px 0px 10px;
	font-size:11px;
	font-weight:bold;
	padding:10px 0 0 0;
	color:#e05500;

}
h5 {
	clear:both;
	
	margin:25px 10px 3px 10px;
	font-size:11px;
	font-weight:bold;
	padding:10px 0 3px 0;
	color:#e05500;
	border-top-color:#e05500;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-color:#e05500;
	border-bottom-style:solid;
	border-bottom-width:1px;

}

h4 {
	margin:25px 0px 3px 10px;
	font-size:13px;
	font-weight:bold;
	padding:4px;
	background-color:#e05500;
	color:#fff;
	clear:both;
}
#inhalt ul {

}
#inhalt li {
	font-size:12px;
    padding:7px 5px 4px 0px;
    margin:0px 0 0 0px;
    width:486px;
    border-color:#e05500;
    border-style:solid;
    border-width:0px 0px 01px 0px;
	float:right;
	list-style-type:none;

}
#normal li {
	font-size:12px;
    padding:7px 5px 4px 0px;
    margin:0px 0 0 0px;
    width:486px;
    border-color:#fff;
    border-style:solid;
    border-width:0px 0px 01px 0px;
	float:right;
	list-style-type:none;

}

#inhalt li a:link, #inhalt li a:visited{

    margin:15px 0 0 0;
    padding:0px 0 0px 3px;
	text-decoration:none;
	font-weight:normal;
	color:#666;

}

#inhalt li a:hover{
    
color:#000;

}
.orange {

	color:#e05500;
}

#doku p {

	clear:both;
	padding:10px 0 0px 0;
	border-top-color:#e05500;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-color:#e05500;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#doku img {
	
	float:left;
	margin:0 10px 10px 0px;
}
.ende {
	clear:both;
}

table {
clear:both;
}