#framecontentTop, #framecontentBottom {
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 50px;
overflow: hidden;
border-bottom: 1px solid #999999;
}

#framecontentBottom{
top: auto;
bottom: 0; 
height: 30px;
overflow: hidden;
border-top: 1px solid #999999;
}

#maincontent{
position: fixed; 
top: 55px;
left: 0;
right: 0;
bottom: 35px;
overflow: auto; 
}

.innertube{
margin: 0px;
}

* html body{ /*IE6 hack*/
padding: 50px 0 30px 0;
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

body {color: #999999}


div#NavigDiv {
    float: right;
    margin: 0px;
    padding: 0px;
    height:35px;
    color:#999999
  }

div#NavigDiv p {
    font-size: 13px;
    margin-top: 16px;
    }

div#NavigDiv a {
    text-decoration: none;
    }

div#NavigDiv a:hover {
    background-color: #999999;
    color:#FFFFFF
    }

fieldset     { width: 800px; border: 1px solid #999999; margin: auto; }

legend       { font-family: Arial; font-size: 20px; text-transform: capitalize; color: #999999; vertical-align: middle; text-align: left; }
p            { font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-align: left; text-decoration: none; font-weight: 100; }
strong       { border: 1px; padding-top: 100px; font-size: 13px; text-transform: capitalize; text-decoration: none; font-weight: 800; }
.start_img   { margin-right: 10px; margin-bottom: 10px; float: left; }
.start_img_h { margin-left:100px; margin-right: 10px; margin-bottom: 10px; float:left; }
#TitleH1     { font-family: Arial,Helvetica,sans-serif; font-size: 50px; font-weight: 900; }
h3           { text-align: left; font-family: Arial,Helvetica,sans-serif; font-size: 15px; font-weight: bolder; margin-left: 20px; color: #999999;}
.briefing    { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: left; text-decoration: none; font-weight: 100; margin-left: 20px; color: #999999; }


#formular td {font-family:Arial,Helvetica,sans-serif; font-size: 11px; color: #999999; width:50%}
input, textarea {border:1px solid #999999; font-family:Comic Sans MS,Courir Mono,fantasy; font-size:12px; color:#0000CC; padding:1px; background-color:#FFFFFA }


a {
    cursor:pointer;
    text-decoration: none;
    color:#999999;
    }
a:link {
    color:#999999;
    }
a:visited {
    color:#999999;
    }
a:hover {
    color:#FFFFFF;
    }
a:active {
    color:#FFFFFF;
    }

.start_link img {
border: 1px solid #999999;
opacity: 0.4;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
-moz-opacity: 0.4;
-khtml-opacity: 0.4;
}


:hover.start_link img {
border: 1px solid #ffffff;
opacity: 1;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
}

#luc { 
float: left;
margin-left: 5px;
margin-top: 2px;
  }



#luc address { font-size: 9px; font-family: Arial,Helvetica,sans-serif; font-style: normal;  }