
/*    Stylesheet: (c) 2004 Nextbit GmbH - Alle Rechte vorbehalten          			     */
/*    Created by: Nextbit GmbH, www.nextbit.ch		                                     */
/*    Version   : 1.00                                                                   */
/*    ++++++++++ Globale Formatierungen +++++++++++++++++++++++++++++++++++++++++++++    */

	#header {
		position: absolute;
		top: 20;
		left: 20;
	}
	#background {
		position: absolute;
		top: 300;
		left: 0;
	}
	
	#backgroundMain {
		position: absolute;
		top: 260;
		left: 15;
	}

	#menu {
		position: absolute;
		top: 140;
		left: 35;
	}
	
	#content {
		position: absolute;
		top: 140;
		left: 150;
	}

	#trennermenu {
		position: absolute;
		top: 110;
		left:140;
	}
	
	#trennerheader {
		position: absolute;
		top: 110;
		left: 20;
	}
	
	body {
		scrollbar-face-color: #EEEFF1; 
		scrollbar-highlight-color: white; 
		scrollbar-shadow-color: white; 
		scrollbar-3dlight-color: #9EAAAF; 
		scrollbar-arrow-color: black; 
		scrollbar-track-color: white; 
		scrollbar-darkshadow-color: black 
	}

	.menu {
		font-size:11px;
		line-height:15px; 
		font-weight:bold; 
		text-decoration:none; 
		font-family:Arial,Verdana,Tahoma; 
		color:#333333; 
	}
	a.menu:hover    { color:#E71106; background:#FFFF00;}
	
	.link {
		font-size:11px;
		line-height:15px; 
		text-decoration:none; 
		font-family:Arial,Verdana,Tahoma; 
		color:#000000; 
	}
	a.link:hover    { color:#E71106; background:#FFFF00;}
	
	.textklein {
		font-size:10px;
		font-weight:bold; 
		text-decoration:none; 
		font-family:Arial,Verdana,Tahoma; 
		color:#333333; 
	}

	.text, td {
		font-size:11px;
		line-height:15px; 
		text-decoration:none; 
		font-family:Arial,Verdana,Tahoma; 
		color:#333333; 
	}	
	
	input, submit, textarea { 
		font-family: Arial,Verdana,Tahoma; 
		font-size: 8pt; 
		color: #000000; 
		font-style: normal; 
		background: #eeeeee;
	}