/* CSS Document */

body {
  background: #fff url(../images/head.jpg) repeat-x top;
  color: #000;
  font-family: Trebuchet MS, Tahoma, Verdana;
  margin: 0px;
  padding: 0px;
  height:100%;
  width:100%;
  font-size:12px;}
 
 #wrap{
	 width:1000px;
	 height:auto;
	 margin:0 auto;}
  
/*-------- Header -----------------*/
#header{
	/*border:1px solid #000;*/
	height:205px;
	width:auto;}

img.wagen{
	padding:0;
	margin:0;
	text-decoration:none;
	border:0;}
	
#head_text{ padding-top: 70px;
	font-size:16px;
	line-height:30px;}
	
#head_text a.headline, a.headline:link, a.headline:visited {
  color: #ff791a;
  text-decoration:none;
  font-weight: bold;
  font-size: 19px;}

#head_text a.headline:hover {
  color: #696969;
  text-decoration: none;}	
  
#head_text a.headline2, a.headline2:link, a.headline2:visited {
  color: #696969;
  text-decoration:none;
  font-weight: normal;
  font-size: 15px;}

#head_text a.headline2:hover {
  color: #696969;
  text-decoration: underline;}

.clear{ clear:both;}

/*-------- Main -----------------*/

.siderec{ width:160px;
	margin-top:10px;
	background:#ebebeb;
	color:#696969;
	padding:5px;
	border-bottom:1px solid #696969;
	border-top:3px solid #696969;
	font-size:11px;}

#col_left{
	width:160px;
	/*border:1px solid #000;*/
	float:left;
	margin-left:5px;}
	
ul.menu{
	list-style: url(../images/list.gif) inside;
	text-align:left;
	margin:0;
	padding:0;
	border-top:3px solid #696969;
	border-bottom:1px solid #696969;
	line-height:22px;}
	
ul.menu li{
	background:#ebebeb;
	padding:0;
	margin:0;}
	
ul.menu li a{
	text-decoration:none;
	color:#696969;}
	
ul.menu li:focus{background:#696969; list-style: url(../images/list2.gif) inside; color:#fff;}
ul.menu li:hover{background:#696969; list-style: url(../images/list2.gif) inside; color:#fff;}
ul.menu a:hover{background:none;color:#fff;}
	
#col_mid{
	width:680px;
	float:left;}

.cont_mid{
	width:665px;
	background:#ffffff;
	margin:0 auto;
	margin-bottom:20px;}

.content{ padding:15px;
	font-size:13px;}

.cont_foot{margin:0px 15px;
	border-top:1px solid #696969;
	color:#696969;}
	
#col_right{
	width:155px;
	/*border:1px solid #000;*/
	float:right;}
	
#footer{
width:100%;
text-align:center;
background:#ebebeb;
font-size:12px;}

h1{ margin:0;
	padding:5px 0px 20px 0px;
	color:#ff791a;
	font-size:22px;
	font-weight:normal;}
	
h2{font-size:18px;
	color:#696969;
	 margin: 0px;}
	
h3{font-size:14px;
	color:#696969;
	 margin: 0px;}
	
h5{padding:1px 15px;
	background:#696969;
	color:#fff;
	font-size:11px;
	margin:0;}
	
a, a:link, a:visited { 
	text-decoration:underline;
	color:#ff791a;}
	
a:active, a:hover {
  color: #696969;}
  
img.banner{padding:20px 5px;}
img{padding:5px;}

textarea, input{
	border: 1px solid #696969;
	background:#fff;}
