html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
font-family: verdana, arial, helvetica, sans-serif, calibri, Tahoma;
margin:10px !important;
line-height: 145%;
font-size:75%;
color:#000 !important;
background: #fff none !important;
}

#wrapper, #maincontent, #content {
width:100% !important;
}

a:link, a:visited, a:active, a:hover {
color: #000 !important;
text-decoration: none;
}

.hidden-print {
position:absolute; 
left:-9999px;
}

.clearfix:after {
   clear: both;
}

.clearfix {
}

.hidden {
	position:absolute;
	left:-9999px;
}

input, textarea {
	font-family: inherit;
	font-size: inherit;
}

fieldset {
	border: 0
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

a img, img {
	border: none;
}



.clearboth {
clear:both;
font-size: 0px;
line-height: 0px;
height: 0px;
}

.clearboth5 {
clear:both;
font-size: 5px;
line-height: 5px;
height: 5px;
}

.clearboth10 {
clear:both;
font-size: 10px;
line-height: 10px;
height: 10px;
width:100%;
}

.clearboth15 {
clear:both;
font-size: 15px;
line-height: 15px;
height: 15px;
width:100%;
}

.clearboth18 {
clear:both;
font-size: 18px;
line-height: 18px;
height: 18px;
width:100%;
}

.clearboth20 {
clear:both;
font-size: 20px;
line-height: 20px;
height: 20px;
width:100%;
}

.clearboth25 {
clear:both;
font-size: 25px;
line-height: 25px;
height: 25px;
width:100%;
}

.clearboth30 {
clear:both;
font-size: 30px;
line-height: 30px;
height: 30px;
width:100%;
}

.clearboth34 {
clear:both;
font-size: 34px;
line-height: 34px;
height: 34px;
width:100%;
}

.clearboth40 {
clear:both;
font-size: 40px;
line-height: 40px;
height: 40px;
width:100%;
}

.spacer5 {
height:5px;
font-size:5px;
line-height:5px;
}

.spacer10 {
height:10px;
font-size:10px;
line-height:10px;
}

.spacer15 {
height:15px;
font-size:15px;
line-height:15px;
}

.spacer20 {
height:20px;
font-size:20px;
line-height:20px;
}

.spacer22 {
	font-size: 22px;
	line-height: 22px;
	height: 22px;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}


#accessible_statement, #header, #footer, #maincontent #leftarea, 
#maincontent #rightarea, .xy-slideshow-thumbs, .seitenzahlen {  
	display: none !important; 
	margin:0;
	padding: 0;
}

#maincontent #mainarea  h1 {
	color:#000;
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 10px;
	display:block;
}

#maincontent #mainarea  h2 {
	color:#000;
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 10px;
	display:block;
}


/* START TEXTBLÖCKE */
.hide_txt_anchor {
	position: absolute; 
	width: 0px; 
	height: 0px;
}

/* Fuer Abstände indent mit textblock-ausgabe zum layouten */
.textblock-ausgabe {
	width: 100%;
	margin-bottom: 20px;
}

.textblock-ausgabe:last-child {
	margin-bottom: 10px;
}

.textblock-ausgabe strong.titel {
	font-weight:bold;
	line-height: normal;
	display:block;
	margin-bottom: 5px;
}

/*wegen html doctype und width wegen altem layout*/
.textblock-ausgabe img {
	vertical-align: bottom;
	/*max-width: 535px;*/
}

.textblock, .textblock.standard, .textblock.einleitung  {
	width: 100%; 
	float: none;
}

.textblock.einleitung {
	font-style: italic;
}

.textblock p {
	margin-bottom: 10px;
}

.textblock-ausgabe strong.titel a, .textblock a, .termine_details a {
	text-decoration:underline;
}


.beitrag-image-rechts {
	float:right;
}

.beitrag-image-links {
	float:left;
}


/* Bildunterschrift */
.image_info {
	border: none;
	margin:0;
	padding:0;
	min-height:1.8em;
	background: #fff;
	/*position:relative;*/
}

.image_title {
	display:block;
	padding: 4px 17px 4px 8px;
	/*position:relative;*/
	text-align:left;
	font-size:90%;
	font-weight: normal;
	line-height:150%;
	word-wrap:break-word ! important;
}

.image_popup {
	float:right;
	width:15px;
	height:15px;
	/*position:absolute;*/
	right:0;
	top:0;
}


/* START Termine Beitrag */
.termine_details {
	float: left;
}

.termine_details_left {
	float: left;
	width: 100px;
	padding: 5px 15px;
}

.termine_details_right {
	float: left;
	width: 373px;
	padding: 5px 15px;
}

/*** SEITENZAHLEN 
.seitenzahlen {
	float:left;
	width:100%;
	padding: 0 0 20px;
}

.seitenzahlen-links {
	float:left; 
}

.seitenzahlen-rechts {
	float:right; 
	font-weight:bold;
}

.seitenzahlen-rechts a {
	text-decoration:underline;
}

.seitenzahlen-rechts ul {
	margin:0;
	padding:0;
}

.seitenzahlen-rechts li {
	float:left;
	list-style: none;
}

.seitenzahlen-rechts li.normal {
	background:#7B9E3B;
	color:#fff;
	margin-right:5px;
	padding:0 4px;
}

.seitenzahlen-rechts li.next {
	color:#fff;
	margin-right:5px;
	padding:0 4px;
}
***/

/*** LISTUNG ***/
.listung ul {
	list-style: none;
}

.listung ul li {
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.listung ul li .bild-links {
	width: 175px;
	float: left;
}

.listung ul li .bild-links img {
	width:150px;
}

.listung ul li .text-rechts {
	width: 360px;
	float: left;
}

.listung ul li .text-rechts a {
	color: #4d4d4d;
}

.listung ul li .text-rechts a:hover {
	text-decoration: none;
}

.listung ul li .text-rechts strong.title {
	display: block;
	font-weight: normal;
	margin-bottom: 5px;
}

.listung ul li .text-rechts a .furtherlink {
	float: right;
	margin-top: 10px;
}


/*** SITEMAP ***/
.sitemap {
	float:left;
	width: 100%;
}

.sitemap .struktur {
	float:left;
	width:40%;
	margin:0 25px 15px 0;
	/*position:relative;*/
}

.sitemap strong {
	display:block;
	margin-bottom:5px;
}

.sitemap ul {
	padding:0 0 0 10px;
	margin:0;
}

.sitemap ul li {
/*background:url(/2010/g/pfeil.gif) no-repeat 0 4px;*/
	list-style: none;
	margin: 0;
	padding:0; 
}


/* START Slideshow */
.slideshow {
	float:left; 
	width:460px; 
	background:#fff; 
	margin-top:10px; 
}

.slideshow-pics {
	display:block;
}

.slideshow ul.slide-big {
	margin: 0 ! important;
	padding: 0;
	height: 259px ! important;
	overflow: hidden;
}

.slideshow ul.slide-big li {
	text-align:center;
	margin: 0 ! important;
	padding: 0;
	line-height: 10px;
	list-style: none;
	list-style-image: none;
}

.slideshow-title-bg {
	float: left;
	background: url(/2013/g/bildergalerie/bildergalerie-bg.gif) repeat-y  #fff;
	width:460px; 
	line-height: normal;
}

.slideshow-title-count-functions {
	float:left; 
	width:438px; 
	border:1px solid #e6e6e7;
	text-align:left; 
	padding:5px 10px;
}

.slideshow-title {
	float:left; 
	font-size: 90%;
	width: 251px;
	margin-top: 8px;
	padding-right: 15px;
}

.slideshow-count {
	float:left; 
	font-size: 90%;
	width: 42px; 
	margin-top: 8px;
}

.slideshow-functions {
	float:right; 
	width: 125px; 
	text-align: right;
}

span.bg-thumb {
	width:140px; 
	height: 79px;
	overflow: hidden;
	float:left; 
	text-align:center; 
	margin-right:10px; 
}

span.bg-thumb.last {
	margin-right:0px; 
}