BODY {
	color: Black;
	background-color: White;
	background-image: url(bg.png); background-repeat: repeat-x;
	font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;
	font-size: medium;
	text-align: left;
	scrollbar-track-color: #d6ffa5; scrollbar-face-color: #07a80b; scrollbar-base-color: #a6ec54;
}
#logo {
	position: absolute; top:0px; left:0px;
}
#adrtxt {
	position:absolute; top:10px; left:220px; font-size:14px; font-weight: normal;
}
#geb {
	position:absolute; top:140px; right:50px;
}
.counter {
position: absolute; left:0px; bottom:0px; border:none;
}		  
.menu {
        position: absolute; top: 140px; left: 50%;
		  width: 650px;
        padding: 10px;
        margin-left: -325px;
        border: 1px solid #000;
        background: #fff;
}

/* menu */

#navSquare {
        margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid #07a80b;
}

#navSquare li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navSquare a:link, #navSquare a:visited {
        float: left;
        font-size: 12px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 10px 6px 10px;
        text-decoration: none;
        color: #000;
}

#navSquare a:link.active, #navSquare a:visited.active, #navSquare a:hover {
        color: #07a80b;
        background: url(square.gif) no-repeat bottom center;
}
A {
	color: Black;
}

A:HOVER {
	color: #07a80b;
	text-decoration: none;
}
.inhalt{
position:absolute; top:230px;left:50%; margin-left: -350px;
	width:700px; border-left: dashed; border-right: dashed; border-color:#07a80b;
	border-left-width: thin;
	border-right-width: thin; min-height:500px;
	padding: 10px 10px 10px 10px;
	font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}
.inhalt h2{
	font-size:20px; font-weight:bold; color:#07a80b;
}
.inhalt h1{
	font-size:28px; font-weight:bold; color:#07a80b;
}
.inhalt h3{
	font-size:16px; font-weight:bold; color:#07a80b;
}