body {
background-color: #fff;
font-family: Arial, Helvetica, sans-serif;
color: #000;
text-align: center;
}

#container {
background-color: #fff;
color: #000;
width: 99%;
border: 0;
text-align: left;
}

#top {
position: absolute;
top: 30px;
right: 10px;
width: 547px;
height: 90px;
z-index:1;
}

#top h1 {
display: block;
}

img {
border: 0;
}

/* linke Seite */
#left {
display: none;
}

/* menue */
#menue {
display: none;
}
/* ende menue */

/* ---- */
.breaker {
clear: left;
}

.titleleft {
display: none;
}

.fotoleft {
display: none;
}

/* inhalt */
#content {
background-color: #fff;
margin: 100px 0 8px 5px;
padding: 6pt;
color: #000;
line-height: 1.3em;
}

.rahmen {
border: 4px solid #fef290;
}

#content h1 {
font-size: 16pt;
font-weight: bold;
color: #000;
line-height: 1.4em;
border-bottom: 1px solid #999;
background-color: #fff;
}

.einzug {
padding-left: 6.5em;
}

#content h2, #content h3 {
font-size: 15pt;
font-weight: normal;
color: #333;
font-style: oblique;
}

#content h2.film {
font-size: 12pt;
font-style: normal;
font-weight: bold;
}

#content h3 {
font-size: 14pt;
}

#content ul {
padding-left: 16px;
margin-bottom: 2em;
width: 85%;
}

#content p {
margin-bottom: 1.5em;
}

p.last {
padding-bottom: 2em;
}

hr {
color: #7f7011;
background-color: #7f7011;
border: none;
height: 1px;
}

.abstli {
margin-left: 40px;
}

/* footer */
#footer {
background-color:#fff;
border: 0;
text-align:right;
color:#000;
clear:both;
}

#footer a, #aussen a {
text-decoration: none;
background-color: transparent;
color: #fff;
border: 0 none;
}
#footer a:hover, #aussen a:hover {
background-color: transparent;
color: #ffff80;
}

#aussen {color:#999;
margin-right:5.8%;
margin-top: 4px;
text-align: right;}


/* table */
table {
width: 90%;
color: #000;
border-collapse: collapse;
}

th {
background-color: #fff;
color: #000;
text-align: left;
padding: 4px;
border: 1px dotted #ccc;
width: 30%;
}


tr {
line-height: 1.4em;
}

td {
vertical-align: top;
padding: 8px 3px 8px 3px;
border: 1px dotted #ccc;
}

.abstandu {
padding-bottom: 100px;
}