/* Created by Plutonic Arts - offical Helfahrt Website */

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
font-size: 12px;
font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
background: black; 
color: silver;
}

a { color: #cccccc; text-decoration: none; } 
a img { border: 0px; } 
a:link, a:visited { font-weight: bold; text-decoration: none; color: #999999; } 
a:hover, a:active { text-decoration: underline; color: #CCCCCC; } 
h1{ font-size: large; font-weight: bold; } 
h2{ font-size: small; font-weight: bold; } 
h3{ font-size: x-small; font-style: italic; }

#framecontent{
position: absolute; 
bottom: 0; 
left: 0; 
width: 100%; 
height: 130px; /*Height of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: black;
color: white;
}

#maincontent{
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 130px; /*Set bottom value to HeightOfFrameDiv*/
overflow: auto; 
  background-image: url(img/hf_bg.png);
background-position: center bottom;
background-repeat: no-repeat;
}

.innertube{
margin: 3px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

.maintube{
margin: 10px 140px  10px 140px;
text-align: center;
}

#inhalt { 

  width: 100%;
  padding: 0px;
  text-align: left;
  overflow: auto;
}

* html body{ /*IE6 hack*/
padding: 0 0 130px 0; /*Set value to (0 0 HeightOfFrameDiv 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}
