/*
Schrift: Lucida Calligraphy Italic, 45, #405b3c
Ueberschriften, 18, auf den Verlauf mit 20px Abstand zum linken Rand
*/
body {
	color: #444444;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  line-height: 1.5;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
  background-image:url(verlauf-hellgruen.jpg);
	background-color: #f4fdf4;
	background-repeat: repeat-x;
}
a {
	color: #405b3c;
}
 a:hover{
	color:#4d4b4a;
}

.floatright
{
float: right;
text-align:center;
margin-left: 100px;
font-size: 11px;
/*width: 100px;
margin: 0 0 10px 10px; */
}
.floatleft
{
float: left;
margin-left: 100px;
font-size: 11px;
/*width: 100px;
margin: 0 0 10px 10px; */
}
.floatfloat{
text-align:center;
font-size: 11px;
}
.infotext
{
text-align: center;
font-size: 11px;
}

/*
* {margin: 0px;padding: 0px;}
.clear{clear:both;}

table{
margin: 0px 0px 0px 23px;
} */


#container {
	margin: auto;
  margin-top: 20px;
	text-align: left;
	width: 830px;
 /* border-right: 10px solid #ffffff;
   border-left: 10px solid #ffffff;
   background-color: #ffbed2; */
   background-color: #ffffff;
}
/********************** Header ***************************/
#logo{
margin-top: 0px;
position: realtive;
	background-image: url(banner-neu3.jpg);
	background-repeat: no-repeat;
	height: 232px;
	width: 830px;
	padding: 0px;
	text-align: center;
}

#linkzeile{
position: relative;
width: 710px;
height: 25px;
margin: 0px;
padding: 0px;
text-align: center;
 background-image: url(verlauf-blau.jpg);
	background-repeat: repeat-x; 
  border-right: 10px solid #ffffff;
  border-left: 10px solid #ffffff;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-left: 100px;
}


#linkzeile ul{
	list-style-type: none;
	display: inline;
	position: relative;  /* wichtig !!!! */
  margin: 0px;
	padding: 10px;
}
#linkzeile li{
	float:left;	
 /* line-height:250%;
  width:auto; */
}
.lastchild{
	border-right: 0px none #4d4b4a !important;
}
#linkzeile ul a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #405b3c;
	text-decoration: none;
	padding: 0px 7px 0px 7px;
	border-right: 2px solid #4d4b4a;
}

#linkzeile ul a:hover{
	color:#122a0f;
}


/********************** Content ***************************/

#content {
padding-top: 20px;
padding-left: 20px;
padding-right: 0px;
	background-color: #b0c9ad;
	width: 790px;
	display:block;
   border-right: 10px solid #ffffff;
  border-left: 10px solid #ffffff;
	 border-bottom: 10px solid #ffffff;
   background-image:url(verlauf-quer.jpg);
	background-color: #fdfeff;
	background-repeat: repeat-y;
}

p{
padding-right:20px;
}


.titel{
margin-left: -20px;
} 

#content h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #405b3c;
	margin: 0px ;
	padding-bottom: 5px;
  margin-left: -20px;
}
#content h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #405b3c;
	margin: 0px ;
	padding-bottom: 5px;
}


#content ul{
margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
}





/********************** Content - left ***************************/

.photos{float:right;}
.photos img{display:block;}



/********************** Content - right ***************************/



/********************** footer ***************************/

#foot{
position: relative;
width: 710px;
height: 20px;
padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
/* background-image: url(verlauf-blau.jpg);
	background-repeat: repeat-x; */
/*  border-right: 10px solid #ffffff;
  border-left: 10px solid #ffffff;
  margin-bottom: 10px;
  padding-top: 5px; */
  color: #405b3c;
  padding-left:100px;
  font-size: 10px;
}


#foot a {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 10px;
  text-decoration: none;
	color: #405b3c;
  text-decoration: none;
}

#foot a:hover{
	color:#4d4b4a;
}
