a.text:link {font-size:13px;
	color:#005026;
	font-family:Arial;
	font-weight:bold;
	text-decoration:none;
	}

a.text:visited {font-size:13px;
	color:#005026;
	font-family:Arial;
	font-weight:bold;
	text-decoration:none;
	}

a.text:active {font-size:13px;
	color:#005026;
	font-family:Arial;
	font-weight:bold;
	text-decoration:none;
	}

a.text:hover {font-size:13px;
	color:#686f69;
	font-family:Arial;
	font-weight:bold;
	text-decoration:none;
	}
	
	
a.text_neutral:link {font-size:14px;
	color:#26332b;
	font-family:Arial;
	text-decoration:none;
	}

a.text_neutral:visited {font-size:14px;
	color:#26332b;
	font-family:Arial;
	text-decoration:none;
	}

a.text_neutral:active {font-size:14px;
	color:#26332b;
	font-family:Arial;
	text-decoration:none;
	}

a.text_neutral:hover {font-size:14px;
	color:#686f69;
	font-family:Arial;
	text-decoration:none;
	}
	
	
	
.textinaktiv {color:#697681; font-weight:bold; font-size:12px;}

#linkeinruecken {margin-left:15px; margin-top:-2px;}

	
	
body {background-color:#;}

table {margin-left:10px; margin-top:0px; background-image:url("bilder/hintergrund_gruen.jpg"); background-repeat:no-repeat; background-position:top left;}

td  {font-size:14px;
     color:#26332b;
     font-family:Arial;
	 line-height:20px;
    }
	
td.bottom {vertical-align:bottom;}
td.top {vertical-align:top;}

img.logo {vertical-align:bottom; margin-left:70px;}
td.adresse {font-size:14px; line-height:17px; vertical-align:bottom; text-align:right;}	
		 
td.spruch {font-size:12px;
		   background-color:#faf88e;
		   vertical-align:bottom;
		   border-top-style:solid;
		   border-top-width:1px;
		   border-top-color:#00672e;
    	   }
		
.spruch {font-size:10px;}

td.grunelinie_wou {background-color:#faf88e;
				   border-top-style:solid;
		   		   border-top-width:1px;
				   border-top-color:#00672e;
				   border-bottom-style:solid;
				   border-bottom-width:1px;
				   border-bottom-color:#00672e;
 			   	   }
				   
td.grunelinie_wo {background-color:#faf88e;
				   border-top-style:solid;
		   		   border-top-width:1px;
				   border-top-color:#00672e;
 			   	   }
				   
td.grunelinie_wor {background-color:#faf88e;
				   border-top-style:solid;
		   		   border-top-width:1px;
				   border-top-color:#00672e;
				   border-right-style:solid;
				   border-right-width:1px;
				   border-right-color:#00672e;
 			   	   }
				   
td.grunelinie_wu {background-color:#faf88e;
				   border-bottom-style:solid;
		   		   border-bottom-width:1px;
				   border-bottom-color:#00672e;
				   background-repeat:no-repeat;
				   background-position:top left;
 			   	   }
				   
td.grunelinie_wu_impressum {background-color:#faf88e;
				   background-image:url("banner/index.jpg");
				   background-repeat:no-repeat;
				   background-position:top left;
 			   	   }
				   
td.grunelinie_slo {background-color:#faf88e;
				   border-top-style:solid;
		   		   border-top-width:1px;
				   border-top-color:#00672e;
				   border-left-style:solid;
		   		   border-left-width:1px;
				   border-left-color:#00672e;
 			   	   }
				   
td.grunelinie_slu {background-color:#faf88e;
				   border-bottom-style:solid;
		   		   border-bottom-width:1px;
				   border-bottom-color:#00672e;
				   border-left-style:solid;
		   		   border-left-width:1px;
				   border-left-color:#00672e;
 			   	   }
				   
td.grunelinie_slu_impressum {background-color:#faf88e;
				   border-left-style:solid;
		   		   border-left-width:1px;
				   border-left-color:#00672e;
 			   	   }
				   
td.grunelinie_sru {background-color:#faf88e;
				   border-right-style:solid;
		   		   border-right-width:1px;
				   border-right-color:#00672e;
				   border-bottom-style:solid;
				   border-bottom-width:1px;
				   border-bottom-color:#00672e;
 			   	   }
				   
td.grunelinie_sru_impressum {background-color:#faf88e;
				   border-right-style:solid;
		   		   border-right-width:1px;
				   border-right-color:#00672e;
 			   	   }
				   
		 
td.textfeld {vertical-align:top;
			 background-color:#faf88e;
			 border-top-style:solid;
			 border-top-width:1px;
			 border-top-color:#00672e;
			 padding-right:5px;
			 -webkit-hyphens:auto;     
    		 -moz-hyphens:auto;     
   		 	 -ms-hyphens:auto;     
    		 -o-hyphens:auto;     
    		 hyphens:auto;
    		 }
			 
td.textfeld_impressum {vertical-align:top;
			 background-color:#faf88e;
			 border-top-style:solid;
			 border-top-width:1px;
			 border-top-color:#00672e;
			 padding-right:5px;
			 font-size:13px;
			 -webkit-hyphens:auto;     
    		 -moz-hyphens:auto;     
   		 	 -ms-hyphens:auto;     
    		 -o-hyphens:auto;     
    		 hyphens:auto;
    		 }


#farbverlauf_rechts {
			  background-image: linear-gradient(#569308, #a3d550);
			  
			  background-image: -webkit-linear-gradient(top, #569308, #a3d550 100%); 
		 	  background-image: -moz-linear-gradient(top, #569308, #a3d550 100%);
			 }
			 
#farbverlauf_links {
			 background-image: linear-gradient(#a7d652, #a3d550);
			  
			 background-image: -webkit-linear-gradient(top, #a7d652, #a3d550 100%); 
		 	 background-image: -moz-linear-gradient(top, #a7d652, #a3d550 100%);
			}
			
			
#linie1 {background-color:#00672e;
         height:1px;line-height:2px;
		 font-size:0;
		 margin-top:3px;
		 }
		 
h1  {font-size:15px;
     color:#26332b;
     font-family:Verdana;
	 font-weight:bold;
	 margin-top:10px;
	 margin-bottom:5px;
    }
	
#textblock_email {margin-top:30px; margin-left:-40px; text-align:center;}

#textblock_zweiteinkommen1{float:right;
	   			  margin-right:10px;
       			  }

#textblock_kontakt1{float:right;
	   			  margin-right:10px;
				  margin-top:0px;
				  border-bottom:1px;
				  border-bottom-color:#00672e;
				  border-bottom-style:solid;
				  border-left:1px;
				  border-left-color:#00672e;
				  border-left-style:solid;
				  padding-left:15px;
				  padding-right:15px;
				  height:270px;
				  width:170px;
       			  }
				  
#textblock_kontakt2{float:right;
	   			  margin-right:-165px;
				  margin-top:330px;
				  }
				  
#textblock_rechtliches1{float:right;
	   			  margin-right:97px;
				  margin-top:0px;
			      }

		   
#textblock_rechtliches2{float:right;
	   			  margin-right:10px;
				  margin-top:0px;
				  border-bottom:1px;
				  border-bottom-color:#00672e;
				  border-bottom-style:solid;
				  border-left:1px;
				  border-left-color:#00672e;
				  border-left-style:solid;
				  padding-left:15px;
				  padding-right:15px;
				  height:155px;
				  width:220px;
       			  }
				  
#textblock_rechtliches3{float:right;
	   			  margin-right:-60px;
				  margin-top:355px;
				   }
				  
				  
.rechtliches1{font-size:11px;
		      font-weight:bold;
		   }
		   
.rechtliches2{font-size:11px;}


li.normal {font-size:14px; list-style:none; margin-left:-25px;}
ul.normal {margin-top:-5px;}

.unterstrichen {text-decoration:underline;}
.einruecken_zeit1 {margin-left:49px;}
.einruecken_zeit2 {margin-left:36px;}
.pflichtfeld {font-size:12px;}

.fett {font-weight:bold;}

.ueberschrift_absatz_datenschutz01 {font-size:20px; font-weight:bold; font-variant:small-caps;}
.ueberschrift_absatz_datenschutz02 {font-size:14px; color:#686f69; font-weight:bold;}