/*-----------------------------------------------------*/
/*----------------------- Haupt -----------------------*/
/*-----------------------------------------------------*/

#header, .skip, #left, #right, form {
	
	display: none;
	
}

* {
	
	margin: 0;
	padding: 0;
	border: 0 none;
	
}

body {
	
	font-size: 100.1%;
	text-align: center;
	
}

#wrapper {
	
	width: 85%;
	margin: 0 auto;
	
	text-align: left;
	
}


/*-----------------------------------------------------*/
/*--------------------- Schrift -----------------------*/
/*-----------------------------------------------------*/

body {
	
	color: #313131;
	font-size: 100.1%;
	font-family: Helvetica, Arial, Sans-Serif;
	
}

a {
	
	color: #c93;
	text-decoration: none;
	
}

a[href]:after {
	
	font-size: 8pt;
	font-style: italic;
	content: " (URL: " attr(href) ") ";
	
}

 h2 {
	
	color: #c93;
	font-size: 22pt;
	font-family: Garamond, Georgia, Serif;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	line-height: 1.4em;
	
	border-bottom: 1px solid #c93;
	margin-bottom: 20px;
	
}

#footer h2 {

	border-top: 1px solid #c93;
	border-bottom: 0 none;
	margin-top: 1em;
	
}

#content h3 {
	
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.4em;
	
	margin-bottom: 1em;
	
}

#content .news h3 {
	
	color: #c93;
	text-transform: none;
	margin-bottom: .2em;
	
}

#content .news h4 {
	
	text-transform: none;
	
}

#content h4 {
	
	font-size: 10pt;
	line-height: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	
	margin-bottom: .4em;
	
}

#content h5 {
	
	font-size: 10pt;
	line-height: 1.4em;
	font-weight: bold;
	
	margin-bottom: .1em;
	
}

#content p {
	
	font-size: 10pt;
	line-height: 1.4em;
	
	margin-bottom: 1.4em;
	
}

.wp-pagenavi .page::after, .wp-pagenavi .current::after {
	
	color: #313131;
	
}

#content table th {
	
	font-weight: normal;
	
}

#content table th, #content table td {
	
	font-size: 10pt;
	line-height: 1.4em;
	vertical-align: top;
	
}

#content table tr.first-line td {
	
	color: #c93;
	
}

#content ul li {
	
	font-size: 10pt;
	line-height: 1.3em;
	
}


/*-----------------------------------------------------*/
/*----------------------- Teil ------------------------*/
/*-----------------------------------------------------*/

#content h3, #content h4, #content p, #content .wp-pagenavi, #content table {
	
	margin-right: 10pt;
	margin-left: 10pt;
	
}

.post-gallery {
	
	list-style-type: none;
	
}

.news {
	
	list-style-type: none;
	
}

.news .image img {
	
	float: right;
	
}

.news .image .gallery,
#content .text-image-block .gallery {
	
	width: 200px;
	min-height: 190px;
	margin: 0 20px 15px 10px;
	float: right;
	list-style-type: none;
	
}

.news .image .gallery .hide,
#content .text-image-block .hide {
	
	display: none;
	
}

.news .image .gallery img {
	
	float: none;
	
}

.wp-pagenavi {
	
	font-size: .719em;
	margin-bottom: 25px;
	
}

.wp-pagenavi span, .wp-pagenavi a {
	
	padding-right: 5px;
	
}

.wp-pagenavi .page::after, .wp-pagenavi .current::after {
	
	content: '|';
	padding-left: 5px;
	
}

.wp-pagenavi .current:last-child::after {
	
	content: '';
	
}

#content table {
	
	margin-bottom: 20px;
	
}

#content table th {
	
	border-top: 1px dotted #313131;
	padding-top: 1em;
	
}

#content table td {
	
	padding-right: 10px;
	
}

#content table tr:first-child th {
	
	border-top: 0 none;
	padding-top: 0;
	
}

#content table .last-line td {
	
	padding-bottom: 1em;
	
}

#content .text-image-block dt,
#content .text-image-block dd {
	
	margin: 0;
	
}

#content .text-image-block dt {
	
	width: 290px;
	float: left;
	
}

#content .text-image-block dd {
	
	width: 200px;
	float: right;
	
}

#content ul {
	
	margin: 0 20px 20px 50px;
	
}

#content #cformsform {
	
	border-bottom: 1px solid #c93;
	margin-bottom: 20px;
	padding: 0 20px 20px 20px;
	
}

#content #cformsform ol {
	
	list-style-type: none;
	
}

#content #cformsform input {
	
	width: 190px;
	
}

#content #cformsform textarea {
	
	width: 270px;
	
}

#content #cformsform input,
#content #cformsform textarea {
	
	border: 1px solid #e2d2ac;
	padding: .1em .2em;
	
}

#content #cformsform label {
	
	width: 100px;
	float: left;
	display: block;
}

#content #cformsform li {
	
	margin-bottom: 3px;
	
}

#content #cformsform .textonly {
	
	margin-top: 5px;
	margin-left: 100px;
	
}

#content #cformsform #sendbutton {
	
	width: 83px;
	background: #f8c533 url('./images/submit-background.gif') repeat-y;
	border: 0 none;
	margin: -31px 64px 0 0;
	padding: .2em 0;
	
	float: right;
	
}

.text-box .left,
.text-box .right {
	
	width: 50%;
	float: left;
	
}

#content .text-box .left p,
#content .text-box .right p {
	
	margin-right: 10px;
	
}


/*-----------------------------------------------------*/
/*---------------------- Detail -----------------------*/
/*-----------------------------------------------------*/

img {
	
	margin: 0 auto;
	display: block;
	
}

.gallery li {
	
	position: static !important;
	
}


/*-----------------------------------------------------*/
/*--------------------- CSS-Hacks ---------------------*/
/*-----------------------------------------------------*/

.clearfix:after,
#wrapper:after,
.news .image:after,
#content .text-image-block:after,
.text-box:after {
	
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;

}