/*Mittig setzen horizontal und vertikal*/
body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#main{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#BG{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../grafiken/BG.jpg) center center;
}

#content_box {
	position: absolute;
	left: 50%;
	margin-left: -430px;  /* Um die Hälfte der Breite nach links schieben */
    top: 50%;   /* Um die Hälfte der Höhe nach oben schieben */
	width: 860px;
	height: 433px;
	z-index: 5;
	margin-top: -70px;
}

/* ENDE */

/* restlicher Aufbau */
#content_wrapper {
	position: absolute;
	top: -118px;
	width: 853px;
	height:	580px;
	float: left;
}

#logo_wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 853px;
	height: 100px;
}

#logo {
	position: absolute;
	top: 0px;
	width: 100px;
	height: 100px;
	float: right;
	z-index: 10;
	left: 50%;
	margin-left: 308px;
}

#navi_wrapper {
	position: relative;
	top: -7px;
	left: 10px;
	width: auto;
	height: 30px;
	float: left;
	z-index: 10;
}

#content_outline {
	position: relative;
	top: 0px;
	left: -3px;
	width: 860px;
	height: 400px;
	float: left;
}

#content_left {
	position: relative;
	top: 0px;
	left: 0px;
	width: 520px;
	height: 395px;
	float: left;
}

#img_preview_big {
	position: relative;
	top: 0px;
	left: 0px;
	width: 520px;
	height: 385px;
	float: left;
}

#content_right_headline {
	position: relative;
	top: 0px;
	left: 5px;
	width:325px;
	height:110px;
	float: left;
	overflow: hidden;
}

#content_right_zum_krug {
	position: relative;
	top: 5px;
	left: 5px;
	width:325px;
	height:275px;
	float: left;
	background-image: url(../grafiken/BG_color_zumkrug.jpg);
}

#content_right_restaurant {
	position: relative;
	top: 5px;
	left: 5px;
	width:325px;
	height:275px;
	float: left;
	background-image: url(../grafiken/BG_color_restaurant.jpg);
}

#content_right_hotel {
	position: relative;
	top: 5px;
	left: 5px;
	width:325px;
	height:275px;
	float: left;
	background-image: url(../grafiken/BG_color_hotel.jpg);
}

#content_right_weine_braende {
	position: relative;
	top: 5px;
	left: 5px;
	width:325px;
	height:275px;
	float: left;
	background-image: url(../grafiken/BG_color_weine.jpg);
}

#content_right_tagen_feiern {
	position: relative;
	top: 5px;
	left: 5px;
	width:325px;
	height:275px;
	float: left;
	background-image: url(../grafiken/bg_tagen_feiern.jpg);
}

#content_right_aktuelles {
	position: relative;
	top: 5px;
	left: 5px;
	width:325px;
	height:275px;
	float: left;
	background-image: url(../grafiken/BG_color_aktuelles.jpg);
}

#content_right_impressionen {
	position: relative;
	left: 5px;
	width:325px;
	height: 281px;
	float: left;
	background-image: url(../grafiken/BG_color_impressionen.jpg);
	top: 0;
	overflow: hidden;
}

#content_right_presse {
	position: relative;
	left: 5px;
	width:325px;
	height: 275px;
	float: left;
	background-image: url(../grafiken/bg_color_presse.jpg);
	overflow: hidden;
	margin-top: 5px;
}

.img_preview_small_wrapper{
	position: relative;
	top: 0px;
	left: 0px;
	width: 325px;
	height: 74px;
	float: left;
	background-color: #fff;
	display: inline;
	margin: 0 0 32px;
}

.img_small {
	position: relative;
	top: 8px;
	left: 2px;
	margin: 0px 4px 0px 0px;
	z-index: 10;
	float: left;
	display: inline;
}

#btns_fwd_back {
	position: relative;
	top: -30px;
	left: 0px;
	width: 325px;
	height: 20px;
	float: left;
}

.btns_impressionen {
	position: relative;
	left: 275px;
	z-index: 10;
}

#content_right_kontakt {
	position: relative;
	top: 5px;
	left: 5px;
	width:325px;
	height:275px;
	float: left;
	background-image: url(../grafiken/BG_color_kontakt.jpg);
}

#content_right_impressum {
	position: relative;
	top: 0px;
	left: 5px;
	width:325px;
	height:390px;
	float: left;
	background-image: url(../grafiken/BG_color_impressum.jpg);
}

#footer_wrapper {
	position: relative;
	left: 0px;
	width: 850px;
	height: 25px;
}

.footer {
	position: relative;
	top: 5px;
	right: 10px;
	text-align: right;
	font: italic 10pt "Times New Roman";
	color: #000;
}

.float_left {
	position: relative;
	float: left;
}

#content_txt {
	position: relative;
	top: 5px;
	left: 25px;
	width: 290px;
	height: 275px;
	float: left;
}

#content_txt_presse {
	position: relative;
	top: 5px;
	left: 25px;
	width: 290px;
	height: 275px;
	float: left;
}


#content_txt_kontakt {
	position: relative;
	top: 0px;
	left: 25px;
	width: 290px;
	height: 275px;
	float: left;
}

.btn_arrow {
	position: relative;
	width: 20px;
	height: 20px;
	top: 5px;
}

.btn_arrow2 {
	position: relative;
	top: 5px;
	left: 5px;
	width: 20px;
	height: 20px;
}

.newswrapper_main {
	position: relative;
	width: 600px;
	height: 100px;
	top: 0;
	margin-left: 50px;
	background: url(../grafiken/bg_newssystem.jpg) no-repeat;
	overflow: hidden;
	z-index: 1000;
}

.newswrapper_main_pic_wrap {
	position: relative;
	width: 100px;
	height: 100%;
	float: left;
	margin: 0px 30px 0px 0px;
}

.newswrapper_main_pic {
	position: relative;
	width: 100px;
	height: 63px;
	margin: 10px 0px 0px 20px;
	background-color: #ccc;
	border: 5px solid #fff;
	overflow: hidden;
}

.newswrapper_main_txt_wrap {
	position: relative;
	width: 430px;
	height: 65px;
	float: left;
	margin: 13px 0px 0px 20px;
}

.newswrapper_main_txt {
	position: relative;
	width: 430px;
	height: 65px;
	font: 9pt "Times New Roman";
	color: #fff;
	line-height: 16px;
}

a{
	outline: none;
}

/* Ende */



/*Texte */
.headline {
	font: 12pt "Times New Roman";
	color: #fff;
}

.headline_imprint {
	font: italic 10pt "Times New Roman";
	color: #98732d;
}

.text {
	font: 9pt "Times New Roman";
	color: #fff;
	line-height: 18px;
}

.text_rathaus {
	font: 9pt "Times New Roman";
	color: #fff;
	line-height: 16px;
}

.text_impressum{
	font: 9pt/14px "Times New Roman";
	color: #fff;
}

.text3 {
	font: 9pt "Times New Roman";
	color: #fff;
	line-height: 18px;
}

.text_mittig {
	font: italic 10pt "Times New Roman";
	color: #000;
	text-align: center;
	line-height: 18px;
}

.text_lila {
	font: 9pt "Times New Roman";
	color: #650535;
}

.text_magenta {
	font: 9pt "Times New Roman";
	color: #a82458;
}

.text_gelb {
	font: 9pt "Times New Roman";
	color: #abb753;
}

.text_braun {
	font: italic 9pt "Times New Roman";
	color: #73591c;
}

.text_beige {
	font: italic 9pt "Times New Roman";
	color: #fdf1e3;
}



.footer_on {
	font: italic 10pt "Times New Roman";
	color: #fff;
	text-decoration: none;
}

.footer_on:link {
	font: italic 10pt "Times New Roman";
	color: #fff;
	text-decoration: none;
}

.footer_on:hover {
	font: italic 10pt "Times New Roman";
	color: #fff !important;
	text-decoration: none;
}

.footer_on:visited {
	font: italic 10pt "Times New Roman";
	color: #fff;
	text-decoration: none;
}

.footer_off {
	font: italic 10pt "Times New Roman";
	color: #000;
	text-decoration: none;
}

.footer_off:link {
	font: italic 10pt "Times New Roman";
	color: #000;
	text-decoration: none;
}

.footer_off:hover {
	font: italic 10pt "Times New Roman";
	color: #fff !important;
	text-decoration: none;
}

.footer_off:visited {
	font: italic 10pt "Times New Roman";
	color: #000;
	text-decoration: none;
}

.link {
	font: 9pt "Times New Roman";
	color: #fff;
	text-decoration: none;
}

.link:link {
	font: 9pt "Times New Roman";
	color: #fff;
	text-decoration: none;
}

.link:hover {
	font: 9pt "Times New Roman";
	color: #000 !important;
	text-decoration: none;
}

.link:visited {
	font: 9pt "Times New Roman";
	color: #fff;
	text-decoration: none;
}

.link2 {
	font: 9pt "Times New Roman";
	color: #a82458;
	text-decoration: none;
}

.link2:link {
	font: 9pt "Times New Roman";
	color: #a82458;
	text-decoration: none;
}

.link2:hover {
	font: 9pt "Times New Roman";
	color: #a82458 !important;
	text-decoration: none;
}

.link2:visited {
	font: 9pt "Times New Roman";
	color: #a82458;
	text-decoration: none;
}


#content_txt_presse a {
	font: 9pt "Times New Roman";
	color: #a82458;
	text-decoration: none;
}

#content_txt_presse a:link {
	font: 9pt "Times New Roman";
	color: #a82458;
	text-decoration: none;
}

#content_txt_presse a:hover {
	font: 9pt "Times New Roman";
	color: #a82458;
	text-decoration: none;
}
#content_txt_presse a:visited {
	font: 9pt "Times New Roman";
	color: #a82458;
	text-decoration: none;
}

/* Position der downloads */
.spalte_2 {

	color: green;
	font-style: italic;
	}

/* Ende */

.clearleft{
	clear: left;
}

/* Color */
.magenta {
	color: #a82458;
}
/* Color Ende */



