body {
margin: 0px;
padding: 0px
}

#start {
position: relative;
width: 100%;
height: 450px;
z-index: 1;
background-color: #bbbbbb;
overflow: auto;
border: 1px solid #ffffff;
padding: 18px;
font-family: "arial black", arial, sans-serif;
font-size: 15px;
line-height: 17px;
color: #ffffff;
}

#scroll {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
background-color: #dddddd;
overflow: auto;
border: 1px solid #ffffff;
padding: 18px;
font-family: arial, sans-serif;
font-size: 11px;
line-height: 15px;
color: #111111;
}

html>body #start { /* für Firefox und Opera */
width: 680px;
height: 421px;  
}

html>body #scroll { /* nur für Opera (Firefox hat eigene CSS-Dateien wegen scrollen) */
width: 680px;
height: 130%; 
}

td, input, textarea {
font-family: arial,sans-serif;
font-size: 11px;
line-height: 15px;
color: #111111;
}

.rahmen {
border: 1px solid #ffffff;
}

textarea {
width: 380px;
height: 216px;
background-image: url(../bilder/tastatur.jpg);
background-repeat:no-repeat;
border: 1px solid #ffffff;
}

.liner {
line-height: 7px;
}
.liner2 {
line-height: 5px;
}

h1 {
font-family: "arial black",arial, sans-serif;
font-size: 15px;
line-height: 17px;
font-weight: normal;
color: #ffffff;
margin: 0;
padding: 0;
}

a.starter {
font-family: "arial black",arial,sans-serif;
font-size: 15px;
line-height: 17px;
color: #ffffff;
text-decoration: none;
}

a:hover.starter {
text-decoration: underline;
} 

a.normaler {
font-family: arial, sans-serif;
font-size: 11px;
line-height: 16px;
color: #111111;
text-decoration: none;
}

a:hover.normaler {
text-decoration: underline;
} 

a.normalnix {
font-family: arial, sans-serif;
font-size: 11px;
line-height: 16px;
color: #666666;
text-decoration: none;
}

a:hover.normalnix {
text-decoration: none;
} 

a:hover.impressum {
text-decoration: underline;
}

a.arefs {
font-family: arial, sans-serif;
font-size: 11px;
line-height: 8px;
color: #111111;
text-decoration: none;
}

a:hover.arefs {
text-decoration: underline;
} 



/* Für die Slideshow erforderlich */

#slide {
 height: 143px; /* Hoehe der Bilder */
 position:relative;
}
#slide img {
 display:none;
 position:absolute;
 top:0; left:0;
}
#slide img.start {
 display:block;
}
