body{
  background:url(../img/bg_unternehmen.gif) repeat-y #d8d2c2;
  color:#292d30;  
  padding:0px 0px 0 0px;
  margin:0px;
  font-family:Arial,sans;
  font-size:12px;
  height:100%;
}

a:active  {color: #af0917; text-decoration: none}
a:link    {color: #af0917; text-decoration: none}
a:visited {color: #af0917; text-decoration: none}
a:hover   {color: #af0917; text-decoration: underline}

img{
	border:0;
	margin:0;
	padding:0;
}

h1{
	font-size:22px;
	font-weight:bold;
	color:#000;
	margin:8px 0 0 0;
}

td{
	margin:0;
	padding:0;
}

.weissrechts{
	border-right:solid 20px #fff;
}

.gelbstreifen{
	height:40px;
	background:#ffdd00;
	padding:0 0 0 10px;
}

.gelb{
	padding:10px 0;
	background:#ffdd00;
	border-bottom:solid 20px #fff;
}

.start_mitte {
	position:relative;
	width: 385px;
	height:487px;
	margin:0 auto;
	background:url(../img/startmitte.gif) no-repeat;
}

#head{
	position:relative;
	z-index:10;
	top:0;
	left:0;
	margin:0;
	padding:0;
	width:100%;
	height:135px;
	border-bottom:solid 20px #fff;
	background-color: #d8d2c2;
}

#navigation{
	position:relative;
	z-index:2;
	width:215px;
	_width:235px;
	height:100%;
	top:0;
	left:0;
	margin:0;
	padding:11px 0 5px 0;
	text-decoration:none;
	float:left;
}

* + html #navigation{
	padding:21px 0 0 0;
}

* html #navigation{
	padding:21px 0 0 0;
}
				
#navigation ul{
	z-index:10;
	list-style-type:none;
	margin-left:15px;
	padding:0;
	font-size:11px;
	font-weight:bold;
}

#navigation ul ul{
	font-weight:bold;
	line-height:16px;
}

#navigation ul ul ul{
	margin-left:0px;
	font-weight:normal;
	font-size:11px;
	line-height:16px;
}

#navigation ul ul ul li{
	padding-left:5px;
	background:url(../img/list2.gif) 0 0 no-repeat;
}

li a:active  {color: #000; text-decoration: none}
li a:link    {color: #000; text-decoration: none}
li a:visited {color: #000; text-decoration: none}
li a:hover   {color: #af0917; text-decoration: none}

li a.on:active  {color: #af0917; text-decoration: none}
li a.on:link    {color: #af0917; text-decoration: none}
li a.on:visited {color: #af0917; text-decoration: none}
li a.on:hover   {color: #af0917; text-decoration: none}

.haupt{
	position:relative;
	z-index:10;
	min-height:320px;
}

.service{
	position:relative;
	z-index:10;
	top:10px;
	line-height:18px;
}

#content{
	position:relative;
	z-index:1;
	width:740px;
	_width:760px;
	top:0;
	bottom:0;
	left:20px;
	margin-bottom:0;
	padding:0;
	text-decoration:none;
	float:left;
	/*border-right:solid 20px #fff;*/
}
/*HACK fuer IE6*/
* html #content { left:0; }

.fliesstext{
	font-size:12px;
	line-height:16px;
	padding:20px 10px 20px 10px;
	background:#eceded;
	border-bottom:solid 20px #fff;
}

.fliesstext ul{
	padding:0;
	margin:0px;
	list-style-type:none;
}

.fliesstext ul li{
	padding-left:7px;
	background:url(../img/list2.gif) 0 0 no-repeat;
}

/*
* + html #content .fliesstext ul{
	margin-left:17px;
}

* html #content .fliesstext ul{
	margin-left:17px;
}
*/
.fliesstext .textblock{
	margin:0 20px 20px 20px;
}

.bildunterschrift{
	display:block;
	background:#fff;
	padding:0 0 0 30px;
	font-size:10px;
	height:20px;
}

.bildunterschrift .text{
	line-height:20px;
}

.bildunterschrift2{
	display:block;
	background:#fff;
	padding:0;
	font-size:10px;
	height:20px;
}

.bildunterschrift2 .text{
	line-height:20px;
}

h2{
background:transparent url(../img/headline1.gif) no-repeat scroll left center;
padding:0 0px 0 10px;
line-height:20px;
height:20px;
margin:0 9px 0 0;
float:left;
font-family:arial,sans-serif;
font-size:12px;
font-weight:bold;
}

.headline{
background:transparent url(../img/headline2.gif) no-repeat scroll right center;
color:#ffdd00;
text-decoration:none;
line-height:20px;
float:left;
margin:0px 0 20px 10px;
}

ul.sitemap li{
	list-style-type:none;
	background:url(../img/dummy.gif);
	margin-bottom:12px;
}

.sitemap ul li{
	list-style-type:none;
	background:url(../img/dummy.gif);
	margin-bottom:0;
}

.sitemap ul ul li{
	list-style-type:none;
	background:url(../img/list2.gif) 0 0 no-repeat;
	margin-bottom:0;
}

/*Formular*/
label {
  float:left;
  clear:both;
  display:block;
  width:110px;
  margin-bottom:10px;
  padding-right:10px;
  text-align:right;
}
input, textarea {
  float:left;
  display:block;
  width:220px;
  border: 1px solid #333;
  margin-bottom:10px;
  padding:1px;
}

select {
  float:left;
  display:block;
  border: 1px solid #333;
  margin-bottom:10px;
  padding:1px;
}
 
/*clearing all floats and fix Firefox and IE backgroundcolor-bug */
div.clearer {
  clear:both;
  font-size:1px;
  line-height:1px;
  display:block;
  height:1px;
}

img.vtmedia_left { float:left; margin: 5px 10px 5px 5px; }
img.vtmedia_right { float:right; margin: 5px 5px 5px 10px; }
