/* CSS Document */
body {
	padding:0;
	margin:0;
	text-align:left;
	background:url(img/bg.jpg) repeat-x #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12pt;	
	color:#444444;
}
/* Container */
#container {
	height:99.7%;
	margin:0px auto;
  	width:995px;
	background-color:#FFFFFF;
}
#left {
	width:190px;
	padding:5px;
	float:left;
}
#right {
	width:195px;
	padding:5px;
	float:right;
}
#content {
	float:left;
	padding:0px 15px;
	width:560px;
}
#search  {
	float:left;
	width:198px;
}

/* Oberes Menü */
#menu1 {
	float:left;
	height:35px;
	width:795px;
	background-color:#C10100;
	padding-left:200px;
	text-align:center; 
	
}
#menu1 ul, #menu1 li {
	display:inline; 
	list-style-type: none;
}
#menu1 a:link, #menu1 a:visited {
	float: left; 
	line-height: 29px; 
	padding: 3px 15px;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	font-weight:normal;
	text-decoration:none
} 	
#menu1 li.menu-first a {
	border-left: 1px solid #FFFFFF;
}
#menu1 a:hover, #menu1 li.menu-current a {
	color: #000000;
	background-color: #FFFFFF;
} 

/* Linkes Menü */
#menu {
	float:left;
	margin-left:2px;
	width:198px;
}
#menu ul { margin:0; padding:0; list-style-type: none; }
#menu li.menu-1 { margin-top:10px; }

#menu li.menu-1 a {
	display: block;
	padding: 5px 10px;
	width: 174px;
	color: #FFFFFF;
	background-color: #C10100;
	text-decoration: none;
}
#menu li.menu-2 a {
	display: block;
	padding: 5px 5px 5px 20px;
	width: 167px;
	color: #444444;
	background: url(img/arrow1.gif) left top no-repeat;
	background-color: #EEEEEE;
	text-decoration: none;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	font-weight:normal;
}
#menu li.menu-2 a:hover, #menu li.menu-2 a:active { 
	color:#444444;
	background: url(img/arrow2.gif) left top no-repeat;
	background-color: #EEEEEE;
	text-decoration: none;
	font-weight:bold;
}
#menu li.menu-3 a {
	padding: 5px 5px 5px 30px;
	width: 157px;
	background: url(img/arrow3.gif) left top no-repeat;
	background-color: #EEEEEE;	
	
}
#menu li.menu-4 a {
	padding: 5px 5px 5px 40px;
	width: 147px;
	background: url(img/arrow4.gif) left top no-repeat;	
	background-color: #EEEEEE;
}
#menu li.menu-5 a {
	padding: 5px 5px 5px 50px;
	width: 137px;
	background: url(img/arrow5.gif) left top no-repeat;	
	background-color: #EEEEEE;
}
#menu li.menu-current a {
	font-weight:bold;
}
#menu li.menu-current ul li a {
	font-weight:normal;
}

#menu li.menu-3 a:hover {
	background: url(img/arrow3.gif) left top no-repeat;
	background-color: #EEEEEE;
	font-weight:bold;
}
#menu li.menu-4 a:hover {
	background: url(img/arrow4.gif) left top no-repeat;
	background-color: #EEEEEE;
	font-weight:bold;
}

/* Fieldsets */
fieldset {
  border:1px solid #999999;
  background-color:#EEEEEE;
  padding:5px;
  color:#666666;
}
legend {
	font-size:12px;
 	font-weight:bold;
  	color:#666666;
}
img a {border: 0 none;}
.h1, .h2, .h3, .h4, .h5, .h6 {margin: 0;}


.h1, #content.h1 {
	font-size:18px;
	font-weight:bold;
	color:#C10100;
	margin-bottom:5px;
}
.h2, .h3, .h4 {
	color: #C10100;
	font-weight:bold;
	font-size:16px;
}
.h5, .h6 {
	color: #C10100;
	font-weight:bold;
	font-size: 12px;
}
.clear {clear:both; padding-bottom:2px;}
a:link, a:visited { 
	color: #C10100;
	font-weight:bold;
	text-decoration:underline;
} 
a:hover { 
	color: #C10100;
	font-weight:bold;
	text-decoration:none}
a:active, a:focus { 
	color: #C10100;
	font-weight:bold;
} 

hr { border: 0 1px 0 0 solid #EEEEEE; color: #EEEEEE;}



/* Standardformatierung WB Formular */
.required {
	color: #FF0000;
}
.field_title {
	font-size: 12px;
	width: 100px;
	vertical-align: top;
	text-align:right;
}
.textfield, textfield {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	

}
.textarea  {
	width: 90%;
	height: 100px;
}

TEXTAREA, TEXT, TEXTFIELD, INPUT, input#submit {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

.field_heading {
	font-size: 11px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 11px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 200px;
}
address {
	font-style:normal;
	font-weight:normal;
	padding: 10px 0 0 3px;
	font-size:0.8em;
	text-transform:none;
}

.mail {
	font-size:10px;
	
}
