@charset "UTF-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color: #507433;
	margin: 0px;
	padding: 0px;
	font-size: small;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.6em;
	background-image: url(background.gif);
}

#logo {
	position: absolute;
	width: 840px;
	height: 100px;
	top: 0px;
	left: 50%;
	margin-top: 0px;
	margin-left: -420px;
	background-image: url(logo.jpg);
	text-align: center;
}
#header {
	position: absolute;
	width: 840px;
	height: 65px;
	top: 100px;
	left: 50%;
	margin-top: 0px;
	margin-left: -420px;
	background-image: url(header.jpg);
	text-align: center;
}

#navi {
	position: absolute;
	width: 800px;
	height: 35px;
	top: 165px;
	left: 50%;
	margin-top: 0px;
	padding-top: 5px;
	margin-left: -420px;
	padding-left: 40px;
	background-image: url(navi.jpg);
	font-size: 16px; 
	color: #333333;
	letter-spacing: 2px;
}
#content {
	position: absolute;
	width: 760px;
	height: 445px;
	top: 205px;
	left: 50%;
	margin-top: 0px;
	margin-left: -420px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	background-image: url(content.jpg);
	color: #FFF;
}
#navi a:link {
	font-size: 14px;
	color: #be9f55;
	text-decoration: none;
	letter-spacing: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
#navi a:visited {
	font-size: 14px;
	color: #be9f55;
	text-decoration: none;
	letter-spacing: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
#navi a:hover {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
#navi a:active {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	letter-spacing: 2px;
	padding-left: 6px;
	padding-right: 6px;
}

#nextpage {
	position: absolute;
	top: 410px;
	width: 200px;
	left: 400px;
	}

#content img{
	float:left;
	padding-right: 5px;
	padding-bottom: 5px;
	border: 0;
}

#text {
	height: 450px;
	overflow:auto;
	}
	
a:link {
	color: #4F7231;
}
a:visited {
	color: #4F7231;
}
a:hover {
	color: #333;
}
a:active {
	color: #4F7231;
}

#vorschauimage {
	position: absolute;
	width: 300px;
	top: 20px;
	right: 50px;
	height: 400px
	}
