@charset "utf-8";
/* CSS Document */

<style type="text/css">

.WelcomeBox {
	padding: 7px;
	width: 100%;
}
.WelcomeText {
	font-size: 14px;
	text-align: left;
	padding-bottom:5px;
	color: #cc66cc;
}
.ReasonWhyBox {
	margin: 3px;
	float: left;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 11px;
	width:426px;
}

.cnt4_Boxes {
	background-repeat:no-repeat;
	background-position: left top;
	float: left;
	font-size: 11px;
	width:426px;	
	margin-bottom:5px;
}

.ListofReasons {
	list-style-position: inside;
	list-style-type:square;
}

H2 {
	font-size: 12px;
	margin: 2px;
}

.bkimage {
	position:absolute;
	left:436px;
	top:300px;
	background-image:url(/de/images/bellyPic.gif); 
	background-repeat:no-repeat; 
	background-position:right; 
	height:235px; width:228px;
}

.reasonsHolder {
	border:solid #fff 1px;
	height:270px;
	background-image:url(/de/images/bellyPic.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.cnt4Holder {
	border:solid #fff 1px; 
	height:365px;
	background-image:url(/de/images/bellyBlue.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.reasonTxtPos {
	position:relative;
	padding-left:52px;
}

.threeBoxesHolder {
	padding-top:25px
	border:solid #F00 1px;
	height:158px;
	background-image:url(/de/images/3boxes_horizontal.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	width: 640px;
}

.threeBoxesReasons {

}

.wichtigPoints {
	position: absolute; left:35px;
	width:350px;
}
a.boxLinks {
	color: #000;
	text-decoration: underline;
	font-size:11px;
}
a.boxLinks:hover {
	color: #000;
	text-decoration: underline;
	font-size: 11px;
	background-color:transparent;
}
</style>

