/*----------  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 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 a {
	font-weight: normal;
	/*letter-spacing: 1px; */
	color: #C2161F;
	text-decoration: none;
}
#textbox a:hover {
	text-decoration: underline;
}

#orientbox .headlineimg {
	position: absolute;
	top:40px;
	left: 80px;
}

#contentbox {
	position: absolute;
	top: 200px;
	height: auto;
	width: 790px;
	background-color: #ffffff;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
}
#contentbox img {
	margin: 0px 0px 0px 52px;
}



/*---------------------------------------------------------------------------------------------------------------*/
