html {
overflow: -moz-scrollbars-vertical;
overflow: hidden;
}
body {
margin:auto;
height:100%;
width:100%;
}
/* { margin: 0; padding: 0; border:0px;} */
* html p {
    height: 1%;
    margin-left: 0;
}
h1 {
font-size: 1.2em;
font-weight: bold;
font-variant: small-caps;
display: inline;
}
a:link, a:visited {
text-decoration:none;
color:gray;
}

#all {
/* position:absolute;*/

 
}

#el1 {
position:absolute;
background-image: url(../images/hintergrund_03.gif); 
width:1152px; 
height:648px; 
left:50%;
top:50%;
margin-left: -576px;
margin-top: -324px;

}

#video {
position:absolute;
top:41px;
left:125px;
width:660px;
height:562px;
background-color:white;
}

#film {
position:absolute;
bottom:50px;
left:15px;
width:630px;
background-color:white;
}

#main {
position:absolute;
top:141px;
left:820px;
width:260px;
height:172px;
background-color:white;
}

#auswahl {
position:absolute;
top:330px;
left:820px;
width:260px;
height:278px;
background-color:white;
}

#struktur {
position:absolute;
background-image: url(../images/menu.gif);
top:130px;
left:-64px;
width:172px;
height:422px;
/* background-color:cyan;*/
}
#top {
position:absolute;
background-image: url(../images/top.gif);
top:-36px;
left:638px;
width:578px;
height:174px;
z-index:1;
}

span.ueberschrift {
font-size:1.0em;
font-weight: bold;
font-variant: small-caps;
}
p {
font-size:0.8em;
display: inline; /* Kein Umbruch */ 
}