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

/*****************************************
 * VERWENDETE FARBEN:					 *
 *****************************************
	BG BODY: 			#D5E0F5
	BG LEFT BLOCK: 		#8DABE1
	BG MIDDLE BLOCK: 	#FFFFFF
	BG RIGHT BLOCK: 	#D5E0F5
	BG NAVILINE:		#002F66

	H1 Content:			#179543
	H2 Content:			#343439 (bold)			
	Text Content:		#343439
	
	Link :		 		#002F66 (bold)
	Link HL:  			#002F66 (bold; underline)
	Link Visited: 		#002F66 (bold)
 *****************************************/


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

/* BODY */
body {
	margin: 0px;
	
	background-color: #D5E0F5;
	background-image: url("../images/hg_line.gif");
	background-repeat: repeat-y;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


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

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

a:visited{
	color: #002F66;
}


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

/********************************************************************************************
 ********************************************************************************************
 * BASIC																					*
 ********************************************************************************************
 ********************************************************************************************/

/* NAVILINE */ 
div#BASIC01 {
	position: absolute;
	top: 78px;
	left: 0px;
	width: 100%;
	height: 20px;

	background-image: url("../images/subnavi/sub07.gif");
	background-repeat: repeat-x;
	
	margin-top: 0px;
	margin-left: 0px;
}


/*LEFT BLOCK*/ 
div#BASIC02 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 100%;
	
	margin-top: 0px;
	margin-left: 0px;
}


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

div#A01 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 78px;
	
	background-color: #FFFFFF;
	
	margin-top: 0px;
	margin-left: 0px;
}


/*****************************************
 * EXTRAS 								 *
 *****************************************/ 
 /* BILDER */ 
div#A01 img {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	
	border: 0px;
}

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

div#B01 {
	position: absolute;
	top: 78px;
	left: 0px;
	width: 150px;
	height: 30px;

	background-image: url("../images/subnavi/sub01.gif");
	background-repeat: no-repeat;
	
	margin-top: 0px;
	margin-left: 0px;
}

div#B02 {
	position: absolute;
	top: 78px;
	left: 150px;
	width: 650px;
	height: 30px;
	
	background-image: url("../images/subnavi/sub02.gif");
	background-repeat: repeat-x;
	
	margin-top: 0px;
	margin-left: 0px;
}

/* TOP NAVIGATION */
div#SUBNAVI {
	position: absolute;
	top: 78px;
	left: 499px;
	width: 325px;
	height: 30px;
}


/*****************************************
 * EXTRAS 								 *
 *****************************************/ 
 
div#SUBNAVI span {
	position: relative;
	top: 0px;
	left: 0px;
	height: 30px;
	text-align: left;		
}


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


/*****************************************
 * BLOCKS 								 *
 *****************************************/
  
 /* overflow:auto; */
 div#C01 {
	position: absolute;
	top: 108px;
	left: 0px;
	width: 150px;
	height: 42px;
	
	background-image: url("../images/mainnavi/hm01.jpg");
	background-repeat: no-repeat;
}


/* MAINNAVI*/
div#MAINNAVI {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 150px;
	height: 195px;		
}


div#CONTENT {
	position: absolute;
	top: 100px;
	left: 150px;
	width: 494px; /*Test Wolli 600 (ehemals 650)*/
	height: 100%;	

	/* TEXTPOS */
	/*overflow: auto;*/
	
	padding-top: 33px;
	padding-left: 56px;
	padding-right: 50px;
	padding-bottom: 40px;

}


/*****************************************
 * EXTRAS 								 *
 *****************************************/ 
div#MAINNAVI div {
	position: relative;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 25px;		
}

div#MAINNAVI div img {
	position: absolute;		
}

 
 
 
 
 /* ÜBERSCHRIFT */
div#CONTENT h1 {
	font-size: 20px;
	line-height: 15px;
	font-weight: normal;
	text-align: left;
	
	color: #179543;
	padding-top: 0px;
	padding-bottom: 25px;
}

/* BILDER */ 
div#CONTENT h1 img {
	position: absolute;	
	top: 75px;
}

 /* ÜBERSCHRIFT */
div#CONTENT h2 {
	position: relative;
	width: 490px;
	height: 150px;
	
	font-size: 12px;
	line-height: 16px;
	color: #343439;
	
	text-align: left;
	
}

 /* ÜBERSCHRIFT */
div#CONTENT h2 img {
	margin-right: 30px;	
	margin-bottom: 15px;
}


 /* ÜBERSCHRIFT */
div#CONTENT h3 {
	position: relative;
	width: 500px;
	
	font-size: 12px;
	line-height: 16px;
	color: #343439;
	
	text-align: left;
	
}

 /* ÜBERSCHRIFT */
div#CONTENT h3 img {
	position: relative;
	margin-top: -2px;
	margin-left: -2px;	
	margin-right: -2px;
	margin-bottom: -2px;	
}

 /* ÜBERSCHRIFT */
div#CONTENT h4 {
	position: relative;
	width: 520px;
	height: 150px;
	
	font-size: 12px;
	line-height: 16px;
	color: #343439;
	
	text-align: left;
	font-weight: normal;
}

 /* ÜBERSCHRIFT */
div#CONTENT h4 img {
	margin-right: 30px;	
	margin-bottom: 10px;
}



/* TEXTABSATZ */
div#CONTENT p {	
	position: relative;
	font-size: 12px; /* 8pt */
	line-height: 16px;
	text-align: justify; 
	color: #343439;
}

/* TEXT GROSS */
div#CONTENT span.big {	
	font-size: 16px; 
	line-height: 24px;
}

 /* BILDER */ 
div#CONTENT p img {
	position: relative;
	text-align: right;
	margin-top: 0px;
	margin-left: 30px;
	margin-bottom: 10px;
	
	border: 0px;
}

/* LISTEN */
div#CONTENT  ul li {	
	margin-left: -10px;
	margin-right: 0px;
	
	font-size: 12px; /* 8pt */
	line-height: 16px;
	text-align: justify;
	color: #343439;
	
	list-style-type: square;
}

/********************************************************************************************
 ********************************************************************************************
 * END																						*
 ********************************************************************************************
 ********************************************************************************************/
 