body {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:12px;
	color:#000;
	background-color:#ffffff;
	padding: 0px;
	margin: 0px;
	background: url(../images/bg.png) top left;
	text-align: center;
	height: 100%;
}




#wrap {
	clear: both;
	margin: 0px auto;
	display: block;	
	position: relative;
	text-align: left;
	width: 1000px;
  	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
}




/* HEADER START */

#header {
	display: block;
	width: 1000px;
	height: 400px;
	position: relative;
	background-color: #FFFFFF;
}	

#headerimage {
	display: block;
	height: 400px;
	width: 1000px;
	position: absolute;
	overflow: hidden; 
	top: 0px;
	left: 0px;
	z-index: 5;
}

#headerbg {
	display: block;
	height: 100px;
	width: 1000px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #e25d04;
	filter: alpha(opacity=88);
	-moz-opacity: .88;
	opacity: .88;
	z-index: 10;
}

#headerlogo {
	display: block;
	height: 100px;
	width: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
}

#headersearch {
	display: block;
	height: 70px;
	width: 230px;
	position: absolute;
	top: 0px;
	left: 210px;
	text-align: left;
	z-index: 20;
}


#headerlogin {
	display: block;
	height: 70px;
	width: 280px;
	position: absolute;
	top: 0px;
	left: 455px;
	text-align: left;
	z-index: 20;
}

#headerseal {
	display: block;
	height: 70px;
	width: 200px;
	position: absolute;
	top: 0px;
	left: 780px;
	text-align: center;
	z-index: 20;
	padding-top: 20px;
}


#headermenu {
	display: block;
	height: 20px;
	width: 650px;
	position: absolute;
	top: 80px;
	left: 350px;
	text-align: right;
	z-index: 20;
}


/* HEADER END */








/* MAINMENU START */

#mainmenu  {
	position: relative;
	width: 1000px;
	height: 39px;
	margin-top: 10px;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
	display: block;
	border-bottom: 2px solid #e97023;
}

/* MAINMENU END */




#contentarea {
	background-color: #FFFFFF;
	display: block;
	position: relative;
	width: 1000px;
	clear: both;
	float: none;
	padding-bottom: 50px;
}



/* SUBMENU START */ 

#submenu {
	position: relative;
	display: block;
	width: 219px;
	min-height: 300px;
	padding: 5px 0px;
	float: left;
	border-right: #DDD dashed 1px;
	background: #FFFFFF url(../images/bg_submenu.jpg) left top no-repeat;
}

/* SUBMENU ENDE */



/* CONTENT START */

#content {
	position: relative;
	float: left;
	display: block;
	width: 465px;
	min-height: 300px;
	margin: 30px 50px;
}

th#content  {
	vertical-align: top;
	text-align: left;
	font-size: 12px;
}

td#content  {
	vertical-align: top;
	text-align: left;
	width: 465px;
	position: relative;
	padding-bottom: 40px;
	font-size: 12px;
}

a#content  {
	text-decoration: underline;
	color:#e25d04;
}

/* CONTENT END */






/* MARGINAL START */

#marginal {
	position: relative;
	float: left;
	display: block;
	width: 214px;
	min-height: 300px;
	border-left: #DDD dashed 1px;
	padding-top: 20px;
	height: auto;
	background: #FFFFFF url(../images/bg_marginal.jpg) left top no-repeat;
}

/* MARGINAL END */







/* FOOTER START */

#footer {
	clear: both;
	width: 100%;
	height: 20px;
	display: block;
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
	background-color: #e25d04;

}

#footer p {
	font-size: 11px;
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 20px;
	font-size: 11px;
}

#footer a:hover {
	color: #000000;
}


/* FOOTER END */




