/* general*/
body {
  margin: 0px;
}

/* head */
#logo {
  float: left;
  background-image: url(top-logo.png);
   width: 230px;
  height: 180px;
}
#toptitle {
  float: right;
  width: 570px;
  height: 80px;
  background-color: #f0f0f0;
  position: relative;
}
#topheader {
  float: right;
  width: 570px;
  height: 100px;
  background-color: #f0f0f0;
  position: relative;
}
.titletext {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: narrower;
  font-weight: bold;
  font-size: 2.0em;
  text-align: center;
  letter-spacing: -5px;
  white-space: nowrap;
}
.headertext {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.7em;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: #666666;
  padding-right: 5px;
}

/* menu */

#menu {
  float: right;
  width: 800px;
  height: 32px;
  background-image: url(bg_menu.png);
  background-repeat: repeat-x;
}
#submenu {
  float: right;
  width: 800px;
  height: 32px;
  background-image: url(bg_submenu.png);
  background-position: center top;
  background-repeat: repeat-x;
}
#subsubmenu {
  float: right;
  width: 800px;
  height: 32px;
  background-position: center top;
  background-repeat: repeat-x;
}

/* foot */

#footer {
  float: left;
  width: 800px;
  background-color: #f0f0f0;
}
#leftfooter {
  padding: 10px;
  float: left;
  width: 460px;
  background-color: #f0f0f0;
  text-align: left;
}
#rightfooter {
  padding: 10px;
  float: right;
  width: 300px;
  background-color: #f0f0f0;
    text-align: right;
}


/* page */

#leftpanel {
  float: left;
  width: 270px;
}
#contentright {
  float: right;
  width: 530px;
}
#contenttext {
  float: right;
  width: 800px;
}
#leftinhalt {
  float: left;
  width: 330px;
}
#inhaltright {
  float: right;
  width: 470px;
}
.current_page a {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-size: 11px;
  font-weight: bold;
  color: #cc0000;
  text-decoration: none;
}

.smallwhitetext {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
}
.smallwhitetext a {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}
.smallwhitetext a:hover {
  text-decoration: none;
  color: #cc0000;
  background-color: #f7f7f7;
}
.bodytext {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.8em;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: #666666;
  text-decoration: none;
}
a.text {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: #666666;
  text-decoration:underline;
}
a:hover.text {
  color: #cc0000;
  text-decoration:underline;
}
a.text-none {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: #666666;
  text-decoration:none;
}
a:hover.text-none {
  color: #cc0000;
  text-decoration:underline;
}

.smalltitle {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-size: 1.4em;
  font-weight: bold;
  color: #cc0000;
} 
.smallgraytitle {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-size: 1.4em;
  font-weight: bold;
  color: #999999;
} 
.graypanel {
  border: 1px solid #666666;
  margin: 10px;
  padding: 10px;
  background-color: #f7f7f7;
}
.graytext {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-weight: bold;
  color: #999999;
  text-decoration: none;
}
.graytext a {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-weight: bold;
  color: #999999;
  text-decoration: none;
}
.graytext a:hover {
  color: #cc0000;
  text-decoration: none;
}
.smallgraytext {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-size: 11px;
  font-weight: bold;
  color: #999999;
  text-decoration: none;
}
.smallgraytext a {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-size: 11px;
  font-weight: bold;
  color: #999999;
  text-decoration: none;
}
.smallgraytext a:hover {
  color: #cc0000;
  text-decoration: none;
  
}
.smallredtext {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-size: 0.8em;
  font-weight: bold;
  color: #cc0000;
}
.smallredtext a {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-size: 0.8em;
  font-weight: bold;
  color: #cc0000;
  text-decoration: none;
}

.unterstrich {
	text-decoration: underline;
}

.redtext {
  color:#cc0000;
}
.bluetext {
  color:blue;
}
.orangetext {
  color:#ff9900;
}
.navytext {
  color:navy;
}
.greentext {
  color:green;
}
.nowrap {
  white-space: nowrap;
}
.indent {
  padding-left: 40px;
}
.displaynone {
  display:none; 
}

input {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-variant: normal;
    font-size: 11px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
  background-color:#f7f7f7;
  border:1px solid;
  border-color: #a9a9a9 #696969 #696969 #a9a9a9;
}

input:hover {
  text-decoration: none;
  color: #cc0000;
  background-color:#d7d7d7;
}

div.b0 {
	float: right;
}

div.t0 {
	text-align: left;
}

div.t1 {
	text-align: center;
	font-style:italic;
}

div.b1 {
  	float: left;
  	background-image: url(loewenzahn_ernte1.jpg);
  	width: 175px;
  	height: 230px;
  	position: relative;
  	left: 40px;
  
}

div.b2 {
  	float: left;
	background-image: url(loewenzahn_ernte2.jpg);
   width: 175px;
  	height: 230px;
  	position: relative;
  	left: 120px;
}
div.b3 {
	float: right;
	background-image: url(loewenzahn_ernte3.jpg);
	width: 175px;
	height: 230px;
	position: relative;
	right: 40px;
}
div.b4 {
	float: left;
	background-image: url(Kindertag2009.jpg);
	width: 320px;
	height: 240px;
	position: relative;
	left: 200px;
}
div.b5 {
	float: left;
	background-image: url(ausflug2009-1.jpg);
	width: 320px;
	height: 240px;
	position: relative;
	left: 200px;
}
div.b6 {
	float: left;
	background-image: url(ausflug2009-2.jpg);
	width: 320px;
	height: 240px;
	position: relative;
	left: 200px;
}
div.b7 {
	float: left;
	background-image: url(ausflug2009-3.jpg);
	width: 320px;
	height: 240px;
	position: relative;
	left: 200px;
}


/* table */

table { 
  border-collapse: collapse;
  width= 750px;
}
td.row1 {
  width: 140px; 
  border-style: solid;
  border-width: thin;
  border-color: #666666;
  padding-left: 5px; 
  padding-right: 5px; 
  padding-top: 1px; 
  padding-bottom: 1px;
}
td.row2 {
  width: 140px; 
  border-style: solid;
  border-width: thin;
  border-color: #666666;
  padding-left: 5px; 
  padding-right: 5px; 
  padding-top: 1px; 
  padding-bottom: 1px;
}
td.row3 {
  width: 470px; 
  border-style: solid;
  border-width: thin;
  border-color: #666666;
  padding-left: 5px; 
  padding-right: 5px; 
  padding-top: 1px; 
  padding-bottom: 1px;
}

/* list */

ul {
	list-style-position:outside;
	list-style-type:disc;
}
ol {
	list-style-position:outside;
	list-style-type:decimal;
	padding-bottom: 1px;
}
li {
	padding-bottom: 2px;
}


/* contact form */
.formular {
 width:48em
}

.ebene {
 clear: both;
 padding: 2px 0
}

.label {
 float:left;
 padding:3px 0 0 0;
 width:10em
}

.feld{
 float:left;
 width:30em
} 

.submit{
 clear: both;
 margin:1em 0 0 10em
}

.feldbreite{
 background:#eee;
 border:1px solid #ccc;
 font:1em "trebuchet ms", arial, sans-serif;
 overflow:auto;
 width:30em
}
