.h1 {
	font-size: 36px;
	color: #339933;
	font-family: Arial, Helvetica, sans-serif;
}

a.h1:link {text-decoration: underline; }
a.h1:visited {text-decoration: underline; }
a.h1:active {text-decoration: underline; }
a.h1:hover {text-decoration: underline; }

.h2 {
	font-size: 24px;
	color: #339933;
	font-family: Arial, Helvetica, sans-serif;
}

a.h2:link {text-decoration: underline; }
a.h2:visited {text-decoration: underline; }
a.h2:active {text-decoration: underline; }
a.h2:hover {text-decoration: underline; }

.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #339933;
}
a.h3:link {text-decoration: underline; }
a.h3:visited {text-decoration: underline; }
a.h3:active {text-decoration: underline; }
a.h3:hover {text-decoration: underline; }

.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #339933;
}
a.h4:link {text-decoration: underline; }
a.h4:visited {text-decoration: underline; }
a.h4:active {text-decoration: underline; }
a.h4:hover {text-decoration: underline; }

.text_kursiv {
	font-size: 16px;
	color: #339933;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration: none;
}

a.text_kursiv:link {text-decoration: underline; }
a.text_kursiv:visited {text-decoration: underline; }
a.text_kursiv:active {text-decoration: underline; }
a.text_kursiv:hover {text-decoration: underline; }

.text_klein_kursiv {
	font-size: 14px;
	color: #339933;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration: none;
	float:right;
}

a.text_klein_kursiv:link {text-decoration: underline; }
a.text_klein_kursiv:visited {text-decoration: underline; }
a.text_klein_kursiv:active {text-decoration: underline; }
a.text_klein_kursiv:hover {text-decoration: underline; }

.text_fett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #339933;
	font-style: italic;
	font-weight: bolder;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #339933;
	text-decoration:none;
}

.text_fett_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-weight: bolder;
	color: #339933;
}

a.text:link {text-decoration: underline; }
a.text:visited {text-decoration: underline; }
a.text:active {text-decoration: underline; }
a.text:hover {text-decoration: underline; }

.lauftext {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #FF8C1A;
}
a.lauftext:link {text-decoration: underline; }
a.lauftext:visited {text-decoration: underline; }
a.lauftext:active {text-decoration: underline; }
a.lauftext:hover {text-decoration: underline; }

.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: lighter;
	font-variant: small-caps;
	color: #339933;
}
.gesperrt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #339933;
	letter-spacing: 5px;
}

.navi_weinrot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #7a1c34;
	vertical-align: middle;
}

#newsletter {    
  margin-top: 600px ;
  color: #339933 ;
  border: 1px solid #339933 ;
}

#newsletter label {
  width: 100px ;
  height: 30px ;
  float: left ;
}

#newsletter input {
  border: 1px solid #339933 ; 
  font-size: smaller ;   
  float: left ;
}

#newsletter br {
  clear: both ;
}

#newsletter .text {
  color: #FF8C1A ;  
}

#newsletter .e_mail {
  width: 200px ;
  color: #FF8C1A ;  
}

#newsletter .submit {
  background-color: #fff ;  
}