/* Farbdefinitionen

jem-Rot					#d4001f
jem-Dunkelgrau			#393e3d
jem-Mittelgrau			#4d504f, #6e6e6e
jem-Hellgrau			#adadad

Orange					#f28924
Grün					#79be33
Blau					#3e83b0

Grau Navi Hg   			#cad3dd
Grau Navi Schrift		#5e758e
Grau Navi Schrift hover	#2e3945

-------------------	*/

* {
	margin: 0;
	padding: 0;
}

a:link { color: #000000; text-decoration: none; border-bottom: 1px dotted #000000; }
a:visited { color: #000000; text-decoration: none; border-bottom: 1px dotted #000000; }
a:hover { color: #d4001f; text-decoration: none; border-bottom: none; }
a:active { color: #000000; text-decoration: none; border-bottom: 1px dotted #000000; }

a img, img a {border: none; }

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

body {
	text-align: left;
	background: #ffffff url(grafik-balken-blau2.gif) no-repeat;
}
body, td {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	color: #393e3d;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	}
td {
	vertical-align: top;
	/*padding: 3px 8px 3px 0;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #8ea0b5;
	border-left: none;*/
}
table.foerderer {
/*	background-color: #e9ebeb;
*/}
table.foerderer td {
	vertical-align: top;
	width: 170px;
	padding: 0 23px 23px 0;
	}
table.foerderer td img {
	border: 1px solid #dbdbdb;
}
	table.foerderer td a {
		border: none;
	}

h1 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 2em;
	color: #d4001f;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #4d504f;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #4d504f;
}
input, textarea {
	margin: 0 0 8px 0;
	padding: 4px;
	width: 380px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
	border: 1px solid #99a2a8;
}
input.sendebutton {
	width: 120px;
	background-color: #cad3dd;
}
textarea.nachricht {
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
p {
	margin-bottom: 0.7em;
}
strong, b {
	font-weight: bold;
	color: #4d504f;
}
ol {
	margin-top: 0px;	
	padding-left: 1.7em;
	margin-left: 0;
}
ul {
	margin: 0 0 0.5em 0;	
	padding-left: 1.7em;
	list-style-type: none;
}
ul ul {
	margin-top: 0px;	
	padding-left: 1.4em;
	margin-left: 0;
}
li {
	margin-top: 0.5em;
}
/* -------------------- layout ------------------- */

#wrap {
	width: 970px;
	text-align: left;
}
#layout-links {
	float: left;
	width: 220px;
}
		#logo {
			width: 220px;
			height: 160px;
			background-color: #ffffff;
		}
			#logo a {
				border: none;
			}
		#navigation {
			float: left;
			margin: 0 0 0 0;
			width: 220px;
		}
		#sponsoren {
			float: left;
			width: 170px;
			height: 173px;
			margin: 148px 0 0 0;
			padding: 22px 25px 25px 25px;
			background-color: #e9ebeb;
			}
			#sponsoren img {
				margin: 15px 0 0 0;
			}
			#sponsoren a {
				border: none;
			}
		#himbeerrot {
			float: left;
			margin: 20px 0 0 25px;
			width: 195px;
		}
			#himbeerrot a {
				color: #6e6e6e;
				border: none;
		}

#layout-rechts {
	float: right;
	width: 750px;
}
		#header {
			float: left;
			width: 560px;
			height: 160px;
			margin-left: 100px;
			background-color: #ffffff;
		}
			#header a {
				border: none;
			}
		#content {
			float: left;
			width: 560px;
			margin-left: 50px;
			padding-left: 50px;
		}
			#content h1 {
				margin-left: -50px;
				}
			#content ul {
					margin: 1em 0 0.5em 0;	
					padding-left: 1.6em;
					list-style-image: url(aufzaehlung-rot.gif);
				}	
			#themenbild {
				width: 560px;
				/*margin-left: 50px;*/
				margin-bottom: 30px;
				border-bottom: #f28924 solid 8px;
			}
			#foerderer-logos {
				margin-bottom: 30px;
				padding-right: 25px;
				border: #adadad solid 1px;
			}
			
			.kooperationspartner {
				width: 600px;
				border-bottom: #dbdbdb solid 1px;
				margin-top: 30px;
				margin-left: -50px;
				padding: 0 10px 15px 0px;
			}
				#content .kooperationspartner h1 {
					margin-left: 245px;
				}
				.kooperationspartner p {
					margin-left: 245px;
				}
				.kooperationspartner img {
					float: left;
					margin-left: 50px;
					border: #dbdbdb solid 1px;
				}
					.kooperationspartner img a {
						border: none;
					}
				.kooperationspartner.letzter {
					border-bottom: none;
			}
			
			
			.team {
				width: 600px;
				border-bottom: #dbdbdb solid 1px;
				margin-top: 30px;
				margin-left: -50px;
				padding: 0 10px 15px 0px;
			}
				#content .team h1 {
					margin-left: 195px;
				}
				#content .team h3 {
					margin-left: 195px;
				}
				.team p {
					margin-left: 195px;
				}
				.team img {
					float: left;
					margin-left: 50px;
				}
					.team a {
						border: none;
					}
				.team.letzter {
					border-bottom: none;
			}
			
			.bildergalerie {
				width: 610px;
				margin-top: 30px;
				margin-bottom: 30px;
/*				padding: 0 10px 15px 0px;
*/			}
				.bildergalerie img {
					float: left;
					padding: 12px 0 6px 0;
				}
				.bildergalerie a {
					border: none;
				}
				.bildergalerie td {
					padding-right: 25px;
				}
	
	
			#trennlinie {
				width: 300px;
				height: 0;
				border-bottom: 3px solid #8ea0b5;
				margin-top: 25px;
				margin-bottom: 6px;
			}
			#textblock {
				margin-left: 50px;
				margin-bottom: 25px;
			}
				#textblock ul {
					margin: 0 0 0.5em 0;	
					padding-left: 1.6em;
					list-style-image: url(aufzaehlung-rot.gif);
				}

#footer {
	width: 610px;
	height: 12px;
	margin-left: 320px;
	margin-top: 50px;
	margin-bottom: 75px;
	clear: both;
}


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

.oben-ohne-abstand {
	margin-top: 0;
	}
.WebYepGalleryText {
	color: #6e6e6e;
	}
.bild-im-beitrag {
	float: right;
	margin: 3px 0 20px 20px;
	}
	

/* ------------- navigation  ---------------- */
ul#main-nav {
	line-height: 18px;
	font-size: 12px;
	margin: 0;
	padding: 0;
	border-top: #d4001f solid 1px;
}
ul#main-nav li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
ul#main-nav li a {
	color: #000000;
	text-decoration: none;
	display: block;
	height: 18px;
	padding: 3px 2px 3px 25px;
	border-bottom: #d4001f solid 1px;
}
ul#main-nav li a:hover {
	text-decoration: none;
	color: #d4001f;
}
ul#main-nav li a.aktuelle-seite, ul#main-nav li a.aktuelle-seite:hover {
	color: #ffffff;
 	text-decoration: none;
	border-bottom: none;
	background-image: url(grafik-balken-rot-navi.gif);
}
/* ------------- sub-navigation  ---------------- */
ul#sub-nav {
	line-height: 18px;
	font-size: 12px;
	margin: 0;
	padding: 0;
	border-bottom: #d4001f solid 1px;
}
ul#sub-nav li {
	list-style: none;
	display: block;
	margin: 0 0 0 25px;
	padding: 0;
}
ul#sub-nav li a {
	color: #6e6e6e;
	text-decoration: none;
	display: block;
	height: 18px;
	padding: 3px 2px 3px 0px;
	border-bottom: #adadad solid 1px;
}
	ul#sub-nav li a.letzter {
		border-bottom: none;
}
ul#sub-nav li a:hover,  {
	color: #d4001f;
	text-decoration: none;
}
ul#sub-nav li a.aktuelle-seite, ul#sub-nav li a.aktuelle-seite:hover {
	color: #d4001f;
 	text-decoration: none;
	background-image: none;
	border-bottom: #adadad solid 1px;
}
	ul#sub-nav li a.aktuelle-seite-letzter, ul#sub-nav li a.aktuelle-seite-letzter:hover {
		border-bottom: none;
}
	ul#sub-nav li a.aktuelle-seite-letzter-rot, ul#sub-nav li a.aktuelle-seite-letzter-rot:hover {
		color: #d4001f;
		border-bottom: none;
}
