@font-face {
	font-family: 'Windsong';
	src: url('../cpfont/windsong-webfont.eot');
	src: url('../cpfont/windsong-webfont.eot?#iefix') format('embedded-opentype'),
         url('../cpfont/windsong-webfont.woff') format('woff'),
         url('../cpfont/windsong-webfont.ttf') format('truetype'),
         url('../cpfont/windsong-webfont.svg#windsongregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Eurostile';
	src: url('../cpfont/2CC9D9_1_0.eot');
	src: url('../cpfont/2CC9D9_1_0?#iefix') format('embedded-opentype'),
         url('../cpfont/2CC9D9_1_0.woff') format('woff'),
         url('../cpfont/2CC9D9_1_0.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'EurostileBold';
	src: url('../cpfont/2CC9D9_0_0.eot');
	src: url('../cpfont/2CC9D9_0_0?#iefix') format('embedded-opentype'),
         url('../cpfont/2CC9D9_0_0.woff') format('woff'),
         url('../cpfont/2CC9D9_0_0.ttf') format('truetype');
	font-weight: bold;
	font-style: bold;
}
body {
	font-size: 18px;
	font-family: Eurostile, Verdana, Helvetica, Arial, sans-serif;
	line-height: 150%;
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #EFEADD url(../images/bg.png) repeat center top;
	color: #423834;
}
form {
	margin: 0;
	padding: 0
}
table {
	margin: 0;
	padding: 0;
	border-collapse: collapse
}
td {
	vertical-align: top;
}
img {
	border-style: none;
}
/*Linksteuerung*/
a, a:link, a:visited {
	color: #B5A573;
	text-decoration: none;
	border-style: none;	outline-style: none;
}
a:hover {
	color: #423834;
	text-decoration: none;
}
/* Textformatierung:Menüpunkt Headline		h1Menüpunkt Subline		h2Headline			h3große Überschrift		h4normale Überschrift		h5kleine Überschrift		h6	(z.B. Datum in News)normale Schrift		pkleine Schrift			span klein */
h1, a h1 {
	color: #B5A573;
	font-size: 30px;
	font-weight: normal;
	line-height: 150%;
	text-transform: uppercase;
	text-align: center;
	margin: 5px auto 10px;
	max-width: 600px;
}
h2, a h2 {
	font: normal 38px/100% Windsong;
	text-align: center;
	color: #423834;
	margin: 5px auto 0;
	padding-bottom: 0;
	max-width: 600px;
}
h3 {
	font-weight: normal;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	max-width: 600px;
}
h4 {
	font-weight: normal;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	max-width: 600px;
}
h5 {
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	margin: 0 auto 5px;
	max-width: 600px;
}
h6 {
	font-size: 11px;
	font-weight: normal;
	line-height: 140%;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	margin: 0 auto 5px;
	max-width: 600px;
}
p {
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	max-width: 600px;
}
.small, .kl {
	color: #3e3d40;
	font-size: 11px;
}
/*Seitenelemente */
.pos_seite {
	width: 100%;
	height: 100%;
	text-align: center;
}
.pos_top {
	padding-top: 50px;
	padding-bottom: 30px;
}

.pos_image {
	width: 100%;
	height: 350px;
	background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	margin-bottom: 20px;
	margin-top: 30px;
}
.submen {
	margin: 20px auto;
}

.submen div {
	text-align: center;
	padding: 15px;
	font-size: 18px;
	line-height: 150%;
	display: inline-block;
}

.submen a {
	display: inline;
	color: #B5A573;
}
.pos_fuss {
	background-color: #423834;
	color: #B5A573;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 5px;
}
.pos_fuss a {
	color: #B5A573;
}
.pos_fuss table {
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #B5A573;
	margin-bottom: 20px;
}
.pos_fuss td {
	padding: 10px;
}
.start {
	max-width: 600px;
}
.start a {
	width: 160px;
	line-height: 28px;
	background-image: url(../images/btn_dunkel.png);
	display: block;
	margin-top: 10px;
	font-size: 13px;
	margin-left: 40px;
}

.start a:hover {
	background-image: url(../images/btn_hell.png);
	color: #423834;
}

#aktuell {
	position: absolute;
	top: 210px;
	right: 0;
	left: 0;
	text-shadow: #000000 0 0 0px;
	background: rgba(181,165,115,0.96);
	padding-top: 30px;
	padding-bottom: 30px;
}

#aktuell h1, #aktuell p {
	color: #EFEADE;
}

#aktuell h1 {
	line-height: 120%;
	margin-top: 0;
	margin-bottom: 0;
}
#aktuell p {
	margin-top: 0;
	font-size: 20px;
}

#close a {
	color: #ffffff;
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 40px;
	font-weight: bold;
}
/*cms*/
.cms {
	padding-top: 10px;
	padding-bottom: 20px;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}
/*startseite*/
/* Bilddarstellung */
.container img, .container a img {
	
}
/* Sonderelemente */
.trennlinie {
}
.center, .c {
	text-align: center;
}
.hide {
	display: none;
}
.clearer {
	clear: both
}
/* Menue */

#menlink {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 600;	cursor: pointer;
	display: block;
}

.backlink {
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 600;	cursor: pointer;
	display: block;
}

.reslink {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 600;	cursor: pointer;
	display: block;
}
.reslink span {
	font-size: 16px;
	vertical-align: top;
	display: block;
	float: left;
	padding-top: 6px;
}
.pos_men {
	background-color: #EFEADE;
	text-align: left;
	position: fixed;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	z-index: 550;
	display: none;
	opacity: 0.95;
}
ul#menue {
	margin: 10px 0 0;
	padding: 0;
}
/* Hauptmenue */
ul#menue li {
	list-style: none;
	position: relative;
}
ul#menue li a, ul#menue li a:visited {
	color: #B5A573;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	margin: 0;
	padding-left: 20px;
	white-space: nowrap;
	display: block;
}
ul#menue li a.aktuell, ul#menue li a:hover {
}
/* Submenue*/
ul#menue li ul {
	margin: 0;
	padding: 0 10px;
	top: 40px;
	left: 0;
	width: auto;
}
ul#menue li ul li {
	display: block;
	padding-left: 20px;
}
ul#menue li ul li:last-child {
	border-style: none;
}
ul#menue li ul li a, ul#menue li ul li a:visited {
	font-size: 14px;
}
ul#menue li ul li a.aktuell, ul#menue li ul li a:hover {
}/* pad */@media(max-width: 980px){
	.pos_image {
		height: 200px;
	}
	.submen img {
		width: 100px;
		height: 100px;
	}}/* smartphone */@media(max-width: 480px)
{
	body {
		font-size: 12px;
	}
	.pos_top img {
		width: 140px;
		height:  auto;
	}
	.pos_image {
		height: 120px;
	}
	.submen div {
		padding: 5px;
		font-size: 14px;
		line-height: 120%;
	}
	.submen img {
		width: 80px;
		height: 80px;
	}
	h1, a h1 {
		font-size: 18px;
	}
	h2, a h2 {
		font-size: 22px;
	}
	h3 {
	}
	h4 {
	}
	h5 {
	}
	h6 {
	}}