/* CSS Document */
body{
margin:0px; 
text-align:center; 
background-image:url(img/back.jpg);  
background-repeat:repeat-x;
background-color:#000000;  
}

#container{
width:955px; /* Breite der Homepage bitte nicht höher als 955px wählen */
margin:auto; /* Zentrierung der Position der Webseite im FF  */
text-align:left; /* Text wird linksbündig dargestellt */
background-color:#d7d7d8;
}


#links{
width:290px;
float:left;
/*min-height:200px;
height:auto !important; 
height:200px;*/
}

#rechts{
width:665px;
float:right;
background-color:#ececec;
min-height:444px;
height:auto !important; 
height:444px; 
}

#submenu{ /* Menü im Kopf */
width:665px;
height:216px;
}

#content{ /* Bereich mit den Inhalten*/
width:625px;
padding-left:20px;
padding-right:20px;
padding-top:19px;
padding-bottom:20px;
font-family:Arial, Helvetica, sans-serif; /* Aussehen vom Text */
color:#262626;
font-size:14px;
}

#index-content{ /* Bereich mit den Inhalten*/
width:665px;
height:228px;
background-image:url(img/party2.jpg);
}

#footer{
width:955px;
height:126px;
clear:both;
}

#footer1{
width:955px;
height:98px;
text-align:right;
background-image:url(img/footer1.jpg);
}

#footer2{
width:955px;
height:28px;
text-align:right;
background-image:url(img/footer2.gif);
}

h1{
font-family:Arial, Helvetica, sans-serif; /* Aussehen vom Text */
color:#dc001c;
font-size:18px;
font-weight:bold;
}

td{
}


