
/* // FORMATIERUNGEN FÜR DIE SEITEN FANGEN AN // */

#page {
	background:url(../images/layout/main_back.gif); 
	}
	
	
#banner {
		height:108px;
		background-color:#fac293; /* FÜR UNTERSEITEN IN GRUEN SETZEN */
}

.font {
		margin-top:50px;
		}


.mapboxorro {
		background:url(../images/roundbox/map-ro.gif) top right no-repeat;
		height: 100%;
		}

	.mapboxorlo {
		background:url(../images/roundbox/map-lo.gif) top left no-repeat;
		height: 100%;
		}

	.mapboxorru {
		background:url(../images/roundbox/map-ru.gif) bottom right no-repeat;
		height: 100%;
		}

	.mapboxorlu {
		background:url(../images/roundbox/map-lu.gif) bottom left no-repeat;
		height: 100%;
		}
		
	
	/* SELECTBOX UNTERE BOX (selbox) */
	
	.selbox {
			margin-top:12px;

			}
			
	
	.selboxorro {
		background:url(../images/roundbox/content-ro.gif) top right no-repeat;
		height: 100%;
		}

	.selboxorlo {
		background:url(../images/roundbox/content-lo.gif) top left no-repeat;
		height: 100%;
		}

	.selboxorru {
		background:url(../images/roundbox/content-ru.gif) bottom right no-repeat;
		height: 100%;
		}

	.selboxorlu {
		background:url(../images/roundbox/content-lu.gif) bottom left no-repeat;
		height: 100%;
		}

	.selboxorinhalt {
		margin:0;
		padding:0.2em 0.6em 0.8em 0.6em;
		/* top, right, bottom, left*/
		height: 100%;
		}
	
	.selboxorinhalt 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	.selboxorinhalt h2 {
		padding-top:12px;
		}	
		
/* // ende selectbox */


		
#rightcol {
	background-color:#f68527; 
	}
	
.newsbox {
		background: url(../images/layout/newsbox_round.gif) top left no-repeat;
		}
		
#footer {
	background-color:#f68527; /* FÜR UNTERSEITEN IN GRUEN SETZEN */
	}