
body {
	margin: 0px;
	background-color: #aa5c27;
	}
	
a:link {color:#ffffff; text-decoration:none;}
a:visited {color:#ffffff; text-decoration:none;}
a:hover {color:#ffffff; text-decoration:underline;}
a:active {color:#ffffff; text-decoration:none;}

.head {
	padding: 5px;
	background-color: #555555;
	background-image: url(img/menubg.gif);
	width: 100%;
	
	font-family: helvetica, arial;
	font-size: 14px;
	color: #eeeeee;
	}
	
.oben {
	background-image: url(img/bg1.png);
	background-repeat: repeat-x;
	padding: 0px;
	height: 500px;
	background-color: #c09f60;
		}
	
.unten {
	background-image: url(img/bg1.png);
	background-repeat: repeat-x;
	padding: 15px;
	}

.bigbutton {
	margin-top: 5px;
	background-color: #ef5500;
	background-image: url(img/buttonbg.jpg);
	background-repeat: repeat-x;
	width: 215px;
	font-family: georgia;
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
	padding: 8px;
	margin-bottom:10px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #c06031;
	}
		
.button {
	background-color: #ef5500;
	background-image: url(img/buttonbg.jpg);
	background-repeat: repeat-x;
	width: 95px;
	font-family: georgia;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
	margin-bottom:10px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #c06031;
	}
	
.title {
	position: absolute;
	width: 65%;
	height: 450px;
	left: 300px;
	top: 50px;
	}
	
h1 {
	font-family: georgia;
	font-size: 64px;
	font-weight: normal;
	color: #ffffff;
	margin: 0px;
	margin-bottom: 10px;
	}
	
h2 {
	font-family: georgia;
	font-size: 32px;
	font-weight: normal;
	color: #ffffff;
	margin: 0px;
	margin-bottom: 10px;
	}
	
h3 {
	font-family: georgia;
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
	margin: 0px;
	margin-bottom: 10px;
	}
	
.text {
	font-family: georgia;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	line-height: 1.4em;
	}

.box1 {
position: absolute;
	width: 400px;
	height: 250px;
	left: 300px;
	top: 220px;
	
}
	
.under {
	font-family: georgia;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	background-color: #b9a167;
	padding: 5px;
	line-height: 1.4em;
	margin-bottom: 5px;
	}
	
.under2 {
	font-family: georgia;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	background-color: #b5a274;
	padding: 5px;
	line-height: 1.4em;
	margin-bottom: 5px;
	}
	
	
.footer {
	padding: 15px;
	}
	
.feedback {

	background-color: #c09f60;

	}