* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #000;
}
a:link, a:active, a:focus{
  color: #ffffff;
  text-decoration: none;
  }

a:hover, a:visited{
  color: #289c45;
  text-decoration: none;
  }

p {
 padding: 10px;
}

b {
font-size: 9px; 
}

#wrapper { 
 width: 800px;
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
}

#content { 
 float: left;
 color: #fff;
 background: #000000;
 height: 100%;
 width: 800px;
 display: inline;
 margin:15px;
}

.teaser {
height:100%;
text-align: center;
margin: auto;
color: #a1ab9e;
}

.text {
height: 100%;
vertical-align: top;
text-align: Left;
text-decoration: none;
text-indent: 1,5em;
margin: auto;
color: #a1ab9e;
}

.text2 {
height:100%;
text-align: center;
margin: auto;
font-size: 16px;
text-decoration: none;
padding-bottom: 15px;
padding-top: 15px;
}

#header {
 color: #000000;
 width: 800px;
 float: left;
 height: 363px;
 background: #000000;
 background-image: url(pic/header-neu.jpg);
}

#footer { 
 width: 800px;
 height: 60px;
 clear: both;
 color: #a1ab9e;
 background: #000000;
 
}

.sub {
padding-bottom: 15px;
padding-top: 30px;
}

#logo {
text-align: center;
background-position: bottom;
padding-bottom: 10px;
}

#trailer {
padding-bottom: 20px;
padding-top: 5px;
}



