/*
 *********************************************************** HOME ***************/

#main_div_home {
	margin:0 auto;
	width:800px;
	height:555px;
	background:url(../images/layout/home_BG.jpg) top no-repeat #FFFFFF;
}

#home_header {
	height:279px;
}

#home_header_logo {
	display:block;
	width:292px;
	height:72px;
	position:relative;
	left:293px;
	top:20px;
	background:url(../images/layout/bdp_logo.gif) no-repeat;
}

#home_menu {
	height:179px;
	position:relative;
}

#home_deutsch_link {
	display:block;
	width:37px;
	height:179px;
	position:absolute;
	left:240px;
	background:url(../images/layout/lan_d_of.gif) no-repeat;
}

#home_deutsch_link:hover {
	background:url(../images/layout/lan_d_on.gif) no-repeat;
}

#home_english_link {
	display:block;
	width:37px;
	height:179px;
	position:absolute;
	left:504px;
	background:url(../images/layout/lan_e_of.gif) no-repeat;
}

#home_english_link:hover {
	background:url(../images/layout/lan_e_on.gif) no-repeat;
}

#home_kontakt_infos {
	margin-top:15px;
	text-align:center;
}
	
/*
 *********************************************************** Hauptseite ***************/


#main_div {
	margin:0 auto;
	width:760px;
	background-color:#4954a0;
}


/*
 *********************************************************** HEADER content ***************/
#header {
	height:207px;
}

#header_logo {
	display:block;
	width:292px;
	height:74px;
	position:relative;
	left:241px;
	top:96px;
	background:url(../images/layout/bdp_logo_header.gif) no-repeat;
}


#menu {
	height:179px;
	position:relative;
}

/*
 *********************************************************** CONTENT ***************/

#content {
	width:760px;
	overflow:hidden;
}

#content_padding {
	padding:25px 15px 15px 15px;
}

/*
 *********************************************************** FOOTER ***************/

#footer {
	margin:25px 15px 0 25px;
}

#footer #copyright {
	padding:10px 0 10px 25px;
	text-align:right;
}

#footer #copyright img {
	margin-bottom:-5px;
}

