@charset "utf-8";
/* CSS Document */
html{height:100%; width:100%;}
body{
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	font-family:"Tahoma",Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-image:url(../img/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
a {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #008035;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#wrapper{
	margin:0px auto 0px;
	width:800px;
	
}

.kopftd{
	width: 800px;
	height:90px;
	background-image:url(../img/hg_top.gif);
	background-repeat:no-repeat;
}
.kopfbottomtd{
	width: 800px;
	height:280px;
	background-image:url(../img/hg_bottom.gif);
	background-repeat:no-repeat;
}