body {
	margin:0px; 
	padding:0px; 
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align:center;
	background-image: url(background01.jpg);
	background-repeat:repeat-x;
	background-color: #000;
}

a:link {
	color: #D83D1B;
	color: #D85600;
	text-decoration: none;
	border:none;
}

a:visited {
	color: #D83D1B;
	color: #D85600;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #D83D1B;
	color: #D85600;
	text-decoration: none;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	color:#555;
	background-color: #e0e0e0;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color:#555;
	background-color: #e0e0e0;
	margin: 20px 0 10px 0;
}

p {
	line-height: normal;
	vertical-align: middle;
	margin: 10px 0 10px 0;
}

#seite {
	position:relative; 
	top:0px; 
	left:0px; 
	margin: 0px;
	padding: 0px;
	width: 100%; 
	border: 0px;
	z-index:1; 
	background-color:none; 
}

#kopf {
	position:relative; 
	top:0px; 
	left:0px; 
	width:960px; 
	height:150px;
	margin: 0px;
	margin-top: 16px;
	padding: 0px;
	z-index:1; 
	overflow:hidden;	
	border: 1px solid #D83D1B;
	border: 1px solid #D85600;
	border-bottom: 0;
	background-color: #fff;
}

#mitte {
	position:relative; 
	top:0px; 
	left:0px; 
	margin: 0px;
	width:960px; 
	border: 1px solid #D83D1B;
	border: 1px solid #D85600;
	z-index:1; 
	background-color:#eee;
	overflow: hidden;
}

#fuss {
	position:relative; 
	top:0px; 
	left:0px; 
	margin: 0px;
	margin-bottom: 16px;
	width:960px; 
	border: 1px solid #D83D1B;
	border: 1px solid #D85600;
	border-top: 0px;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 0.925em;
	line-height: 1.8em;
	font-weight: 550;
	text-align:center;
	z-index:1; 
	background-color:#eee; 
}

#navi {
	position: relative; 
	top:0px; 
	left:0px; 
	width:200px; 
	margin:0px;
	padding:0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.2em;
	text-align: left;
	color:#D83D1B;
	color: #E17E35;
	border: 1px solid #D83D1B;
	border: 0px solid #D85600;
	z-index:1; 
	background-color:#eee;
	float: left;
}

#inhalt {
	position: relative; 
	width:740px; 
	height: 100%;
	margin:0px;
	z-index:1; 
	text-align: left;
	font-size: 1.1em;
	padding:10px 5px 5px 10px;
	border-left: 1px solid #D83D1B;
	border-left: 1px solid #D85600;
	background-color:#fff;
	float: right;
}

#kopf table {
	font-size: 1.4em;
	font-weight: bolder;
}

#fuss a:link {
	color: #333;
	text-decoration: underline;
}
#fuss a:hover {
	color: #D83D1B;
	color: #D85600;
}

#navi ul {
	line-height: 1.2em;
	font-weight: 500;
}

#navi ul ,#navi li {
	margin: 3px;
	padding: 3px;
	margin-top: 0px;
	list-style-type:none;
}

#navi li, #navi li.no_current {
	background-color: #ddd;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}

#navi li.current {
	background-color: #ccc;
	font-weight: bold;
}

label
{
width: 12em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit
{
margin-left: 12.5em;
} 




