/*
** Layout -----------------------------------------
*/
* {
	font-family: Verdana,Arial,Helvetica;
	margin: 0;
	padding: 0;
}

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

body {
	height:100%;
	max-height:100%;
	max-width:100%;
	width:100%;
	background-color: #FFFFFF;
}

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

/*
	display: inline;
	height: 0;
	left: -3000px;
	overflow: hidden;
	position: absolute;
	top: -2000px;
	width: 0;
*/

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

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

h3 {
	margin: 0;
	padding: 0;
	color: #996633;
	font-size: x-large;
	margin-bottom: 0.8em;
	font-weight: normal;
}

	
	
/*
** Layout -----------------------------------------
*/
#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1000px;
	background-color: #FFFFFF;
}

#col_left {
	background-color: #996633;
}	
	
#col_main #col_main_wrapper {
	padding: 0 10px 20px 10px;
	color: #666666;
}
	#col_main #col_main_wrapper #layout_bild {
		margin-bottom: 20px;
	}

	#col_main #col_main_wrapper a {
		color: #666666;
	}
	
	ul,
	ol {
		margin-left: 1.3em;
	}
	
	
#col_right {
	position: relative;
	height:885px;
	background: url('../pics/website/layout_holz.jpg') left top no-repeat #996633;
}	
	
	#col_right a#nationalpark {
		display: block;
		position: absolute;
		width: 210px;
		height: 170px;
		top: 720px;
		left; 0;
		text-decoration: none;
	}	
	
	#col_right a#alpinepearls {
		display: block;
		position: absolute;
		width: 210px;
		height: 70px;
		top: 620px;
		left; 0;
		text-decoration: none;
	}	
	
	#col_right a#tauernalpin {
		display: block;
		position: absolute;
		width: 210px;
		height: 140px;
		top: 450px;
		left; 0;
		text-decoration: none;
	}	
	
#layout_logo {
	background-color: #fce1a4;
	text-align: center;
	padding: 20px 0;
}

#layout_nav {
	background-color: #fce1a4;
}
	
	#layout_nav ul {
		margin: 0;
		list-style-type: none;
	}

		#layout_nav ul li {
			margin: 0;
			padding: 0;
			list-style-type: none;
			height: 25px;
		}
	
			#layout_nav ul li a {
				display: block;
				padding: 2px 0 0 45px;
			}
			
			#layout_nav ul li a.active {
				background-color: #eed4a2;
			}

#layout_oeffnungszeiten {
	font-size: 0.9em;
	color: #FFFFFF;
	padding: 5px 0 10px 18px;
}

#layout_oeffnungszeiten div {
	font-size: 1.2em;
	color: #fbd98d;
}

			
#layout_newsletter {
	background-color: #a87d51;
}			
	#layout_newsletter a {
		display: block;
		padding: 10px 0;
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
		background-color: #a87d51;
		text-decoration: none;
	}
	
#layout_bottom {
	background: url('../pics/website/layout_bottom.gif') left top repeat-y;
	text-align: center;
	padding: 5px;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 0.8em;
}

	#layout_bottom a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
div.multisite_uebersicht_titel {
	color: #996633;
	font-size: x-large;
	margin-bottom: 0.8em;
}
	
	
/*
** Listen-Einträge ohne Bild -----------------------------------------
*/
#eintraege_ohne_bild ul,
#eintraege_ohne_bild ul li {
	margin:0;
}

#eintraege_ohne_bild ul {
	list-style-type: none;
}

#eintraege_ohne_bild li a {
	display: block;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
	border-bottom: 1px solid #969696;
}

	#eintraege_ohne_bild li a:hover {
		background-color: #fdeabb;
	}

/*
#eintraege_ohne_bild li a.farbe2 {
	color: #b4743c;
}
	#eintraege_ohne_bild li a.farbe2:hover {
		background-color: #fdeabb;
	}
*/

/*
#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)-----------------------------------------
*/
#eintraege_mit_bild ul,
#eintraege_mit_bild ul li {
	margin:0;
	padding: 0;
	list-style-type: none;
}

#eintraege_mit_bild ul li {
	float: left;
	width: 173px;
	height: 290px;
	margin-bottom: 10px;
}

#eintraege_mit_bild ul li.farbe2 {
	/*
	margin: 0 10px;
	*/
}

	#eintraege_mit_bild li a {
		display: block;
		text-decoration: none;
		color: #000000;
		overflow: hidden;
	}

	#eintraege_mit_bild li a div.eintraege_mit_bild_titel {
		background-color: #996633;
		color: #fce1a4;
		text-align: center;
		padding: 5px 0;
	}

	#eintraege_mit_bild li a.farbe2 div.eintraege_mit_bild_titel {
		background-color: #fce1a4;
		color: #996633;
	}

	#eintraege_mit_bild li a div.eintraege_mit_bild_bild {
		margin-bottom: 1em;
		height: 120px;
		overflow: hidden;
	}

	#eintraege_mit_bild li a div.eintraege_mit_bild_text {
		font-size: 0.8em;
		color: #666666;
		line-height: 1.5;
	}

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

/*
** 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 #d2d2d2;
	}

	#eintraege_mit_bild_beschreibung li a div.eintraege_mit_bild_beschreibung_titel {
		/*height: 40px;*/
		background-color: #d2d2d2;
		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: #d2d2d2;
}

/*
** Multisinglesite -----------------------------------------
*/
.multisinglesite {
	clear: both;
	margin-bottom: 2em;
	overflow: hidden;
	border: 1px solid #969696;
	padding: 10px;
}

.multisinglesite h3 {
	font-size: 1.2em;
	font-weight: bold;
}

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


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


/*
** Detail-Einträge -----------------------------------------
*/
#inhalt_bilder_right {
	float: right;
	margin: 0 0 0 3em;
	width: auto;
}

#inhalt_bilder_left {
	float: left;
	margin: 0 2em 0 0;
	width: auto;
}

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

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

#inhalt_bilder_right,
#inhalt_bilder_left,
#inhalt_bilder_top,
#inhalt_bilder_bottom {
	font-size: 10px;
	line-height: 1.4em;
	text-align: center;
}

#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 {
	margin-bottom: 0.5em;
}

#inhalt_bilder_left div.bild,
#inhalt_bilder_right div.bild {
	margin-bottom: 1em;
}

#inhalt_bilder_top div.bild,
#inhalt_bilder_bottom div.bild {
	float: left;
	width: auto;
	margin-right: 1em;
	margin-bottom: 1em;
}
* html #layout_rechts #inhalt_bilder_top div.bild {
	margin-right: 0;
}

.col1 #inhalt_bilder_top div.bild,
.col1 #inhalt_bilder_bottom div.bild {
	height: 210px;
}

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

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



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

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

input.texterror,
textarea.error {
	background-color: #FFCDCD;
	border: 2px solid #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 -----------------------------------------
*/
ul.ecgmg {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.ecgmg li {
	overflow: hidden;
	margin-bottom: 5px;
}
* html ul.ecgmg li {
	ovierflow: visible;
	height: 1%;
}

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

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

p.impressum_titel {
	color: #996633;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
	
p.impressum_text a {
	color: #000000;
}
	
a.fotogalerie_uebersicht_foto {
	display: block;
	width: 110px;
	height: 110px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	/*background: #fce1a4;*/
}

#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: #DCDCDC;
	}
	
	#fotogalerie_detail_control #fotogalerie_detail_prev{
		float: left;
	}
	
	#fotogalerie_detail_control #fotogalerie_detail_next {
		float: right;
	}
	
	#layout_content #fotogalerie_detail_bild {
		height: 450px;
	}
	
	#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;
}

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


/* Kontakt -----------------------------------------*/
#kontakt_daten {
	float: left;
	width: 19em;
}

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

#kontakt_formular { 
	margin-left: 20em;
}

	#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: #666666;
	text-decoration: none;
}