@charset "utf-8";
/* CSS Document */

body
{
margin: 0px;
padding: 0px;
font-size: 13px;
font-family:Arial, Helvetica, sans-serif;
background: #131313;
}

#rahmen
{
margin: 0px auto;
margin-top: 40px;
width: 1001px;
}

#startbild
{
width: 1001px;
height: 735px;
background: url(../images/startbild.jpg) no-repeat;
}

#rightstart
{
float: right;
width: 224px;
padding-top: 60px;
margin-right: 24px;
}

#name
{
width: 1001px;
height: 106px;
}

#eingang
{
width: 348px;
height: 70px;
margin: 145px 0 0 33px;
float: left;
background: url(../images/eingang.png) no-repeat;
}

#eingang a
{
font-size: 19px;
color: #fff;
text-decoration: none;
}

#eingang a:hover
{
color: #AF2420;
}

.enter
{
float: left;
margin: 22px 0 0 90px;
}

#leftarea {
float: left;
position: relative;
}

.eingang
{
float: right;
margin: 22px 90px 0 0;
}

#soundstarter {
position: absolute;
top: 300px;
left: 50px;
color: #fff;
width: 200px;
padding: 12px;
background: url(../images/black75.png);
}

#soundstarter span{
display: inline-block;
padding: 5px 0;
}

#moviestarter span{
display: inline-block;
padding-bottom: 8px;
font-size: 0.9em;
}

#moviestarter span:last-child {
padding-top: 8px;
}

#newser, #moviestarter {
color: #fff;
width: 200px;
padding: 12px;
background: url(../images/black75.png);
}

#newser:hover, #moviestarter:hover, #soundstarter:hover {
background: #121212;
}

#moviestarter {
margin-top: 21px;
float: right;
}

#moviestarter a {
display: inline-block;
background: red;
color: white;
font-size: 0.9em;
font-weight: bold;
padding: 1px 3px;
}

#newser a {
font-size: 14px;
font-weight: bold;
color: #fff;
text-decoration: none;
width: 50px;
white-space: nowrap;
padding: 5px 23px 5px 24px;
}

#newser a:hover
{
color: #AF2420;
}

#newser img
{
margin: 6px 0 6px 0;
}

#newser span.title
{
display: block;
font-size: 1em;
text-align: center;
font-weight: bold;
}

.newline {
display: inline-block;
padding-top: 5px;
font-weight: bold;
}

.newline a {
color: #fff;
text-decoration: none;
}

.newline a:hover
{
color: #8F3935;
}

/*
.soundlinks a
{
display: block;
color: #fff;
float: left;
padding: 8px 9px 0 0;
text-decoration: none;
font-size: 0.9em;
}

.soundlinks a:hover
{
color: #AF2420;
}

.soundlinks a:after
{
content: " " url("../images/speaker_g.png");
}

.soundlinks a:hover:after
{
content: " " url("../images/speaker_r.png");
}
*/

.clear 
{
clear: both;
}