@charset "utf-8";
::selection {
	background-color:rgba(143,194,188,0.6);
}
::-moz-selection {
	background-color:rgba(143,194,188,0.6);
}
body {
	background:rgba(236,222,196,1) url(bg.jpg) repeat;
	margin:0px;
}
.contall {
	width:870px;
	margin:0px auto;
	overflow:hidden;
	box-shadow:0px 0px 7px rgba(0,0,0,0.75);
	border-bottom:solid 6px rgba(61,29,7,1);
}
footer {
	width:870px;
	margin:5px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-shadow:rgba(255,255,255,0.7) 0px 1px 0px;
	font-weight:bold;
	color:rgba(0,0,0,1);
	padding-bottom:50px;
}
footer a {
	text-decoration:none;
	color:rgba(60,51,43,1);
}
footer a span:hover {
	text-decoration:underline;
}
footer a span:active {
	color:rgba(100,91,83,1);
}
header {
	width: 870px;
	height: 284px;
	background-color:rgba(255,255,255,1);
}
.titelbild {
	width:870px;
	height:240px;
	overflow:hidden;
	border-bottom:solid 6px rgba(61,29,7,1);
	background-image:url(titelbild.jpg)
}
.titelbild h1, .titelbild h1 a {
	text-align:center;
	font-family: 'Noto Serif', serif;
	-webkit-font-smoothing: antialiased;
	color:rgba(61,29,7,1);
	text-shadow:rgba(0,0,0,0.3) 0px 0px 10px,0px 0px 1px rgba(0,0,0,.2);
	margin:80px 0px 0px;
	background-color:transparent;
}

h1 a:hover {
	text-decoration:none;
}
h1 a:active {
	text-decoration:none;
	color:inherit;
}
.titel-top {
	font-size:40px;
}
.titel-bottom {
	font-variant:small-caps;
	line-height:45px;
	font-size:60px;
}
h2 {
	font-family: 'Noto Serif', serif;
	font-weight:700;
	font-size:32px;
	color:rgba(157,73,15,1);
	font-variant:small-caps;
	text-shadow:0px 1px 0px rgba(255,255,255,0.8);
	margin:10px 0px;
}
p, li {
	font-family:"Times New Roman", Times, serif;
	font-size:16pt;
	margin:10px 0px;
	color:rgba(65,30,6,1);
	text-shadow:0px 1px 0px rgba(255,255,255,0.8);
}
ul {
	margin:10px;
}
li {
	margin:5px 0px;
}
p.quote {
	margin:10px 0px 10px 16px;
	border-left:solid 4px rgba(207,201,170,1);
	padding:0px 0px 0px 10px;
	color:rgba(95,52,22,1);
	font-style:italic;
	font-size:14pt;
}
em {
	font-weight:bold;
}
h3 {
	font-size:16pt;
	font-weight:bold;
	margin:20px 0px 5px 0px;
	text-shadow:0px 1px 0px rgba(255,255,255,0.8);
}
a {
	color:rgba(220,130,0,1);
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color:rgba(204,102,0,1);
}
nav {
	height:38px;
	width:870px;
	overflow:hidden;
	background-color:rgba(235,216,191,1);
	background-image:url(/media/navi-bg.png);
}
nav ul {
	list-style:none;
	padding:0px;
	margin:4px 0px;
	width:870px;
}
nav ul li {
	float:left;
	padding:0px;
	margin:0px;
	width:23%;
	font-family: 'Noto Serif', serif;
	text-shadow:0px 0px 1px rgba(0,0,0,.2),0px 1px 0px rgba(255,255,255,0.5);
	font-variant:small-caps;
	text-align:center;
	font-weight:bold;
	font-size:20px;
}
nav ul li a {
	text-decoration:none;
	color:rgba(60,51,43,1);
}
nav ul li a:hover {
	text-decoration:underline;
}
nav ul li a:active {
	color:rgba(100,91,83,1);
}
section.content {
	width:870px;
	background-color:rgba(252,250,239,1);
	overflow:hidden;
	padding-bottom:20px;
}
.shadowcont {
	width:870px;
	height:10px;
	overflow:hidden;
}
.shadowcontinner {
	width:870px;
	height:1px;
	box-shadow:0px 0px 6px rgba(0,0,0,1);
	margin:-1px 0px;
}
label {
	width:100px;
	display:block;
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size:16pt;
	color:rgba(65,30,6,1);
	text-shadow:0px 1px 0px rgba(255,255,255,0.8);
	padding: 5px 7px 3px;
}

input, textarea {
	width:220px;
	display:block;
	font-family:"Times New Roman", Times, serif;
	font-size:14pt;
	background-color:transparent;
	border:none;
	border-bottom:solid 1px rgba(51,51,51,1);
	padding: 5px 7px 3px;
}

input:focus, textarea:focus {
	outline:none;
}

.field {
	margin:10px 0px;
}
span.radio {
	font-family:"Times New Roman", Times, serif;
	font-size:14pt;
}

input.radio {
	display:inline;
	width:auto;
}

.radiofield {
	padding: 7px 7px 3px;
	float:left;
}

.inputerror {
	background-color:rgba(255,0,0,0.2);
}

button {
	background-color:rgba(153,74,51,1);
	width:348px;
	font-family: 'Noto Serif', serif;
	font-weight:700;
	font-size:25px;
	color:rgba(255,255,255,1);
	font-variant:small-caps;
	text-shadow:0px 1px 0px rgba(130,50,50,1);
	border:solid 1px rgba(107,33,1,1);
	border-radius:4px;
	padding:4px 0px 7px;
	margin-top:10px;
	cursor:pointer;
	box-shadow:0px -3px 0px rgba(255,255,255,0.3) inset, 0px 1px 0px rgba(255,255,255,0.5) inset;
	-webkit-transition:box-shadow 0.05s, margin 0.05s, padding 0.05s, background-color 0.2s;
	-moz-transition:box-shadow 0.05s, margin 0.05s, padding 0.05s, background-color 0.2s;
	-o-transition:box-shadow 0.05s, margin 0.05s, padding 0.05s, background-color 0.2s;
	transition:box-shadow 0.05s, margin 0.05s, padding 0.05s, background-color 0.2s;
}

button:hover {
	background-color:rgba(175,85,70,1);
}

button:active {
	background-color:rgba(150,70,50,1);
	padding:4px 0px 4px;
	margin-top:13px;
	box-shadow:0px 0px 0px rgba(255,255,255,0.3) inset, 0px 1px 3px rgba(0,0,0,0.5) inset;
	text-shadow:0px 1px 0px rgba(110,35,35,1);
}