 {
     margin:0;
     padding:0;
     border:0
}
	body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		color: #505367;
		background-color: #D6D6D6;
	}
/* ----- Hack für IE 7 aber nicht für Opera 5-9 ----- */
html*div#rightside {
   margin: 0 0 0 -0.5em;
   /* ----- Hack nicht für IE ab Version 7 und andere Browser ----- */
   _margin: 0 0 0 0;
   /* ----- Hacks nur für IE 5 Mac ----- */
   /*\*//*/
   margin: 0 0 0 0;
   /**/
} 
a{
   font-size: 1em;
   color:#FF0000;
   text-decoration: underline;
	}
a:visited{
   font-size: 1em;
   color:#FF0000;
   text-decoration:underline;
	}
a:activ{
   font-size: 1em;
   color:#FFFF00;
   text-decoration:underline;
	}
a:hover{
   font-size: 1em;
   color:#aaaaaa;
   text-decoration:none;
	}



	#container
	{
		margin: 5px auto;
                padding:0px 0px 5px 0px;
		width: 960px;
                height:auto;
		text-align: left;
		background-color: #ffffff;
		border: 1px solid #FF0000;
	}
	
	#header 
        {      
	       	color:#FF0000;
                width: 950px;	
		height:100px;
		background-image:url(./images/header.jpg);
                text-align:center;
            
            
	}
        #header
         h1
         {
           
	        color:#FFF;
	        margin:10px 0px 0px 0px;
	        
                font-size:1.4em;	
        }
	#mainnav
	{
		height: 80px;
		background-color: #ffffff;
             text-align:center;
             margin:10px;
	}
	
	#menu
	{     margin-top: 10px;
		float: right; 
		width: 310px;
		height:auto;
		background-color: #ffffff;
	}
          
         #mail
         {

         clear:left;
         width:300px;
	   background-repeat:no-repeat;
	   padding:290px 0px 14px 0px;
	   margin:5px 5px 10px 5px;
         background-image:url(./images/geilemegatitten.gif);
         }

        #mailtext
        {
        margin-bottom:5px;
      	background-color:#ffffff;
	}

        #mail.submitbutton
        {
	height:22px;
	width:133px;
	background-image:url(images/submitbutton.jpg);
        }

       #textcontainer_01
       {
       background-color:#ffffff;
       text-align:block;
       width:288px;
	 height:auto;
	 margin:10px 5px;
       padding:5px;
       border: 1px solid #FF0000;
	 
     
	}

	#contents	
	{
                float: right;
		width:630px;
                margin-left: 5px;
		background-color: #ffffff;
                
        }

    
        #textcontainer_02{
         float:left;
         width:628px;
	 height:auto;
	 margin:10px 1px 10px 1px;
	      
	}

       #bild{
       float: left;
       margin-left:1px;
       margin-right:1px;
       margin-top:1px;
       margin-bottom:1px;
       padding-top: 0px;
      }

      #textcontainer_03
      {
      
      float:left;
      width:460px;
	height:60px;
	margin:0px 0px 0px 0px;
	padding:0px;
	text-align:center;
	}	
     #textcontainer_03 a
     {
     font-size: 1.5em;
     color:red;
     margin-bottom:0px;
     border-bottom:0px;
   
	}      

	
	#footer	
	{
		clear:both;
		height: 20px;
		background-color: #ffffff;
            text-align:bottom;
            padding:20px;
            
	}
