/*----------  Grundgeruest  ---------------------------------------------------------------------------------------*/

/*----------  "Bild" Box links  --------------------------------------------------------------------------------------*/

#leftbox {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 165px;
	height: auto;
	margin: 35px 0px 0px 0px;
	padding: 89px 0px 0px 0px;
	border-top: 0px solid #BEBDBC;
	border-bottom: 0px solid #BEBDBC;
	}
#leftbox .imgbox {
	margin: 0px 0px 106px 33px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #BEBDBC;
}
#leftbox .imglast {
	margin: 0px 0px 20px 33px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #BEBDBC;
}

/*---------------------------------------------------------------------------------------------------------------*/




/*----------  Text Box  -------------------------------------------------------------------------------------------*/

#textbox {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 468px;
	height: auto;
	margin: 35px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 0px solid #BEBDBC;
	border-bottom: 0px solid #BEBDBC;
	}
#textbox h2 {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 16px;
	color: #666666;
	width: 450px;
	margin:  40px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #000000;
}
#textbox p {
	height: auto;
	display: block;
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #000000;
	margin:  15px 0px 0px 0px;
	padding: 0px 40px 0px 0px;
	background-color:#FFFFFF;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
}
br { 
	clear:left;
}
#textbox .vertrieb {
	margin: 40px 0px 0px 0px;
	padding:0px; 
	border: 0px solid #999999;
	width:390px;
	border-top: 1px solid #999999;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 370px;
	}
html>body #textbox .niederlass { width: 370px; } 

#textbox a {
	font-weight: normal;
	/*letter-spacing: 1px; */
	color: #C2161F;
	text-decoration: none;
}
#textbox a:hover {
	text-decoration: underline;
}


#textbox .backbut {
	height: auto; 
	width: 420px; 
	margin: 40px 0px 35px 0px;
	padding: 14px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	letter-spacing: 1px;
	color: #000000;
	text-align: right;
	background-image: url(../images/nav/backbut-1.gif); 
	background-repeat: no-repeat; 
	background-position: right top; 
	border: 0px solid #000000; 
}
#textbox .backbut a {
	color: #000000;
	text-decoration: none;
}
#textbox .backbut a:hover {
	color: #C2161F;
	text-decoration: underline;
}

/*---------------------------------------------------------------------------------------------------------------*/

