@charset "utf-8";
body, html {
	margin:0;
	padding:0;
	background-color:#E1EBC2;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#navigation {
	position:fixed;
	top:0;
	height:70px;
	line-height:70px;
	width:100%;
	background-color:#B20000;
	overflow:visible;
	z-index:500;
}
#logo {
	float:left;
	background-image:url(img/logo.png);
	width:277px;
	height:147px;
	background-repeat:no-repeat;
}
#navwrap {
	width:906px;
	margin:0 auto;
}
#menu {
	width:579px;
	float:left;
	margin-top:-1px;
}
#menu a {
	display:inline-block;
	padding:0 8px 0 8px;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
}
#menu a:hover {
	background-color:#444444;
}
#slidertop {
	background-image:url(img/topbg.jpg);
	height:309px;
	background-repeat:repeat-x;
	text-align:center;
	margin-top:70px;
}
#slidertop iframe {
	border:0;
}
#navshadow {
	width:100%;
	top:70px;
	position:fixed;
	background-image:url(img/shadow.png);
	background-repeat:repeat-x;
	height:15px;
	z-index:100;
}
#wrap {
	width:906px;
	margin:0 auto;
	overflow:hidden;
}
#contentblock {
	margin-top:50px;
}
#contentblock h2 {
	color:#B20000;
	margin:0 0 20px 0;
}
#conblocktext {
	border-left:20px solid #B20000;
	border-right:20px solid #1D1D1D;
	padding:20px;
	background-color:#FFF;
	font-size:16px;
}
#conblock .imagecon {
	margin:-20px 0 -20px -20px;
}
#wrap_footer a {
	color:#1d1d1d;
	font-size:14px;
	text-decoration:none;
}
#wrap_footer a:hover {
	color:#B20000;
}
#wrap_footer {
	margin-top:50px;
	margin-bottom:150px;
	text-align:right;
}

#footer {
	position:fixed;
	bottom:0;
	width:100%;
	height:70px;
	line-height:70px;
	background-color:#1D1D1D;
	color:#FFF;
}
#inside_footer {
	width:906px;
	margin:0 auto;
}
#inside_footer a {
	color:#FFF;
	text-decoration:none;
}
#inside_footer a:hover {
	color:#D2D2D2;
}
#ft_telefon {
	background-image:url(img/telefonsym.jpg);
	padding-left:70px;
	width:242px;
	float:left;
	background-repeat:no-repeat;
	background-position:center left;
}
#ft_email {
	background-image:url(img/emailsym.jpg);
	padding-left:70px;
	width:337px;
	float:left;
	background-repeat:no-repeat;
	background-position:center left;
}
#ft_anfahrt {
	background-image:url(img/anfahrtsplan.jpg);
	padding-left:70px;
	width:117px;
	float:left;
	background-repeat:no-repeat;
	background-position:center left;
}
#contentblock table a {
	border:none;
	background-color:transparent;
	text-decoration:none;
}
#contentblock table img:hover {
	-webkit-box-shadow: 0px 2px 10px grey;
	-moz-box-shadow: 0px 2px 10px grey;
	box-shadow: 0px 2px 10px grey;
}