/* -------------- Menue DIVs ------------- */

.MenueHorizontal {
	position: relative;
	top: 35px;
	float:right;
	height: 20px;
	width: 630px;
	margin: 0;
	padding: 5px 10px;
	overflow: hidden;
}

#Footer .MenueHorizontal {
	float:left;
	height: 20px;
	width: 630px;
	margin: 0;
	padding: 5px 10px;
	overflow: hidden;
}

/* -------------- Layout DIVs ------------- */
#Header {
	height: 360px;
	margin-bottom: 0;
}

#Logo {
	float: left;
	width: 320px;
	height: 75px;
	margin: 0;
	padding: 0;
}

#HeaderBlock {
	float:left;
	width: 970px;
	height: 290px;
	background-color: transparent;
	background-image: url(header.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#HeaderBlock #Bild {
	float: left;
	position: relative;
	top: 23px;
	left: 23px;
	width: 590px;
	height: 245px;
	overflow: hidden;
	border: 1px solid #E6E6E6;
}

#HeaderBlock #LogInBox {
	position: absolute;
	top: 208px;
	left: 642px;
	width: 266px;
	height: 105px;
	padding: 8px 10px;
	background-color: #66B9E3;
	border: solid 1px #FFFFFF;
	color: #FFFFFF
}

#LogInBox { font-size: 11px;}
#LogInBox p.Titel { padding: 0; margin: 0 0 3px 0; font-size: 12px; font-weight: bold; color: #FFFFFF; }
#LogInBox p.formtext label { float: left; width: 80px;}
#LogInBox p.formtext input { width: 175px; border: 0; padding: 2px; margin: 0;}



#LogInBox .LogInBtn {
	background-color:#008bd0;
	border:0;
	color:#FFFFFF;
	padding:2px 3px;
	margin: 0;
	font-weight: bold;
};

#Content, #ContentLeer {
	float: left;
	width: 970px;
}

#ContentLinks {
	float: left;
	width: 622px;
}

#ContentLinksTop {
	float:left;
	width: 622px;
	height: 10px;
	background: transparent url(bg_links_o.jpg) no-repeat;
}

#MainLinks {
	float: left;
	width: 557px;
	padding: 15px 27px 15px 35px;
	margin: 0;
	background: transparent url(bg_links.jpg) repeat-y 0 0;
}

#ContentLinksBottom {
	float:left;
	width: 622px;
	height: 10px;
	background: #f8f3ec url(bg_links_u.jpg) no-repeat;
}

#ContentRechts {
	float: right;
	width: 348px;
}

#ContentRechtsTop {
	float:right;
	width: 348px;
	height: 15px;
	background: transparent url(bg_rechts_o.jpg) no-repeat;
}

#MainRechts {
	float: right;
	width: 308px;
	padding: 10px 20px;
	margin: 0;
	background: transparent url(bg_rechts.jpg) repeat-y;
}

#ContentRechtsBottom {
	clear: both;
	width: 348px;
	height: 15px;
	background: #f8f3ec url(bg_rechts_u.jpg) no-repeat;
}

/* --------------Float Left/Right------------- */

#ContentRechts .flLeft { 
	float: left;
	margin-right: 0px;
	margin-bottom: 8px;
	padding-top: 3px;
}

#ContentRechts .flRight { 
	float: right;
	margin-left: 10px;
	margin-bottom: 8px;
	padding-top: 3px;
}

#ContentRechts .flMitte { 
	float: left;
	margin: 0;
	padding-top: 3px;
}


#Footer {
	clear: both;
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 960px;
	height: 25px;
}

#Footer p {
	padding: 0;
	margin: 0;
	text-align: center;
	color: #FFFFFF;
}
