body {

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	background-image:url(media/left_line_red.gif);
	
	background-repeat:repeat-y;
	
	background-color:#fff;
	
	background-position:0px 0px;

	padding:0px;

	color:#000;
	font-family:Arial;
	font-size:12px;
	line-height:22px;	

}


a{
  font-weight:bold;
  color: #c40008;
  text-decoration:none;
}

a:hover {
  font-weight:bold;
  color: #888989; 
  text-decoration:none;
}

h1 {

	color: #c40008;

  font-family:Verdana;

	font-weight:bold;

	font-size:14px;

	display: block;

	float:left;

	margin-left:0px;

	margin-top:0px;

	text-align:left;

	width:800px;
	
	*margin-bottom:10px;

}


h2 {

	color: #c40008;

  font-family:Verdana;

	font-weight:bold;

	font-size:14px;

	display: block;

	float:left;
	
	margin-bottom: 10px;
	
}

html>body {

	/*margin-left:35px;*/

}



#container {

	margin-left:auto;

	margin-top:0px;

	margin-right:auto;

	width:1011px;

	background-color:#fff;

}

html>body #container {

	width:1011px;

}



#header {
	display:block;
	position: relative;
	background-image:url();
	background-repeat:no-repeat;
	margin-left:0px;
}



#header_seite {

	display:block;


}

#header #logo {

	position:absolute;

	left:190px;

	top:20px;

}

#header #topnav {
	color: grey;
  font-family:Verdana;
	font-weight:bold;
	font-size:14px;
	position:absolute;
	left:190px;
	top:100px;
	
}

#trenner{

  width: 750px;
	height: 1px;
	color: orange;
	background-color: orange;
	margin-left: auto;
	margin-right: 220px;
	margin-bottom: 30px;

}

#left{
	position: absolute;
	top: 164px;
	left: 240px;
  width: 390px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

#right{
	position: absolute;
	top: 164px;
	left: 650px;
  width: 390px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}


#leftnav{
	/*float: left;*/
	width: 187px;
	position: absolute;
	left:0px;
	top:150px;
	background-image: url();
	background-repeat: repeat-x;
	display: block; 
	
}


#inhalt{
	margin-left: 240px;
	margin-top: 20px;
	width: 700px;
	background-image: url();
	background-repeat: no-repeat;
	display: block; 	
}

#spalte {
	float:left;
	width:260px;
}

#abstand {
	width:30px;
	float:left;
}

#clearer {
	height:1px;
	overflow:hidden;
	clear:both;
}

#inputbox {
	display:block;
	margin-bottom:6px;
}

#inputbox #beschreibung {
	float:left;
	width:80px;
	text-align:right;
	font-weight:bold;
}

#inputbox #inputfeld {
	float:right;
	width:170px;
}

#inputbox #inputfeld input {
	padding:3px;
	margin-top:1px;
	border:1px solid #c40008;
	width:100%;
	font-size:11px;
}

#inputbox textarea {
	padding:3px;
	margin-top:1px;
	border:1px solid #c40008;
	width:90%;
	font-size:11px;
	font-family:Arial;
	height:140px;
}

input.sendebutton {
	background-color:#c40008; 
	font-weight:bold; 
	color:#fff; 
	border:0px none;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
	font-size:11px;
}