body{
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    height: 100%;
    max-height: 100%;
    background:#000;
    font: .8em helvetica,verdana,arial,sans-serif;
    color:#fff;
}

h4 {
   /* border-bottom:1px solid #9D9982; */
   /* color:#9D9982; */
   margin: 4px 0px 4px 0px;
    font: 1em helvetica,verdana,arial,sans-serif;
}

#framecontentTop, #framecontentBottom{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px; /*Height of top frame div*/
    overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
    background: #000;
}

#framecontentBottom{
    top: auto;
    bottom: 0;
    height: 22px; /*Height of bottom frame div*/
    overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
    background: #000;
    color: #fff;
}

#maincontent{
    position: fixed;
    top: 44px; /*Set top value to HeightOfTopFrameDiv*/
    left: 0;
    right: 0;
    bottom: 22px; /*Set bottom value to HeightOfBottomFrameDiv*/
    overflow: auto;
}

#flashtube{
    position: absolute;
    /* top: 50%; */
    height: 550px;  /* Set to height of swf */
    /* margin-top: -275px;  Set to (-height/2) */
    margin-left: 0px;
}

.headline{
    margin: -4px 0px 0px 71px;
    font: .9em helvetica,verdana,arial,sans-serif;
}

.innertube{
    margin: 4px 0px 12px 12px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

.navitube{
    /* margin: 4px 0px 12px 12px; Margins for inner DIV inside each DIV (to provide padding)*/
}

.contactOne{
    margin: 10px 0px 0px 4px;
}

.errorOne{
    float: left;
    margin: 0px 0px 10px 0px;
    /* border: 1px solid #999; */
}
.errorTwo{
    clear:left;
    font: 1.2em helvetica,verdana,arial,sans-serif;
    color:#fff;
    /* border: 1px solid #999; */
}

.buildOne{
    margin: 40px 0px 0px 0px;
    /* border: 1px solid #999; */
}

.aboutOne{
    float: left;
    margin: 0px 0px 10px 0px;
    /* border: 1px solid #999; */
}
.aboutTwo{
    margin: 0px 40px 0px 50px;
    /* border: 1px solid #999; */
}
.aboutThree{
    clear:left;
    font: .8em helvetica,verdana,arial,sans-serif;
    color:#fff;
    /* border: 1px solid #999; */
}

.goto {
        margin: 10px 10px;
        text-align: center;
        width: 100px;
        border: 1px solid #999;
}

* html body{ /*IE6 hack*/
padding: 44px 0 22px 0; /*Set value to (HeightOfTopFrameDiv 0 HeightOfBottomFrameDiv 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%;
width: 100%;
}

/* ====== Navi Links ====== */
a.type1:link    { color:#ccc; text-decoration:none; font-weight:bold; font-size: 0.8em; }
a.type1:visited { color:#ccc; text-decoration:none; font-weight:bold; font-size: 0.8em; }
a.type1:hover   { color:#fff; text-decoration:none; font-weight:bold; font-size: 0.8em; }
a.type1:active  { color:#999; text-decoration:none; font-weight:bold; font-size: 0.8em; }
/* ====== normale Links ====== */
a.type2:link { color:#ccc; text-decoration:none; }
a.type2:visited { color:#ccc; text-decoration:none; }
a.type2:hover { color:#fff; text-decoration:underline; }
a.type2:active { color:#ccc; text-decoration:none; }

.ebene1 a:link, .ebene1 a:visited {
     height:14px;
     width:100px;
     /* line-height: 2.6em; */
     background: #000; /* url(../img/misc/white.gif); */
     display:block;
     margin: 4px 0px 12px 12px;
     /* padding: 0px 0px 0px 20px;*/
     text-decoration : none;
     color : #fff;
     text-align: center;
     border: 1px solid #333;
}

.ebene1 a:hover {
     height:14px;
     width:100px;
     /* line-height: 2.6em; */
     background: #000; /* url(../img/misc/green.gif); */
     display:block;
     /* padding: 0px 0px 0px 20px;*/
     text-decoration : none;
     color : #ccc;
     text-align: center;
     border: 1px solid #666;
}