@charset "ISO-8859-1";

body {
  background-color: #494949; 
  padding:0px;
  margin:0px;
  text-align: center; 
  height: 100%;
}


#inhalt { 	
  text-align: left;
  vertical-align: middle;	
  margin: 0px auto;
  padding: 0px;
  width: 650px;
  min-height: 100%; 
  height: auto !important; 
  height: 100%;
  background-color: #141414;
  border-right: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
}

#player{
width: 100%;
height: 199px;
background: #141414;
overflow: hidden;
}

#maxi{
width: 100%;
height: 341px;
overflow: scroll;
}

#content{
width: 100%;
height: 390px;
background: #E4E4E4;
overflow: hidden;
}

.innertube{
padding:30px;
}

#buttons{
 width: 100%;
 height: 35px;
 background-image: url(../anlageberatung/links.jpg);
 overflow:hidden;
 text-align: center;
}

#impressum{
 text-align: right;
 background: #E4E4E4;
 height: 18px;
 width: 100%;
 overflow: hidden;
}


#footer{
  padding:8px;
  text-align: center;
  font-family:Georgia, serif;
  font-size:31px;
  color:#343434; 
}

tr, p, div {
  font-family:Trebuchet MS, sans-serif;
  font-size:11px;
  color:#141414;
}

h1 {
  font-family:Trebuchet MS, sans-serif;
  font-size:25px;
  color:#494949;
  display:inline;
}

h2 {
  font-family:Trebuchet MS, sans-serif;
  font-size:16px;
  color:#ffffff;
  display:inline;
}

a:link {color:#333333; text-decoration:none}
a:visited {color:#333333; text-decoration:none}
a:active {color:#939393; text-decoration:none}
a:hover {color:#939393; text-decoration:underline}