/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
	padding: 0;
	text-align: center;
	background-color:#e9e9f3;
	background-attachment: fixed;
	background-image:url(../images/containerbg.gif);
	background-position:center top;
	background-repeat:no-repeat;
	}
	
h2 { margin: 12px 0 0 0;
	  font: normal 1.4em/1.0em Verdana, "Lucida Sans Unicode", "Times New Roman", Times, serif;
      letter-spacing: 1px;
	  color:#535353;
	  line-height:1.5em;
	  
	}
	
	* html h2{ /* Für IE */
        		margin: 0 0 0 0;;
				
				} 
				
h3 { margin: 12px 0 0 0;
	  font: normal 1.4em/1.0em Verdana, "Lucida Sans Unicode", "Times New Roman", Times, serif;
      letter-spacing: 1px;
	  color:#535353;
	  
	}
	
p { margin: 10px 0 0 0;
	  font: normal 1.0em/1.0em Verdana, "Lucida Sans Unicode", "Times New Roman", Times, serif;
      line-height:16px;
	  color:#535353;}
	  
p.news { margin: 10px 0 0 0;
	  font: normal 1.0em/1.0em Verdana, "Lucida Sans Unicode", "Times New Roman", Times, serif;
      line-height:16px;
	  padding:8px;
	  color:#ffffff;}
	  
p.footer {  
margin: 0 0 0 0;
font: normal 0.9em/1.0em Verdana, "Lucida Sans Unicode", "Times New Roman", Times, serif;
       color:#535353;}
	  
	  
	  

#container {
	width: 650px;	
	margin: 0 auto;
	text-align: left;
	border: 1px: solid #000000;


}

#kopfzeile{
width: 650px;

background-image:url(../images/headBG.gif);
background-position:left top;
background-repeat: repeat-y;

}

#movie{
width: 650px;
background-color:#000000;

}

#inhalt{
background-color:#f0f1f6;
}

#footer{
background-color:#3a3f3f;
margin: 0;
height: 250px;

}

#footer p{
 padding-top:10px;
 padding-left:10px;
 padding-right:10px;
 padding-bottom:10px;
	  font: bold 0.8em/1.0em Verdana, "Lucida Sans Unicode", "Times New Roman", Times, serif;
      letter-spacing: 1px;
	   line-height:1.5em;
color: #ffffff;
}

#footer a{
 padding-top:10px;
 padding-left:10px;
 padding-right:10px;
 padding-bottom:10px;
	  font: bold 0.8em/1.0em Verdana, "Lucida Sans Unicode", "Times New Roman", Times, serif;
      letter-spacing: 1px;
	   line-height:1.5em;
color: #ffffff;
}



   .fltleft{
			   float: left;
			   
			   }
			   
			      .fltright{
			   float: right;
			   margin-left: 12px;
			   /*margin-bottom: 12px;*/
			 
			  
			   }
  
.clearfloat {
	clear:both;
	
}