/* css document */

/*  farben

rot 			#e2001a
hg graublau 	#899dab
linien grau 	#bfc0c1
navilinien grau #e7e8ea
*/


a:link { color: #e2001a; text-decoration: none; font-weight: normal; }
a:visited { color: #e2001a; text-decoration: none; font-weight: normal; }
a:hover { color: #899dab; text-decoration: underline; font-weight: normal; }
a:active { color: #899dab; text-decoration: underline; font-weight: normal; }

html { height: 100%; margin-bottom: 1px; }  /* erzwingt einen scrollbalken */

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	color: #000000;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
	background: #899dab url(grafik/hg_verlauf.gif) repeat-x;
}
body, td, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	color: black;
}
input, textarea {
	width: 225px;
	padding: 3px;
	margin: 0 0 8px 0;
	vertical-align: top;
	background-color: #dddddd;
}
input.sendebutton {
	width: 114px;
	background-color: #002e67;
	color: #ffffff;
	font-weight: bold;
}
h1, .H1 {
	font-size: 13px;
	font-weight: bold;
	color: #e2001a;
	margin-bottom: 1.3em;
}
h2, .H2 {
	font-size: 12px;	
	font-weight: bold;
	margin-bottom: 1em;
}
h3, .H3 {
	font-size: 11px;	
	font-weight: bold;
	color: #bfc0c1;

}
img a {
	border: none;
}

strong {
	font-weight: bold;
	color: #222222;
}
table {
	border-collapse: collapse;
}
td {
	vertical-align: top;	
}
ol {
	padding-left: 1.7em;
	text-indent: 0.0em;
}
ul {
	margin: 1em 0 0.5em 0;
	padding-left: 1.4em;
	list-style-image: url(grafik/aufzaehlung-11.gif);
}
li {
	margin-bottom: 0.5em;
	}
#content2 li {
	margin-bottom: 0.5em;
}


/* -------------------- layout ------------------- */
#wrap {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: #899dab url(grafik/hg_verlauf.gif) repeat-x;
}
#header {
	width: 900px;
	height: 140px;
	color: black;
	font-size: 11px;
	clear: both;
	text-align: left;
}
	#logo {
		width: 262px;
		padding: 30px 70px 0px 0px;
		float: right;
	}
	#navi_1 /* kleine navi im header */ {
		float: left;
		margin-top: 30px;
	}
	#navi_2 /* haupt navi im header */ {
		float: left;
		clear: both;
		margin-top: 36px;
	}
#visual {
	width: 900px;
	border-top: 1px solid #000000;
	margin-bottom: 8px;
	padding-top: 30px;
	clear: both;
}

#content {						/* breite inhaltsspalte */
	background-color: #ffffff;
	width: 900px;
	float: left;
	text-align: left;
	
}

	#content_startseite_li {
		width: 320px;
		text-align: left;
		float: left;
		padding: 30px 0px 30px 100px;
	}
		#content_startseite_li ul {
			margin: 1em 0;
			padding-left: 1.4em;
			list-style-image: url(grafik/aufzaehlung-11.gif);
		}
	
	#content_startseite_re {
	    width: 408px;
		background-color: #ffffff;
		padding: 30px 0px 30px 0px;
		float: right;
	}
		#content_startseite_re img {
			padding-bottom: 20px;
		}
		
	#content_inhaltseite_li {
		width: 360px;
		text-align: left;
		float: left;
		padding: 30px 0px 30px 100px;
	}
		#content_inhaltseite_li ul {
			margin: 1em 0;
			padding-left: 1.4em;
			list-style-image: url(grafik/aufzaehlung-11.gif);
		}
		
	#content_inhaltseite_re {
		width: 304px;
		background-color: #ffffff;
		padding: 30px 30px 30px 0px;
		float: right;
	}
		#content_inhaltseite_re img {
			padding-bottom: 20px;
		}
	
	#content_float_rechts {
		width: 300px;
		width: auto;
		background-color: #ffffff;
		padding: 0 0 30px 0;
		float: right;
		}
	
	#linke_spalte {
		width: 240px;
		text-align: left;
		padding: 16px 0px 30px 0px;
		float: left;
	}
	
	#breite_spalte {
		width: 600px;
		background-color: #ffffff;
		padding: 30px 60px 30px 0px;
		float: right;
	}
	
	#rechte_spalte {
		width: 660px;
		background-color: #ffffff;
		padding: 0px 0px 30px 0px;
		float: right;
	}
		.projekt {
			/*width: 630px;*/
			width: 350px;
			/*min-height: 167px;*/
			background-color: #ffffff;
			/*border-bottom: 2px solid #bfc0c1;*/
			margin: 30px 30px 0px 0px;
			padding-right: 280px;
			clear: both;
			/*float: left;*/
		}
			.projekt h1 {
				font-size: 13px;
				font-weight: bold;
				color: #e2001a;
				margin-bottom: 1.3em;
			}
			.projekt h2 {
				font-size: 12px;
				font-weight: bold;
			}
			.projekt-clearer {
				clear: both;
				border-bottom: 2px solid #bfc0c1;
				margin-right: 30px;
			}
			/*.projekt img.projektbild,*/ .projektbild  {
				width: 260px;
				margin-right: -280px;
				margin-left: 20px; 
				float: right;
			}
			.projekt a:link, .projekt a:visited, .projekt a:hover, .projekt a:active  {
				font-weight: bold;
				color: #e2001a;
				/*font-size: 11px;*/
			}
		
	
	
#footer {
	/* darf nicht floaten, damit sich der bg des wrap bis unten wiederholt */
	clear: both;
	width: 900px;
	height: 30px;
	color: #ffffff;
	padding: 10px 0;
}
	#footer a {
		color: #ffffff;
	}


/* -------------------- klassen ------------------ */



/* ------------------------- navigationen ------------- */

/*navi oben links im header*/
#navi_oben {
	float: left;
	font-size: 12px;
	color: black;
	margin: 0px 0px 0px 0px;
}

	#navi_oben ul, #navi_oben ul li {
		list-style: none;
		list-style-image: none;
		padding-left: 0px;
	}
	#navi_oben ul li {
		display: inline;
	}
	#navi_oben ul li a.first {
		padding: 0px 6px 2px 0px;
	}
	#navi_oben ul li a {
		padding: 0px 6px 2px 8px;
		text-decoration: none;
		color: black;
		font-weight: normal;
		border-right: 1px solid #000000;
	}
	#navi_oben ul li a.last {
		border-right: none;
		padding-right: 0;
	}
	#navi_oben ul li a:hover {
		text-decoration: none;
		border-bottom: 1px solid black;
		color: #e2001a;
	}
	#navi_oben ul li a.aktuelle-seite {
		text-decoration: none;
		color: #e2001a;
	}
	
	#navi_oben ul li a.aktuelle-seite:hover {
		text-decoration: none;
		background-color: #ffffff;
	}

/*hauptnavi */
#main_navi {
	float: left;
	font-size: 12px;
	color: black;
}
	#main_navi ul, #main_navi ul li {
		list-style: none;
		list-style-image: none;
		padding-left: 0px;
		margin: 0;
		padding: 0;
	}
	#main_navi ul {
		border: 1px solid black;
		border-bottom: none;
	}
	#main_navi ul li {
		display: inline-block;
		background: #ffffff url(grafik/main_navi_hg_schwarz_minimal.gif) top right no-repeat;
		height: 32px;
	}
	#main_navi ul li.last {
		background-image: none;
	}
	#main_navi ul li a {
		display: inline-block;
		text-decoration: none;
		text-align: center;
		color: black;
		font-weight: normal;
		width: 111px;
		height: 21px;
		padding-top: 6px;
		border-bottom: 6px solid #000000;
		margin-bottom: -1px;
		margin-right: 1px;
	}
	#main_navi ul li a.last {
		margin-right: 0;
		width: 112px;
	}
	#main_navi ul li a:hover {
		text-decoration: none;
		color: #e2001a;
		border-bottom: 6px solid #e2001a;
		margin-bottom: -1px;
		height: 21px;
	}
	#main_navi ul li a.aktuelle-seite {
		text-decoration: none;
		color: #e2001a;
		border-bottom: 6px solid #e2001a;
		margin-bottom: -1px;
		height: 21px;
	}
	
	
/*subnavi */
#sub_navi {
	float: left;
	font-size: 12px;
	color: black;
	width: 180px;
}
	#sub_navi ul {
		padding: 0;
		margin: 0;
	}
	#sub_navi ul, #sub_navi ul li {
		list-style: none;
		list-style-image: none;
		display: block;
	}
	#sub_navi ul li {
		padding: 12px 0px 12px 32px;
		border-bottom: solid 2px #e7e8ea;
	}
	#sub_navi ul li:hover {
		border-bottom: solid 2px #e2001a;
	}
	#sub_navi ul li a {
		text-decoration: none;
		color: black;
		font-weight: normal;
		
	}
	
	#sub_navi ul li a:hover, #sub_navi ul li:hover a {
		text-decoration: none;
		color: #e2001a;
	}
	#sub_navi ul li a.aktuelle-seite {
		text-decoration: none;
		color: #e2001a;
	}
	
	#sub_navi ul li a.aktuelle-seite:hover {
		text-decoration: none;
		background-color: #ffffff;
	}

