/*--------------------------------------------------------------------*/
/*MainStruct*/
/*--------------------------------------------------------------------*/
#page {
	height: 100%; /* das hier fr den ie */
}

/* folgende anweisung wird nicht vom ie interpretiert */
#page[id] {
	height:auto;
	min-height:100%;
}

html,body {
	height: 100%;
	/*background: #7e7e7e url(../images/background.jpg) repeat-x ;*/
	background: #DEDEDE url(../images/background.jpg) repeat-x ;
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 100.01%;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #FFFFFF;
	text-align: center;  /* nur für alte Browser */
}

.clearing {
	clear: both;
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 0;
	line-height: 0;
}

#page {
	position: relative;
	text-align: left;
	margin: 0 auto;
	padding: 0px;
	padding-bottom: 40px;
	width: 954px;
	background: #0073A4 url(../images/page_bg.jpg) no-repeat;
}

#header {
	height: 252px;
	width: 954px;
	position: relative;
}

#logo {
	width: 223px;
	height: 160px;	
	position: absolute;
	left: 0px;
	top: 0px;
}

#banner {
	width: 730px;
	height: 196px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#facebook { height: 89px; width: 100%; background: url(../images/welle.png) no-repeat; 	position: absolute; left: 0px; top: 163px; }
#facebook_content { padding-left: 40px; padding-top: 46px; }
.facebook { position: relative; top: -3px; }

#menu_border {
	margin-top: 40px;
	float: left;
	width: 200px;
}

#menu {
	padding-left: 20px;
	font-size: 16px;
	/*line-height: 34px;*/
	line-height: 28px;
}

.menu2 {
	font-size: 14px;
	line-height: 26px;
}

.menu3 {
	font-size: 13px;
	line-height: 22px;
}

#offer {
	padding-left: 20px;
	font-size: 16px;
	line-height: 34px;
}

#content_border {
	margin: 0px;
	margin-top: 40px;
	/*margin-left: 40px;*/
	float: right;
        width: 680px;
}

#content, #contentmid, #contentmid_2, #contentbot {
	font-size: 13px;
	line-height: 18px;
	padding-right: 30px;
}

#contentmid {
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: justify;
}

#contentmid_2 {
	margin-top: 10px;
	text-align: justify;
}

#contentleft, #contentleft_norm {
	width: 300px;
	float: left;
	padding: 0px;
	/*text-align: justify;*/
	text-align: left;
}

#contentright, #contentright_norm {
	width: 300px;
	float: right;
	padding: 0px;
	margin: 0px;
	padding-right: 10px;
	/*text-align: justify;*/
	text-align: left;
}

#contentbot_left {
	float: left;
	width: 46%;
}

#contentbot_right {
	float: right;
	width: 46%;
}
