/*--------Anordnung--------*/

#seite { 
background-color: #000000; 
width: 565px; 
margin: auto; 
margin-top: 40px; 
margin-bottom: 40px; 
padding: 10px;
}

#header {
position: relative;
margin: auto;
height: 320px;
width: 560px;
background-color: #000000;
text-align: center;
}

#menu { 
position: relative;
margin: auto;
height: 100px;
width: 560px; 
background-color: #000000;
}

#menu-intern { 
position: relative;
margin: auto;
height: 100px;
background-color: #000000;
text-align: center;
}

#content { 
position: relative;
margin: auto;
}

#footer {
position: relative;
background-color: #000000;
text-align: center;
clear: left;
border: 1px solid #640000;
}

#filme {
position: relative;
background-color: #000000;
text-align: center;
}



/*--------Menü--------*/

#outer { height: 100px; overflow: hidden; position: relative; }
#outer[id] { display: table; position: static;}

#middle { position: absolute; top: 50%;} /* for explorer only*/
#middle[id] { display: table-cell; vertical-align: middle; position: static;}

#inner { position: relative; top: -50%; } /* for explorer only */
/* optional: #inner[id] {position: static;} */


/*--------Allgemeine Formatierung--------*/

body { 
background-color:#000000; 
}

A:link { 
color: #999999; 
text-decoration: none; 
font-size: 10pt; 
font-family: Verdana; 
}

A:visited { 
color: #999999; 
text-decoration: none; 
font-size: 10pt; 
font-family: Verdana; 
}

A:hover { 
color: #ff6600; 
text-decoration: none; 
font-size: 10pt; 
font-family: Verdana; 
}

/*--------Schriftformatierung--------*/

p { 
color: #ffffff; 
font-size: 10pt; 
font-family: Verdana; 
}

.normal { 
color: #ffffff; 
font-size: 10pt; 
font-family: Verdana; 
}

.fett { 
font-weight: bold; 
font-size: 10pt; 
font-family: Verdana; 
color: #ffffff; 
}

.grossfett { 
font-weight: bold; 
font-size: 12pt; 
font-family: Verdana; 
color: #ffffff; 
}

.mitte { 
text-align: center; 
font-size: 10pt; 
font-family: Verdana; 
color: #ffffff; 
}

.mittefett { 
text-align: center; 
font-weight: bold; 
font-size: 10pt; 
font-family: Verdana; 
color: #ffffff; 
}

.grau { 
font-size: 10pt; 
font-family: Verdana; 
color: #999999; 
}

.weiss { 
font-family: Verdana; 
font-size: 10pt; 
color:#ffffff; 
}

.kursiv { 
font-style: italic; 
font-size: 10pt; 
font-family: Verdana; 
color: #ffffff; 
}

.weissgross { 
font-family: Verdana; 
font-size: 12pt; 
color:#ffffff; 
font-weight:bold; 
}
