	html, body  {
			font-family:arial;
			font-size:11px;
			color:#b8b6b0;
       			height:100%;
       	 		padding:0;
       			margin:0;
			overflow:show;
			text-align: center;
			background-image:url(../img/img_schattenkante.gif); 
			background-repeat:repeat-x;			
                        background-color:#ff8500;
                        }
	#header	{
			margin:auto;
                        width:900px;
                        height:300px;
			}		
	#content	{
                        padding-top:1px;
			margin:auto;
			background-image:url(../img/img_content.gif); 
                        width:900px;
                        min-height:600px;
                        height:auto !important;  /* für Firefox u.ä. */
                        height:600px;  /*für den IE */
                        overflow:auto;
			}    
	.beschreibung_leer{
			margin:auto;
			background-color:transparent;
                        width:196px;
                        height:139px;
                        z-index:999999;
			}                        
	.beschreibung_titel{
			margin:auto;
			background-color:#333333;
                        width:196px;
                        overflow:auto;
                        padding:12px;
                        padding-top:12px;
                        text-align:left;
                        font-weight:bold;
                        border-bottom:1px dotted #222222;
			}       
	.beschreibung_text{
			margin:auto;
			background-color:#333333;
                        width:196px;
                        overflow:auto;
                        padding:12px;
                        text-align:left;
                        border-bottom:1px dotted #222222;
			}   
        .beschreibung_text a{
                        color:#b8b6b0;
                        text-decoration:none;
                        }                      
	.beschreibung_link{
			margin:auto;
			background-color:#483a2d;
                        width:196px;
                        overflow:auto;
                        color:#b8b6b0;
                        padding:12px;
                        text-align:left;
                        border-bottom:1px dotted #222222;
			}    
        .beschreibung_link a{
                        color:#ff8500;
                        text-decoration:none;
                        }
	#bottom	{
			margin:auto;
			background-image:url(../img/img_bottom.gif); 
                        width:900px;
                        height:290px;
                        padding-top:190px;
			}						