@charset "windows-1252";
/* CSS Document */

html {
	font : normal 12px Arial, Verdana, sans-serif; 
	color : #000000; 
	text-decoration : none;
	z-index:1;
}

div#main {
	padding-top:35px;
	width: 780px;
	margin: auto;
}

.right {
	float: right;
}
.left {
	float:left;
}

/* header BEGINN */
div#header {
	width: 780px;
	height: 60px;
	background-color:#003263;
	margin:auto;
	vertical-align:middle;
}

		div#header img {
		margin:10px;
		}
				
		div#header img.right {
		float:right;
		margin-right:30px;
		}
		
		div#header img.text {
		margin-top: 17px; 
		}
		
		div#header img a.link_hb {
			border: 0px solid red; 
		}
/* header ENDE */

/* headerImage BEGINN */
div#headerImage {
	background-image:url(../img/headImg.jpg);
	background-repeat:no-repeat;
	width:780px;
	height:200px;
}

	div#headerImage a#linkHB {
		position:relative;
		left:665px;
		font-size:10px;
		color:#003263;
		letter-spacing:1px;
		text-decoration:none;
	}

/* headerImage ENDE */



/* main-menue BEGINN */
div#main_menue {
	margin-top:5px;
	margin-bottom:5px;
}

	div#main_menue a {
	 letter-spacing:1px;
	 margin-right:5px;
	 margin-left:5px;
	 padding:2px;
	 padding-left:5px;
	 padding-right:5px;
	 color:#000000;
	 text-decoration:none;
	}
	
	div#main_menue a:hover {
	 background-color:#d8b50f;
	 color:#ffffff;
	}
	

/* main-menue ENDE */

/* sub-menue BEGINN */
a.submenue {
 color:#000000;	
}

	a.submenue:hover {
	 color:#ffffff;
	 background-color:#d8b50f;	
	}
	
	div.submenueStile {		
	    z-index:2;
	    display:none;	
	    position:absolute;
	    background-color:#ffffff;
		padding-left:5px;
		padding.right:5px;
		border-bottom: 5px solid #888;
		border-right: 5px solid #888;
	}
	
		div.submenueStile p {	
			margin:10px;
			padding:0px;
			padding-bottom:5px;
			font-size:14px;
			letter-spacing:1px;
			border-bottom:1px dotted #000000;	
		}
		
		div.submenueStile p a {	
			text-decoration:none;
			padding-left:5px;
			padding-right:5px;
		}
	
				div#subMneue_Partner {
					top:125px;
					margin-left:52px;
				}
							
				div#subMneue_Projekt {
					top:125px;
					margin-left:285px;
				}
				
				div#subMneue_Ergebnis {
					top:125px;
					margin-left:400px;
				}
/* sub-menue ENDE */	
	
	
/* Content BEGINN */
div#content {
 width:650px;
 float:left;
 border: 0px solid red;		
}

div#content .content_left {
	float:left;
	width:385px;
	border: 0px solid green;
}

			div#content .content_left p {
				font-size:14px;
			}

div#content .content_right {
	float:right;
	width:250px;
	border: 0px solid yellow;
}


div#bkb {
	float:right;
	width: 120px;
	text-align:right;
}
/* hintergrund unten BEGINN */
img#bg_unten {
	margin-top:35px;
}
/* hintergrund oben ENDE */