/* Alle Abstände werden auf Null gesetzt*/  

*
{
	margin:0;
	padding:0;
}

html
{
    overflow-y: scroll;
    overflow-x: hidden; 

}    






#steuerung
{
    width: 148px;   
    float: right;
    
        
    font-family: Arial;
    font-size: 14px;
    text-align: left;
	
	border: 2px solid #808080;
	background-color: #363636;
    
    margin-top:12px;				/* Außenabstand oben  */
	padding-top:4px;				/* Innenabstand oben  */
	padding-bottom:4px;				/* Innenabstand unten */
	padding-left:5px;				/* Innenabstand unten */					

	
	
	
} 



#steuerung a:link       { font-weight:bold; color: #FFFFFF; text-decoration:none; }
#steuerung a:visited    { font-weight:bold; color: #FFFFFF; text-decoration:none; }
#steuerung a:focus      { font-weight:bold; color: #FF0000; text-decoration:none; }
#steuerung a:hover      { font-weight:bold; color: #FF0000; text-decoration:none; }
#steuerung a:active     { font-weight:bold; color: #FF0000; text-decoration:none; }


#steuerungunterkategorie
{
    width: 115px;    
    float: right;
    
    
    font-family: Arial;	
	font-size: 12px;
	text-align: left;
    
    border: 2px solid #363636;
    
   	margin-top: 2px;				   
	padding-top: 1px;				
	padding-bottom: 1px;				
	padding-left: 5px; 	
	
}  

#steuerungunterkategorie a:link    { color: #363636; text-decoration:none; }
#steuerungunterkategorie a:visited { color: #363636; text-decoration:none; }
#steuerungunterkategorie a:focus   { color: #FF0000; text-decoration:none; }
#steuerungunterkategorie a:hover   { color: #FF0000; text-decoration:none; }
#steuerungunterkategorie a:active  { color: #FF0000; text-decoration:none; }



#startseiteunten
{
    width:100%;
    margin-bottom:20px;
    float:left;   


    font-family: Arial;
    font-size: 14px;
    text-align: left;

    background-color: #808080;

}



#startseiteunten a:link       { font-weight:bold; color: #FFFFFF; text-decoration:none; }
#startseiteunten a:visited    { font-weight:bold; color: #FFFFFF; text-decoration:none; }
#startseiteunten a:focus      { font-weight:bold; color: #FF0000; text-decoration:none; }
#startseiteunten a:hover      { font-weight:bold; color: #FF0000; text-decoration:none; }
#startseiteunten a:active     { font-weight:bold; color: #FF0000; text-decoration:none; }  


/*Allgemeine Formatierung*/

#allgemein
{             
        margin-top:12px;      
        margin-left:12px;
        margin-right:12px;
        margin-bottom:20px;
        font-family: Arial;
        font-size:11pt;
        vertical-align: top;        
} 



#block
{       
        width:100%; 
        margin-bottom:20px;
        text-align: justify;
        float: left;                
}             



.teil
{
    float:left;
} 

