/* ------------------------------------------------------------------------------ */
/* allgemein Formate   */
/* ------------------------------------------------------------------------------ */

html, body, h1, h2, h3, h4, h5, img, ul, li, a, div, input, textarea {
	margin:0px; padding:0px;
	border:0px;
	font:normal 12px/18px Arial Helvetica, sans-serif;
	color:#706f6f;
	text-decoration:none;
}

a { cursor:pointer; }

*:focus {
	outline:0;	
}

.clear { clear:both; height:0px;line-height:0px; }

html, body { height:100%; }

* { margin:0; }

#wrapper {
	width:980px;
	margin:0 auto;
}



/* ------------------------------------------------------------------------------ */
/* Eingangsseite */
/* ------------------------------------------------------------------------------ */

#wrapper {
	width:980px;
	margin:200px auto;
}

#content {
	width:980px; height:262px;
	border-top:1px solid #bf9f55;
	padding:4px 0 0 0;overflow:hidden;
}

.left {
	width:378px;
	float:left;
}

.center {
	width:207px;
	float:left;
	margin:0 9px 0 8px;
}

.logo_first {
	padding:0 0 8px 0;
}

* html .logo_first { padding-bottom:5px; }
* + html .logo_first { padding-bottom:5px; }


.right {
	width:378px;
	float:left;
}


/* ------------------------------------------------------------------------------ */
/* Footer */
/* ------------------------------------------------------------------------------ */

#footer {
	width:980px; height:65px;
	margin:4px 0 10px 0;
	border-top:1px solid #bf9f55;
	border-bottom:1px solid #bf9f55;
}

#footer .inside {
	padding:12px 0;
	text-align:center;
	color:#bf9f55;
	font:bold 15px/22px Palatino, Palatino Linotype, Serif;
}

#footer a {
	color:#bf9f55;
	font:bold 15px/22px Palatino, Palatino Linotype, Serif;
}

#footer a:hover,
#footer a:active {
	text-decoration:underline;
	color:#85539f;
}

/* Cookie notice */
.cc-message {
	font-size: 12px;
}