/*****************************************
 * CSS DOKUMENT ZUM DESIGN VON FINDEISEN *
 * FIREFOX EDITION						 *
 *****************************************/

/*****************************************
 * VERWENDETE FARBEN:					 *
 *****************************************
	BG Body: 		#C0DCC0
	BG Quader 01: 	#DDF8C9
	BG Quader 02: 	#D9EBD9
	BG Content: 	#F1F8F1
	BORDERS: 		#FFFFFF

	Text Content:	#081A10
	Text Navi:		#081A10		
	Text Navi HL : 	#317352 (block)
	
	Link :		 	#317352 (bold)
	Link HL:  		#317352 (bold; underline)
	Link Visited: 	#92BC92
 *****************************************/


/********************************************************************************************
 ********************************************************************************************
 * GENERELL																					*
 ********************************************************************************************
 ********************************************************************************************/

/* BODY */
body {
	margin: 0px;
	background-color: #C0DCC0;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* LINKS */
a {
	font-size: 12px;
	font-weight: bold;
	color: #317352;
	text-decoration: none;
}

a:hover {
	color: #317352;
	font-weight: bold;
	text-decoration: underline;
}

a:visited{
	color: #92BC92;
}


/* FORMULARE */
form {
	background-color: #CCCC99;
}




/********************************************************************************************
 ********************************************************************************************
 * A																						*
 ********************************************************************************************
 ********************************************************************************************/

div#A01 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 140px;
	
	background-color: #DDF8C9;
	
	margin-top: 0px;
	margin-left: 0px;
}

div#A02 {
	position: absolute;
	top: 0px;
	left: 250px;
	width: 410px;
	height: 140px;
	
	background-image: url("../images/bg_a02.gif");
	background-repeat: repeat-y;	
}

div#A03 {
	position: absolute;
	top: 0px;
	left: 660px;
	width: 120px;
	height: 140px;
	
	background-color: #D9EBD9;
}

div#A04 {
	position: absolute;
	top: 0px;
	left: 779px;
	width: 20px;
	height: 140px;
	
	background-image: url("../images/bg_whitespot.gif");
	background-repeat: repeat-y;
}

/*****************************************
 * EXTRAS 								 *
 *****************************************/ 

 /* BILDER */ 
div#A02 img {
	position: absolute;
	margin-top: 10px;
	margin-left: 24px;
	
	border: 0px;
}


/********************************************************************************************
 ********************************************************************************************
 * B																						*
 ********************************************************************************************
 ********************************************************************************************/

div#B01 {
	position: absolute;
	top: 140px;
	left: 0px;
	width: 250px;
	height: 20px;
	
	background-image: url("../images/bg_b01.gif");
	background-repeat: repeat-x;
}

/* TOP NAVIGATION */
div#B02 {
	position: absolute;
	top: 140px;
	left: 250px;
	width: 410px;
	height: 20px;
	
	background-image: url("../images/bg_b02.gif");
	background-repeat: repeat-x;
	
	/* TEXTPOS */
	font-size: 11px;
	/*word-spacing: 4px;*/
	
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;	
}

div#B03 {
	position: absolute;
	top: 140px;
	left: 660px;
	width: 120px;
	height: 20px;
	
	background-image: url("../images/bg_b03.gif");
	background-repeat: repeat-x;
}

div#B04 {
	position: absolute;
	top: 140px;
	left: 780px;
	width: 40px;
	height: 20px;
	
	background-image: url("../images/bg_b04.gif");
	background-repeat: no-repeat;
}


/*****************************************
 * EXTRAS 								 *
 *****************************************/ 

div#B02 span{
	width: 0px;
}

div#B02 span.active{
	height: 14px;
	padding-left: 2px;
	padding-right: 2px;
	
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #081A10;
	
	background-color: #F1F8F1;
}

div#B02 a {
	height: 14px;
	padding-left: 2px;
	padding-right: 2px;
	
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #081A10;
}

div#B02 a:hover {
	height: 14px;
	
	color: #081A10;
	
	background-color: #F1F8F1;
}


/********************************************************************************************
 ********************************************************************************************
 * C																						*
 ********************************************************************************************
 ********************************************************************************************/


/*****************************************
 * BLOCKS 								 *
 *****************************************/
  
 /* overflow:auto; */
 div#C01 {
	position: absolute;
	top: 160px;
	left: 0px;
	width: 250px;
	height: 400px;
	
	background-color: #C0DCC0;
}

/* CONTENT */
div#C02 {
	position: absolute;
	top: 160px;
	left: 250px;
	width: 330px;
	height: 310px;
	
	background-image: url("../images/bg_c02.gif");
	background-repeat: repeat-y;
	
	/* TEXTPOS */
	overflow: auto;
	
	padding-top: 50px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	
	
	/* SCROLLBARS */
	/*   Aeussere Linie helles highlight */
	scrollbar-3dlight-color: #FFFFFF;	
	/*   Farbe der Pfeile - was sonst !?!*/
	scrollbar-arrow-color: #C0DCC0;	
	/*  !??!?!  */
	scrollbar-base-color: #000000;	
	/*  zweite Linie bei shadows ->wirkt dann höher*/
	scrollbar-darkshadow-color: #F1F8F1;	
	/*  Flächen oben alle Flächen */
	scrollbar-face-color: #ffffff;	
	/*  Innere Linie PLUS Auswirkung auf Hintergrund!! */
	scrollbar-highlight-color: #D9EBD9;	
	/*  erste Linie bei shadows */
	scrollbar-shadow-color: #C0DCC0;
	
		
}


div#C03 {
	position: absolute;
	top: 160px;
	left: 660px;
	width: 120px;
	height: 120px;
		
	background-color: #C0DCC0;

}

div#C04 {
	position: absolute;
	top: 279px;
	left: 660px;
	width: 120px;
	height: 1px;
	background-color: #FFFFFF;
}

div#C05 {
	position: absolute;
	top: 280px;
	left: 660px;
	width: 120px;
	height: 263px;
	
	background-color: #D9EBD9;
	
	/* TEXTPOS */
	
	padding-top: 15px;
	/*padding-left: 12px;*/
	/*padding-right: 10px;*/
	padding-bottom: 2px;
}

div#C06 {
	position: absolute;
	top: 160px;
	left: 779px;
	width: 20px;
	height: 400px;
	
	background-image: url("../images/bg_whitespot.gif");
	background-repeat: repeat-y;
} 
 

 
/*****************************************
 * EXTRAS 								 *
 *****************************************/ 
 
 /* BILDER */ 
div#C01 img {
	position: absolute;
	margin-top: 90px;
	margin-left: 50px;
	
	border: 0px;
}
 
 
 
 /* ÜBERSCHRIFT */
div#C02 h3 {
	font-size: 12px;
	line-height: 16px;
	color: #081A10;
	text-align: left;
	
	margin-bottom: 30 px;
}


/* TEXTABSATZ */
div#C02 p {
	font-size: 12px; /* 8pt */
	line-height: 24px;
	text-align: justify;
	color: #081A10;
}

/* LISTEN */
div#C02 ul li {	
	margin-left: -10px;
	margin-right: 0px;
	
	font-size: 12px;
	line-height: 16px;
	color: #081A10;
	
	list-style-type: circle;
}

 /* BILDER */ 
div#C02 img {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;  /*von MIchel 30px*/
	
	border: 0px;
}


/* BILDER */ 
div#C03 img {
	position: absolute;
	margin-top: 25px;
	margin-left: 10px;
	
	border: 0px;
} 




/* RECHTE NAVI */

div#C05 p {
	height: 15px;

	margin-top: 5px;
	margin-bottom: 0px;	
		
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #081A10;
}

div#C05 p.active {
	height: 15px;
	padding-left: 10px;
	margin-left: 0px;
	
	background-color: #F1F8F1;
	
	display: block;
}

div#C05 a {
	height: 15px;

	padding-left: 10px;
	margin-left: 0px;

	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #081A10;
}

div#C05 a:hover {
	height: 15px;
	
	background-color: #F1F8F1;
	
	display: block;
}

 
/********************************************************************************************
 ********************************************************************************************
 * D																						*
 ********************************************************************************************
 ********************************************************************************************/
 
 div#D01 {
	position: absolute;
	top: 560px;
	left: 0px;
	width: 250px;
	height: 80px;
	
	background-image: url("../images/bg_whitespot.gif");
	background-repeat: repeat-x;
}

/* TOP NAVIGATION */
div#D02 {
	position: absolute;
	top: 560px;
	left: 250px;
	width: 410px;
	height: 80px;
	
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	
	background-image: url("../images/bg_d02.gif");
	background-repeat: no-repeat;	
}

div#D03 {
	position: absolute;
	top: 560px;
	left: 660px;
	width: 120px;
	height: 80px;
	
	background-image: url("../images/bg_whitespot.gif");
	background-repeat: repeat-x;
}

div#D04 {
	position: absolute;
	top: 560px;
	left: 779px;
	width: 40px;
	height: 80px;
	
	background-image: url("../images/bg_d04.gif");
	background-repeat: no-repeat;
}
 
 
 /*****************************************
 * EXTRAS 								 *
 *****************************************/ 
 
 
/* TEXTABSATZ */
div#D02 p {
	font-size: 9px;
	line-height: 11px;
	text-align: center;
	color: #081A10;
}
 
 
 
/********************************************************************************************
 ********************************************************************************************
 * END																						*
 ********************************************************************************************
 ********************************************************************************************/
 