
@charset "UTF-8";
    
    /* Seitenansicht */
    
    BODY {
    	background-color:#F5ECCE;
    }
    
    p {		
    	line-height:150%;
    }
    
    a {		
    	font-size: 16px;
    	font-weight:normal;	
    	text-decoration:none;	
    }
    
    a:link {
    	color:#000;
    }
    
    a:visited { 	
    	color:#000;
    }
    
    a:hover {
    	color:#FF9900;
    }
    
    a:active {	
   	 	color:#000;
    }
    .blocksatz {
    	text-align:justify;
    }
    .br10{
    border-radius:10px;
    }
    .br5{
    border-radius: 5px;
    }
    .player{
		width:70%;
		border-radius:7px;
		margin-top:5px;
        border-style:groove;
	}
    .Format{
    	font-size: 60%;
        }
    /*Ende */
    
    div {
    	font-family:"Myriad Pro", Times, serif;
    	text-decoration:none;
    	font-style:normal;
    	text-align: center;
    	color:#000;
    	height: 100%;
    	margin: 0;
    }
    
    #topmenu {
    	overflow:hidde;
    	width: 100%;
    	min-width: 920px;
    }
    
    #content h1 {
    	margin: 0px;
    }
    
    #footer {
    	font-size:75%;
    }