
body {background-color:#68864C;
		 font-family: calibri;
		 text-align: center;
		 }
h1	 {font-family: calibri;
		 font-size: 30;
		 text-transform: uppercase;
		 color:#ffffff;
		 border-bottom: 2mm double #ffffff;
		  border-top: 2mm double #ffffff;
			background-color:#99cc66;
		 }
h2	 {border-bottom: 2mm double #ffffff;
		  border-top: 2mm double #ffffff;
			text-align: center;
			}
h3		{border-bottom: 2mm double #ffffff;
		  border-top: 2mm double #ffffff;
			text-align: center;
			font-size: 15;
			}
td.links	{text-align: left;}
td.rechts	{text-align: right;}

a:visited {color:#003000}
a:link {color:#006600}
a:active{color:#ffffff}

ul		 {margin:30;
			 padding:30;
			 }

#dd {
  padding: 0 0 20px 0;
}

#dd li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  font: bold 15 calibri;
}

#dd li a.menu {
  display: block;
  text-align: center;
  background: #485D35;
  padding: 4px 10px;
  margin: 0 1px 0 0;
  color: #FFF;
  width: 85px;
  text-decoration: none;
	border: #ffffff 1px solid;
}

#dd li a.menu:hover {
  background: #669933;
}

.submenu {
  background: #EAEBD8;
  border: 1px solid #5970B2;
  visibility: hidden;
  position: absolute;
  z-index: 3;
}

.submenu a {
  display: block;
	width:180;
  font: 16 calibri #669933;
  text-align: left;
  text-decoration: none;
  padding: 5px;
  color: #669933;
}

.submenu a:hover {
  background: #49A3FF;
  color: #006600;
}

#news li {
  width: 150px;
	height: 100px;
  overflow: hidden;
  border: 0 solid #000000;
	text-display: none;
  color: #000000;
  background: #ffffff;
  display: none;
}

#news li img {
  display: block;
	border: 0;
}

#news li p {margin:0;
			 	 	 	padding:0;
  					border: 0px solid #000000;
}

