/* Angaben für alle standardkonformen Browser */


html, body 
	{
        margin:0;
        padding:0;
        background-color:#000000;
	}

#container
         {
        top:0px;
	margin-top:0px;
	width:829px;
        margin-left:auto;
	margin-right:auto;
         }

#menutop

        {
        position: relative;
        top:0px;
	margin-top:0px;       
	width:829px; 
        height:176px; 
	margin: 0px;
	}        

#bg
	
        {
        position: relative;
        top:0px;
	margin-top:0px;       
	width:829px; 
        height:496px;
        background-image: url("bgmustang.jpg");
        background-repeat:no-repeat;   
	}

#menu      
        {
        position:relative;
        top:536px;
	margin-top:0px; 
	top:496px;
        width:829px;
        height:84px;
        }
#text
        {
	position:relative;
	margin-top:0px;   
	left:150px;
	top:-236px;
	width:500px;
	height:300px;
	margin: 0px;
        font-family: arial;
        font-size: 14px;
	overflow: auto;
	}
#flash  
        {
	position:relative;
	margin-top:0px; 
	left:132px;
        top:-242px;  
        width:549px;
        height:300px;
        margin: 0px;
        }


