 body{
  margin:0;
  padding:50px 0 0 0;
 }
 div.header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:25%;
  z-index:10;
 }
 div.footer{
  position:absolute;
  bottom:-5;
  left:0;
  width:100%;
  height:75%;
  z-index: 0;
 }
 
 * html div.footer {
 	z-index: -1;
 }
 
 @media screen{
  body>div.header{
   position:fixed;
  }
  body>div.footer{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 }
 
 div.content {
 	z-index:5;
 }
  
 * html div.content{
  height:100%;
  overflow:auto;
 }
 
 img.background {
	width: 100%;
	height: 100%;
	border: none;
	left: 0px;
	top: 0px;
	z-index: 1;
}

div.headline {
	position: fixed;
	left: 20%;
	top: 14.75%;
	width: 60%;
	height: 5%;
	z-index: 25;
}

* html div.headline {
	position:absolute;
	top: 15%;
}

img.headline {
	width: 100%;
	height: 100%;
	border: none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
}


img.menubuttons {
	width: 80%;
	border: none;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 100;
	cursor:pointer;
}

img.pdf {
	width: 25%;
	border: none;
}

img.logo {
	width: 100%;
	border: none;
}

img.gallerielink {
	width: 100%;
	border: none;
	border-width: 2px;
	border-style: solid;
	border-color: #c0c0c0;
	padding: 3px;
}

img.welcometext {
	width: 100%;
	border: none;
}

img.thumbnail {
	width: 100%;
	border-width: 2px;
	border-style: solid;
	border-color: #c0c0c0;
}

img.main {
	width: 100%;
	border-width: 3px;
	border-style: solid;
	border-color: #c0c0c0;
	padding: 4px;
}

div.welcometext {
	position: fixed;
	left: 20%;
	top: 30%;
	width: 65%;
	z-index: 5;
}

* html div.welcometext {
	position: absolute;
}

div.gallerielink {
	position:absolute;
	left: 60%;
	top: 30%;
	width: 20%;
	z-index: 5;
	font-family: 'verdana';
	font-size: 12pt;
	text-align: center;
}


div.preload {
	display: none;
}

div.logo {
	position: fixed;
	left: 40%;
	top: 35%;
	width: 25%;
	z-index: 5;
}

* html div.logo {
	position: absolute;
}

div.menu {
	position: fixed;
	left: 0%;
	top: 30%;
	width: 15%;
	z-index: 5;
}

* html div.menu {
	position: absolute;
}

div.centercontent {
	left: 20%;
	top: 30%;
	position: absolute;
	text-align: center;
	font-family: 'verdana';
	font-size: 12pt;
	color: #000000;
}

div.news {
	left: 20%;
	top: 45%;
	position: absolute;
	text-align: left;
	font-family: 'verdana';
	font-size: 12pt;
	color: #000000;
}

* html div.centercontent {
	top: 25%;
}

div.standardcontent {
	left: 20%;
	top: 30%;
	width: 60%;
	position: absolute;
	font-family: 'verdana';
	font-size: 12pt;
	color: #000000;
}

* html div.standardcontent {
	top: 25%;
}

a {
	text-decoration: none;
	color: orange;
}

td {
	font-family: 'verdana';
	font-size: 12pt;
	color: #000000;
}

td.centerdata {
	text-align: center;
	font-family: 'verdana';
	font-size: 14pt;
	color: #000000;
}

td.gallerie {
	font-family: 'verdana';
	font-size: 11pt;
	cursor:pointer;
	color: #606060;
}

div.dantraeger {
	font-family: 'verdana';
	font-size: 8pt;
	color: #000000;
	text-align:center;
}

div.trainer {
	font-family: 'verdana';
	font-size: 12pt;
	color: #000000;
}


