/* ------------------------------------------------ */
/* style sheets, Krebs Raumausstattung, 2004-2009   */
/* author: michael schulze, www.ju-mi.com          	*/
/* ------------------------------------------------ */


/* allgemein */
	BODY, p, textarea {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #000000;
		font-weight: normal;
		font-size: 11px;
		font-style: normal;
		line-height: 24px;
		scrollbar-base-color:#F6F4F1;
  		scrollbar-3dlight-color:#CCCCCC;
  		scrollbar-arrow-color:#844040;
  		scrollbar-darkshadow-color:#F6F4F1;
  		scrollbar-face-color:#F6F4F1;
  		scrollbar-highlight-color:#F6F4F1;
  		scrollbar-shadow-color:#CCCCCC;
  		scrollbar-track-color:#F6F4F1;
	}
	
/* Schriftdarstellung */
	em 			{ font-weight: bold; font-style: normal;}
	.adr 		{ font-size: 10px; line-height: 13px; color: #666666; }
	.copy2 		{ line-height: 24px; text-align: justify; }
	.rot 		{ font-weight: normal; text-decoration: underline; color: #844040; }
	.bildcopy 	{ font-size: 10px; color: #CCCCCC; }
	
	
/* Linkdarstellung */
	a 			{ color: #000000; font-style : normal; text-decoration : none; }
	a:hover 	{ color: #844040; text-decoration: underline; }
	.rot:hover 	{ color: #000000; text-decoration: none; }
		
	
/* Ebenenpositionen */
	/* Seitenaufbau */
	#back		{ position:absolute; top:0px; left:0px; z-index:1;}
	#kopf		{ border: 1px solid #844040; background-color: #844040; height: 88px; width: 790px; } /* Border fuer Safari */
	#logo		{ float: right; margin: 10 35 0 0px;}
	#adr		{ position:absolute; top:660px; left:16px; z-index:5;}
	
	#bild		{ position:absolute; top:156px; left:16px; z-index:2;}
	#text		{ position:absolute; top:256px; left:16px; z-index:6;}
	#flashfilm  { position:absolute; top:90px; left: 0px; z-index:2; width: 792px; background-color: #844040;}
	#flashtext	{ margin: 30 132 30 123px; color:#FFFFFF; }
	
	#hnav		{ margin-top: 58px; }
	#randnav	{ position:absolute; top:114px; left:660px; z-index:10;}
	#unav		{ position:absolute; top:106px; left:16px; z-index:10;}

	
	/* Navigation */
		
		/* Hauptnavigation */
			.hnavpkt, .hnavpktsel {
				color: #FFFFFF;
				font-size: 10px;
				line-height: 10px;
				padding: 7 16 15 16px;
			}
			
			.hnavpktsel {
				background-color: #996161;
			}
			
			.hnavlink		 { color: #FFFFFF; }
			.hnavlink:hover, .langlink:hover { color: #996161; text-decoration: none; }
		
		
		/* Sprachwahl */
			.langnav, .langnav2	{ 
				width: 131px; 
				height: 16px; 
				margin-bottom: 2px; 
				border: 1px solid #BBBBBB;
				border-right: none;
				font-size: 10px;
				line-height: 10px;
				color: #FFFFFF;
			}
			.langnav2 {
				border: none;
				background-image: url('../bilder/rak_main_lnav2_back.png');
			}
			#ln3			{ margin-bottom: 25px; }
			.langnavtxt		{ padding: 3 0 0 10px; }
			.langlink		{ color: #BBBBBB; }
		
		
		/* BSP-Navigation */
			.bspnavtxt		{ padding: 8 0 0 10px; }
			.bspnavtxt2z	{ padding: 3 0 0 10px; }
			.bsplink		{ color: #FFFFFF; text-decoration: none; }
			.bsplink:hover	{ color: #D1C7B9; text-decoration: none; }
			
			.bspnav, .bspnavsel	{ 
				width: 132px; 
				height: 27px; 
				margin-bottom: 8px; 
				background-color: #998366;
				font-size: 10px;
				line-height: 10px;
				color: #FFFFFF;
			}
			
			.bspnavsel	{ 
				background-color: #D0C6B8;
				color: #998366;
			}
	
		
	
	