/* Grundeinstellungen
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
  color: #000;
  background: #5e8d56;
  background-image: url(../images/bg.gif);
  font-family: verdana,arial,sans-serif;
  font-size: 100.01%;
  font-weight: normal;
  text-align: center;  
  padding: 0;
  margin: 0;
}

img {
  border: 0;
}

p {
  padding: 0;
  margin: 0;
}

span {
  padding: 0;
  margin: 0;
}

/* Globale Klassen
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.invisible {
 display: block;
 position: absolute;
 top: -6000px;
 left: -6000px;
 height: 1px;
 width: 1px;
}

.stopFloat {
 display: block;
 float: none;
 clear: both;
 height: 1px;
 font-size: 0px;
 line-height: 0px;
}

/* Boxen
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#box{
	width: 920px;
    text-align: center; 
    margin: 0px auto;
}

#topbox{
	margin-top: 15px;
}

#topbox .logo{
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#topbox .stich{
	border: #4c3e34 1px solid;
}

#mainbox{
	width: 918px;
	float: left;
	background-color: #b8cbb5;
	border-left: #2f6626 1px solid;
	border-right: #2f6626 1px solid;
	border-bottom: #2f6626 1px solid;
	text-align:left;
}

#navbox{
	width: 186px;
	float: left;
	margin: 3px 0 2px 0;
 	padding: 0;
}

#contentbox{
	width: 731px;
	float: left;
	background-color: #FFFFFF;
}

#pointbox{
	margin-left: 30px;
	width: 8em;
	height: 1.2em;
	background-color: #e6dfd9;
	text-align: center;
}

#pointbox span{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 0.9em;
	
}

/* Allgemeine Formatierungen
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #2f6626;
	margin-left: 30px;
}

h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #2f6626;
	margin-left: 30px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 8px;
}

#contentbox p{
	margin-left: 30px;
	font-size: 0.8em;
	margin-bottom: 1em;
	line-height: 1.4em;
}

#contentbox li{
	margin-left: 30px;
	font-size: 0.8em;
	line-height: 1.4em;
}

#contentbox ul{
	margin-top: 0px;
}

#contentbox a{
	  letter-spacing: 0.4px;
	  font-weight: bold;
}

#contentbox a:link { 
	 color: #2f6626;
	 text-decoration: none; 
	 text-transform: none;
}

#contentbox a:visited {
	 color: #2f6626;
	 text-decoration: none;
	 text-transform: none;
}

#contentbox a:hover {
	 color: #2f6626;
	 text-decoration: underline;
}

#contentbox a:focus, a:active {
	 color: #666666;
	 text-decoration:underline;
	 text-transform:none;
}

.hervorgehoben{
	margin-left: 70px;
	font-weight: bold;
	padding: 10px;
}

.foto_rechts {
	float: right;
 	margin-right: 20px;
 	margin-left: 30px;
 	margin-top: 0px;
 	margin-bottom: 10px;
}

.foto_rechts img{
  	padding: 4px;
  	border: 1px solid #ceddcc;
}

.foto_rechts p {
 	font-family: "Times New Roman", Times, serif;
 	color: #2f6626;
 	font-size: .8em;
 	font-weight: bold;
	font-style: italic;
	line-height: 1.3em;
	text-align: center;
 	margin-top: 3px;
 	margin-bottom: 10px;
 	padding-left: 0;
}

.foto_links {
	float: left;
	width: 200px;
 	margin-right: 30px;
 	margin-left: 30px;
 	margin-top: 30px;
 	margin-bottom: 20px;
}

.foto_links img{
  	padding: 4px;
  	border: 1px solid #ceddcc;
}

.fototext{
	float: left;
	width: 400px;
 	margin-right: 30px;
 	margin-left: 0;
 	margin-top: 30px;
 	margin-bottom: 20px;	
}

.foto_links p {
 	font-family: "Times New Roman", Times, serif;
 	color: #2f6626;
 	font-size: .8em;
 	font-weight: bold;
	font-style: italic;
	line-height: 1.3em;
	text-align: left;
 	margin-top: 3px;
 	margin-bottom: 10px;
 	padding-left: 0;
}

.end{
	height: 60px;
}

/* Navigation
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
            
#navbox ul{
	margin: 40px 0 0 0; 
	padding: 0; 
	list-style: none; 
}

#navbox li{
	margin: 0;
	padding: 4px 0; 
	font-size: 0.75em; 
}

#navbox a{
	display: block;
	background-color: #96b291;	
	border-bottom: #2f6626 1px solid;
	border-top: #2f6626 1px solid;
	color: #000;
	margin: 0;
	padding: 5px 0 5px 7px;
	letter-spacing:0.08em;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

#navbox li a:hover {
	background: #e6dfd9;
	border-bottom: #4c3e34 1px solid;
	border-top: #4c3e34 1px solid;	
}

#navbox a:focus,
#navbox a:active{
	background: #e6dfd9;
	border-bottom: #4c3e34 1px solid;
	border-top: #4c3e34 1px solid;	 
}

#navbox #current a{
	display: block;
	background: #e6dfd9 url(../images/nav_over.gif) right center no-repeat;
	border-bottom: #4c3e34 1px solid;
	border-top: #4c3e34 1px solid;	
}

/* Formular
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
form{
	margin-bottom: 20px;}

.beschriftung {
  float: left;
  width: 12em;
  text-align: right;
}

.eingabefeld {
  float: left;
  width: 20em;
  max-width: 450px;
}

.senden {
  float: left;
  margin-left: 12em;
  width: 20em;
  max-width: 450px;
  margin-bottom: 20px;
}

form p {
  	margin: 14px 0;
}

label {
  	display: block; 
  	margin-right: 10px;
}

input,
textarea {
  width: 100%;
  background: #F7F7F7;
  font-family: verdana,arial,sans-serif;
  font-size: 100%;
  border: 1px solid #CCC;
}

input:hover,
textarea:hover {
  background: #FCFCFC;
  border: 1px solid #999;
}

input:focus,
textarea:focus {
  background: #FFF;
  border: 1px solid #CC0000;
}

.erfolg{
  font-size: 90%;
  font-weight: bold;
  color:#009900;
}

.fehler{
  font-size: 90%;
  font-weight: bold;
  color: #CC0000;
}



