* {margin: 0; padding: 0;}
html {
height: 100%;
}

body {
background-color:#006699;
font-family: Arial, sans-serif;
font-size: 8pt;
height: 100%;
}

#startContainer {
position: absolute;
width: 650px;
height: 100%;
left: 50%;
margin-left: -325px;
background: #FFF url(../Bilder/html/start/logo.jpg) no-repeat;
}

#startContent {
position: absolute;
width: 436px;
height: 33px;
left: 50%;
margin-left: -218px;
margin-top: 412px;
border-top: 1px dotted #6D6D6D;
border-bottom: 1px dotted #6D6D6D;
padding-top: 6px;
}

.headLineRed,.headLineDark,.headLineLight {
font-size: 10px;
font-weight: 700;
}

.headLineRed {
float: left;
color: #D70000;

}

.headLineDark {
margin-left: 48px;
width: 89px;
color: #6C6C6C;
}

.startA {
position: relative;
display: block;
color: #898989;
margin-right: 8px;
float: left;
text-decoration: none;
}

.startA:hover {
color: #D70000;
}

.flag {
position: absolute;
display: block;
left: 230px;
top: 0;
margin-top: -8px;
margin-right: 7px;
padding-top: 6px;
float: left;
border: 0;
}

.flag img {
border: 0;
}

#fen  {
margin-left: -30px;
}

#fde {
margin-left: -49px;
}

#ffr {
margin-left: -74px;
}

#startCopyright {
position: absolute;
top: 455px;
left: 60px;
width: 244px;
}

#startMail {
position: absolute;
display: block;
top: 454px;
left: 440px;
text-decoration: none;
color: #6C6C6C;
}

#startMail:hover {
color: #D70000;
}

.hidden {
display: none;
}