
body {
	background-color: #FEAC40;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.5;
}


#wrapper {
	width: 1000px;
	max-width: 1000px;
	min-width: 1000px;
	margin: 20px auto;
	border-radius: 7px;
	border: 1px solid #c0c0c0;
	background-color: #f0f0f0;
	position: relative;
}

#header-container {
	background-image: url("../media/stone-titel.jpg");
	background-repeat: repeat;
	background-position: top left;
	border-radius: 5px 5px 0 0;
	display: block;
	height: 130px;
	margin: 10px 10px 10px 10px;
}

header {
	text-align: center;
}

#bigtitle {
	font-size: 500%;
	font-weight: bold;
	color: #FEAC40;
	text-transform: none;
	text-shadow: 3px 3px black;
	margin-top: -5px;
}

#inhalt {
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #c0c0c0;	
	display: block;
	margin: 10px 10px 10px 10px;
	background-color: #fff;
	font-size: 130%;
	padding: 30px;
}

span.bigbutton {
	width: 350px;
	border-radius: 28px;
	border: 1px solid #7E7F7C;
	display: inline-block;
	color: #ffffff;
	font-family: Arial;
	font-size: 17px;
	padding: 5px 31px;
	text-decoration: none;
	text-align: center;
	background-color: #d78415;
}

table.footer {
	 width: 50%;
	 margin:auto;
	 padding-bottom: 10px;
	 font-weight: bold;
	 font-size: 15px;
}
table.footer td {
	text-align: center;
}

table.footer td a {
	 text-decoration: none;
}
table.footer td a span {
	 color: #D78415;
}
