html {height:100%;}
body {
	background:url(../img/body_bg.gif) repeat center top;
	color: #666;
	display:table;
	width:100%;
	height:100%;
	margin:0%;
	padding:0%;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	line-height:15px;
}

.clear { clear: both; line-height:0px; }
.spacer {
	visibility:hidden;
	border:0px;
	margin:0px;
	padding:0px;
	width:0px;
	line-height:0px;
}


/* -----------------LINKS----------------- */

a:link {
	color: #003766;
	text-decoration: none;
}
a:visited {
	color: #003766;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #666;
	text-decoration: none;
}

/* -----------------LAYOUT----------------- */


#bg_verlauf {
	background:url(../img/body_top.gif) repeat-x center top;
	display:table;
	width:100%;
	height:100%;
	margin:0%;
	padding:0%;
}
#bg_verlauf_b {
	background:url(../img/main_side.gif) no-repeat center top;
	display:table;
	width:100%;
	height:100%;
	margin:0%;
	padding:0%;
}


#shadow {
	width:999px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	}


/* -----------------TOP----------------- */

#top {
	height:50px;
	background:url(../img/footer_bg.gif) repeat-x;
	border-bottom: 1px solid #3f8dcf;
	border-right: 1px solid #73bdfd;
	border-left: 1px solid #acd9fe;
}



#top_right {
	float:right;
	height:34px;
	padding-top:16px;
	background: url(../img/top_teiler.gif) no-repeat left;
	padding-left: 20px;
}
#top_right input.search {
	border:#1068cd 1px solid;
	padding:3px;
	height:12px;
	width:150px;
	font: 10px Verdana, Geneva, sans-serif;
	color: #999;
}
#top_right input.search:hover {
	border:#003766 1px solid;
}



#top_butt {
	float:right;
	height:34px;
	padding-top:16px;
	padding-right: 20px;
	line-height:1px;
}
#top_butt input.button {
	background: url(../img/search_butt.gif) no-repeat;
	cursor:pointer;
	height:20px;
	width:19px;
	margin-left:5px;
	border: 1px solid #003766;
	line-height:1px;
}
#top_butt input.button:hover {
	border: 1px solid #fff;
}





#top_font {
	float:right;
	height:32px;
	padding-top:18px;
	padding-right: 10px;;
}
#top_font a {
	margin-right: 10px;
}

#top a:link {
	color: #FFF;
	text-decoration: none;
}
#top a:visited {
	color: #FFF;
	text-decoration: none;
}
#top a:hover {
	color: #003766;
	text-decoration: none;
}
#top a:active {
	color: #003766;
	text-decoration: none;
}




/* -----------------Dropdown Menue----------------- */



.chromestyle{
	float:left;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromestyle ul{
	border: 0px solid #BBB;
	width: 100%;
	padding: 0px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	float:left;
	display:block;
	height:32px;
	padding-top:18px;
	background: url(../img/top_teiler.gif) no-repeat right;
	padding-right: 20px;
	padding-left: 20px;
}



.dropmenudiv{
	position:absolute;
	top: 0;
	color: #666666;
	line-height:18px;
	z-index:100;
	background-color: #69B8FC;
	width: 210px;
	height: 23px;
	visibility: hidden;

}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 5px;
	border-top: 1px solid #AAD7FD; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #666666;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background: #79C1FD;
}






/* -----------------HEAD----------------- */
#head1 {
	height:178px;
	background: url(../img/gemeinde_ra_bg_01.jpg) no-repeat;
	}
#head2 {
	height:178px;
	background: url(../img/gemeinde_ra_bg_02.jpg) no-repeat;
	}
#head3 {
	height:178px;
	background: url(../img/gemeinde_ra_bg_03.jpg) no-repeat;
	}
#head4 {
	height:178px;
	background: url(../img/gemeinde_ra_bg_04.jpg) no-repeat;
	}
#head5 {
	height:178px;
	background: url(../img/gemeinde_ra_bg_05.jpg) no-repeat;
	}
#head_logo {
	position:absolute;
	margin-top:15px;
	margin-left:41px;
	width:130px;
	height:157px;
	background: url(../img/logo_ra.png) no-repeat;
	}
#head_feed {
	position:absolute;
	margin-top:0px;
	margin-left:926px;
	width:75px;
	height:75px;
	background: url(../img/feedback_ecke.gif) no-repeat;
 }
#head_feed a {
 display:block;
	width:75px;
	height:75px;
 }


/* -----------------ZEUG----------------- */

#deko {
	height:23px;
	background: url(../img/deko.gif) no-repeat;
	border-top: 1px solid #7b7b7b;
}
#main {
	background:url(../img/main_bg.gif) repeat-y;
	min-height:538px;
	height:auto !important;  /* für moderne Browser */
	height:538px;  /*für den IE */
	padding-right:1px;
	border-bottom: 1px solid #dedede;
}
#menue {
	width:213px;
	padding-top:27px;
}



#footer {
	height:31px;
	padding-top:18px;
	background:url(../img/footer_bg.gif) repeat-x;
	border-top: 1px solid #eef8ff;
	border-bottom: 1px solid #3f8dcf;
	border-right: 1px solid #73bdfd;
	border-left: 1px solid #acd9fe;
	color:#FFF;
	text-align:center;
}
