/* 1.0 | hannes | 2006-10-03 | template */
body {
	margin: 0;
	background-color: #FFE7B5;
}
h1 { 
	font-size: 21px;
	margin: 0;
	padding: 1em 0; /* x firefox */
}
h2 { font-size: 12px; }

#header, #maincontainer, #copyright, #footer {
	width: 824px;
	margin: 0 auto;
	text-align: left;
	border-right: 2px solid white;
	border-left: 2px solid white;
}

/* PAGENAV */
.pagenav { text-align: center; }
.pagenav span a {
	font-size: 17px;
	vertical-align: bottom;
	padding: 0 2px;
}
.pagenav a, .pagenav strong {
	margin: 2px;
	padding: 2px;
}
.pagenav a:hover, .pagenav strong {
	border: 1px solid;
	margin: 1px;
}
.pagenav a, .pagenav a:hover { text-decoration: none; }
.pagenav a:hover { border-style: dotted; }

/* HEADER */
#headercontainer {
	background-color: #FFF3CB;
	height: 395px;
	width: 828px;
	position: relative;
	margin: 0 auto;
}
#header {
	background: url(/grafik/header_bg.png) no-repeat left top;
	height: 395px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
#logo {
	clear: both;
	height: 110px;
}
#logo img {
	float: left;
	margin-left: 180px;
}
#languageselect { 
	float: right;
	padding: 5px;
}
#languageselect img { 
	margin: 5px 5px 0 0;
	border: 1px solid white;
}

#panoramabild {
	height: 270px;
	left: 205px;
	overflow: hidden;
	position: absolute;
	top: 110px;
	width: 622px;
	z-index: 1;
}

/* MAINCONTAINER */
#maincontainer { 
	background: url(/grafik/maincontainer_bg.gif) repeat-y right top;
	min-height: 340px;
}
#adresse { 
	float: left;
	width: 202px;
	font-size: 11px;
	margin: 0 0 40px 14px;
	line-height: 140%;
}
#adresse a { color: #684D1E; }

#angebot, #wetter {
	background-color: #F8B32A;
	border: 1px solid #FFF;
	line-height: 130%;
	margin-bottom: 1em;
	margin-left: -10px;
	padding: 5px 5px 5px 12px;
	width: 175px;
}
#angebot h2 { margin: 5px 0; }
#angebot ul { padding-left: 12px; }

/* WETTER BOX */
#wetter {
	cursor: pointer;
	padding: 0;
	width: 194px;
}
#wetter td {
	font-size: 10px;
	padding: 3px 0;
	text-align: center;
	vertical-align: middle;
}
#wetter th {
	text-align: left;
	padding: 5px 0 5px 5px;
	font-weight: bold;
	white-space: nowrap;
}

#content {
	width: 570px; /* kein float right|left x firefox hintergrundbild von maincontainer */
	margin-left: 225px;
	line-height: 140%;
}
#content h1 {
	line-height: 24px;
	margin: 0;
	padding: 0.5em 0;
	font-weight: 500;
}
#content h2 {
	margin: 0;
	padding: 1em 0;
}
#content blockquote {
	margin: 0;
	padding: 10px;
	background: #FEE3AB;
	border: 1px solid #EFC678;
}
#content blockquote h2 { margin-top: 0; padding-top: 0; } 
#footer {
	background-color: #FFF;
	height: 70px;
	border-top: 6px solid #FFF; 
}
#footer a {
	display: inline-block;
	overflow: hidden;
	height: 60px;
	background-color: #FFF;
}
#footer .nocturnes {
	margin: 0 10px;
	width: 170px;
	float: left;
}
#footer .naturns { 
	width: 143px;
	float: right;
}
#footer .suedtirol {
	float: right;
	width: 100px;
	margin-right: 10px;
	margin-left: 10px;
}

/* MENU */
#menu { 
	float: left; 
	width: 202px;
	height: 270px;
	vertical-align: baseline;
}

/* COPYRIGHT */
#copyright {	
	background: url(/grafik/maincontainer_bg.gif) repeat-y right top;
	width: 824px;
	color: #684D1E;
	margin: 0 auto;
	padding: 2px 0;
	clear: both;
	vertical-align: bottom;
	font: 10px Arial, Helvetica, sans-serif;
}
#copyright a { color: #684D1E; text-decoration: none; }
#copyright a:hover { text-decoration: underline; }

/* KLASSEN */
/* TABELLEN */
.tabelle { 
	margin: 1.5em 0;
	clear: right;
}
.tabelle td, .tabelle th { padding: 2px; }
.tabelle td { 
	text-align: center;
	background-color: #FDE3A2;
}
.tabelle th {
	padding: 4px;
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
	background-color: #FCDB8E;
	vertical-align: middle;
}

/* BILDBOXEN */
.imageboxright {
	float: right;
	width: 310px;
	margin-left: 10px;
	font-size: 11px;
	text-align: center;
}
.imagecycle {
	height: 400px;
	margin: 1.5em 0 0 0;
	overflow: hidden;
	width: 100%;
}
