@charset "utf-8";

/* Allgemeine Definitionen
----------------------------------------------- */
html {
	overflow-y: scroll;
}
body {
	background: #e5e5e5;
	color: #000;
	font-size: 100.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
img,
a img {
	border: 0;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}
.bilderrahmen,
.bilderrahmen-hoch {
	color: #666;
	float: right;
	font-size: 11px;
	margin: 0 0 10px 10px;
	line-height: normal !important;
	text-align: right;
	width: 330px;
}
.bilderrahmen em,
.bilderrahmen-hoch em {
	font-style: normal;
	padding: 0 20px;
}
.bilderrahmen img,
.bilderrahmen-hoch img {
	background: url(gfx/bilderrahmen.png) no-repeat 0 0;
	padding: 25px;
}
.bilderrahmen-hoch {
	width: 232px;
}
.bilderrahmen-hoch img {
	background: url(gfx/bilderrahmen-portrait.png) no-repeat 0 0;
}


/* Links
----------------------------------------------- */
a,
a:visited {
	color: #000;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #86503a;
	text-decoration: none;
}
#footer a,
#footer a:visited {
	color: #a8a8a8;
	text-decoration: none;
}
#footer a:hover {
	color: a8a8a8;
	text-decoration: underline;
}


/* Typo
----------------------------------------------- */
h1, h2, h3, h4 {
	color: #854f39;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0;
	line-height: normal !important;
	padding: 0;
}
h1 {
	font-size: 1.67em;
	margin: 0 0 .83em 0;
}
h2, h3, h4 {
	font-size: 1.5em;
	margin: 1em 0 .67em 0;
}
p, address, blockquote {
	margin: .5em 0;
	padding: 0;
}
address {
	font-style: normal;
}
#content ul {
	margin: 3px 0 1em 20px;
	padding: 0;
}
#content ul li {
	margin: 0;
	padding: 0;
	list-style: disc;
}


/* Layout
-----------------------------------------------*/ 
#wrapper {
	background: #fff url(gfx/bg_wrapper.png) repeat-y 0 0;
	font-size: 62.5%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 916px;
}
#wrapper:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
#wrapper {display: inline-block;}
/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE-mac */
#header {
	background: url(gfx/turmspitze.jpg) no-repeat 699px 23px;
	float: left;
	height: 90px;
	margin: 0;
	padding: 0 31px;
	width: 854px;
}
#header p {
	margin: 0;
	padding: 0;
}
#logo {
	float: left;
	height: 100px;
	margin: 0;
	padding: 0;
	width: 254px;
}
#logo img {
	margin: 46px 0 0 15px;
}
#teaser {
	float: left;
	height: 225px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
#home #teaser {
	height: 289px;
}
#teaser p,
#teaser img {
	float: left;
	margin: 0;
	padding: 0;
}
#navigation {
	background: #86503a url(gfx/bg_nav.png) repeat-x 0 0;
	float: left;
	font-size: 1.2em;
	height: 34px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
#container {
	background: #e5e5e5;
	float: left;
	margin: 0 31px;
	padding: 0;
	width: 854px;
}
#content {
	float: left;
	font-size: 1.2em;
	margin: 0;
	line-height: 1.5em;
	padding: 40px 60px 50px 120px;
	width: 674px;
}
#footer {
	background: url(gfx/bg_footer.png) no-repeat bottom left;
	color: #a8a8a8;
	float: left;
	font-size: 1.2em;
	height: 73px;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 100%;
}
#footer p {
	margin: 33px 16px 0 0;
	padding: 0;
}


/* Navigationen
-----------------------------------------------*/
ul#navmenu-h {
	color: #fff;
	margin: 0;
	padding: 0;
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 854px; /*For KHTML*/
	list-style: none;
	height: 34px;
	line-height: 34px;
	text-align: center;
}
ul#navmenu-h li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 34px;
}
ul#navmenu-h ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 180px;
	list-style: none;
	display: none;
	position: absolute;
	top: 34px;
	left: 0;
	text-align: left;
}
ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
/* Root Menu */
ul#navmenu-h a,
ul#navmenu-h a:visited {
	background: url(gfx/bg_navitem.png) no-repeat center right;
	padding: 0;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #fff;
	line-height: 34px;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	width: 171px;
}
ul#navmenu-h a.lastitem,
ul#navmenu-h a:visited.lastitem {
	width: 170px;
}
.lastitem {
	background-image: none !important;
}
ul#navmenu-h a:hover {
	background: #86503a;
	color: #fff;
	text-decoration: none;
}
.selected {
	background: #86503a !important;
}
/*2nd lewvel*/
ul#navmenu-h ul li {
	width: 170px;
	height: auto;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
}
ul#navmenu-h ul a,
ul#navmenu-h ul a:visited {
	color: #fff;
	line-height: normal !important;
	text-decoration: none;
	padding: 4px 0 4px 10px;
	width: 160px;
}
/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h a:visited,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
}
/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
	text-decoration: none;
	float: none;
	background: #86503a;
	color: #fff;
}
/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
	background: #ca795a;
	color: #fff;
	text-decoration: none;
}
/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
	  display: none;
}
ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
	  display: block;
}
