/* 
	Farben 

	rot				#d9163f
	orange (hg)		#f1820d
	blau (headline)	#5b93cf
	hellbau			#f5f8fc
	dunkelblau 		#436D99 -> a:hover auf blauen Farbflächen
*/

@import url("master.css");
* {
	padding: 0;
	margin: 0;
	border: 0;
	}

body {
	background-image: url(/bilder/css/body_hg.gif);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #f1820d;
	font-family: "Trebuchet MS" , Helvetica, sans-serif;
	}

#wrapper {
	margin: 0 auto;
	width: 800px;
	background: #fff;
	}

#topnavigation {
	width: 800px;
	height: 30px;
	color: #000;
	background: #f1820d;
	position: relative;
	}

#header {
	position: relative;
	width: 800px;
	height: 256px;
	overflow: hidden;
	color: #f1820d;
	}

#logo_nev {
	position: absolute;
	right: 20px;
	top: 64px;
	width: 93px;
	height: 93px;
	}


#navigation {
	width: 800px;
	color: #fff;
	background: #999;
	}

#content {
	width: 800px;
	font-size: 1.2em;
	}

#left {
	float: left;
	width: 570px;
	color: #000;
	padding: 10px;
	}

#right {
	float: right;
	width: 210px;
	}

#einespalte {
	float: left;
	width: 780px;
	color: #000;
	padding: 10px;
	}

#footer {
	clear: both;
	width: 780px;
	padding: 12px 10px 8px 10px;
	background: #fff url(/bilder/css/footer.gif) no-repeat top;
	color: #5b93cf;
	font-size: 1.1em;
	line-height: 1.2em;
	}

#about {
	text-indent: -5000px;
}

#claim_zukunft {
	height: 80px;
	background: #fff url(/bilder/css/kindern_eine_zukunft.png) no-repeat;
	}
	
/* Formate für Topnavigation */

#topnavigation ul {
	position: absolute;
	bottom: 0.5em;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	}

#topnavigation li {
	display: inline;
	list-style-type: none;
	padding-left: 14px;
	padding-right: 14px;
	border-right: 1px solid black;
	}

#topnavigation a:link, #topnavigation a:visited {
	color: #000;
	text-decoration: none;
	}

#topnavigation a:hover {
	color: #fff;
	text-decoration: none;
	}
	
.top_aktiv {
	color: #fff;	
	font-weight: bold;
}

input#text.searchForm {
	background:  #f1820d;
	border: 1px solid #000;
	width: 100px;
	padding: 0 3px 0 3px;
}
	
	
/* Formate für Hauptnavigation */

#navigation {
	font-size: 1.2em;
	font-family: "Trebuchet MS" , Helvetica, sans-serif;
	}

#navigation ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	}

#navigation li {
	display: inline;
	list-style-type: none;
	}

#navigation a:link, #navigation a:visited {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 0.1em 10px 0.1em 10px;
	}

.aktiv {
	font-weight: bold;
	display: inline;
	list-style-type: none;
	padding: 0.1em 0 0.1em 0;
	/* padding: 0.25em 10px 0.25em 10px; */
	background: #5b93cf;
	}

.aktiv a:hover {
	font-weight: bold;
	text-decoration: none;
	background: #5b93cf;
}

#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	background: #d9163f;
	}

#navigation a:active {
	font-weight: bold;
	background: #5b93cf;
	text-decoration: none;
	}		

/* Formate fuer den Content */


h1, h2, h3 {
	font-weight: normal;
	color: #5b93cf;
	}

h1 {
	font-size: 1.6em;
	margin: 0 0 1em 0;
	padding: 0;
	}

h2 {
	font-size: 1.4em;
	margin: -0.5em 0 1em 0;
	padding: 0;
	}

h3 {
	font-size: 1.2em;
	margin: 0 0 0.5em 0;
	padding: 0;
	}

	
#content ul {
	padding-left: 1.5em;
}

#content ul li {
	padding-bottom: 0.5em;
}

#content a {
	text-decoration: none;
}

#content a:link {
	color: #5b93cf;
	border-bottom: 1px solid #5b93cf;
	}

#content a:visited {
	color: #5b93cf;
	border-bottom: 1px solid #5b93cf;
	}

#content a:hover {
	color: #436D99;
	border-bottom: 1px solid #436D99;
	}

#content a:active {
	color: #436D99;
	border-bottom: 1px solid #436D99;
	}
	
#meldung {
	width: 400px;
}	



/* Formate Marginalspalte */

#box_rechts h2 {
	font-size: 1.6em;
	/* margin-left: 20px; */
	/* margin-right: 10px; */
	margin: 0 0 0.3em 0;
	}

#box_rechts p {
	margin: 0;
	/* margin-left: 20px; */
	/* margin-right: 10px; */
	padding: 0px 0px 3px 0;
	}
	
#box_rechts img {
	margin-top : 0.5em;
	margin-bottom: 0.5em;
}	

#box_rechts a {
	text-decoration: none;
}

#box_rechts a:link {
	color: #5b93cf;
	border-bottom: 1px solid #5b93cf;
	}

#box_rechts a:visited {
	color: #5b93cf;
	border-bottom: 1px solid #5b93cf;
	}

#box_rechts a:hover {
	color: #436D99;
	border-bottom: 1px solid #436D99;
	}

#box_rechts a:active {
	color: #436D99;
	border-bottom: 1px solid #436D99;
	}

#box_rechts {
	width: 200px;
	background: #fff url(/bilder/css/box_rechts.png) left;
	margin-top: 1.5em;
	}

#box_rechts_top {
	background: url(/bilder/css/box_rechts_top.png) no-repeat left;
	height: 12px;
	}

#box_rechts_bottom {
	background: #fff url(/bilder/css/box_rechts_bottom.png) no-repeat left;
	height: 22px;
	}

#box_ohne {
	width: 200px;
	margin-top: 1.5em;
}

.content_rechts {
	width: 180px;
	padding: 0 5px 0 15px;
	overflow: hidden;	
}

/* KLASSEN FÜR BESTIMMTE INHALTE */

/* Bild linksstehend mit Bildunterschrift */

.bildLinks {
	width: 190px;
}

dl.bildLinks {
	float: left;
	margin-right: 1em;
	}

dl.bildLinks dt {
	margin-bottom: 0;
	}
	
dl.bildLinks dd {
	margin: 0;
	font-size: 0.95em;
	line-height: 120%;
	color: #666;
}


/* Bildvarianten */

.links {
	float: left;
	margin-right: 1.5em;
	}


/* Seite Projektübersicht */

.projekte {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-bottom: 3em;
	background: #fff url(/bilder/css/spalte.gif) repeat-y;
}

.projekte_erstespalte {
	clear: both;
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-bottom: 3em;
	background: #fff url(/bilder/css/spalte.gif) repeat-y;
}

.projektbild {
	margin-bottom: 0.5em;
	width: 174px;
	overflow: hidden;
}


.referenz {
	margin-bottom: 1em;
	}

.referenz .bild {
	float: left;
	}

.referenz .bild img {
	width : 130px;
	height : 102px;
	} 

.referenz .text {
	background: #fff url(/bilder/css/footer.gif) no-repeat bottom;
	margin-left: 140px;
	width: 630px;
	padding-bottom: 2em;
	}

.bu {
	font-size: 0.95em;
	line-height: 120%;
	color: #666;
}

/* Seite suchseite.php */

.contentRight {
	margin-bottom: 1em;
	color: #999;
	}

.contentBoxBorder {
	}
	
.contentBoxBorder {
	margin-bottom: 0.5em;
}	
	
/* Kontaktformular */

#kontakt	{
	width: 570px;
	}

#kontakt form {
	margin: 1em 0 0 0; 
	padding: 0; 
	line-height: 200%; 
	}

#kontakt legend {
	background: #5b93cf;
	color : #fff; 
	padding : 3px 5px 3px 5px; 
	margin : 0 0 1em 0.3em;
	line-height: normal;
	}
#kontakt input {
	margin-top: 0.8em;
}

#kontakt input, #kontakt legend, #kontakt option, #kontakt select, #kontakt textarea {
	font-weight : bold; 
	}

#kontakt fieldset {
	border : 1px #a1b542 dotted; 
	width : 100%; 
	margin : 	1em 0 0.5em 0;
	background: #f5f8fc;
	}

#kontakt input, #kontakt textarea, #kontakt select {
	background : #fff; 
	color	 : #000; 
}

#kontakt input:focus, #kontakt textarea:focus {
	background				: 	#fff; 
	color							: 	#000; 
	font-weight				: 	bold; 
	line-height				: 	normal; 
	outline						: 	#6D7DAA solid 2px
	}

#kontakt label, #kontakt input[type=checkbox], #kontakt input[type=button], #kontakt input[type=submit] {
	cursor						: 	pointer; 
	}

#kontakt option {
	border-top				: 	1px solid #aaa
	}

#kontakt label {
	margin-top				: 	0.4em; 
	margin-bottom			:	0.5em;
	}

#kontakt label.left { 
	float							: 	left; 
	text-align				: 	right; 
	width 						: 	10em; 
	margin-right			: 	1em; 
	}

#kontakt form p {
	margin : 1em 0 0.5em 0; 
	font-size: 0.95em;
	line-height : 140%;
	}

#kontakt input[type=text], select { 
	float							: 	left; 
	}

#kontakt input[type=text], #kontakt select, #kontakt textarea { 
	width							: 	60%; 
	max-width					: 	30em; 
	}

#kontakt input.right { 
	float			: 	left; 
	width			: 	auto; 
	clear			: 	both; 
	margin-left		: 	10.3em; 
	margin-right	: 	0.3em; 
	}

#kontakt p.right { 
	width			: 	auto; 
	padding-left	: 	11em; 
	margin-right	: 	.3em; 
	line-height		: 	130%;
	}

#kontakt input[type=checkbox].right, input[type=radio].right, input[type=submit].right { 
	margin-left		: 	11.3em;
	}

#kontakt form br { 
	clear			: 	both; 
	}

#kontakt input, #kontakt textarea { 
	color							: 	#000; 
	background				: 	#fff; 
	}

#kontakt input:focus, #kontakt textarea:focus { 
	color							: 	#000; 
	background				: 	#fff; 
	}

#kontakt input.submitbutton {
	background: #5b93cf;
	color : #fff;
	padding: 0.25em;
	}

#kontakt .projekt {
	display : block;
	margin-top: 0.4em; 
	font-weight: bold;
	color: #5b93cf;
	letter-spacing: 0.1em;
}


.pflicht { 
	font-size					:	1.5em; 
	color							:	#d00; 
	font-weight				:	bold; 
	padding-left			:	0.5em; 
	padding-top				:	0.2em
	}

/* Flash-Movie vor IE verstecken */

.mozilla { display: none; }
html>body .mozilla { display: block; }
