@charset "UTF-8";


/** HIDING FOCUSRING */
*:active, a { 
	outline: none; 
}
 
:focus { 
	-moz-outline-style: none; 
}
 
:-moz-any-link:focus {
	outline: none;
}


body {
	padding: 0;
	text-align: left; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000;
	font-family: corbel, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(bilder/banner-back.jpg);
	background-color: #F8F8F8;
}




#container  {
	width: 900px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0;
	margin-bottom: 0;
	background-image: url(bilder/banner-back.jpg);
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	background-color: #FFF;	/* box-shadow: 1px 2px 15px rgb(60,60,60);
	-webkit-box-shadow: 1px 2px 15px rgb(60,60,60);
	-moz-box-shadow: 1px 2px 15px rgb(60,60,60); */
}
#header  {
	/* box-shadow: 0px 1px 15px grey;
	-webkit-box-shadow: 0px 1px 15px grey;
	-moz-box-shadow: 0px 1px 15px grey; */
	background-image: url(bilder/banner.jpg);
	text-align: center;
	margin: 0px;
	left: 0px;
	height: 160px;
	width: 800px;
	background-attachment: fixed;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-repeat: no-repeat;
	background-position: center top;
}
#header img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

td img {
}
#navi ul {
	margin: 0px;
	padding: 0px;
}
#header h1  {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 0px; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
}
#mainContent  {
	padding-top: 190px;
	padding-right: 91px;
	padding-bottom: 40px;
	padding-left: 84px;
	font-size: 16px;
	line-height: 120%;
	text-align: left;
	margin-left: auto;
	background-attachment: scroll;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: auto;
	width: 735px;
}


#mainContent p, #mainContent li {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 16px;
	line-height: 130%;
	color: #151515;
	
}


#mainContent .wichtig p, #mainContent .wichtig li {
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: left;
	font-size: 18px;
	line-height: 120%;
	color: #151515;
}


#mainContent p.wichtig strong
{ color:#6C9D15 }



#mainContent h2{
	font-size: 30px;
	color: #959595;
	margin-top: 5px;
	text-align: left;
	margin-bottom: 29px;
	font-weight: normal;
	text-transform: none;
	font-variant: normal;
	font-style: normal;
	line-height: 31px;
}
#mainContent h3{
	font-size: 16px;
	margin-top: 55px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	color: #000;
	text-align: left;
	text-transform: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #828282;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}



#mainContent a {
	color: #25328A;
	text-decoration: underline;
}
#mainContent a:visited {
	color: 25328A;
}
#mainContent a:hover {
	color: #8CB31D;
	text-decoration: underline;
}






td {
	text-align: left;
	margin-left: 0px;
	padding-right: 30px;
	padding-left: 0px;
	font-size: 14px;
}

Table, tr  {
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 16px;
	list-style-image: none;
	list-style-type: none;
	background-image: url(bilder/list-eckig.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

#header {
	position: fixed;
	top: 0;
	z-index: 90;
	margin-left: -400px;
	left: 50%;
}



*:first-child + html #header {
	text-align: center;
	z-index: 90;
}
* html #header {
	text-align: center;
	position: relative;
	top: inherit;
	z-index: 90;
	margin-right: auto;
	margin-left: auto;
	left: auto;
}

* html #mainContent  {
	padding-top: 24px;}

* html #container  {
	background-image: none;
	 }
	
* html  ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: 147px;
}
	
	
	*+html ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: 147px;
} 

/* 
#container #mainContent ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
left \*: 100px\9
} */
	
	
	
h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-style: normal;
	color: #979797;
	margin-top: 2em;
}
#mainContent img
	{border: 1px solid #979797;
}


.bildrechts {
	float: right;
	margin-bottom: 14px;
	margin-left: 14px;
}

#mainContent .bildrechts-ohnerand {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	border: none;
	margin-top: 0px;
	margin-right: 0px;
}


.clear {
	clear: both;
}
.bildmitte {
	text-align:center;
}
address {
	padding-left: 18px;
}

#mainContent blockquote p {
	font-style: italic;
	color: #8CB31D;
	text-align: right;
	font-family: "PALATINO LINOTYPE", PALATINO, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
}

a, a:visited {
	color: #8fbad0;
	text-decoration: none;
}

a:hover {
	color:#6C9D15;
}



blockquote {
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}





#mainContent blockquote.keinspruch {
	background-color: #EBEBEB;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#mainContent blockquote.keinspruch p ,#mainContent blockquote.keinspruch li {
	font-size: 14px;
	font-family: corbel, Arial, Helvetica, "Helvetica neue", Arial, sans-serif;
	color: #828282;
	text-align: left;
	font-style: normal;
}
#mainContent .keinspruch p cite {
	text-align: right;
	font-weight: normal;
	font-size: 12px;
}

#mainContent blockquote.keinspruch a ,#mainContent blockquote.keinspruch a:visited {
	color: #51AF2F;
}

#mainContent .hintergrundbild p {
}
.floatright {
	float: right;
	margin-bottom: 15px;
	margin-left: 20px;
}




#menue {
	width: 800px;
	text-align: left;
	height: 20px;
	margin-right:  0;
	margin-left: 0;
	padding-top: 125px;
	font-weight: bold;
}

#menue a:visited {color: #333;}
#container #mainContent ul {
	margin-left: 24px;
	padding-left: 0px;
}

#start #container #mainContent {
	padding-right: 30px;
	width: auto;
}

#container #mainContent table tr td ul { margin-left: 0px; }

.ziele {
	background-image: url(bilder/dicker-pfeil.png);
	background-position: left center;
	padding-left: 50px;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
}

#container #mainContent table tr .ziele strong { color: #8CB31D; }

#unsere-ziele #container #mainContent table tr td { padding-right: 8px; }

#mainContent h2 em { font-size: 16px; }

#mainContent .oben { font-size: 12px; }
#mainContent .oben a {
	background-image: url(bilder/top.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
}

