html, body {
 	 height: 100%; /* wichtig */
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:100%;
	margin:0px;
	padding:0px;
}

#site{
	position: relative;
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
	width:900px;
	text-align:left;
	margin:auto;
}


#wrapper{
	width:900px;
	/*background-image:url(img/head_start.jpg);
	background-repeat:no-repeat;*/
	background-color: #000;
	min-height: 100%;
	height: 100%;
	height: auto !important;
	position: absolute;
}


/* TOP IMAGES - WECHSELN JE NACH GEWÄHLLTEM PARK */ 
/* RHEIN PERLEN */
#header{
	width:900px;
	height:156px;
	background-image:url(img/head_start.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-size:10px;
	text-align:right;
	padding:10px 0 0 0;
	margin-bottom:5px;
}

/* NEULAND-PARK LEVERKUSEN */
#header_npl{
	width:900px;
	height:156px;
	background-image:url(img/Leverkusen.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-size:10px;
	text-align:right;
	padding:10px 0 0 0;
	margin-bottom:5px;
}

/* SCHLOSSPARK KOELN */
#header_spk{
	width:900px;
	height:156px;
	background-image:url(img/Stammheim.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-size:10px;
	text-align:right;
	padding:10px 0 0 0;
	margin-bottom:5px;
}

/* RHEINPARK KOELN */
#header_rpk{
	width:900px;
	height:156px;
	background-image:url(img/Reinpark_Koeln.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-size:10px;
	text-align:right;
	padding:10px 0 0 0;
	margin-bottom:5px;
}

/* FLORA KOELN */
#header_fpk{
	width:900px;
	height:156px;
	background-image:url(img/Flora.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-size:10px;
	text-align:right;
	padding:10px 0 0 0;
	margin-bottom:5px;
}

/* WESSELING ERFTKREIS */
#header_we{
	width:900px;
	height:156px;
	background-image:url(img/Wesseling.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-size:10px;
	text-align:right;
	padding:10px 0 0 0;
	margin-bottom:5px;
}


/* RHEINAUEN BONN */
#header_rb{
	width:900px;
	height:156px;
	background-image:url(img/Bonn.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-size:10px;
	text-align:right;
	padding:10px 0 0 0;
	margin-bottom:5px;
}

/* KÖNIGSWINTER BONN */
#header_kb{
	width:900px;
	height:156px;
	background-image:url(img/Siebengebirge_1.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-size:10px;
	text-align:right;
	padding:10px 0 0 0;
	margin-bottom:5px;
}

/* PRESSE; KONTAKT; IMPRESSUM */
#header_allg{
	width:900px;
	height:156px;
	background-image:url(img/Baum_allgemein.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-size:10px;
	text-align:right;
	padding:10px 0 0 0;
	margin-bottom:5px;
}


#header ul, #header li, #header ul a:link, header ul a:visited, #header li a:link, #header li a:visited,
#header_npl ul, #header_npl li, #header_npl ul a:link, #header_npl ul a:visited, #header_npl li a:link, #header_npl li a:visited,
#header_spk ul, #header_spk li, #header_spk ul a:link, #header_spk ul a:visited, #header_spk li a:link, #header_spk li a:visited,
#header_rpk ul, #header_rpk li, #header_rpk ul a:link, #header_rpk ul a:visited, #header_rpk li a:link, #header_rpk li a:visited,
#header_fpk ul, #header_fpk li, #header_fpk ul a:link, #header_fpk ul a:visited, #header_fpk li a:link, #header_fpk li a:visited,
#header_we ul, #header_we li, #header_we ul a:link, #header_we ul a:visited, #header_we li a:link, #header_we li a:visited,
#header_rb ul, #header_rb li, #header_rb ul a:link, #header_rb ul a:visited, #header_rb li a:link, #header_rb li a:visited,
#header_kb ul, #header_kb li, #header_kb ul a:link, #header_kb ul a:visited, #header_kb li a:link, #header_kb li a:visited,
#header_allg ul, #header_allg li, #header_allg ul a:link, #header_allg ul a:visited, #header_allg li a:link, #header_allg li a:visited {
	list-style-type:none;
	text-decoration:none;
	display:inline;
	color:#9B999D;
	margin-left:10px;
}

#header li a:hover, #header li a:focus, #header li a:active,
#header_npl li a:hover, #header_npl li a:focus, #header_npl li a:active,
#header_spk li a:hover, #header_spk li a:focus, #header_spk li a:active,
#header_rpk li a:hover, #header_rpk li a:focus, #header_rpk li a:active,
#header_fpk li a:hover, #header_fpk li a:focus, #header_fpk li a:active,
#header_we li a:hover, #header_we li a:focus, #header_we li a:active,
#header_rb li a:hover, #header_rb li a:focus, #header_rb li a:active,
#header_kb li a:hover, #header_kb li a:focus, #header_kb li a:active,
#header_allg li a:hover, #header_allg li a:focus, #header_allg li a:active{
	color:#333333;
}

#pic_rounded{
	height:8px;
	width:200px;
	background-image:url(img/pic_rounded.gif);
	float:both;
}

* html #nav_left { 	/*ie6 hack, damit sich pic_rounded nicht wiederholt!*/
	margin-top:-8px;
}


#nav_left{
 	position: absolute;
	height: 100%;
	min-height: 100%;
	width:188px;
	background-color:#E6EFD9;
	padding:40px 12px 0 0;
	float:left;
}

* html #nav_left{
	position: static;
 	height: 100%;
	width:188px;
	background-color:#E6EFD9;
	padding:40px 12px 0 0;
	float:left;
}


#main {
	height: 100%;
	min-height: 100%;
	margin: -8px 0 0 0;
	width:691px;
	float:right;
	}

* html #main { 	/*ie6 hack, damit der container bündig mit "rounded" abschließt*/
	margin: -16px 0 0 5px;
	
}




#nav_left ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav_left li a, #nav_left li a:link, #nav_left li a:visited  {
	font-size:11px;
	text-decoration: none;
	display: block;
	
	color: #000000;
	padding: 5px 5px 6px 7px;
	margin-bottom: 3px;
	background-color: #ECF3E3;
}

#nav_left li a:hover, #nav_left li a:active, #nav_left li a:focus {
	background-color:#FFFFFF;
}

#nav_left li.aktive {
	font-size:11px;
	text-decoration: none;
	display: block;
	/*width: 165px;*/
	color: #00A7E8;
	padding: 5px 5px 6px 7px;
	margin-bottom: 3px;
	background-color: #fff;
}

/* ie 6 Hack*/
* html #nav_left li.aktive {
	font-size:11px;
	text-decoration: none;
	display: block;
	/*width: 165px;*/
	color: #00A7E8;
	margin-bottom: 3px;
	background-color: #fff;
}


#nav_left li a.aktive_sub {
	font-size:11px;
	text-decoration: none;
	display: block;
	/*width: 165px;*/
	color: #00A7E8;
	background-color: #fff;
	margin: 0;
	padding:0;
}




#blau a:active,
span.blueDate{
	color:#00A7E8;
}

#gruen a:active, 
span.greenHead{
	color:#81B043;
}

/*REITERNAVIGATION*/

#tab_nav {
	border-bottom:2px solid #E9EAEB;
	margin:-13px 0 0 0;
	padding: 0 0 7px 0;
}

* html #tab_nav { 	/*ie6 hack, für die Linie unter der navigation*/
	padding-bottom: 21px;
	margin:0px 0 0 0;
}

*+html #tab_nav { /*ie7 hack, für die Linie unter der navigation*/
	padding-bottom: 21px;
	margin:0px 0 0 0;
}
 

#navlist ul, #navlist li{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navlist li a:link, #navlist li a:visited{
	background: #fff;
	border: solid 2px #E9EAEB;
	color: #81B043;
	float: left;
	font-size: 11px;
	text-transform:uppercase;
	line-height: 15px;
	margin-right: -2px;
	padding: 2px 15px 2px 15px;
	text-decoration: none;
}

#navlist li.aktive{
	background: #fff;
	border: solid 2px #E9EAEB;
	color: #00A7E8;
	float: left;
	font-size: 11px;
	text-transform:uppercase;
	line-height: 15px;
	margin-right: -2px;
	padding: 2px 15px 2px 15px;
	text-decoration: none;
}

#navlist li a:hover { 
	color: #f00; 
}


#content_rahmen {
	margin:0;
	width:691px;
	position: absolute;
	height: 100%;
	min-height: 100%;
	border-right:solid 2px #E9EAEB;
	border-left:solid 2px #E9EAEB;
	border-bottom:solid 2px #E9EAEB;
}

* html #content_rahmen,
* + html #content_rahmen {
	position: static;
	margin:0;
	height: 100%;
	width:691px;
	border-right:solid 2px #E9EAEB;
	border-left:solid 2px #E9EAEB;
	border-bottom:solid 2px #E9EAEB;
}

#content {
position: absolute;
	width:490px;
	padding: 25px 16px 16px 16px;
	float:left;
	/*background-color:#fff;*/
	}


h1 {
	font-size:16px;
	color:#B0B2B4;
	margin-top:25px;
}

#marginalie p.bodytext{
font-size:9px;

}


#marginalie{

	width:158px;
	height:500px;
	padding:5px;
	float:right;
	background-color:#fff;
	display: block;
	
}

#marginalie .csc-textpic-clear{
	margin-bottom: 40px;

}

.marginalie{
	font-size:10px;
	color:3F3D3D;
}

/* SEITENLAYOUT OHNE HORIZONTALES REITER MENU */
#content_rahmen_layout02 {
	margin: 0;
	width:691px;
	position: absolute;
	height: 100%;
	min-height: 100%;
	/*border:solid 2px #E9EAEB;*/
	border-right:solid 2px #E9EAEB;
	border-left:solid 2px #E9EAEB;
	border-bottom:solid 2px #E9EAEB;
}

* html #content_rahmen_layout02,
* + html #content_rahmen_layout02 {
	margin: 0;
	width:691px;
	position: static;
	height: 100%;
	/*border:solid 2px #E9EAEB;*/
	border-right:solid 2px #E9EAEB;
	border-left:solid 2px #E9EAEB;
	border-bottom:solid 2px #E9EAEB;
}

#content_layout02 {
position: absolut;
	width:421px;
	height:400px;
	padding: 25px 16px 16px 16px;
	float:left;
	/*background-color:#fff;*/
	
}

* html #content_layout02 {
position: static;
	width:421px;
	height:400px;
	padding: 25px 16px 16px 16px;
	float:left;
	/*background-color:#fff;*/
	
}

#marginalie_layout02{
	width:228px;
	height:500px;
	padding:5px;
	float:right;
	background-color:#fff;
}

.marginalie_layout02{
	font-size:10px;
	color:3F3D3D;
}
/* ENDE SEITENLAYOUT OHNE HORIZONTALES REITER MENU */


.marginalie_link a, .marginalie_link a:active, .marginalie_link a:hover, .marginalie_link a:visited {
	font-size:10px;
	color:00A7E8;
	text-decoration:none;
}

h2{
	color:#81B043;
	font-weight:bold;
	font-size:12px;
}

h3{
	color:#000;
	font-weight:bold;
	font-size:11px;
}

/* CONTENT TEMPLATES */
#box2images{
	width: 490px;
	height: 130px;
	margin:0;
	padding:0;
}
#largeimage{
	width: 320px;
	height: 130px;
	float: left;
	
}
#smallimage{
	width: 140px;
	height: 130px;
	margin-right:12px;
	float: right;
}

p.bodytext{
	font-size:11px;
	line-height: 1.6em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

#boxBildText{
	width: 490px;
	margin:0;
	padding:0;
	float: left;
}
#boxBildText h2{
	size: 11px;
	color:#81B043;
	font-weight: bold;
	/*padding-left: 170px;*/
	border-bottom: 1px solid #81B043;

}

#marginalie a:link,
#content a:link
#content_layout02 a:link,
#boxBildText a:link{
	color:#00A7E8;
}

#image{
	width: 140px;
	float: right;
	margin:0;
	padding:0;
}
img {
	border: none;
}

#text{
	width: 310px;
	float: left;
	margin:0;
	padding:0;
}

#linkBox{
	margin-bottom: 20px;
}
#footer {
  	 position: absolute;
   	 bottom: 0; /* wichtig */
}

#hinweisbox{
	border: 1px solid #81B043;
	padding: 5px;
	clear: both;
}

#content_layout02 b, #content_layout02 strong {
	
	color: #70AE3F;
}

