body { 
	background: #fff; 
	background-image:url(img/bg.gif);
	background-repeat:repeat-x;
	background-color: #ECECEC;
	color: #8E8E8E; 
	font-family: Arial, sans-serif;
	font-size: 12px; 
	line-height:20px;
	text-align: left;	
	margin:0;
	padding:0;

}


/*--- Schriften ---*/

h1 {font-size:18px; color:#4CA74E; display:inline;}
h2 {font-size:12px; color:#4CA74E; font-weight: bold; display:inline;}
h3 {font-size:16px; color:#ffffff; font-weight: bold; display:inline;}



p {
text-align: justify;
}



a:link, a:visited, a:active, a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#4CA74E;
}

a:active, a:hover {
	text-decoration:none;
	color:#58BE5A;
}


.navi_bg {
	background-position:0 0;
	background-image: url(img/navi.gif); 
	background-repeat:repeat-y;
}


.navi {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding-left:8px;
	line-height:27px;
}

.navi_gr {
	color: #6780A6;
	font-size: 13x;
	font-weight: bold;
	padding-top:2px;
	padding-left:4px;
}


.navi A:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}

.navi A:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}

.navi A:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}

.navi A:hover {
	color: #71F774;
	font-weight: bold;
	text-decoration: underline;
	}


.klein {
	color: #797979;
	font-size: 9px;
	padding-left:15px;
	line-height:18px;
}

.klein A:link {
	color: #797979;
	text-decoration: none;
	}

.klein A:active {
	color: #797979;
	text-decoration: none;
	}

.klein A:visited {
	color: #797979;
	text-decoration: none;
	}

.klein A:hover {
	color: #969696;
	text-decoration: underline;
	}


.rot {
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}

.rot2 {
	color: #FF0000;
}

.gruen {
	color: #4CA74E;
}



/*--- Allgemein ---*/




#tab_m {
	margin:0; 
	padding:0;
	background-image: url(img/tab_m_1.gif); 
	background-repeat:repeat-x;
	width:727px;
}

#tab_l {
	margin:0; 
	padding:0;
	background-image: url(img/tab_l_1.gif); 
	background-repeat:no-repeat;
	width:13px;
}

#tab_r {
	margin:0; 
	padding:0;
	background-image: url(img/tab_r_1.gif); 
	background-repeat:no-repeat;
	width:13px;
}



#tab_l_2 {
	margin:0; 
	padding:0;
	background-image: url(img/tab_l_2.gif); 
	background-repeat:repeat-y;
	width:9px;
}

#tab_r_2 {
	margin:0; 
	padding:0;
	background-image: url(img/tab_r_2.gif); 
	background-repeat:repeat-y;
	width:9px;
}




#tab_l_3 {
	margin:0; 
	padding:0;
	background-image: url(img/tab_l_3.gif); 
	background-repeat:no-repeat;
	width:13px;
}

#tab_r_3 {
	margin:0; 
	padding:0;
	background-image: url(img/tab_r_3.gif); 
	background-repeat:no-repeat;
	width:13px;
}

#tab_head {
	margin:0; 
	padding:0;
	background-image: url(img/bg_head.gif); 
	background-repeat:repeat-x;
	width:735px;
}



#cont_1 {
	margin:0; 
	padding:0;
	background-image: url(img/bg_content_1.gif); 
	background-repeat:repeat-y;
	background-position: right;
	padding:10px 20px 0 10px;
}


#cont_2 {
	margin:0; 
	padding:0;
	background-image: url(img/bg_content_2.gif); 
	background-repeat:repeat-y;
	padding:10px 0 0 10px;
}



.pruefung {
	margin:0; 
	padding:2px 0 2px 10px;
	background-image: url(img/navi2.gif); 
	background-repeat:repeat-x;
	height: 27px;
	width: 500px;
}


.punkt {
	margin:0; 
	padding:0;
	background-image: url(img/punkt.gif); 
	background-repeat:repeat-x;
	height: 8px;
	width: 727px;
}




hr {
	color:#4CA74E; 
	background-color:#4CA74E; 
	height:1px;
	margin-left:0; 
	text-align:left; 
	border:0;
 }






/*--- Hintergrundgrafiken ---*/

#tab_head {
	margin:0; 
	padding:0;
	height: 28px;
	background-image: url(img/bg_tab.gif); 
	background-repeat:repeat-x;
	color:#fff;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

#tab_1 {
	margin:0; 
	padding:0;
	height: 28px;
	background-image: url(img/bg_tab1.gif); 
	background-repeat:repeat-x;
}

#tab_2 {
	margin:0; 
	padding:0;
	height: 28px;
	background-image: url(img/bg_tab2.gif); 
	background-repeat:repeat-x;
}

#trenner {
	margin:0; 
	padding:0;
	height: 28px;
	background-position:0 25px;
	background-image: url(img/hr_punkt.gif); 
	background-repeat:repeat-x;
}


#select {
	color: #71F774;
	font-weight: bold;
}


/* --- Formular -------------------------------------------------------------------- */

.eingabefeld {
	background-color: #ffffff;
	background: #FFF url(img/searchbar4.gif);
	border: 1px solid #8E8E8E;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #4CA74E;
	width: 240px;
	height: 18px;
	margin: 0;
	padding: 2px 0 0 5px;
}



.button {
	border: 1px solid #4CA74E;
	background-color: #DBEDDC;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4CA74E;
	height: 25px;
	margin: 5px 0 2px 0;
	padding: 0;
}



