		div#seite {
			margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
			width: 900px;
			padding: 0px;
			background: white;
			border: 0px ridge silver;
		}

		#headerleft 	{ float:left; width:250px; height:150px; z-index:1; }
		#headerright 	{ float:left; width:650px; height:150px; z-index:2; }
		#linkbox1 		{ float:left; width:900px; height:030px; z-index:3; }
		#linkbox2 		{ float:left; width:900px; height:050px; z-index:4; }
		#spruchbox 		{ float:left; width:290px; height:250px; z-index:6; }
		#mailbox 		{ float:left; width:335px; height:250px; z-index:7; }
		#chatbox 		{ float:left; width:240px; height:260px; z-index:8; }
		#searchbox 		{ float:left; width:900px; height:110px; z-index:9; }
		#footer 		{ float:left; width:900px; height:080px; z-index:10; }
		#trennboxhoriz  { float:left; width:900px; height:005px; }
		#trennboxvert  	{ float:left; width:010px; height:250px; }
		
		.titel { 
			font-size:12pt;
			color:#66667e;
			font-family:Arial,sans-serif;
			font-weight:bolder;
		}
		
		/* Rahmen beim Spruch des Tages entfernen durch Übersteuerung */
		table.gibsnich {
		border:0px !important;
		background:#f3f4f6 !important;
		font-family:Arial,Verdana !important;
		}
		
		/* CSS fuer eTool */ 
		A.form:link {text-decoration:none; color:#3300CC;}
		A.form:visited {text-decoration:none; color:#66667e;}
		A.form:hover{text-decoration:none; color:#CC0000;}
		A.form:active {text-decoration:none; color:#FF9900;}
		.form {font-family:Arial,Verdana,Helvetica,sans-serif;font-size:10pt;color:#000000;}
		
		/* CSS fuer Links */
		a:link {text-decoration:none; color:#3300CC;}
		a:visited {text-decoration:none; color:#66667e;}
		a:hover{text-decoration:none; color:#CC0000;}
		a:active {text-decoration:none; color:#FF9900;}
