html, body {
         height:100%;
         margin: 0 auto;
         overflow: hidden;
         background: transparent;
}
body {
         font:100.01%/1.4 sans-serif;
         text-align:center; /* horizontal centering for IE Win quirks */
         background: transparent;
}
#container {
         margin: 0 auto;
         width:860px;
         position:relative;
         clear:left;
         background: transparent;
}
#banner {
         width: 860px;
         height: 60px;
         background: url(./pics/banneroben.png) no-repeat;
}
#balken {
         width: 860px;
         height: 70px;
}
#heading {
         width: 860px;
         height: 18px;
         margin: auto;
         font-family: Verdana;
         color: #a1a1a1;
         font-size: 11pt;
         font-weight: bolder;

}

#links {
         width: 860px;
         height: 35px;
         margin: auto;
         font-family: Verdana;
         color: #000;
         font-size: 12pt;
         font-weight: bold;

}
#content {
         margin: 0 auto;
         height: 400px;
         width: 860px;
         background: url(./pics/logoneu.gif) no-repeat bottom left;
}
#copyr {
         margin:0 auto;
         width: 860px;
         height: 1em;
         color: #000;
         font-size:x-small;
         vertical-align:text-bottom;
         font-weight: normal;
}

#distance {
         width:1px;
         height:50%;
         background-color:#fc6;
         margin-bottom:-250px; /* half of container's height */
         float:left;
}
#iframe {
}



#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#fixed {
         float: left;
         width: 140px;
         background-color:transparent;
         position: fixed
}

#fixed[id] {
         position: fixed;
}

#scroll {
         float: right;
         width: 680px;
         background-color:transparent
}


/* Pseudoklassen */
a:link                   { text-decoration:none; color:#0000c0; font-size: 12pt; font-weight: bold; outline: 0;}
a:visited                { text-decoration:none; color:#0000c0; font-size: 12pt; font-weight: bold; outline: 0;}
a:hover                  { text-decoration:none; color:#a1a1a1; font-size: 12pt; font-weight: bold; outline: 0;}
a:active                 { text-decoration:none; color:#a1a1a1; font-size: 12pt; font-weight: bold; outline: 0;}
a:focus                  { text-decoration:none; color:#a1a1a1; font-size: 12pt; font-weight: bold; outline: 0;}
