/*
** Layout -----------------------------------------
*/
* {
	font-family: Verdana,Arial,Helvetica;
	color: #000000;
}

html {
	height:100%;
	max-height:100%;
	max-width:100%;
	width:100%;
}

body {
	height:100%;
	max-height:100%;
	max-width:100%;
	width:100%;
	background: #ffffff;
	color: #000000;
	padding: 0;
	margin: 0;
}

p { margin-top: 0; margin-bottom: 1em; }
p.impressum { margin-bottom: 3em; }
b, strong, { font-weight: bold; }

h1,
h2 {
	display: inline;
	height: 0;
	left: -3000px;
	overflow: hidden;
	position: absolute;
	top: -2000px;
	width: 0;
}


h3,
h4 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	padding: 5px 0;
	border-bottom: 1px solid #000000;
}	
	
/*
** Layout -----------------------------------------
*/

#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1000px;
	overflow: hidden;
	margin-top: 20px;
	
}
* html #wrapper {
	overflow: visible;
	height: 1%;
}

#layout_top {
	position: relative;
	background: url('../pics/website/layout_top.jpg') left top no-repeat #FFFFFF;
	height: 75px;
}

	#layout_top #layout_sprachen {
		position: absolute;
		right: 20px;;
		top: 28px;
	}
	
		#layout_top #layout_sprachen a {
			float: left;
			width: auto;
			margin-right: 10px;
		}
		
#layout_middle {
	background: url('../pics/website/layout_middle.jpg') left top repeat-y #FFFFFF;
	overflow: hidden;

	min-height: 500px;
	height: auto !important;
	height: 500px;
}
* html #layout_middle {
	overflow: visible;
	height: 1%;
}
	
#layout_nav {
	float: left;
	width: auto;
	margin-top: 20px;
	margin-left: 20px;
}

	#layout_nav ul, 
	#layout_nav ul li {
		padding: 0;
		margin: 0;
		list-style-type: none;
	}
	
		#layout_nav ul li a {
			display: block;
			text-decoration: none;
			border: 1px solid #808080;
			background: url('../pics/website/layout_nav.jpg') left top repeat-y #FFFFFF;
			width: 138px;
			padding: 2px;
			margin-bottom: 5px;
		}

div.subnav {
	position: absolute;
	visibility: hidden;
	display: block;
}

	div.subnav ul,
	div.subnav ul li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	div.subnav ul {
		width: 150px;
		overflow: hidden;
	}
	
		div.subnav ul li a {
			display: block;
			padding: 2px;
			text-decoration: none;
			color: #000000;	
			border: 1px solid #808080;
			margin-bottom: 5px;
			background: #FFFFFF
		}

#subnav_ueberuns {
	top: 149px;
	left: 170px;
}		
	
#layout_content {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	width: 460px;
	
}

#layout_content * {
	line-height: 1.4;
}
	
	#layout_content ul {
		margin:0;
		padding: 0;
		margin-bottom: 15px;
	}
	
		#layout_content ul li {
			margin-left: 1.3em;
		}

#layout_bottom {
	background: url('../pics/website/layout_bottom.jpg') left top no-repeat #FFFFFF;
	padding-top: 10px;
	padding-left: 220px;
	clear: both;
	font-size: 0.8em;
	color: #808080;
}

	#layout_bottom a,
	#layout_bottom strong {
		color: #808080;
		text-decoration: none;
	}

#layout_logo {
	position: absolute;
	bottom: 5px;
	right: 40px;
	height: 100px;
	width: 200px;
	text-align: center;
	font-size: 0.8em;
	color: #808080;
}
	
	#layout_logo a.mediawerk {
		display: block;
		color: #808080;
		text-decoration: none;
		padding-top: 5px;
	}

	#layout_logo strong {
		color: #808080;
	}

#layout_video {
	position: absolute;
	top: 90px;
	right: 30px;
	height: 235px;
	width: 220px;
}

/*
** Listen-Einträge ohne Bild -----------------------------------------
*/
#layout_content #eintraege_ohne_bild ul,
#layout_content #eintraege_ohne_bild ul li {
	margin:0;
	padding: 0;
	list-style-type: none;
}


#layout_content #eintraege_ohne_bild li a {
	display: block;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
	color: #000000;
	overflow: hidden;
}
* html #layout_content #eintraege_ohne_bild li a {
	overflow: visible;
	height: 1%;
}

#layout_content #eintraege_ohne_bild li a.farbe1 {
	background-color: #E6E6E6;
}

#layout_content #eintraege_ohne_bild li a:hover,
#layout_content #eintraege_ohne_bild ul li a:hover div.eintraege_ohne_bild_datum,
#layout_content #eintraege_ohne_bild ul li a:hover div.eintraege_ohne_bild_titel {
	background-color: #fdce20;
	color: #000000;
}

	#layout_content #eintraege_ohne_bild ul li a div.eintraege_ohne_bild_datum {
		float: left;
		width: 7em;
		font-weight: normal;
	}

	#layout_content #eintraege_ohne_bild ul li a div.eintraege_ohne_bild_titel {
		margin-left: 7em;
	}


/*
#eintraege_ohne_bild li a:hover,
#eintraege_ohne_bild li a:active,
#eintraege_ohne_bild li a:focus {
	background-color: #c8c8c8;
}
*/
html>body #eintraege_ohne_bild li a { width:auto; }


/*
** Listen-Einträge mit Bild (ohne Beschreibung)-----------------------------------------
*/
#layout_content #eintraege_mit_bild {
	overflow: hidden;
}
* hmtl #layout_content #eintraege_mit_bild {
	overflow: visible;
	height: 1%;
}

#layout_content #eintraege_mit_bild ul,
#layout_content #eintraege_mit_bild ul li {
	margin:0;
	padding: 0;
	list-style-type: none;
}

#layout_content #eintraege_mit_bild ul li {
	float: left;
	width: auto;
	margin: 0 10px 20px 10px;
	background-color: #F2F2F2;
}

	#layout_content #eintraege_mit_bild li a {
		display: block;
		text-decoration: none;
		border: 1px solid #fdce20;
		color: #000000;
		overflow: hidden;
	}
	* html #layout_content #eintraege_mit_bild li a {
		overflow: visible;
		height: 1%;
	}

	#layout_content #eintraege_mit_bild li a.eintraege_mit_bild_titel {
		width: 198px;
		display: block;
		background-color: #fdce20;
		text-align: center;
		padding: 1px;
		height: 35px;
		overflow: hidden;
	}

	#layout_content #eintraege_mit_bild li a.eintraege_mit_bild_bild {
		width: 190px;
		display: block;
		text-align: center;
		padding: 10px 5px;
		height: 200px;
		overflow: hidden;
	}

	
/*
** Listen-Einträge mit Bild (mit Beschreibung)-----------------------------------------
*/
#eintraege_mit_bild_beschreibung ul,
#eintraege_mit_bild_beschreibung ul li {
	margin:0;
	padding: 0;
	list-style-type: none;
}

#eintraege_mit_bild_beschreibung ul li {
	/*float: left;
	width: 288px;
	margin-right: 1px;*/
	margin-bottom: 1px;
}

	#eintraege_mit_bild_beschreibung li a {
		display: block;
		height: 168px;
		text-decoration: none;
		border: 1px solid #ededed;
	}

	#eintraege_mit_bild_beschreibung li a div.eintraege_mit_bild_beschreibung_titel {
		/*height: 40px;*/
		background-color: #ededed;
		padding: 1px;
		margin-bottom: 1px;
	}

	/*
	#eintraege_mit_bild_beschreibung li a:hover div.eintraege_mit_bild_beschreibung_titel {
		background-color: #000000;
		color: #FFFFFF;
	}
	*/

	#eintraege_mit_bild_beschreibung li a div.eintraege_mit_bild_beschreibung_bild {
		float: left;
		width: 200px;
		margin-left: 1px;
	}

	#eintraege_mit_bild_beschreibung li a div.eintraege_mit_bild_beschreibung_text {
		font-size: 0.8em;
		font-weight: normal;
		margin: 0 5px 0 210px;
	}
	

/*
** Tabellen-Einträge mit Bild -----------------------------------------
*/

#eintraege_mit_bild table thead {
	background-color: #c3dcff;
}

#eintraege_mit_bild table td {
	padding: 0.3em;
	text-align: center;
}

#eintraege_mit_bild table td.left {
	text-align: left;
}

#eintraege_mit_bild table thead tr td {
	font-weight: bold;
	font-size: 0.8em;
}

#eintraege_mit_bild table a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}

#eintraege_mit_bild table tr.farbe1 {
	background-color: #ededed;
}

/*
** Multisinglesite -----------------------------------------
*/
.multisinglesite {
	overflow: hidden;
	margin-bottom: 2em;
}
* html .multisinglesite {
	overflow: visible;
	height: 1%;
}

.multisinglesite #inhalt_bilder_left a,
.multisinglesite #inhalt_bilder_right a {
	margin-bottom: 0;
}

.multisinglesite .inhaltleft {
	margin-left: 230px;
}


/*
** Katsite -----------------------------------------
*/
#katsite_nav {
	background-color: #DCDCDC;
	border: 1px solid #C0C0C0;
	margin-bottom: 2em;
	padding: 5px;
}


/*
** Seitenzahlen -----------------------------------------
*/
div.multisite_seitenzahlen {
	margin-top: 1em;
	background-color: #DCDCDC;
	overflow: hidden;
	padding: 3px;
	clear: both;
}
* html div.multisite_seitenzahlen {
	overflow: visible;
	height: 1%;
}

	div.multisite_seitenzahlen div.printsite {
		float: left;
		width: auto;
		margin-right: 1em;
		padding-right: 1em;
		border-right: 1px solid #000000;
	}
	
	div.multisite_seitenzahlen ul,
	div.multisite_seitenzahlen li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
		div.multisite_seitenzahlen ul li {
			float: left;
			width: auto;
			margin-right: 1em;
		}
		

/*
** Detail-Einträge -----------------------------------------
*/
#inhalt_bilder_right {
	float: right;
	margin: 0 0 0 20px;

	max-width: 200px;
	width: auto !important;
	width: 200px;
}

#inhalt_bilder_left {
	float: left;
	margin: 0 20px 0 0;

	max-width: 200px;
	width: auto !important;
	width: 200px;
}

#inhalt_bilder_top {
	margin-bottom: 2em;
	overflow: hidden;
}
* html #inhalt_bilder_top {
	overflow: visible;
	height: 1%;
}

#inhalt_bilder_bottom {
	margin-top: 2em;
}

#inhalt_bilder_right,
#inhalt_bilder_left,
#inhalt_bilder_top,
#inhalt_bilder_bottom {
	font-size: 0.8em;
	line-height: 1.4em;
}

#inhalt_bilder_right img,
#inhalt_bilder_left img,
#inhalt_bilder_top img,
#inhalt_bilder_bottom img {
	/* border: 1px solid #000000; */
}

#inhalt_bilder_left a,
#inhalt_bilder_right a,
#inhalt_bilder_top a,
#inhalt_bilder_bottom a {
}

div.bild {
	position: relative;
	padding: 0;
	margin: 0;
	float: left;
	width: auto;
	padding-bottom: 20px;
}

div.bild div.ru {
	background: url('../pics/website/layout_schatten_ru.gif') right bottom no-repeat;
	
}

div.bild div.ro {
	background: url('../pics/website/layout_schatten_ro.gif') right top no-repeat;
	padding-right: 13px;
}

div.bild div.lu {
	background: url('../pics/website/layout_schatten_lu.gif') left bottom no-repeat;
	padding-bottom: 13px;
}

#inhalt_bilder_left div.bild,
#inhalt_bilder_right div.bild {
}

#inhalt_bilder_top div.bild,
#inhalt_bilder_bottom div.bild {
	float: left;
	width: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}

body.produkte #inhalt_bilder_top div.bild,
body.produkte #inhalt_bilder_bottom div.bild {
	margin-right: 4px;
	margin-bottom: 0;
}

#inhalt_bilder_bottom a,
#inhalt_bilder_top a {
	margin-bottom: 1em;
}

#layout_content a.backlink {
	display: block;
	margin-top: 2em;
	padding-top: 0em;
	text-decoration: none;
	color: #b4b4b4;
	border-top: 1px solid #b4b4b4;
	clear: both;
}



/*
** Formulare -----------------------------------------
*/
input.text,
input.submit,
select,
textarea {
	background-color: #FFFFFF;
	border: 1px inset #000000;
	display: block;
	font-size: 0.8em;
	padding: 2px;
}

input.submit {
	border-style: outset;
	font-weight: bold;
	background-color: #ededed;
}

input.texterror,
textarea.error {
	background-color: #FFCDCD;
	border: 2px inset #FF0000;
}

input.texterror:focus,
textarea.error:focus {
	background-color: #ffb9bb;
}

label {
	display: block;
	font-size: 0.8em;
}

label.direktsuche {
	margin-bottom: 0.3em;
}

label.error {
	color: #FF0000;
}



/*
** Bestimmte Bereiche -----------------------------------------
*/


table#termineergebnisse tr.farbe1 {
	background-color: #bccadb;
} 

	table#termineergebnisse select {
		width: 200px;
	} 

	
a.fotogalerie_uebersicht_foto {
	display: block;
	width: 110px;
	height: 110px;
	float: left;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 10px;
	text-decoration: none;
	background: #f0f0f0;
}

#fotogalerie_detail_control {
	margin-top: 1em;
	overflow: hidden;
}
* html #fotogalerie_detail_control {
	overflow: visible;
	height: 1%;
}

	#fotogalerie_detail_control a {
		text-decoration: none;
	}
	
	#fotogalerie_detail_control #fotogalerie_detail_prev a,
	#fotogalerie_detail_control #fotogalerie_detail_next a {
		display: block;
		width: auto;
		font-size: 2em;
		font-weight: bold;
		color: #C00000;
	}
	
	#fotogalerie_detail_control #fotogalerie_detail_prev{
		float: left;
	}
	
	#fotogalerie_detail_control #fotogalerie_detail_next {
		float: right;
	}
	
	#layout_content #fotogalerie_detail_bild {
		height: 500px;
	}
	
	#layout_content #fotogalerie_detail_bild a {
		overflow: visible;
		height: 1%;
	}
	
	
#fotogalerie_detail_bild {
	text-align: center;
	overflow: hidden;
}
* html #fotogalerie_detail_bild {
	overflow: visible;
	height: 1%;
}

#fotogalerie_detail_fototitel {
	height: 20px;
	padding-top: 10px;
	text-align: center;
}


a.gaestebuch_neu {
	display: block;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	color: #000000;
}	
	
ul.gaestebuch {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
	ul.gaestebuch li {
		list-style-type: none;
		margin: 2em 0;
		margin-bottom: 2em;
		padding: 0;
	}
	
		ul.gaestebuch li div.gaestebuch_titel {
			padding: 0.5em;
			background: #c00000;
			border: 1px solid #c00000;
			overflow: hidden;
			color: #FFFFFF;
		}
		* html ul.gaestebuch li div.gaestebuch_titel {
			overflow: visible;
			height: 1%;
		}
		
		ul.gaestebuch li div.gaestebuch_titel span.gaestebuch_name {
			float: left;
			width: auto;
			font-weight: bold;
			color: #FFFFFF;
		}
		
		ul.gaestebuch li div.gaestebuch_titel a.gaestebuch_web_email,
		ul.gaestebuch li div.gaestebuch_titel a.classml {
			display: block;
			font-size: 0.8em;
			float: right;
			width: auto;
			padding: 0.3em 1em;
			text-decoration: none;
			color: #FFFFFF;
		}
		
		ul.gaestebuch li div.gaestebuch_titel span.gaestebuch_buttons {
			float: right;
			width: auto;
		}
		
		ul.gaestebuch li div.gaestebuch_text {
			padding: 10px;
			border: 1px solid #c00000;
			background: url('../pics/website/layout_bg_dunkel.gif');
			overflow: hidden;
		}
	
		ul.gaestebuch li div.gaestebuch_fusszeile {
			font-size: 0.8em;
			text-align: right;
			color: #808080;
		}
	
	
#gaestebuch_neu_formular {
	float: left;
	width: 400px;
}

	#gaestebuch_neu_formular input,
	#gaestebuch_neu_formular textarea {
		width: 90%;
		margin-bottom: 1em;
	}

#gaestebuch_neu_securitycode {
	float: left;
	width: 200px;
}

#gaestebuch_neu_securitycode p {
	margin-top: 0.8em;
}



#layout_content ul.ecgmg,
#layout_content ul.ecgmg li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#layout_content ul.ecgmg li {
	overflow: hidden;
}
* html #layout_content ul.ecgmg li {
	ovierflow: visible;
	height: 1%;
}

#layout_content div.ecgmg_label {
	float: left;
	width: 17em;
	font-weight: bold;
}

#layout_content div.ecgmg_content {
	float: left;
	width: auto;
}

p.impressum_text {
	margin-bottom: 2em;
}

p.impressum_text a {
	color: #000000;
}

/*
** Newsletter -----------------------------------------
*/


/* Kontakt -----------------------------------------*/
#kontakt_daten {
	float: left;
	width: 170px;
}

	#kontakt_daten b  {
		display: block;
	}
	
	#kontakt_daten ul,
	#kontakt_daten ul li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#kontakt_daten ul {
		margin-left: 0;
	}
	
		#kontakt_daten ul li  {
			margin-bottom: 1em;
		}

#kontakt_formular { 
	margin-left: 180px;
}

	#kontakt_formular form { 
		width:90%;
	}
	
	#kontakt_formular input,
	#kontakt_formular textarea {
		width: 100%;
		margin-bottom: 1em;
	}

	
#kontakt_anfahrt {
	padding-top: 2em;
	clear: both;
}

.impressum_block {
	float: left;
}




/*
** Sonstiges -----------------------------------------
*/
.clearboth {
	clear: both;
    height: 1px;
    overflow: hidden;
}

.blacknorm8,
.whitenorm8,
.blacknorm10,
.blackbold10, 
.whitenorm10 {
	text-decoration:none; 
}

.whitenorm10,
.whitenorm8 {
	color: #FFFFFF;
}

.blacknorm8,
.blacknorm10,
.blackbold8,
.blackbold10 {
	color: #000000;
}

.blacknorm8,
.whitenorm8 {
	font-size:0.8em;
}

.blackbold10 {
	font-weight: bold;
}

.unsichtbar { /* Nur in der Textversion sichtbar */
	display: inline;
	height: 0;
	left: -3000px;
	overflow: hidden;
	position: absolute;
	top: -2000px;
	width: 0;
}

.classml {
	color: #000000;
}

#layout_adresse .classml {
	color: #8c1622;
	text-decoration: none;
}