html, body { overflow: hidden; height: 100%;}
body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
}
#menubg {
	width:100%;
	height: 54px;
	background: #d2232a;
}
#menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
	padding-top: 10px;
	position: relative;
	left: 700px;
}
#menu a {
	font-size: 12px;
	text-decoration:none;
	color: #454544;
    display: block;
	height: 35px;
	background: #FFF;
	border-radius: 8px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
#menu a:hover {
	background: #454544;
	color: #FFF;
	text-decoration:none;
}
#menu li {
	float: left;
	margin-right: 8px;
}
#menubottom {
	width:100%;
	height:30px;
	background: url(menubottom.png);
	background-repeat: repeat-x;
	position:absolute;
	z-index:2;
}
#header {
	height: 280px;
	width: 100%;
	overflow:hidden;
}
#logo {
	float:left;
	height: 380px;
	width: 525px;
	background: url(logo.jpg);
	background-repeat:no-repeat;
	background-position: 50px 40px;
}
#banner {
	overflow: hidden;
	background: url(banner.jpg);
	background-repeat: no-repeat;
	background-position: 50px 0px;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='banner.jpg',sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='banner.jpg',sizingMethod='scale')";
	height: 380px;
	 box-sizing:border-box;
  	-moz-box-sizing:border-box;
  	-webkit-box-sizing:border-box;
	border: 30px solid rgba(255, 255, 255, 0.5);
}
#headerbottom {
	clear: both;
	width: 100%;
	height: 46px;
	background: url(headerbottom.png);
	background-repeat: repeat-x;
	position:relative;
	z-index:2;
	top: -35px;
}
#headerbottom p {
	padding: 0;
	padding-left: 250px;
	padding-top: 30px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
#wrapper {
	width: 1380px;
	height: 1080px;
	display: block;
	margin-left: 250px;
 	margin-right: auto;
}
#content {
	width: 700px;
	height: 300px;
	overflow-y: scroll;
	clear: both;
	float: left;
	margin-right: 40px;
	padding-right: 10px;
}
#contentLong {
	width: 700px;
	height: 500px;
	overflow-y: scroll;
	clear: both;
	float: left;
	margin-right: 40px;
	padding-right: 10px;
}
#aktuell {
	padding: 20px;
	padding-top: 50px;
	height: 260px;
	width: 517px;
	overflow: hidden;
	background:url(aktuellBg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#aktuellContent {
	height: 175px;
	width: 470px;
	margin: 5px;
	overflow-y: scroll;
}
.aktuellFrame p {
	padding: 0;
	margin: 0;
}
.aktuellFrame img {
	padding-right: 10px;
	padding-bottom: 15px;
}
#bildergal{
	width:100%;
	height: 230px;
	overflow: hidden;
	position:relative;
}
#slider {
	position:relative;
	width: 6000px;
	padding: 10px;
}
#galBox {
	width: 800px;
	height: 600px;
	position: absolute;	
	background: #FFF;
	border: 1px solid #aaaaaa;
	border-radius: 10px;
	box-shadow: 3px 3px 3px #454545;
	top: -700px;
	left: 500px;
	z-index: 5;
}
#galBoxDisplay {
	width: 750px;
	height: 550px;
	border: 1px solid black;
	margin: 0 auto;
	margin-top: 15px;
}
#galBox a {
	padding-left: 23px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #454545;
}
#galBoxBg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background:url(galBg.png);	
	z-index: 4;
	visibility:hidden;
	opacity: 0.0;
}
#galtitle{
	width:250px;
	height: 75px;
	position: absolute;
	top: 770px;
	left: 60px;
	background: url(galtitle.png);
}
#galSkipBtn{
	width:40px;
	height: 40px;
	position: absolute;
	top: 800px;
	left: 1590px;
	background: url(galSkip1.png);
	cursor: pointer;
}
.vam {
	line-height: 30px;
}
.galImg {
	width: 440px;
	height: 200px;
	float: left;
	margin-right: 15px;
	border: 1px solid #d2232a;
	border-bottom: 15px solid #d2232a;
	border-radius: 5px 5px 0px 0px;
	box-shadow: 3px 3px 3px #454545;
	background-size: cover;
	background-repeat:no-repeat;
	cursor: pointer;
}
#slider a:link {
	border: 0px;
}
h1,h2,h3 {
	color: #d2232a;
}
@media (max-width:1300px) {
#wrapper {
	margin-left: 20px;
}
#menu {
	left: 70px;
}
#galtitle{
	top: 680px;
	left: 60px;
}
#content {
	margin-right: 5px;
}
.galImg {
	width: 300px;
	height: 150px;
}
#bildergal{
	width:950px;
}
#galSkipBtn{
	left: 950px;
}
}