body, html {
	background-color:#8eb94c;
	background-image:url(bilder/verlauf-head.jpg);
	background-position:top;
	background-repeat:repeat-x;
	
	font-family:Verdana, Geneva, sans-serif;
	color: #000;
	
	margin:0px;
	padding:0px;
	}

a:link {color: #000;}
a:active {color: #000;}
a:visited {color: #000;}
a:hover {color: #fff; text-decoration:none;}

h1 { font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; color: #fff; padding-top: 20px; font-size:18px;}
h2 { font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; color: #fff; padding-top: 20px; font-size:16px;}
h3 { font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; color: #fff; padding-top: 20px; font-size:14px;}
h4 { font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; color: #fff; padding-top: 20px; font-size:12px; font-weight:bold;}


img {
	border: none;
	margin:0px;
	padding:0px;
	}

.inhalt {
	width: 900px;
	}
	
.head {
	height: 100px;
	padding-top: 10px;
	background-image:url(bilder/verlauf-head.jpg);
	}

.content {
	padding: 10px;
	margin-left: 10px;
	text-align:left;
	font-size:11px;
	line-height:15px;
	letter-spacing: 0.03em;
	}
	
.weiss {padding: 10px;}
.weiss a:link {color: #000;}
.weiss a:active {color: #000;}
.weiss a:visited {color: #000;}
.weiss a:hover {color: #8eb94c; text-decoration:none;}


div#nifty{ background: #fff; width: 585px;}

b.rtop, b.rbottom{ display:block; background: #8eb94c}
b.rtop b, b.rbottom b{ display:block;height: 1px; overflow: hidden; background: #fff}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

	
.text {
	width: 600px;
	}
	
.text h1, .text h2, .text h3 { color:#8eb94c; margin-top: 0px; padding-top: 0px;} 

.text td, .text tr {
	padding: 5px 5px 0px 5px;
	}

.zeile2 td {
	padding: 0px 5px 10px 5px;
	}

.text img  {
	border: 3px solid #8eb94c;
	filter:alpha(opacity=70); /* Internet Explorer */
	-moz-opacity: 0.70; /* Mozilla Browser */
	opacity: 0.70; /* Opera */
	}
	
.text img:hover {
	border: 3px solid #000;
	filter:alpha(opacity=100); /* Internet Explorer */
	-moz-opacity: 1.00; /* Mozilla Browser */
	opacity: 1.00; /* Opera */
	}
	
	
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}

/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100; 
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:31px;
}

/* style all the links */
.menu ul li a:link, .menu :visited {
display:block;
margin:0 0 0 0;
padding:7px 0px 10px 0px;
color:#fff;
background:#669934; /*dunkel Grün*/
font-size:12px;
text-transform:uppercase;
font-weight:bold;
text-decoration:none;
text-align:center;
font-family:Helvetica,Arial,Verdana,sans-serif;

border-bottom: 1px solid #fff;
border-top: 1px solid #fff;
}

/* Mouseover obere Reihe - style the links hover  */
.menu ul li:hover a, .menu ul li a:hover{
color:#fff;
background:#8eb94c;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:179px;
height:0;
}

/* make the sub level visible on hover list or link */
.menu ul li:hover ul, .menu ul a:hover ul {visibility:visible;}

.menu ul ul li a:link, .menu ul ul li a:visited{
margin:0 0 0 0;
padding:7px 0 7px 0; 
color:#fff;
background:#669934;  /*dunkel Grün*/
font-size:12px;
font-weight:bold;
text-transform:none;
text-decoration:none;
text-align:center;
font-family:Arial, Helvetica, sans-serif;

border-top: none;
border-bottom: 1px solid #fff;
}

.menu ul ul li a:hover { background-color:#8eb94c;}