

/*
--------------------------------------------------------------------------- 
    Einstellungen "default" von HTML-Elementen in ALLEN Content-Bereichen  
---------------------------------------------------------------------------      */
	
	* { margin : 0; padding : 0; border : 0; border-spacing : 0; border-collapse : collapse; }
	.clearboth { clear : both; width : 1px; height : 1px; margin : -1px 0 0 0; overflow : hidden; }
	.invisible { display: none; margin:0;}

/*      ... für Schrift (Art, Größe, Farbe, Zeilenabstand)  */
    html { background : #E7E3DA ; }
    body { background : #E7E3DA ; }
	#container {  
		width : 600px; padding: 0; height: auto;
	}

    
/*  z.Bsp. gesonderte Aufzählungszeichen

    ul li.pfeil { list-style-type : square; background : none}
    

/*
---------------------------------------------------------------------------     
    Standards für sonstige Inhalts-Objekte von Typo3
    (z.Bsp. Site-Map, Menü, Login-Formular)
---------------------------------------------------------------------------
*/

/*  sitemap */
    p.csc-sitemap { padding : 0 !important; }
    p.csc-sitemap-level1 a { display : block; padding : 15px 0 0 0; color : #000 !important; }
    p.csc-sitemap-level2 a { padding : 0 0 0 15px; }
    p.csc-sitemap-level3 a { padding : 0 0 0 30px; }
    p.csc-sitemap-level4 a { padding : 0 0 0 45px; }
    p.csc-sitemap-level5 a { padding : 0 0 0 60px; }
    p.csc-sitemap-level6 a { padding : 0 0 0 75px; }
	
/*	menü */
	#hauptnavigation { display: none;}
	#content_picture {width : 210px;height :181px;margin:0; padding:0; }
	#contentnavigation { display: none;}
	
/*	startseite */
	.content { width : auto; height : auto; float : none;background: none;}
	
	
/*	contentseite */
	.content .inhalt { background: #F9F4E9; width : 562px; height : auto; float : none; clear: both; border : 1px solid #787878; }
	.content .inhalt .scrollbereich { 
		width : 501px; height : auto; overflow : visible; padding : 20px ;
		border: none;
	}
	
div#center {
	position: static; margin: 10px;	
}	
	 