body {
	background-color: #CCCCCC;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
}
form, h1, h2, h3, p {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
form {
	display: inline;
}
div {
	text-align: left;
}
#header {
	position: relative;
	width: 800px;
	height: 83px;
	overflow: hidden;
	margin: 0px auto;
}
#header span {
	position: absolute;
	left: -500px;
	visibility: hidden;
}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
}#linie1 {
	position: absolute;
	left: 233px;
	top: 47px;
}
#linie2 {
	position: absolute;
	left: 233px;
	top: 66px;
}
.submenu {
	font-size: 11px;
}
.submenu a {
	text-decoration: none;
	color: #408020;
	margin-right: 25px;
}
.submenu a:hover {
	text-decoration: underline;
}
#btn_ueber {
	position: absolute;
	left: 233px;
	top: 48px;
}
#menu_ueber {
	position: absolute;
	left: 233px;
	top: 67px;
	visibility: hidden;
}
#btn_internet {
	position: absolute;
	left: 285px;
	top: 48px;
}
#menu_internet {
	position: absolute;
	left: 283px;
	top: 67px;
	visibility: hidden;
}
#btn_kontakt {
	position: absolute;
	left: 355px;
	top: 48px;
}
#menu_kontakt {
	position: absolute;
	left: 354px;
	top: 67px;
	visibility: hidden;
}
.content {
	background-color:#dddddd;
	width: 609px;
	border: 1px solid #408020;
	padding: 0.5em;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.content img.float {
	float: left;
	margin-right: 0.8em; 
	margin-bottom: 0.8em;
	border: 1px solid #408020;
}
.content img.float2 {
	float: left;
	margin-right: 0.8em;
	margin-bottom: 0;
	border: 1px solid #408020;
}
.content img.float_r {
	float: right;
	margin-left: 0.8em; 
	margin-bottom: 0.8em;
	border: 1px solid #408020;
}
.content img.noborder {
	float: left;
	margin-right: 0.8em;
	margin-bottom: 0.8em;
	border: none;
}
.content img.border {
	border: 1px solid #408020;
}
.content p {
	padding-bottom: 0.8em;
}
#footer {
	width: 609px;
	padding: 0px;
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #666666;
	font-size: 11px;
}
#footer #copyright {
	display: inline;
	float: left;
}
#footer #links {
	display: inline;
	float: right;
}

h1, h2 {
	font-size: 1.8em;
	font-weight: bold;
	color: #408020;
	padding-bottom: .5em;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #408020;
	padding-bottom: .2em;
}
h3 a {
	text-decoration: none;
	}
a {
	color:#408020;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
br.clear {
	clear:both;
}
.klein {
	font-size : 85%;
}
table.kontakt {
	text-align: center;
	margin: 0 auto;
	width : 450px;
}
table.kontakt th {
	font-weight:normal;
	text-align : left;
	vertical-align : middle;
}
table.kontakt td {
	text-align : right;
	vertical-align : middle;
}
table.kontakt input {
	width : 300px;
}
table.kontakt textarea {
	width : 99%;
}
div.longtext {
	line-height: 1.5em;
}
div#tipps {
	position : relative;
	left : 1em;
}
div#tipps li {
	margin-bottom: .5em;
}
div#tipps a, div#tipps a:hover {
	color: #333;
	text-decoration: none;
	cursor: text;
}
div#tipps a span, div#tipps a:hover span {
	color: #408020;
	text-decoration: underline;
	cursor: pointer;
}
div#tipps a span:hover {
	text-decoration: none;
}