/* BRANDING / HEAD
------------------ */
#branding {  
	color: #fff;
	height: 145px;	/* V01: 183px */
} 
#logo {
	overflow: hidden;
	position: relative;
	height: 80px;
}
#logo span {
	position: absolute;
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 10;
	display: block;
	top: 0;
	left: 0;
	height: 120px;
	width: 202px;
}

/* used for CSS rollover effect, currently disabled to avoid confusion
#logo > a:hover span,
#logo > a:active span,
#logo > a:focus span {
	background-position: 0 -199px;
	width: 308px;
}
*/

#logo strong,
#logo em {
	overflow: hidden;
	position: relative;
	color: #000;
	font-size: 300%;
}
#logo em {
	position: absolute;
	z-index: 11;
	top: 40px;
	left: 200px;
	bottom: 0;
	width: 380px;
	height: 40px;
	color: #649524;
	font-size: 145%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
}
#logo a {
	position: absolute;
	display: block;
	top: 0px;
	left: 0;
	width: 28em;
	height: 100px;
	padding: 10px;
	cursor: pointer;
}
#logo a:hover {
	text-decoration: none;
}
#logo a img {
	display: none;
border: 1px solid red;
}


#idNavGruen {
	position: absolute;
	top: 95px;
	width: 940px;
	height: 50px;
	background: url("../img/global/gruenerLinkKasten2.gif");
}

#idNavGruen #idHeaderLinks {
	position: absolute;
	top: 5px;
	left: 20px;
	height: 45px;
}

#idNavGruen #idHeaderLinks li {
	display: inline-table;
	list-style: none;
	font-size: 10px;
	margin: 0 0;
	padding: 0 10px;
	position: relative;
	text-align: center;
	top: -5px;
	width: 160px;
	height: 48px;
	border-right: 1px solid #ffffff;
	font-weight: bold;
}


#idNavGruen #idHeaderLinks a,
#idNavGruen #idHeaderLinks a:link,
#idNavGruen #idHeaderLinks a:visited,
#idNavGruen #idHeaderLinks a:hover,
#idNavGruen #idHeaderLinks a:active
{
	position: relative;
	top: 10px;
	color: #FFFFFF;
	font-size: 150%;
	text-decoration: none;
	padding: 0px;
	text-align: center;
	line-height: 12pt;
}

#idProjektTitel {
	position: absolute;
	top: 40px;
	left: 200px;
	color: #DDDDDD;
}

#idFoerderLogos {
	position: absolute;
	top: 10px;
	left: 660px;
	width: 300px;
	height: 80px;
	visibility: hidden;
}

idQuadrate {
	position: absolute;
	top: 300px;
	left: 800px;
	width: 660px;
	height: 730px;
	border: 1px solid red;
}

/* SEARCH-BOX ******************/

#search-box {
	position: absolute;
	top: 47px;
	right: 20px;
}              
#search-box input {
	background: #ebebeb;
	margin: 0 5px 0 0;
	border: 1px solid #c2c2c2;
	width: 150px;
	padding: 3px 3px 2px 3px;
} 
#search-box input:focus,
#search-box input.a11y-focus {
	background: #fff;
	border: 1px solid #ff3062;
}
#search-box .button {
	background-color: #6ba12e;	
	width: auto;
	border: 1px solid #97b65f;
	border-right: 1px solid #497225;
	border-bottom: 1px solid #497225;
	margin: 0;
	padding: 2px 10px;
	color: #fff;
	cursor: pointer;
	font-size: 120%;
	text-transform: uppercase;
	font-weight: bold;
}
#search-box .button:hover, 
#search-box .button:active,
#search-box .button:focus {
	background: #6ba12e;
	color: #fff;
	border: 1px solid #497225;
	border-right: 1px solid #97b65f;
	border-bottom: 1px solid #97b65f;
}
#search-box a.button {
	width: 100px;
	display: inline;
	border: none;
	padding: 3px 10px 2px 10px;
}

#idHeadFoto {
	position: absolute;
	left: 15px;
	top: 15px;	&nbsp;
	width: 940px;
	height: 208px;	
	z-index:0;	
}

/* PAGE INTRO HEADER FOTO */

div.imageBorder {
	margin-left: -238px;
	overflow: hidden;
	width:940px; 
	height:208px; 
	-moz-border-radius:10px;
	border:3px solid #ffffff;
}
