*{
	margin: 0;
	padding: 0;
	font-size:inherit;
}
img{
	border: 0;
}
p{
	margin:0 0 1em 0;
}

p:last-child{
	margin:0 0 0 0;
}
a{
	color:#7d1c1c;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

body{
	font: 12px arial, helvetica, sans-serif;
	text-align: center;

	background-color: #4d1111;
	background-repeat: no-repeat;
	background-position:50% 0;
}

body.layout1{
	background-image: url(images/hg_burgstr4.jpg);
}

body.layout2{
	background-image: url(images/hg_burgstr3.jpg);
}

body.layout3{
	background-image: url(images/hg_burgstr2.jpg);
}

#container{
	position:relative;
	margin: 1em auto;
	width: 924px;
	min-height: 728px;
}

#header
{
	height: 73px;
	background-image: url(images/schrift_header.png);
	background-repeat: no-repeat;
	background-position:50% 0;
}

#mainnav{
	position:absolute;
	top:78px;
	left:76px;
	height: 41px;
	width: 343px;
	background-image: url(images/mainnav.png);
	background-repeat: no-repeat;
	text-align: left;
}

#mainnav a{
	display:block;
	float:left;
	letter-spacing: 0;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	border-right: 1px solid #fff;
	margin-top:6px;
	padding-left:20px;
	padding-right:20px;
}

#mainnav a:hover{
	color: #cccccc;
}

#mainnav a:first-child{
	margin-left:30px;
	padding-left:0;
}

#mainnav a:last-child{
	border-right: 0;
}

#content{
	color: #000000;
	min-height: 515px;
	height: auto;
	background-image: url(images/fenster-oben.png);
	background-repeat: no-repeat;
	width:910px;
	padding:0;
	margin:0;
	text-align: left;
}

#content.impressum{
	background-image: url(images/impr-oben.png);
}

#content.no-bg{
	background-image: url(images/white-bg.png);
}
#impressum-content{
	width:280px;
	margin:0 auto;
	position:relative;
	padding:60px 0 0 0;
}

#text{
	float:left;
	margin:0 0 0 76px;
	padding:60px 0 0 0;
	text-align:left;
	width:580px;
}

#banner{
    float: right;
    margin: 100px 41px 0 0;
    text-align: center;
    width: 188px;
	height:350px;
}

h1,h2,h3,h4,h5,h6{
	color: #4d1111;
	font-family:arial, hevetica, sans-serif;
	font-weight: bold;
}

h1{	font-size: 120%;}
h2{	font-size: 110%;}
h3,h4,h5,h6{	font-size: 100%;}

#counter{
	padding: 25px 70px 0 70px;
	clear: both;
	min-height:80px;
	border-top: 0px solid #4d1111;
	text-align: left;
	background-image: url(images/fenster-counter.png);
	overflow:hidden;
}


#footer-content{
	text-align: right;
	padding: 1.5em 70px 0 0;
	color: #000000;
	background-image: url(images/fenster-weiss.png);
	height:auto;
}
#footer{
	clear: both;
	height:40px;
	background-repeat:no-repeat;
	background-image: url(images/fenster-footer.png);
}

#livestream{
	float:left;
	margin:0 1.25em 1.25em 0;
	background-image:url(/images/webcam.jpg);
	background-color:#000000;
}
.linkpicture{
	float:left;
	width:150px;
	margin:0 0.8em 1.5em 0;
	border:1px solid #cccccc;
}
.linkparagraph{
	clear:both;
}

#content, #counter{
	line-height:1.4em;
}

#map_canvas{
	position:relative;
	width:765px;
	height:450px;
	margin:0;
}


#foto-preview-container{
	margin:0 0 0 -35px;
	width:850px;
	height:100px;
	overflow:hidden;
}

#foto-preview-slider{
	margin:0;
	padding:0;
	width:auto;
	height:100%;
	background-image:url(/images/galery/kleinbild-100.jpg);
}

.foto-preview{
	height:66px;
	width:99px;
	margin:17px 4px 16px 4px;
	border:1px solid #bbbbbb;
	cursor:pointer;
}

#big-picture-container{
	width:560px;
	height:373px;
	margin:0;
	padding:0;
	overflow:hidden;
}

#big-picture{
	width:560px;
	height:373px;
}

.shadowed{
	-webkit-box-shadow: 3px 3px 10px 0px #666;
	box-shadow: 3px 3px 10px 0px #666;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}