
/* // FORMATIERUNGEN FÜR DIE SEITEN FANGEN AN // */

#page {
	background:url(../images/layout/gr_main_back.gif); 
	}

	
#banner {
	height:88px;
	background-color:#d4e04e; 
}

.font {
		margin-top:30px;
		}

.mapboxorro {
		background:url(../images/roundbox/gr_map-ro.gif) top right no-repeat;
		height: 100%;
		}

	.mapboxorlo {
		background:url(../images/roundbox/gr_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/gr_content-ro.gif) top right no-repeat;
		height: 100%;
		}

	.selboxorlo {
		background:url(../images/roundbox/gr_content-lo.gif) top left no-repeat;
		height: 100%;
		}

	.selboxorru {
		background:url(../images/roundbox/gr_content-ru.gif) bottom right no-repeat;
		height: 100%;
		}

	.selboxorlu {
		background:url(../images/roundbox/gr_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:#98c43d; 
	}
	
.newsbox {
		background: url(../images/layout/gr_newsbox_round.gif) top left no-repeat;
		}
		
#footer {
	background-color:#98c43d; /* FÜR UNTERSEITEN IN GRUEN SETZEN */
	}