@charset "utf-8";
/* CSS Document */
a{
  color: #333333;
  text-decoration: none;
}

a:hover{
   color: #fff;
}

span{
    font-size: 1.2em;
    color: #FF9900;
}

body{
	margin: 0px;
	background:#333333 url(../images/bg-grey.png) repeat-y center;
	font-family: Arial, Verdana;
    font-size: 12px;
}

#content{
    width:1000px;
	height:680px;
}

#flashcontent{
    background: #000;
    text-align: center;
	position: absolute;
	left: 50%;
	top: 0px;
	width: 1000px;
	height: 600px;
	margin-left: -500px;
}

#noflash{
   color: #FF9900;
   font-weight: bolder;
   text-transform: uppercase;
   width: 100%;
   height: 100%;
}

#overlay{
    position: relative;
    text-align: center;
    margin-top: 290px;
    padding: 30px;
    background: url(../images/overlay.png) repeat-y center;
    font-size: 14px;
    font-weight: bolder;
    color: #fff;
}

#footer  {
    background: none;
    font-size: 9px;
    color: #333333;
    text-transform: uppercase;
    position: relative;
    margin-top: 618px;
    text-align:center;
    margin-left:-300px;
}
#overlay  a{
    color: #FF9900;

}
#overlay  a:hover{
    color: #ffffff;

}
#overlay  .small{
    color: #333333;
    font-size: 9px;

}

.datenschutz {
  color: #FFF;
  padding: 20px 120px;
  text-align: left;
}

.datenschutz h1,
.datenschutz h2,
.datenschutz h3 {
  padding-top: 20px;
}
.datenschutz a {
  color: red;
}



