* {
padding:0;
margin:0;
}


body {
	background-color: #FFFFFF;
	background-image: url(img/hinten.gif);
	background-repeat: repeat-y;
	background-position: center;
	line-height: 0;
	margin:0 auto;
	text-align:center;
	font-size:100%;
	padding:0;
}

.head {
	margin: 0px;
	width: 770px;
	height: 416px;
	background-color: #d3d0c1;
	background-image: url(img/oben.jpg);
	background-repeat: no-repeat;
	text-align:right;
	margin:0 auto;
	padding:0px;
}


.content {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	width: 720px;
	text-align:left;
	margin:0 auto;
	padding:0px;
}

.content p {
	margin: 10px 0 27px 10px;
}


.wrap {
	margin: 15px 0 16px 0;
	border-bottom: 1px solid #fff;
}


.biglink {
	font-size: 21px;
	color: #fff;
	line-height: 2px;
	text-decoration: none;
	border-bottom: 1px #fff dotted;
}

.biglink:hover {
	color: #05e60b;
	text-decoration: none;
	border-bottom: 1px #05e60b dotted;
}

.link {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px #fff dotted;
}

.link:hover {
	color: #05e60b;
	text-decoration: none;
	border-bottom: 1px #05e60b dotted;
}


.link2 {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	}

.link2:hover {
	color: #05e60b;
	text-decoration: none;
	}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	margin: 2px 75px 27px 10px;
}

h1 {
	margin: 15px 0 0 10px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 20px;
	color: #05e60b;
	font-weight: bold;
}

h2 {
	margin: 10px 0 25px 10px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
}


