html, body {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	background-color:#2f5537;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 100%;
	background:url(../images/bg.gif);
}
h2 {
    color:#673866;
	text-decoration:none;
	font-weight:bold;
	font-size:18px;
}

h3{
    color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}
input, select, submit {
	border: solid 1px #546faf;
	}
	
	#13041830
a {
	color:#000066;
	text-decoration:none;
	}
a.pp {
	color:#294b9c;
	text-decoration:underline;
	font-weight:bold;
	}
a.pp:hover {
	color:#294b9c;
	text-decoration:none;
	font-weight:bold;
	}

#topbg {
	position:absolute;
	top:0px;
	left:0px;
	background:url(../images/topbg.jpg);
	width: 1000px;
	height:167px;
	background-color: #ffffff;
	}

#page {
	position:relative;
	margin: auto;
	width: 1000px;
	text-align: left;
	background-color: #ffffff;
	z-index:1;
	background-image:url(../images/bgbottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	}
#menu {
	position:absolute;
	left:0px;
	top:140px;
	width: 1000px;
	height: 28px;
	}
#content {
padding-top:180px;
padding-left:200px;
	width: 680px;
	color:#000000;
	}	
#submenu {
	position:absolute;
	right:1px;
	top:1px;
	width: 200px;
	height: 28px;
	color:#000000;
	text-align:right;
	font-weight:bold;
	}
#copy{
	position:absolute;
	right:5px;
	bottom:3px;
	width: 200px;
	color:#000000;
	text-align:right;
	font-weight:bold;
	}
#untermenu {
	position:absolute;
	left:20px;
	top:200px;
	width: 126px;
	color:#000000;
	text-align:left;
	font-weight:bold;
	}
#homebg {
	position:absolute;
	left:74px;
	top:180px;
	width: 504px;
	height: 129px;
	}
#kuhbg {
	position:absolute;
	left:581px;
	top:190px;
	width: 334px;
	height: 304px;
	}

.topmenu {
    text-decoration:none;
	font-size:13px;
	font-weight:bold;
	color:#E1C8A2;
	text-align:center;
   }
   
.topmenu:hover {
text-decoration:none;
font-size:13px;
font-weight:bold;
color:#FFFFFF;
color:#000000;
   }
   
   .topmenuover {
text-decoration:none;
font-size:13px;
font-weight:bold;
color:#ffd583;
   }
   
   .submenu {
    text-decoration:none;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	text-align:center;
   }
.submenu:hover {
text-decoration:none;
font-size:13px;
font-weight:bold;
color:#FFFFFF;
   }
   
   .submenuover {
text-decoration:none;
font-size:13px;
font-weight:bold;
color:#FFFFFF;
   }
   
     .untermenu {
    text-decoration:none;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	text-align:center;
   }
.untermenu:hover {
text-decoration:none;
font-size:13px;
font-weight:bold;
color:#764302;
   }
   .untermenuover {
text-decoration:none;
font-size:13px;
font-weight:bold;
color:#000000;
   }
   
.homedatum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
}
