
html, body {
	margin:0; 
	padding:0; 
	width:100%; 
	height:100%; 
	overflow:hidden;
	}
	
body {
	font-family: arial, verdana, sans-serif; 
	font-size:76%;
	background-color:#d4e04e;
	}
	
#background {
	position:absolute; 
	z-index:1; 
	width:100%; 
	height:100%;
	}
	
#wrapper {
	position:absolute; 
	width:100%; 
	height:100%; 
	top:0; 
	left:0; 
	overflow:auto; 
	z-index:2;
	} 

/* // FORMATIERUNGEN FÜR DEN HEAD // */

#head {
	height:288px;
	z-index:2;
	margin:0px auto;
	padding:0;
	width:950px;	
	}
	
/* // FORMATIERUNGEN FÜR DIE SEITEN FANGEN AN // */

#page {
	z-index:2;
	margin:0px auto;
	padding:0;
	width:950px;
	}
	
	
/* // FORMATIERUNGEN FÜR DIE HAUPTNAVIGATION // */

#navi {
	width:950px; 
	margin:10px auto;
	height:30px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:0;
	border-bottom:4px solid #fff;
	padding:0;
	background:url(../images/layout/navieck_back.gif) no-repeat;
	background-position: 0px 7px;
	}

* html #navi { /* CSS-Hack für IE 6 - da der Border zu breit wird */
	border-bottom:0px solid #fff;
	} 	


#navi a {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:4px;
	text-decoration:none;
	display:block;
	margin:0;
}






#navi a.middle {
	color:#999999;
	background-color:#fff;
	}

		
		
	#navi a.aktiv {
	color:#fff;
	background-color:#14b14a;
	}
	

	#navi a.first {
		color:#999999;
		margin-left:16px;
		/*background:url(../images/layout/navieck_left.gif) top left no-repeat; */
	}
	

	#navi a.last {
		
		color:#999999;
		/*background:url(../images/layout/navieck_right_203.gif) top right no-repeat; */
		/*width:203px;*/
		}
	
	
	
	
	
		#navi a.lastaktiv {
		/*background:url(../images/layout/navieck_aktiv_right.gif) top right no-repeat; */
		color:#fff;
		background-color:#14b14a;
		/*width:203px;*/

		}
		
	
	
	
	
	#navi a:hover {
		color:#fff;
		background-color:#f68527; 
		}
	
	#navi a:hover.first {
		/*background:url(../images/layout/navieck_hover_left.gif) top left no-repeat; */
		}
		
	#navi a:hover.last {
	/*	background:url(../images/layout/navieck_hover_right.gif) top right no-repeat; */
		background-color:#f68527; 
		} 
		
		#navi a:hover.aktiv {
		background-color:#14b14a;
		}
	
		#navi a:hover.lastaktiv {
		/*background:url(../images/layout/navieck_aktiv_right.gif) top right no-repeat; */
		background-color:#14b14a;
		}
		

	
	
	
	#navi ul { 
		margin:0; 
		padding:0; 
		list-style:none;
		} 
		
	#navi li { 
		float:left; 
		margin-top:10px;
		padding:0;
		}
		


#subnavi {
	width:950px; 
	height:20px;
	margin-bottom:0;
	padding:0;
	background-color:#d4e04e;
	}

	#subnavi ul { 
		margin:0; 
		padding:0; 
		list-style:none;
		} 
		
	#subnavi li { 
		float:left; 
		margin:0; 
		padding:0;
		}
	
	#subnavi a {	
		text-decoration:none;
		color:#000;
		display:block;
		padding-top:5px;
		padding-left:3px;
		margin:0;
		}
		
	#subnavi a:hover {	
		font-weight:bold;
		}

/* // FORMATIERUNGEN FÜR DIE UNTERNAVIGATION // */




/* // FORMATIERUNGEN FÜR DIE BANNER/WERBEFLÄCHE // */

#banner {	
	width:950px;

	}

	img {
		clear:left;
		}
	
	.font {
		margin-left:100px;
		}


/* // FORMATIERUNGEN FÜR DEN MAIN-3-SPALTEN-BEREICH // */

#main { 
	margin-top:0;
	margin-bottom:0;

}
	
#main a {
	color:#14b14a;
	font-weight:bold;
	text-decoration:none;
	}
	
#main a:hover {
	text-decoration:underline;
	}
			
	
#leftcol {
	float:left;
	width:196px;
	margin-left:20px;
	border-top:10px solid #fff;
	}	
	
	
	/* ORANGE INFOBOX */
	.infoboxorro {
		background:url(../images/roundbox/content-ro.gif) top right no-repeat;
		height: 100%;
		}

	.infoboxorlo {
		background:url(../images/roundbox/content-lo.gif) top left no-repeat;
		height: 100%;
		}

	.infoboxorru {
		background:url(../images/roundbox/content-ru.gif) bottom right no-repeat;
		height: 100%;
		}

	.infoboxorlu {
		background:url(../images/roundbox/content-lu.gif) bottom left no-repeat;
		height: 100%;
		}

	.infoboxorinhalt {
		margin:0;
		padding:0.2em 0.6em 0.8em 0.6em;
		/* top, right, bottom, left*/
		height: 100%;
		}
	
	.infoboxorinhalt h2 {
		font-size:1.1em;
		color:#fff;
		border-bottom:1px solid #fff;
		display:block;
		padding-top:8px;
		padding-bottom:5px;
		margin:5px;
		text-transform:uppercase;
		}
		
	* html	.infoboxorinhalt h2 {
		padding-top:12px;
		}
		
/* ORANGE MITTLERE BOX (mibox) */
	
	.mibox {
			margin-top:12px;
			}
	
	.miboxorro {
		background:url(../images/roundbox/content-ro.gif) top right no-repeat;
		height: 100%;
		}

	.miboxorlo {
		background:url(../images/roundbox/content-lo.gif) top left no-repeat;
		height: 100%;
		}

	.miboxorru {
		background:url(../images/roundbox/content-ru.gif) bottom right no-repeat;
		height: 100%;
		}

	.miboxorlu {
		background:url(../images/roundbox/content-lu.gif) bottom left no-repeat;
		height: 100%;
		}

	.miboxorinhalt {
		margin:0;
		padding:0.2em 0.6em 0.8em 0.6em;
		/* top, right, bottom, left*/
		height: 100%;
		}
	
	.miboxorinhalt h2 {
		font-size:1.1em;
		color:#fff;
		border-bottom:1px solid #fff;
		display:block;
		padding-top:8px;
		padding-bottom:5px;
		margin:5px;
		text-transform:uppercase;
		}
		
	* html	.miboxorinhalt h2 {
		padding-top:12px;
		}


	/* MAPBOX MIT FLASHKARTE */		
	
	.mapbox {
		margin-top:12px;
		}
	

	.mapboxorinhalt {
		margin:0;
		padding:0.2em 0.6em 0.8em 0.6em;
		/* top, right, bottom, left*/
		height: 100%;
		}
	
	.mapboxorinhalt h2 {
		font-size:1.1em;
		color:#fff;
		border-bottom:1px solid #fff;
		display:block;
		padding-top:8px;
		padding-bottom:5px;
		margin:5px;
		text-transform:uppercase;
		}	
	
	#regiomap {
		margin-top:20px;
		margin-left:20px;
		}
		
	select {
		width:80%;
		margin-left:15px;
		}	
		
	
#content {
	width:440px;
	margin-left:40px;
	float:left;
	border-top:10px solid #fff;
	padding-bottom:20px;
	}
	
#content h1 {
	font-size:1.3em;
	color:#14b14a;
	}	
	
#content h3 {
	font-size:1em;
	}
	
	.specialbox {
		background-color:#e0edc4;
		padding-right:8px;
		padding-left:8px;
		padding-bottom:5px;
		}
	
	.specialbox h2 {
		color:#14b14a;
		font-size:1.2em;
		text-transform:uppercase;
		padding-top:3px;
		}
	
	#teaserbox {
	width:100%;
	margin-top:20px;
	}
	
	#teaserbox img {
		margin:0;
		padding:0;
		}
	
	#teaserbox h2 {
		font-size:1.2em;
		text-transform:uppercase;
		color:#fff;
		padding-left:5px;
		padding-top:3px;
		padding-bottom:3px;
		display:block;
		background-color:#f68527;
		margin:0;
		}		
	
	#teaserbox h3 {
		padding-left:5px;
		}
		
	#teaserbox p {
		padding-left:5px;
		padding-right:5px;
		}	
	
	.teaserbox_left {
		width:213px;
		float:left;
		background-color:#fac293;
		}
	
	.teaserbox_right {
		width:213px;
		float:right;
		background-color:#fac293;
		}

.trfehler
{
	background-color: #f68527;
}

		
	
/* // DREISPALTEN GALERIE ////////////////////////////////////// */	

.dreispaltencontainer img {
	border:0;
	}


.dreispaltencontainer .linke-spalte {
	float:left;
	width:33%;
	text-align:left;
	}
	
.dreispaltencontainer .mittlere-spalte {
	float:left;
	width:33%;
	text-align:left;
	}

.dreispaltencontainer .rechte-spalte {
	float:left;
	width:33%;
	text-align:left;
	}

	
.clearer {
	float:none;
	clear:both;
	}


/* // ENDE DER GALERIE /////////////// */


	
	

#rightcol {
	float:right;
	width:217px;
	margin-right:0;
	border-top:20px solid #fff;
	}

	.searchbox {
		padding:5px;
		background-color:#fff;
		border-bottom:20px solid #fff;
		}	
		
	.button	{
		background-color:#f68527;
		color:#fff;
		height:23px;
		border:1px solid #f68527;
		}
		

	.infobox {
		padding:5px;
		background-color:#fff;
		}

	
	.newsbox {
		border-top:10px solid #fff;
		}	
		
	.newsbox h2 {
		font-size:1.1em;
		color:#fff;
		border-bottom:1px solid #fff;
		display:block;
		padding-top:8px;
		padding-bottom:5px;
		margin:5px;
		text-transform:uppercase;
		}
		
	.newsbox h3 {
		font-size:1em;
		color:#fff;
		margin:5px;
		}
		
	.newsbox p {
		margin-left:5px;
		margin-top:0;
		margin-bottom:15px;
		margin-right:5px;
		}
	
	#rightcol .newsbox a {
		color:#fff;
		}
		
	.linkbox {
		margin-top:10px;
		margin-bottom:10px;
		}	
		
	.linkbox p {
		margin-left:5px;
		margin-top:0;
		margin-bottom:15px;
		margin-right:5px;
		color:#847266;
		}	
		
	#rightcol .linkbox a  {	
		color:#fff; 
		}
		
	.linkbox h2 {
		font-size:1.1em;
		color:#fff;
		border-bottom:1px solid #fff;
		display:block;
		padding-top:8px;
		padding-bottom:5px;
		margin:5px;
		text-transform:uppercase;
		}
		
	.linkbox img {
		padding-left:5px;
		padding-top:5px;
		}
	
			
/* // FORMATIERUNGEN FÜR DEN FOOT-BEREICH // */

#footer {
	clear:both;
	width:950px;
	height:30px;
	color:#fff;
	padding:0px;
	margin:0;
	}

#footer ul { 
	margin-left:21px;
	padding:0; 
	list-style:none; 
	} 
	
#footer li { 
	float:left; 
	margin:0; 
	padding-top:5px;
	}

#footer a {
	color:#fff;
	text-decoration:none;
	}
	
#footer a:hover {
	text-decoration:underline;
	}


/* // ALLGEMEINE DEFINITIONEN // */

/* TAGCLOUD IM CONTENT */
#tagcloud{ background: #d4e04e; padding:10px 10px 10px 10px; margin-top:20px;}
 
a.tag1{ font-size:1em; color:#14b14a; line-height:1em; padding-left:5px; padding-right:5px;}
a.tag2{ font-size:1.2em; color:#14b14a; line-height:1em; padding-left:5px; padding-right:5px;}
a.tag3{ font-size:1.4em; color:#14b14a; line-height:1em; padding-left:5px; padding-right:5px;}
 
#tagcloud a{ text-decoration:none; }
#tagcloud a:hover{ text-decoration:underline; }


.center
{
	text-align: center;
}

.center img {border:0;} 

.imageright
{
	text-align: right;
}

.imagenoborder
{
	border: 0;
}


.imageleft
{
	float: left;
	margin-right: 1em;
	margin-bottom: 0.3em;
}

.imageright
{
	float: right;
	margin-left: 1em;
	margin-bottom: 0.3em;
}