﻿@charset "utf-8";
@import url(fonts.css);

/*=== Für CMS Debugausgaben ===*/
.cms4d_odebug{
	color:rgb(0,0,0);
	background-color:white;
	font-family:Verdana;
	font-size:11px;
	text-align:left;
	padding:10px;
	float:left;
	clear:both;
	width:100%;
}
.cms4d_odebug h1{
	color:rgb(0,0,0);
	font-size:16px;
	text-indent:0px;
	background-image:none;
}
.cms4d_odebug pre{
	color:rgb(0,0,0);
	font-family:Verdana;
}


/*========== 10.01.2012, dogan ===============*/
html{
	/*Der Hintergrundverlauf über die volle Breite des Browserinnenraums*/
	background-color:white;
	width:100%;
	height:100%;
}
body{
	color:rgb(110,92,67);
	font-family:Arial, "Arial Unicode MS", Helvetica, Geneva, Swiss, SunSans-Regular;
	/*70%=11px, 75%=12px*/
	font-size:14px;
	-webkit-text-size-adjust:100%;

	padding:0;
	margin:0;

	width:100%;
	height:100%;
}

@media print{
	body{
		color:black;
		background-color:white;
		text-align:left;
		margin:0;
		padding:0;
		background-image:none;
	}
}
/*IE Tabellenfehler*/
table{
	font-size:1em;
}



/*========= Layout Seite ==========*/
@media screen, projection{

	/*--------- Layout ----------*/
	.page_container{
		/*dieser container sorgt durch floating dafür, dass das Strahlen-Hintergrundbild über die 100% Browserhöhe hinweg sichtbar bleibt,
		wenn die Inhalte höher sind und gescrollt werden müssen.*/
		min-width:100%;
		min-height:100%;
		float:left;
		clear:both;

		background-image:url(images-rc/priwello-top-bg.jpg);
		background-image:url(images-rc/priwello-top-bg-phantasia-40.jpg);
		background-repeat:no-repeat;
		background-attachment:fixed;
		background-size:cover;
		background-position:center 220px;

	}
	.page_container_2{
		/*sichtbare Breite plus Schlagschatten aussen*/
		width:980px;
		margin:0 auto;
		position:relative;
	}
	.inner_page_container{
		width:980px;
		float:left;
		clear:both;
		position:relative;
		padding-bottom:20px;
	}

	/*Kopf Logo*/
	.head_container{
		width:960px;
		height:120px;
		float:left;
		clear:both;
		padding:0 10px 0 10px;
		position:relative;
	}
		.head_container img{
			border:none;
			float:left;
		}
		.head_logo{
			width:370px;
			height:110px;

		}

		.head_slogan{
			width:480px;
			height:70px;
			position:absolute;
			right:10px;
			top:0px;
			display:none;
		}
		/*Topmenu, langmenu
		Beide floaten rechts in einem gemeinsamen container und haben die klasse topmenu.
		Da langmenu zuerst geschrieben wird, liegt es ganz rechts. s.u.*/
		.head_menus{
			width:500px;
			position:absolute;
			right:0px;
			top:70px;
			padding-top:6px;
		}

	/*Dieser Container liefert die Schlagschatten nach aussen vom head_container bis zum bottom_container*/
	.middle_container{
		width:960px;
		float:left;
		clear:both;
		position:relative;
		padding:0 10px 0 10px;
	}


	/*Kopfbild, Bildwechsler*/
	.top_container{
		width:960px;
		float:left;
		clear:both;
		position:relative;
		overflow:hidden;
		z-index:20;
		background-color:rgb(250,248,242);
	}
		.top_container img{
			border:none;
		}

		.top_img_pcontainer, .top_img_container{
			width:960px;
			float:left;
			clear:both;
			position:relative;
			background-color:white;
		}
			.top_img_static{
				width:960px;
				margin-bottom:5px;
			}
		/*Thumbnails unterhalb Bildwechsler*/
		.thumb_container{
			width:960px;
			height:40px;
			float:left;
			clear:both;
			padding:5px 0 5px 0;
			position:relative;
		}


	/*Hauptmenu Dropdown*/
	.hmenu_container{
		width:960px;
		height:46px;
		float:left;
		clear:both;
		background-color:rgb(245,240,225);
		background-image:url(images-rc/hmenu-container-bg.png);
		background-repeat:no-repeat;
		position:relative;
		z-index:30;
	}
		.dropdown_container{
			float:left;
			position:relative;
		}




	/*Das normale Layout der Inhaltsseiten ist zweispaltig mit Treeview links.
	Für die Startseite ist center_col links und right_col sichtbar (Adresse, Termine).
	Der Einfachheit halber wird dies hier im Layout mittels einer BODY-Class gesteuert.*/
	.content_container{
		width:960px;
		float:left;
		clear:both;
		position:relative;
		z-index:10;
		background-color:rgb(250,248,242);
	}
		.left_col{
			width:220px;
			float:left;
			padding:0 0 0 40px;
			position:relative;
			border-bottom:1px solid transparent;
		}

		.center_col{
			width:620px;
			float:left;
			padding:0 40px 0 40px;
		}
			.center_col .html_content{
				width:620px;
				float:left;
				clear:both;
				padding:26px 0 10px 0;
			}
		.right_col{
			width:220px;
			padding:31px 40px 0 0;
			float:left;
			display:none;
		}
			body.start .left_col{
				display:none;
			}
			body.start .center_col{
			}
			body.start .right_col{
				display:block;
			}

}


@media print{
	html, body{
		background-color:white;
		background-image:none;
	}
	.head_container{
		display:none;
	}
	.top_logo_container{
		display:none;
	}
	.top_container{
		display:none;
	}
	.top_img_pcontainer{
		display:none;
	}
	.top_img_container{
		display:none;
	}
	.hmenu_container{
		display:none;
	}
	.left_col{
		display:none;
	}
	.treemenu_container{
		display:none;
	}
	.bcmenu_container{
		display:none;
	}
	.dropdown_outer_container, .dropdown_container{
		display:none;
	}
	.content_container{
		background-image:none;
		padding:0;
		margin:0;
	}
	.topmenu_container, .mainmenu_container{
		display:none;
	}
	.bottom_container{
		display:none;
	}
}

/*--- Absatz-Formate ---*/
@media screen{
	pre{
		font-size:1em;
		clear:both;
	}

	p{
		margin:0 0 1em 0;
		padding:0;
	}
	/*Absatz nur in html_content mit erhöhtem Zeilenabstand*/
	.html_content p{
		line-height:1.39em;
		margin-bottom:1.4em;
	}

	h1, h2, h3, h4, h5, h6{
		font-family:Calibri, Corbel, "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", "Gill Sans", Tahoma, Geneva;
	}
	h1{
		color:rgb(136,119,96);
		font-size:1.7em;
		font-weight:normal;
		margin:0 0 0.8em 0;
		line-height:1.1em;
	}
	h2{
		color:rgb(179,157,107);
		font-size:1.35em;
		font-weight:normal;
		margin:0 0 0.5em 0;
		padding:0;
	}
	h3{
		color:rgb(136,119,96);
		font-size:1.2em;
		font-weight:normal;
		margin:0 0 0.5em 0;
		padding:0;
	}
	h4{
		color:rgb(179,157,107);
		font-size:1.2em;
		font-weight:normal;
		margin:0 0 0.5em 0;
		padding:0;
	}
	h5{
		color:black;
		font-size:1em;
		margin:0 0 1em 0;
		padding:0;
	}
	h6{
		color:black;
		font-size:1em;
		margin:0 0 1em 0;
		padding:0;
	}

	address{
		font-style:normal;
		font-size:0.8em;
		line-height:normal;
	}

	a{
		color:black;
		text-decoration:none;
	}
	a:hover{
		text-decoration:underline;
	}

	hr{
		height:1px;
		overflow:hidden;
		border:none;
		border-top:1px solid rgb(229,221,201);
		padding:0;
		margin:0 0 10px 0;
		clear:both;
		float:none;
	}
	hr.dashed{
		border-top:1px dashed rgb(229,221,201);;
	}


}
@media print{
	h1{
		color:black;
		font-size:1.2em;
		margin:0 0 1em 0;
		padding:0;
		background-image:none;
	}
	h2{
		color:black;
		font-size:1.1em;
		margin:0 0 0.5em 0;
		padding:0;
		background-image:none;
	}
	h3, h4{
		color:black;
		font-size:1em;
		margin:0 0 0.5em 0;
		padding:0;
		background-image:none;
	}

	p{
		margin:0 0 1em 0;
		padding:0;
	}

}

.hr_solid{
	border-top:1px solid rgb(230,230,230);
	height:17px;
	margin-top:7px;
	position:relative;
}
.hr_dashed{
	border-top:1px dashed rgb(204,204,204);
	height:17px;
	margin-top:7px;
	width:100%;
	float:left;
	position:relative;
}


/*--- Bildformate ---*/
.bild_links{
	float:left;
	margin:0 20px 10px 0;
	border:none;
}

.bild_rechts{
	float:right;
	margin:0 0 10px 20px;
	border:none;
}

.bild_rechts_rand{
	float:right;
	margin:0 0 10px 20px;
	border:1px solid #969EA6;
}

.bild_rand{
	border:1px solid #969EA6;
}

.bild_box{
	float:left;
	clear:both;
	width:578px;
	font-size:0.9em;
	padding:2px;
	border:1px solid #969EA6;
	margin-bottom:20px;
}
.bild_box img{
	margin-right:10px;
	float:left;
}
.bild_box p{
	margin:0;
	padding:0;
}


.bild_box_links{
	width:240px;
	margin:0px 15px 5px 0px;
	float:left;
	font-size:0.9em;
	padding:2px;
	border:1px solid #969EA6;
}
.bild_box_links img{
	margin-bottom:4px;
}
.bild_box_links p{
	margin:0;
	padding:0;
}

.bild_box_links h2, .bild_box_links h3, .bild_box_links h4, .bild_box_links h5, .bild_box_links h6{
	padding:2px 4px 2px 4px;
	margin:0 0 4px 0;
	background-image:none;
	background-color:#273542;
	color:white;
}

.bild_box_rechts{
	width:240px;
	margin:0px 0px 5px 15px;
	float:right;
	font-size:0.8em;
	padding:2px;
	border:1px solid #969EA6;
}
.bild_box_rechts img{
	margin-bottom:4px;
}
.bild_box_rechts p{
	margin:0;
	padding:0;
}

.bild_box_rechts h2, .bild_box_rechts h3, .bild_box_rechts h4, .bild_box_rechts h5, .bild_box_rechts h6{
	padding:2px 4px 2px 4px;
	margin:0 0 4px 0;
	background-image:none;
	background-color:#273542;
	color:white;
}


.container_rel{
	/*allgemein Für NS7*/
	position:relative;
}


/*--- Listen-Formate ---*/
@media screen{
	.html_content ul, .html_content li{
		list-style:none;
	}
	.html_content ul{
		list-style:none;
		margin:-0.5em 0 1.5em 13px;
		padding:0;
	}
	.html_content ul ul{
		list-style:none;
		margin:0 0 0 13px;
		padding:0;
	}
	.html_content ul li{
		padding:0.5em 0 0 15px;
		margin:0 0 0 -12px;
		background-image:url(images-rc/li-bullet-1.png);
		background-repeat:no-repeat;
		background-position:0px 10px;
	}

	dir, menu{
		margin:1em 0 1em 17px;
		padding:0;
	}
	dir li, menu li{
		margin:0 0 1em 0;
		padding:0;
	}
	dir dir, menu menu{
		margin:1em 0 0 17px;
	}


	dl{
		margin:0 0 1em 0;
		padding:0;
	}
	dl dd{
		color:rgb(102,102,102);
		margin:0 0 1em 0;
		padding:0;
	}
	dl dl{
		margin:1em 0 1em 20px;
	}

	/*als Textbox*/
	dl dt{
		border:1px solid rgb(204,204,204);
		color:black;
		margin:0 0 1em 0;
		padding:9px 10px 10px 10px;
		background-color:rgb(240,240,240);
	}
}
@media print{
	ul{
		margin:1em 0 1em 17px;
		padding:0;
		background-image:none;
	}
	ul li{
		padding:0;
		margin:0 0 1em 0;
		background-image:none;
	}
	ul ul{
		margin:1em 0 0 17px;
		background-image:none;
	}


	dir, menu{
		margin:1em 0 1em 17px;
		padding:0;
	}
	dir li, menu li{
		margin:0 0 1em 0;
		padding:0;
	}
	dir dir, menu menu{
		margin:1em 0 0 17px;
	}


	dl{
		margin:0 0 1em 0;
		padding:0;
	}
	dl dd{
		color:rgb(110,110,99);
		margin:0 0 1em 0;
		padding:0;
	}
	dl dl{
		margin:1em 0 1em 20px;
	}

	dl dt{
		border:1px solid black;
		color:black;
		margin:0 0 1em 0;
		padding:10px;
		background-color:white;
	}
}


/*=========== topmenu ========*/
.topmenu{
	font-family:Arial;
	font-size:12px;
	position:relative;
}
.topmenu ul, .topmenu li{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.topmenu a{
	color:rgb(178,157,107);
	text-decoration:none;
	float:left;
	display:block;
	background:url(images-rc/tm.png) no-repeat;
	background-position:0px 10px;
	font-size:1.1em;
}
	.topmenu a > span{
		display:block;
		cursor:pointer;
		padding:7px 16px 4px 14px;
		min-height:19px;
	}
.topmenu a:hover, .topmenu .lvl_0_act, .topmenu .lvl_0_on{
	color:rgb(136,119,96);
	background-image:url(images-rc/tm-on.png);
}
.topmenu .lvl_0_act, .topmenu .lvl_0_on{
	font-weight:bold;
}
.topmenu .m_first{
}
	/*Ausnahme Sprachmenu
	Die beiden Menüs floaten im gleichen container head_menus und sehen identisch aus.
	Aus Platzgründen liegen jedoch die Menüpunkt innerhalb langmenu_container dichter aneinander.*/
	.langmenu_container{
		float:right;
		padding-right:9px;
		display:none;
	}
		.langmenu_container a > span{
			padding-right:10px;
		}
	.topmenu_container{
		float:right;
		padding-right:34px;
		padding-right:9px;
	}






/*================= Dropdown einfach Version 2 - ab IE7 ==============*/
.dropdown2{
	font-family:Calibri, Corbel, "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", "Gill Sans", Tahoma, Geneva;
	font-size:19px;
	float:left;
	clear:both;
	position:relative;
}
.dropdown2 ul, .dropdown2 li{
	list-style:none;
	padding:0;
	margin:0;
	display:inline;
}
.dropdown2 .li_0{
	float:left;
	position:relative;
}

/*--- Untercontainer für Level 1, der bei hover aufgeklappt wird ---*/
.dropdown2 .tab{
	/*IE7: nagelt den absolut positionierten sub-DIV unter li_0 fest*/
	position:relative;
	left:-1px;

	/*tab wird eingeblendet über Cms4d.DropDown JavaScript*/
	display:none;

	/*Da tab jeweils über den li_0 gestapelt ist, kann bei mehrzeiligen floats zur Not
	auch ein unterer Menüpunkt aufgeklappt und geklickt werden*/
	z-index:100000;
}
	.dropdown2 .sub{
		position:absolute;
		/*BEACHTE: die CSS-Breite hier wird IMMER durch die Funktion, die das Menü aufbaut als style-Attribute überschrieben.
		Für weitergehende Funktion ist es notwendig innerhalb der Programmierung jederzeit zu wissen, wie breit sub-Container tatsächlich ist.
		Da ein dynamisches Vermessen je nach Browser zu unzuverlässig ist (sub ist display:none und kann erst nach display:block vermessen werden),
		ist es einfacher den Sollwert bereits serverseitig zu kennen und festzulegen.*/
		width:200px;
		/*Die Position wird ggf. dynamisch gesetzt, um z.B. über JS einen sub rechtsbündig zum Reiter auszurichten.*/
		left:0px;
		top:0px;

		background-color:rgb(231,225,209);
		border:1px solid rgb(212,203,186);
		border-top:none;
/*border-top-color:rgb(95,124,156);*/
		/*
		border-right-color:rgb(110,4,8);
		border-bottom-color:rgb(0,0,0);
		*/
	}

/*--- Links allgemein ---*/
.dropdown2 a{
	text-decoration:none;
	display:block;
	color:rgb(163,153,134);
}

/*--- Reiter Buttons ---
*/
/*Beschriftung DIV*/
.dropdown2 .lbl_0{
	/*Die Höhe des Label-Containers legt auch gleichzeitig fest, um wieviel Pixel der tab-DIV nach unten verschoben wird*/
	min-height:40px;
	overflow:hidden;
	background-image:none;
	background-repeat:repeat-x;
	background-position:left top;
	/*background-color:rgb();*/
	cursor:pointer;
	/*Abstand zwischen den Reitern*/
	padding-left:0px;
/*border-right:1px solid rgb(46,61,77);*/
}
	/*Auf dem Reiter nur, wenn childNodes vorhanden sind.
	BEACHTE: die Syntax ".li_0.has_childnodes" OHNE Zwischenraum ist ein Selektor für mehrere Klassen auf einem Element.
	In diesem Fall also ein LI-Element mit "li_0" UND zusätzlich "has_childnodes"
	Alle ab IE7.
	Die Klasse lbl_0_open wird per JS dann auf den Label DIV gesetzt, wenn dieser geöffnet wird.
	Beim Schließen wird dieser Klassenname wieder subtrahiert. s. Cms4d.DropDown.Menu.ShowTab()
	*/
	.dropdown2 .li_0.has_childnodes:hover .lbl_0, .dropdown2 .lbl_0_open{
		/*ggf. Einfärbung ganzer Reiter*/
	}
	/*act und on*/
	.dropdown2 .lbl_0_act, .dropdown2 .li_0:hover .lbl_0_act{
	}
		/*die sichtbaren Reiter-Buttons (A-Elemente)*/
		.dropdown2 .lvl_0{
			float:left;
			background:url(images-rc/tab.png) repeat-x left top;
		}
			.dropdown2 .lvl_0 > span{
				cursor:pointer;
				display:block;
				padding:10px 15px 11px 13px;
				min-height:25px;
			}
		/*hover*/
		.dropdown2 .li_0:hover .lbl_0 .lvl_0{
			color:rgb(110,92,67);
			background-color:rgb(218,210,193);
		}
			.dropdown2 .li_0:hover .lbl_0 .lvl_0 > span{
			}
		/*aktiv*/
		.dropdown2 .lvl_0_act, .dropdown2 .lvl_0_on{
			color:rgb(110,92,67);
			font-weight:bold;
		}
			.dropdown2 .lvl_0_act > span, .dropdown2 .lvl_0_on > span{
			}

.dropdown2 span.suchen:before{
	font-family:fontawesome;
	content:'\f073';
	margin-right:4px;
}

/*--- Level 1 Links ----*/
.dropdown2 .sub a{
	color:rgb(110,92,67);
	border-top:1px solid rgb(191,181,162);
	display:block;
	font-size:15px;
}
.dropdown2 .sub .lvl_1_first{
	border-top:none;
}
	.dropdown2 .sub a span{
		display:block;
		padding:5px 0 7px 14px;
	}

	.dropdown2 .sub a:hover > span, .dropdown2 .sub .lvl_1_act > span, .dropdown2 .sub .lvl_1_on > span{
		color:rgb(110,92,67);
		background-color:rgb(218,210,193);
	}
	.dropdown2 .sub .lvl_1_act > span, .dropdown2 .sub .lvl_1_on > span{
		font-weight:bold;
	}



/*======= Submenu zu aktivem Hauptmenupunkt, Treeview ========*/
.tree{
	font-size:17px;
	font-family:Calibri, Arial, Corbel, "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", "Gill Sans", Tahoma, Geneva;
	width:220px;
	float:left;
	clear:both;
	padding:28px 0 0 0;
}
.tree ul, .tree li{
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
}
.tree a{
	color:rgb(163,153,134);
	text-decoration:none;
	display:block;
}
	/*erster lvl-0 keine linie oben*/
	.tree .first_0{
		border:none;
	}
	.tree a span{
		display:block;
		min-height:1px;
		padding:4px 10px 5px 18px;
		background-image:url(images-rc/lvl-0.png);
		background-repeat:no-repeat;
		background-position:0px 9px;
		cursor:pointer;
	}
	/*act, on*/
	.tree a:hover > span, .tree .lvl_0_act > span, .tree .lvl_0_on > span{
		color:rgb(136,119,96);
		background-image:url(images-rc/lvl-0-on.png);
	}
.tree .sub{
	/*Nach unten hin extra Leerraum zum nächsten lvl0*/
	padding-bottom:6px;
}
.tree .sub a{
	font-family:Arial;
	font-size:12px;
	padding:4px 0px 5px 0px;
	background-image:url(images-rc/lvl-n.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	border:none;
}
	.tree .sub a:hover, .tree .sub .lvl_n_on{
		color:rgb(136,119,96);
	}
	.tree .sub a:hover, .tree .sub .lvl_n_act, .tree .sub .lvl_n_on{
		background-image:url(images-rc/lvl-n-on.png);
	}
	.tree .sub .lvl_n_on{
		font-weight:bold;
	}




/*--- Container Formate ----*/
fieldset{
	border:none;
	padding:0px;
	margin:0px;
}
.box_headline_1 *, .box_headline_2 *{
	margin:0;
	padding:0;
}
.box_headline_1{
	color:white;
	background-color:rgb(169,14,14);
	text-align:left;
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:6px 0 7px 9px;
}
.box_headline_2{
	color:white;
	background-color:rgb(205,131,26);
	text-align:left;
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:6px 0 7px 9px;
}




/*Hilfsklassen*/
.clearboth{
	float:none;
	clear:both;
}
.displaynone{
	display:none;
}


/*--- Infoboxen ----*/
.infobox1{
	width:610px;
	padding:10px 10px 0px 10px;
	margin:0px 0px 20px 0px;
	border:1px solid #AA956D;
	height:14px;
	overflow:hidden;
	border-radius:4px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.infobox1 h2{
	background-color:#AA956D;
	color:white;
	margin:-10px -10px 10px -10px;
	padding:0px 5px 2px 5px;
	font-size:1.3em;
}
.infobox1 h2 a{
	display:block;
	color:white;
	text-decoration:none;
	background-image:url(images-rc/plus.gif);
	background-repeat:no-repeat;
	background-position:right 3px;
}
.infobox1 h2 a:active, .infobox1 h2 a:focus{
	outline:none;
}


.infobox_container{
	width:100%;
	float:left;
	margin-bottom:-20px;
}

.infobox2{
	float:left;
	width:412px;
	margin:0px 50px 50px 0px;
	border:1px solid #AA956D;
	overflow:hidden;
	border-radius:4px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
	div.infobox2:nth-child(even){
		margin-right:0;
	}
.infobox2 h2{
	position:relative;
	background-color:#AA956D;
	background-color:#B98755;
	color:white;
	margin:0;
	padding:6px 0px 10px 10px;
	font-size:1.4em;
}
	.infobox2 h2 a:after{
		font-family:fontawesome;
		content:'\f138';
		position:absolute;
		top:5px;
		right:5px;
		font-size:28px;
	}


.infobox2 h3{
	background-color:#AA956D;
	color:white;
	margin:0;
	padding:2px 0px 2px 0px;
	font-size:1.1em;
	text-align:right;
}
.infobox2 h2 a{
	display:block;
	color:white;
	text-decoration:none;
}
.infobox2 h3 a{
	color:white;
	text-decoration:none;
	padding-right:20px;
	background-image:url(images-rc/infobox-pr.png);
	background-repeat:no-repeat;
	background-position:right 6px;
	margin-right:10px;
}
.infobox2 h2 a:active, .infobox2 h2 a:focus, .infobox2 h3 a:active, .infobox2 h3 a:focus{
	outline:none;
}
.infobox2 p{
	padding:0px 10px 0px 10px;
	margin-bottom:0;
}
.infobox2 p img{
	margin-left:-10px;
}
.infobox2 a{
	outline:none;
}

.infobox2 ul{
	margin:0px 0px 15px 20px;
	font-weight:bold;
}


.infobox3{
	margin:1em 0 2em 0;
	background-color:#AA956D;
	background-color:#DAD2C1;
	border:1px solid #887760;
	border-radius:5px;
	padding:10px;
}
.infobox3 h2{
	color:#6E5C43;
	font-weight:bold;
}

.infobox4{
	margin:1em 0 2em 0;
	background-color:#AA956D;
	background-color:#DAD2C1;
	border:1px solid #887760;
	border-radius:5px;
	padding:10px;
	display:inline-block;
}
.infobox4 h2{
	color:#6E5C43;
	font-weight:bold;
}


/*=== cms4d Module ===*/
.cms4dmodul_2_teaser_modulcontainer, .cms4dmodul_3_teaser_modulcontainer{
	padding:0px;
	width:420px;
	float:right;
	margin-left:40px;
}
.cms4dmodul_2_teaser_modulcontainer ul, .cms4dmodul_2_teaser_modulcontainer li, .cms4dmodul_3_teaser_modulcontainer ul, .cms4dmodul_3_teaser_modulcontainer li{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	width:420px;
	
}
.cms4dmodul_2_teaser_modulbodycontainer, .cms4dmodul_3_teaser_modulbodycontainer{
	padding:0px;
	width:420px;
}
.cms4dmodul_2_teaser_modulbodycontainer ul li, .cms4dmodul_3_teaser_modulbodycontainer ul li{
	background-image:none;
	margin:0;
	padding:0;

}

.cms4dmodul_2_teaser_headline, .cms4dmodul_3_teaser_headline{
	color:rgb(136,119,96);
}

.cms4dmodul_2_liste_modulbodycontainer .news_liste_hr, .cms4dmodul_3_liste_modulbodycontainer .news_liste_hr{
}


/*---------------------------*/

.cms4dmodul_2_liste_modulcontainer, .cms4dmodul_3_liste_modulcontainer{
	margin-bottom:0px;
}
.cms4dmodul_2_liste_modulcontainer ul, .cms4dmodul_2_liste_modulcontainer li{
	margin:0;
	padding:0;
}
.cms4dmodul_3_liste_modulcontainer ul, .cms4dmodul_3_liste_modulcontainer li{
	list-style:none;
	margin:0;
	padding:0;
}
.cms4dmodul_2_liste_modulbodycontainer{
	margin:0;
	padding:0;
}
.cms4dmodul_3_liste_modulbodycontainer{
	background-color:transparent;
	padding:0px;
}
.cms4dmodul_2_liste_modulbodycontainer ul li, .cms4dmodul_3_liste_modulbodycontainer ul li{
	background-image:none;
	margin:0;
	padding:0;
}

.cms4dmodul_2_liste_headline, .cms4dmodul_3_liste_headline{
}

.cms4dmodul_2_liste_modulbodycontainer .news_liste_hr, .cms4dmodul_3_liste_modulbodycontainer .news_liste_hr{
	border-top:1px solid white;
}

.cms4dmodul_2_liste_modulbodycontainer h2, .cms4dmodul_3_liste_modulbodycontainer .news_liste_hr{
	border-top:1px solid white;
}





/*htmlfragment_teaser*/
.htmlfragment_teaser
{
    
}
.html_teaser p{
	margin:0 0 0.5em 0;
}
.html_teaser_hr{
	border-top:1px dashed rgb(153,153,153);
	height:1em;
	margin-top:1em;
	clear:both;
}

.news_teaser{
	float:left;
	border-top:1px solid #E5DDC9;
	padding-top:1em;
	margin-bottom:1.2em;
	width:420px;
	font-size:0.9em;
}

.news_teaser h4{
	font-size:1.35em;
}
.news_teaser h4 a, .news_teaser h4 a:hover{
	color:rgb(179,157,107);
	text-decoration:none;
}

.news_teaser_date{
	font-weight:bold;
	font-size:1em;
}
.news_teaser_lnk{
	font-weight:bold;
}
.news_teaser .data_img_container{
	width:220px;
	overflow:hidden;
}
.news_teaser .data_img{
	border:none;
	margin-bottom:0.75em;
}

.news_teaser ul{
	list-style:none;
	margin:0;
	padding:0;
}
.news_teaser ul ul{
	list-style:none;
	margin:0 0 0 9px;
	padding:0;
}
.news_teaser ul li{
	padding:0;
	margin:0 0 0 -8px;
}

.news_teaser p{
	line-height:1.2em;
	padding:0;
	margin-bottom:0.6em;
}
.news_teaser p a, .news_teaser p a:hover{
	color:rgb(110,92,67);
	text-decoration:none;
}





/*=== Info Box 1, cms4dmodul -1 ===*/
/*für alle*/
.ibox_1_1 .body, .ibox_1_2 .body, .ibox_2_1 .body, .ibox_2_2 .body{
	border:1px solid #B0BCC4;
	background-color:#E9ECEF;
	padding:9px 9px 0 9px;
}
.ibox_1_1 img, .ibox_1_2 img, .ibox_2_1 img, .ibox_2_2 img{
	border:1px solid #B0BCC4;
	width:120px;
	height:90px;
	overflow:hidden;
	background-color:white;
}
/*Extraklasse für Modul-Container DIV, für kleinere Texte*/
.smalltext .body{
	font-size:9px;
}
.smalltext .ltable .td_left{
	padding-right:9px;
}

@media all{
	/*Die beiden Stile für ibox_1_1 sind bis auf die Überschrift (Farbe) identisch*/
	.cms4dmodul_-1_1_modulcontainer{
		margin-bottom:15px;
	}
	.ibox_1_1, .ibox_1_2{
	}
	.ibox_1_1_body_container{
	}
	.ibox_1_1 a, .ibox_1_2 a{
		color:black;
	}
	.ibox_1_1 a:hover, .ibox_1_2 a:hover{
	}
	.ibox_1_1 a.lnk_href, .ibox_1_2 a.lnk_href{
		color:rgb(153,0,102);
		font-weight:bold;
	}
	.ibox_1_1 .h_txt{
		color:black;
		font-size:1.2em;
		margin:0 0 0.5em 0;
		padding:0;
	}
	.ibox_1_2 .h_txt{
		color:black;
		font-size:1.2em;
		margin:0 0 0.5em 0;
		padding:0;
	}
	.ibox_1_1 a.h_txt, .ibox_1_2 a.h_txt{
		border:none;
		background-color:transparent;
		background-image:none;
		margin:0;
		padding:0;
		font-size:1em;
	}
	.ibox_1_1 .s_txt, .ibox_1_2 .s_txt{
		font-size:9px;
	}
	.ibox_1_1 .i_txt{
	}
	.ibox_1_1 .b_txt{
	}
	.ibox_1_1 .ltable, .ibox_1_1 .ltable{
		width:100%;
	}
	.ibox_1_1 .td_left, .ibox_1_2 .td_left{
		padding:0 15px 9px 0;
 	}
	.ibox_1_1 .td_right, .ibox_1_2 .td_right{
		width:100%;
 	}




	.cms4dmodul_-1_2_modulcontainer{
		margin-bottom:15px;
	}
	.ibox_2_1{
	}
	.ibox_2_1_body_container{
	}
	.ibox_2_1 a, .ibox_2_2 a{
		color:black;
	}
	.ibox_2_1 a:hover, .ibox_2_2 a:hover{
	}
	.ibox_2_1 a.lnk_href, .ibox_2_2 a.lnk_href{
		color:rgb(153,0,102);
		font-weight:bold;
	}
	.ibox_2_1 .h_txt{
		border-left:8px solid rgb(153,0,102);
		border-top:1px solid rgb(204,204,204);
		border-right:1px solid rgb(153,153,153);
		border-bottom:1px solid rgb(153,153,153);
		color:rgb(0,0,0);
		font-size:1em;
		margin:0;
		/*padding:5px 9px 7px 7px;*/
		padding:4px 9px 6px 7px;
		background-color:rgb(204,204,204);
		background-image:url(images-wb/box-headline-bg-hellgrau.gif);
		background-repeat:repeat-x;
	}
	.ibox_2_2 .h_txt{
		border-top:1px solid rgb(184,77,148);
		border-bottom:1px solid rgb(153,0,102);
		color:white;
		font-size:1em;
		margin:0;
		/*padding:5px 9px 7px 9px;*/
		padding:4px 9px 6px 9px;
		background-color:rgb(153,0,102);
		background-image:url(images-wb/box-headline-bg-violett.gif);
		background-repeat:repeat-x;
	}
	.ibox_2_1 a.h_txt, .ibox_2_2 a.h_txt{
		border:none;
		background-color:transparent;
		background-image:none;
		margin:0;
		padding:0;
	}
	.ibox_2_1_image_container, .ibox_2_2_image_container{
		margin-bottom:1em;
	}
	.ibox_2_1 .s_txt, .ibox_2_2 .s_txt{
		font-size:9px;
	}
	.ibox_2_1 .i_txt{
	}
	.ibox_2_1 .b_txt{
	}
}



/*--- Bildergalerie ---*/
.bildergalerie_container{
	margin-bottom:0px;
	width:610px;
}
.img_register{
	margin:0 0 1em 0;
}
.img_register .but_fwd_back{
	color:black;
	border:1px solid #D2D2D2;
	background-color:#EAEAEA;
	font-weight:bold;
	text-decoration:none;
	padding:1px 4px 2px 4px;
	margin-right:4px;
	float:left;
}
.img_register .but_fwd_back:hover{
	color:white;
	background-color:#AA8345;
	text-decoration:none;
}

.img_register .but_fwd_back_on{
	color:white;
	border:1px solid #D2D2D2;
	background-color:#AA8345;
	font-weight:bold;
	text-decoration:none;
	padding:1px 4px 2px 4px;
	margin-right:4px;
	float:left;
}
.bildergalerie_liste{
	float:left;
	padding:0px;
	margin:0 auto;
}
.bildergalerie_liste .prev_img_hidden{
	width:415px;
	margin-bottom:20px;
	overflow:hidden;
}
.bildergalerie_liste_table{
	margin:0;
	background-color:none;
	float:left;
}
.bildergalerie_liste td{
	width:144px;
	width:151px;
	height:140px;
	background-color:#AA956D;
	
}
.bildergalerie_liste .td_container{

}
.bildergalerie_liste img{
	border:1px solid #887760;
}
.bildergalerie_liste .thumb_act{
}
.bildergalerie_liste a, .bildergalerie_liste a:hover{
	background-color:transparent;
}

.bildergalerie_details{
	text-align:left;
}
.bildergalerie_details img{
	border:none;
}
.bildergalerie_big{
	/*breitenbegrenzung, damit ein grösseres Bild nicht das gesamte Seitenlayout zerstört.
	Die Höhe wir automatisch vom Bild übernommen, die Breite wird rechts ggf. abgeschnitten*/
	width:440px;
	overflow:hidden;
	text-align:left;
	margin:0;
}
.bildergalerie_big img{
	border:none;
}





/*--- Event Liste/Details ---*/
.event_register{
}
.event_register a{
	color:black;
	border:1px solid #273341;
	background-color:#c0c4c9;
	padding:2px 2px 2px 2px;
	margin-right:2px;
	float:left;
	text-decoration:none;
	font-size:0.9em;
}
.event_register .year_buttons{
	float:left;
	clear:both;
	margin-bottom:2px;
}
.event_register .year_buttons a:hover{
	color:white;
	background-color:#5b7998;
}
.event_register .but_y{
	background-color:#c0c4c9;
}
.event_register .act_year{
	border:1px solid #273341;
	color:white;
	background-color:#5b7998;
	font-weight:bold;
	padding:2px 2px 2px 2px;
	margin-right:2px;
	float:left;
	font-size:0.9em;
}

.event_register .month_buttons{
	clear:left;
}
.event_register .month_buttons a:hover{
	color:white;
	background-color:#5b7998;
}
.event_register .but_m{
	border:1px solid #273341;
	background-color:#d7d9dd;
}
.event_register .but_m_act{
	border:1px solid #273341;
	background-color:#5b7998;
}
.event_register .but_m_on{
	border:1px solid #273341;
	color:white;
	background-color:#5b7998;
	font-weight:bold;
}
.event_register .monat_name{
	margin:5px 0 0 0;
	font-weight:bold;
	padding-bottom:0.8em;
	border-bottom:1px dashed #273341;
}

.event_liste{
	float:left;
	margin-bottom:0.5em;
}
.event_liste ul{
	list-style:none;
	margin:0;
	padding:0;
}
.event_liste ul li{
	background-image:none;
	list-style:none;
	margin:15px 0 0 0;
	padding:0 0 5px 0;
	/*wichtig für IE*/
	float:left;
	clear:both;
	border-bottom:1px dashed #273341;
}

.event_liste .headline{
	color:black;
	font-size:1.15em;
	font-weight:bold;
	margin:0 0 0.5em 0;
	background-image:none;
	padding:0;
}
.event_liste .headline a{
	color:black;
}
.event_liste .headline a:hover{
	color:black;
	text-decoration:none;
}

.event_liste .body_text{
	float:left;
	width:615px;
}

.event_liste .body_text p{
	margin-bottom:0.5em;
}

.event_liste_date{
	margin-bottom:0.5em;
	font-size:0.9em;
	font-weight:bold;
	color:#27334;
}
.event_liste h1, .event_details h1{
	border:none;
	background-color:transparent;
	background-image:none;
	text-indent:0px;
	font-style:normal;
	padding:0px;
	font-family:Verdana;
	font-size:1.4em;
	font-weight:bold;
	margin:0 0 1em 0;
}
.event_liste h2, .event_details h2{
	color:black;
	font-size:1.0em;
	margin:0.25em 0 0.6em;
	color:black;
}
.event_liste_lnk{
	font-weight:bold;
}
.event_details{
}
.event_details_date{
	margin-bottom:15px;
	font-weight:bold;
}
.event_details address{
	margin:0 0 1em 0;
}
@media screen{
	.event_details_backlink_top{
		float:right;
	}
	.event_details_backlink_top a{
		text-decoration:none;
	}
}
@media print{
	.event_details_backlink_top{
		display:none;
	}
}
.event_liste .data_img_container{
	width:120px;
	overflow:hidden;
	float:left;
	margin-top:-5px;
	margin-right:15px;
	margin-bottom:10px;
}
.event_liste .box_2s{
	margin-left:130px;
}
.event_liste .data_img{
	border:none;
	margin-top:5px;
}
.event_liste .data_img_txt{
	font-size:9px;
}
/*in der Detailansicht umfliesst der Langtext die komplette Box*/
.event_details .data_img_container{
	float:left;
	clear:left;
	margin:-3px 10px 8px 0;
}
.event_details .data_img{
	border:none;
	margin-top:5px;
}
.event_details .data_img_txt{
	font-size:9px;
}



/*--- News Liste/Details ---*/
.news_liste{
	float:left;
	margin-bottom:1.2em;
	margin-top:-10px;
	width:620px;
}
.news_liste .headline{
	color:rgb(179,157,107);
	font-size:1.35em;
	background-image:none;
	padding:0;
	margin-bottom:0.5em;
	
}
.news_liste .headline a, .news_liste .headline a:hover{
	color:rgb(179,157,107);
	text-decoration:none;
}

.news_liste .headline_newsmode{
	/*color:#375BAB;
	float:left;
	font-size:1.4em;
	font-weight:bold;*/
	color:rgb(170,131,69);
	font-size:1.35em;
	margin:0 0 1em 0;
	padding:0;
	font-weight:bold;
}
.link_newsmode{
	float:right;
}
.news_liste ul{
	list-style:none;
	margin:0;
	padding:0;
}
.news_liste ul li{
	background-image:none;
	list-style:none;
	margin:15px 0 0 0;
	padding:0 0 5px 0;
	/*wichtig für IE*/
	float:left;
	clear:both;
	width:620px;
	border-bottom:1px solid #E5DDC9;
}


.news_liste .body_text{
	float:left;
	width:620px;
	color:rgb(110,92,67);
}
.news_liste .body_text p a, .news_liste .body_text p a:hover{
	color:rgb(110,92,67);
	text-decoration:none;
}
.news_liste .body_text p {
	margin-bottom:0.5em;
}


.news_liste .body_text ul{
	list-style:none;
	margin:1em 0 1em 10px;
	padding:0;
	width:auto;
}
.news_liste .body_text ul li{
	padding:0 0 0.5em 15px;
	margin:0 0 0 -8px;
	background-image:url(images-rc/li-bullet-1.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	border-bottom:0px;
	width:auto;
	
}


.news_liste_hr{
	border-top:1px solid #246DB3;
	margin:15px 0px 15px 0px;
	clear:both;
}
.news_liste_date{
	font-size:0.7em;
	color:black;
}
.news_liste h1, .news_details h1{

}
.news_liste h2{
	color:rgb(38,77,128);
	font-size:1.2em;
	margin:0 0 0.5em 0;
}
.news_details h1{

}
.news_details h2{
	color:black;
	font-size:1.2em;
	font-weight:bold;
	padding:0;
	margin-bottom:1em;
	background-image:none;
}
.news_liste .body_text .news_liste_lnk{
	font-weight:bold;

}
.news_details{
}
.news_details_date{
	margin-bottom:15px;
	font-weight:bold;
}

.news_details address{
	margin:0 0 1em 0;
}
@media screen{
	.news_details_backlink_top{
		float:right;
		margin-left:15px;
	}
	.news_details_backlink_top a{
		font-weight:normal;
		font-size:0.9em;
	}
}
@media print{
	.news_details_backlink_top{
		display:none;
	}
}
.news_liste .data_img_container{
	width:222px;
	overflow:hidden;
	float:left;
	margin-top:0px;
	margin-right:15px;
	margin-bottom:10px;
	
}
.news_liste .box_2s{
	margin-left:130px;
}
.news_liste .data_img{
	border:1px solid #887760;
	margin-top:0px;
}
.news_liste .data_img_txt{
	font-size:9px;
}
/*in der Detailansicht umfliesst der Langtext die komplette Box*/
.news_details .data_img_container{
	float:left;
	clear:left;
	margin:-3px 10px 8px 0;
}
.news_details .data_img{
	border:none;
	margin-top:5px;
}
.news_details .data_img_txt{
	font-size:9px;
}


/*--- News Liste 2spaltig ---*/
.news_liste_2s{
	width:620px;
	float:left;
	clear:both;
}

.news_liste_2s .headline{
	color:#5F7C9C;
	font-size:1.2em;
	font-weight:bold;
	padding-bottom:0.15em;
	padding-left:0;
	margin-bottom:0.5em;
	border-bottom:1px solid #5F7C9C;
	background-image:none;
}
.news_liste_2s ul{
	list-style:none;
	margin:0;
	padding:0;
}
.news_liste_2s ul li{
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
	float:left;
	width:300px;
	height:170px;
	overflow:hidden;
	background-color:transparent;
	/*border:1px solid #035FB1;*/
}

.news_liste_2s h1{

}
.news_liste_2s h2{
	color:black;
	font-size:1.2em;
	margin:0 0 1px 0;
}
.news_liste_2s p{
	font-size:1em;
	margin-bottom:0.4em;
}
.news_liste_2s .data_img_container{
	float:left;
	width:90px;
	height:135px;
	overflow:hidden;
	margin:0px;
}
.news_liste_2s .data_img{
	border:none;
}
.news_liste_2s .data_img_txt{
	font-size:9px;
}

.news_liste_2s a{
	text-decoration:none;
}

.news_liste_2s .body_text{
	font-size:0.9em;
	float:left;
	width:200px;
	padding:0 0 0 10px;
}

.news_liste_2s .body_text a:hover{
	text-decoration:underline;
}

.news_liste_2s .body_text ul{
	list-style:none;
	margin:0 0 0 9px;
	padding:0;
}
.news_liste_2s .body_text ul ul{
	list-style:none;
	margin:0 0 0 9px;
	padding:0;
}
.news_liste_2s .body_text ul li{
	padding:0 0 0.5em 14px;
	margin:0 0 0 -8px;
	background-image:url(images-wb/li-bullet-hblau-9x9.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;

	float:none;
	width:auto;
	height:auto;
	border:none;
}


/*--- News Register ---*/
.news_register{
	width:620px;
	float:left;
}

.news_register_tabs{
	width:620px;
	float:left;
}

.news_register_tabs .tab_off{
	float:left;
	background-color:#F0F5E1;
	background-color:#DAD2C1;
	margin-right:10px;
	margin-top:5px;
	padding:4px 11px 5px 11px;
	padding:6px 11px 7px 11px;

	border-radius:4px 4px 0px 0px;

}

.news_register_tabs .tab_on{
	float:left;
	background-color:#887861;
	color:white;
	margin-right:10px;
	padding:4px 11px 14px 11px;

	border-radius:4px 4px 0px 0px;

	background-image:url(images-rc/register-pu.gif);
	background-repeat:no-repeat;
	background-position:center 24px;
}

.news_register_content{
	width:598px;
	float:left;
	border:1px solid #887861;
	padding:10px;

	border-radius:0px 4px 4px 4px;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

.news_register_content .content{
	width:598px;
	float:left;
	display:none;
}

.news_register_content .data_img_container{
	width:auto;
	float:left;
	margin-top:0px;
	margin-right:15px;
	margin-bottom:8px;
}

.news_register_content .data_img{
	border:1px solid #887760;
	margin-top:0px;
}

.news_register_content .data_img_txt{
	font-size:9px;
}

.news_register_content .body_text{
	width:auto;
}

.news_register_content .body_text h4 {
	font-size:14px;
	color:rgb(110,92,67);
	font-family:Arial, "Arial Unicode MS", Helvetica, Geneva, Swiss, SunSans-Regular;
	margin:0;
	border:1px solid #887760;

	padding:2px 3px 2px 4px;
	float:right;
	border-radius:5px;
}

.news_register_content .body_text p {
	margin-bottom:0.5em;
}

.news_register_content .body_text ul{
	list-style:none;
	margin:1em 0 1em 10px;
	padding:0;
	width:auto;
}

.news_register_content .body_text ul li{
	padding:0 0 0.5em 15px;
	margin:0 0 0 -8px;
	background-image:url(images-rc/li-bullet-1.png);
	background-repeat:no-repeat;
	background-position:0px 4px;
	border-bottom:0px;
	width:auto;
}

.news_register_content .news_register_lnk{
	font-weight:bold;
	margin-top:0.5em;
}

.news_register_content .news_register_lnk a{
	color:#887760;
}

.info_layer_container{
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	border:1px solid #887760;
	width:200px;
	padding:6px;
	background-color:#F0F5E1;
	background-color:#AA956D;
	color:white;

	border-radius:4px 4px 4px 4px;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

	.info_layer_container ul{
		list-style:none;
		margin:-0.5em 0 1.5em 13px;
		padding:0;
	}
	.info_layer_container ul ul{
		list-style:none;
		margin:0 0 0 13px;
		padding:0;
	}
	.info_layer_container ul li{
		padding:0.5em 0 0 15px;
		margin:0 0 0 -12px;
		background-image:url(images-rc/li-bullet-1.png);
		background-repeat:no-repeat;
		background-position:0px 10px;
	}




/*--- HTML-Fragment Liste ---*/
.htmlfragment_liste{
	background-image:none;
	background-color:transparent;
	border:none;
	margin:0px;
	padding:0px;
}
.htmlfragment_liste ul{
	margin:0px;
	padding:0px;
	list-style:none;
	background-image:none;
	background-color:transparent;
}
.htmlfragment_liste ul li{
	margin:0 0 0px 0;
	padding:0;
	background-image:none;
	background-color:transparent;
}

.htmlfragment_liste ul ul{
	/*aus optischen Gründen 1px weiter nach rechts für die erste UL*/
	margin:1em 0 1em 13px;
	padding:0;
	list-style:none;
}
.htmlfragment_liste ul ul li{
	padding:0 0 0 17px;
	margin:0 0 0.2em -12px;
	background-image:url(images-wb/li-bullet.gif);
	background-repeat:no-repeat;
	background-position:0 6px;
}

.htmlfragment_liste ul ul ul{
	margin:1em 0 0 17px;
}



/*=== Sitemap ===*/
@media screen, projection{
	.sitemap{
		line-height:normal;
	}

	.sitemap a{
		color:black;
	}

	.sitemap a:hover{

	}

	.sitemap ul li{
		background-image:url(images-rsdaun/lvl-n-on.png);
		background-position:0px 12px;
		font-weight:bold;
		margin-bottom:0.5em;
		padding-left:15px;
	}
	.sitemap ul li a{
		font-size:0.9em;
	}
	.sitemap ul li ul li{
		border:none;
		padding-bottom:0;
		margin-top:0.5em;
		margin-bottom:0.5em;
	}
	.sitemap ul li ul li{
		background-image:url(images-rsdaun/lvl-n.png);
		background-position:0px 12px;
		font-weight:normal;

	}
	.sitemap ul li ul li a{
		font-size:0.9em;
	}
	.sitemap ul li ul li ul li{
		background-image:url(images-rsdaun/lvl-n.png);
	}
}
@media print{
}


/*--- Register ---*/
.register{
	width:100%;
	float:left;
}

.register .reg_off{
	background-color:#AA956D;
	font-size:16px;
	font-weight:bold;
	color:white;
	padding:12px;
	cursor:pointer;
	float:left;
	margin-left:20px;
}

.register .reg_on{
	background-color:#887760;
	font-size:16px;
	font-weight:bold;
	color:white;
	padding:12px;
	cursor:pointer;
	float:left;
	margin-left:20px;
}

.register .kalender{
	background-image:url(images-rc/icon-kalender.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left:30px;
}

.register .form{
	background-image:url(images-rc/icon-mail.png);
	background-repeat:no-repeat;
	background-position:0px -1px;
	padding-left:28px;
}

.register .agb{
	background-image:url(images-rc/icon-agb.png);
	background-repeat:no-repeat;
	background-position:0px -1px;
	padding-left:28px;
}


/*--- Formularfelder ---*/
.ft1{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:14px;
	width:220px;
	border:1px solid #887760;
	background-color:#F5F0E1;
	padding:4px;
	
}

.ft1_on{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:14px;
	color:black;
	width:220px;
	border:1px solid #887760;
	background-color:#AA956D;
	padding:4px;
}

.ft2{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:14px;
	width:50px;
	border:1px solid #887760;
	background-color:#F5F0E1;
	padding:4px;
}

.ft2_on{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:14px;
	color:black;
	width:50px;
	border:1px solid #887760;
	background-color:#AA956D;
	padding:4px;
}

.ft3{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:14px;
	width:100px;
	border:1px solid #887760;
	background-color:#F5F0E1;
	padding:4px;
}

.ft3_on{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:14px;
	color:black;
	width:100px;
	border:1px solid #887760;
	background-color:#AA956D;
	padding:4px;
}

.ta1{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:14px;
	width:420px;
	height:152px;
	border:1px solid #887760;
	background-color:#F5F0E1;
	padding:4px;
}

.ta1_on{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:14px;
	color:black;
	width:420px;
	height:152px;
	border:1px solid #887760;
	background-color:#AA956D;
	padding:4px;
}


.bt1{
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
	color:white;
	border:1px solid #887760;
	background-color:#AA956D;
	padding:4px 10px 4px 10px;
}

.bt2{
	cursor:pointer;
	font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size:12px;
	font-weight:bold;
	color:white;
	border:1px solid #887760;
	background-color:#AA956D;
	padding:5px 8px 5px 8px;
	margin-top:2px;
	border-radius:4px;
}
.lnk_button1_s{
	font-size:11px;
	font-weight:bold;
	color:white;
	border:1px solid #887760;
	background-color:#AA956D;
	padding:2px 6px 2px 6px;
	margin-top:2px;
	border-radius:4px;
	text-decoration:none;
}
.lnk_button1_s:hover{
	text-decoration:none;
}

.lnk_button1{
	font-size:1em;
	font-weight:normal;
	color:white;
	border:1px solid #887760;
	background-color:#AA956D;
	padding:2px 7px 2px 6px;
	border-radius:4px;
	text-decoration:none;
}
.lnk_button1:hover{
	text-decoration:none;
}


.lnk_button2{
	font-size:1.4em;
	font-family:'sourcesanspro_bold';
	font-weight:bold;
	color:white;
	border:1px solid #887760;
	background-color:#AA956D;
	background-color:#308E2E;
	padding:6px 8px 4px 8px;
	border-radius:4px;
	text-decoration:none;
	box-shadow: 5px 5px 5px #CCCCCC;
}
.lnk_button2:before{
	content:'\f073';
	font-family:fontawesome;
	font-size:20px;
	margin-right:8px;
}
.lnk_button2:after{
	content:'\f054';
	font-family:fontawesome;
	font-size:18px;
	margin-left:6px;
}
.lnk_button2:hover{
	text-decoration:none;
}




.table1 td{
	white-space:nowrap;
}



.link_button_yt{
	text-decoration:none;
}
	.link_button_yt:hover{
		text-decoration:none;
	}
	.link_button_yt:before{
		content:'\f166';
		font-family:fontawesome;
		font-size:34px;
		color:#887760;
	}

.link_button_fb{
	text-decoration:none;
}
	.link_button_fb:hover{
		text-decoration:none;
	}
	.link_button_fb:before{
		content:'\f082';
		font-family:fontawesome;
		font-size:34px;
		color:#887760;
	}

.link_button_nl{
	text-decoration:none;
	color:white;
	font-size:16px;
	padding:4px 6px 4px 6px;
	background-color:#887760;
	border-radius:5px;
	font-family:'sourcesanspro_regular';
	margin-top:2px;
	float:left;
}
	.link_button_nl:hover{
		text-decoration:none;
	}
	.link_button_nl:before{
		content:'\f0e0';
		font-family:fontawesome;
		font-size:18px;
		color:white;
		margin-right:4px;
	}


#bt_kalender a{
	text-decoration:none;
	color:white;
	font-size:16px;
	padding:4px 6px 4px 6px;
	background-color:#887760;
	background-color:#AA956D;
	border-radius:5px;
	font-family:'sourcesanspro_regular';
	margin:0 0 10px 10px;
	float:right;
	line-height:1em;
}
	#bt_kalender a:hover{
		text-decoration:none;
	}
	#bt_kalender a:before{
		content:'\f137';
		content:'\f073';
		font-family:fontawesome;
		font-size:18px;
		color:white;
		margin-right:4px;
	}


/*-- TFW API --*/
.zeitraum{
	float:left;
	width:100%;
	margin-bottom:2em;
	font-size:18px;

}
	.zeitraum_form{
		float:left;
		width:100%;
	}
	.zeitraum .input1{
		float:left;
		border:1px solid #BBBBBB;
		border-radius:3px;
		background-color:white;
		margin-right:5px;
	}
		.zeitraum .input1:before{
			float:left;
			font-size:20px;
			margin:4px 0px 0px 4px;
			font-family:fontawesome;
			content:'\f073';
		}
	.zeitraum input[type=text]{
		/*
		border:1px solid #BBBBBB;
		border-radius:3px;
		*/
		border:1px solid white;
		padding:4px 4px 4px 4px;
		font-size:1.1em;
		margin-right:5px;
		width:110px;
		float:left;
	}
	.zeitraum button{
		border:1px solid #BBBBBB;
		background-color:#B98755;
		color:white;
		border-radius:3px;
		padding:4px 4px 6px 4px;
		font-size:1.1em;
		margin-left:5px;

		width:110px;
		float:left;

	}
		.zeitraum button.offline{
			background-color:#E2E2E2;
		}
		.zeitraum .bis{

			padding:4px;
			font-size:1.1em;
			margin-right:5px;
			float:left;
		}
		#zeitraum_error{
			width:400px;
			float:left;
			margin-top:10px;
			font-family:roboto2014_condensed_light;
			display:none;
		}
			#zeitraum_error:before{

				font-family:fontawesome;
				content:'\f073';
				float:left;

				margin:3px 4px 0px 0px;
			}



#objekte_container{
	float:left;
	width:100%;
	display:none;

}

	
#objekte{
		max-width:620px;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		-ms-flex-pack:justify;

		justify-content:space-between;

	}
		#objekte .fh{
			box-sizing:border-box;
			border:1px solid #B98755;
			border-radius:4px;
			display:inline-block;
			width:47.4%;

			margin-bottom:30px;
			padding-bottom:38px;
			position:relative;
		}
			#objekte .fh h2{
				font-family:roboto2014_condensed_regular;

				font-size:20px;
				background-color:transparent;
				color:#B98755;
				padding:4px 10px 4px 10px;
				margin:0;
			}
				#objekte .fh h2 a{
					color:#B98755;
					text-decoration:none;
				}
			#objekte .fh p{
				padding:10px;
				margin:0;
				font-size:14px;
			}
				#objekte .fh p a{

					color:black;
					text-decoration:none;
				}
			#objekte .fh .img{
				padding:10px;
				margin:0;
			}
				#objekte .fh .img img{
					width:100%;
				}
			#objekte .fh .bt_mehr{
				padding:4px 10px 4px 10px;
				font-family:roboto2014_condensed_light;
				font-size:18px;
				background-color:#B98755;
				color:white;
				display:block;

				width:100%;
				text-decoration:none;
				text-align:right;
				position:absolute;
				left:0px;
				bottom:0px;
				box-sizing:border-box;

			}
				#objekte .fh .bt_mehr:after{

					font-family:fontawesome;

					content:'\f138';
					margin-left:5px;
				}
	

#loader{
		float:left;
		width:100%;
		background-image:url(../images/loader-anim.gif);
		background-repeat:no-repeat;
		background-position:0px 3px;
		box-sizing:border-box;
		margin-top:-1em;
		margin-bottom:2em;
		padding-left:40px;
		line-height:1.1em;
		font-family:roboto2014_condensed_regular;
		font-size:18px;
		display:none;

	}
		#loader:before{
			white-space:pre;
			content:'Suche nach freien Objekten läuft. \A Bitte haben Sie einen Moment Geduld.';
		}


/*--- GoogleMap ---*/
.gm_error{
	padding:10px;
	background-color:#E2E2E2;
	border:1px solid #E4252F;
	margin:5px 0px 5px 0px;
}
#route{
	margin-left:0px;
}



/*--- JSSOR Lightbox-Slider ---*/
.slider_close{
	cursor:pointer;
	position:relative;
	margin-left:30px;
}
	.slider_close img{
		width:36px;
		height:36px;
		position:absolute;
		top:0px;
		left:0px;
	}
	.slider_close:after{
		content:'\f00d';
		font-family:fontawesome;
		color:white;
		font-size:42px;
	}

.slider_play{
	cursor:pointer;
	position:relative;
	margin-left:40px;
}
	.slider_play img{
		width:36px;
		height:36px;
		position:absolute;
		top:0px;
		left:0px;
	}
	.slider_play:after{
		content:'\f04b';
		font-family:fontawesome;
		color:white;
		font-size:42px;
	}

.slider_stop{
	cursor:pointer;
	position:relative;
	margin-left:40px;
}
	.slider_stop img{
		width:36px;
		height:36px;
		position:absolute;
		top:0px;
		left:0px;
	}
	.slider_stop:after{
		content:'\f04c';
		font-family:fontawesome;
		color:white;
		font-size:42px;
	}

.slider_index{
	position:relative;
	margin-left:30px;
	font-size:42px;
	color:white;
	font-family:'sourcesanspro_bold';
}


#zoom_slider_content{
}


.jssorb13 div, .jssorb13 div:hover, .jssorb13 .av {
	background: url(../jssor/b02.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
}

.jssorb13 div {
	background-position: -5px -5px;
}

.jssorb13 div:hover, .jssorb13 .av:hover {
	background-position: -35px -5px;
}

.jssorb13 .av {
	background-position: -65px -5px;
}

.jssorb13 .dn, .jssorb13 .dn:hover {
	background-position: -95px -5px;
}

.jssora20l, .jssora20r, .jssora20ldn, .jssora20rdn
{
	position: absolute;
	cursor: pointer;
	display: block;
	background: url(../jssor/a13.png) no-repeat;
	overflow:hidden;
}
.jssora20l { background-position: -3px -33px; }
.jssora20r { background-position: -63px -33px; }
.jssora20l:hover { background-position: -123px -33px; }
.jssora20r:hover { background-position: -183px -33px; }
.jssora20ldn { background-position: -243px -33px; }
.jssora20rdn { background-position: -303px -33px; }

@media screen and (max-width:939px){
	.jssora20l, .jssora20r, .jssora20ldn, .jssora20rdn{display:none}
}



