/* Mainlayout ----------------------------------------------------------------------------------------------------------------*/

body {
    margin: 0px;
	padding: 0px;
	font: 14px Georgia, Times New Roman, Times, serif;
	line-height: 18px;
	color: #745c2b;
	background: #ffeed9 url(img/background_01.jpg) no-repeat 50% fixed; 
	background-position: top;
	height: 100%;
}


.beschreib {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:1px;
	color:#94c0d9;
	text-decoration:none;
	font-weight:100;
}

.h1 {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:1px;
	color:#91bbd6;
	text-decoration:none;
	font-weight:100;
}

h1 {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:1px;
	color:#96c2db;
	text-decoration:none;
	font-weight:100;
}


#centerbox {
	width: 570px;
	height: 300px;
	text-align: center;
	border: 6px solid #ddd1bc;
	background: url(img/background_opacity.png) 0 0 repeat; 
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -291px;
	margin-top: -156px;
}

p {
	margin: 20px 50px 15px 50px;
}
	
img {
	margin-top:40px;
	border: none;
	padding-bottom:15px;
}

a {
	color: #924d00;
	text-decoration: none;
	outline: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ddd1bc;
}

a:hover{
	color: #643500;
	text-decoration: none;
	outline: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #643500;
}		
