/*  CSS-Main fuer ZR,  stallwanger nov 2006,                       */
/* --------------------------------------------------------------- */




/* --------------------------------------------------------------- */
/* allgemein */

	DIV 	{
	position:absolute;
	width: 211px;
	height: 20px;
	left: 0px;
	top: 0px;
	visibility: visible;
	z-index: 1;


}
	
	BODY, p, .plain, span {
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		color: #000000;
		font-weight: normal;
		font-size: 11px;
		font-style: normal;
		line-height: 16px;
	}
	
	input, select, textarea {
		font-size: 13px;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
	}
	
	/* Scrollleisten */
	BODY, INPUT, SELECT, TEXTAREA {
		scrollbar-base-color:#DDDDDD;
		scrollbar-3dlight-color:#DDDDDD;
		scrollbar-arrow-color:#999999;
		scrollbar-darkshadow-color:#DDDDDD;
		scrollbar-face-color:#DDDDDD;
		scrollbar-highlight-color:#DDDDDD;
		scrollbar-shadow-color:#999999;
		scrollbar-track-color:#DDDDDD;
	}
	
/* --------------------------------------------------------------- */
/* Schriftdarstellung */
	
	em { 
		font-style: normal; 
		font-weight: bold;
	}
	

	/* Links */
	a {
		color: #FF0000;
		font-style: normal;
		text-decoration: none;
	}
	
/*	a:hover {
		color: #969696;
		text-decoration: underline;
	}
	*/
	
	a:hover {
	color: #FF0000;
	text-decoration: underline;
	
	}

	
	.weiss, .weisstxt				{ color: #FFFFFF; }
	.weiss:hover, .grau:hover, .kleingrau:hover	{ color: #FF0000; text-decoration: underline;}
	
	.grau, .grautxt					{ color: #969696; font-weight:normal;}
	.kleingrau, .kleingrautxt		{ color: #969696; font-size: 10px; }

	.schwarz, .schwarztxt           { color: #000000; font-weight:normal;  }
	
/* --------------------------------------------------------------- */
/* Positionierungen  Layer */

	#logo 		{ top:22px; left:64px; z-index:2 }
	#claim		{ top:38px; left:432px; z-index:2 }	
	#bildleiste	{ top:4px; left:-5px; z-index:2 }
	
	#text		{ top:240px; left:84px; z-index:10 }
	
	#hauptnav	{ top:240px; left:449px; z-index:15 }

 
/* Positionierungen Tabelle */

	.oben    { vertical-align:top;  }
	.mittig  { vertical-align:middle;  }
	.unten   { vertical-align:bottom;  }

