/* @group Resets */

html, body, div, span,
h1, h2, h3, h4, p, blockquote, pre, address, cite, code, img, sub, sup, 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;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	border-style: none;
	border-width: 0;
} 

ul,ol { list-style: none;
	margin: 0;
	padding: 0;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
    display:block;
}
h1,h2,h3,h4,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal;
	text-align: left;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* @end */

@media screen and (min-width: 1000px) {
  body{
  	width: 1000px;
  }
  
  #L {
  	width: 57%;
  	margin-right: 3%;
  	float: left;
  	margin-bottom: 1em;
  }
  
  
  #R {
  	width: 38%;
  	background-color: #e8e8e8;
  	padding-right: 1%;
  	padding-left: 1%;
  	float: left;
  }
  
  
 
}


/* @group Blocks */
body {
	margin: 0 auto; padding: 0; background: #fefefe;
	background-repeat: repeat;
	font: 1em/1.6em verdana;
	color: black;
	
}

#Top {
	margin: 0 0 1%;
	text-align: center;
	width: 100%;
	position: relative;
	float: left;
}

#Top img {
	width: 100%;
}
#Top img.Sticker {
	position: absolute;
	top: 0;
	left: -150px;
	width: 300px;
}
@media screen and (max-width: 1250px) {
	#Top img.Sticker {
		left: 0px;
	}
}	
@media screen and (max-width: 750px) {
	#Top img.Sticker {
		left: 0px;
		width: 150px;
	}
}

#Top h1 {
	text-align: center;
	font-size: 2em;
	color: #213c96;
}

nav {
	clear: both;
}

#Inhalt {
	margin-right: auto;
	margin-left: auto;
	padding: 2%;
	clear: both;
}

@media screen and (min-width: 500px) {
	div#SB {
		width:46%;
		padding:2%;
		background-color: #fef7a2;
		float: right;
	}
}
@media screen and (max-width: 499px) {
	div#SB {
		width:96%;
		padding:2%;
		background-color: #fef7a2;
		float: none;
	}
}

p.Warnung {
	width:96%;
	padding:2%;
	background-color: #fef7a2;
}
#footer {
	clear: both;
	color: #000;
	font-size: 0.7em;
	line-height: 1.2em;
	padding: 5em 2% 1em;
	margin-right: auto;
	margin-left: auto;
	width: 96%;
}
.Browse {
	text-align: center;
	margin-top: 2em;
	padding-top: 2em;
	border-top: 2px solid #eee;
	clear: both;
}

/* @end */


h1 {
	border-bottom: 2px solid #eee;
	line-height: 1.2em;
	font-size: 1.6em;
	margin-bottom: 0.5em;
	margin-top: 1em;
	clear: both;
	color: #203e91;
}
h2 {
	
	line-height: 1.2em;
	font-size: 1.6em;
	margin-bottom: 0.5em;
	margin-top: 1em;
	clear: both;
	color: #bf0010;
}

h3 {
	padding-top: 0; 
	margin-top: 1em; 
	margin-bottom: 0.5em; 
	margin-left: 0;
	line-height: 1.2em;
	color: #198a2b;
	font-size: 1.2em;
}
li h3 {
	margin-bottom: 0;
	margin-top: 0.5em;
}

p {
	width: 100%;
	margin-bottom: 1em;
	
	position: relative;

}

.C {
	text-align: center;
}

p img {
	float: right;
	padding-left: 10px;
	width: 50%;
}
p iframe {

	width: 100%;

}	

p.cf {
	clear: both;
	padding-top: 1em;
}
div.B3 {
	clear: both;
}

div.B3 img {
	width: 30%;
	padding:0;
	float: left;
	padding:1%;
	
}

b {
	font-weight: bold;
}
i {
	font-style: italic;
	color: #1e3e94;

}

hr {
	display: none;
}

ol {
	list-style-type: decimal;
	margin: 0; padding: 0 0 16px 26px;
}
ol li {
	padding-bottom: 12px;
	line-height: 1.4em;
}

ul {
	margin: 0; padding: 0 0 16px 16px;
	list-style-type: disc;
}
ul.TOC {
	margin: 0; padding: 0 0 16px 0px;
	list-style-type: none;
}

li {
	font-size: 1em;
	line-height: 1.3em;
}

ul.TOC li {
	margin-bottom: 2em;
}
td { vertical-align: top; }



/* @group Navigation */

ul.nav {
	list-style-type: none;
	list-style-type: none;
	background-color: #e2000f;
	color: #fff;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 0.5em 2% 0;
	margin-bottom: 1%;
}

ul.UN {
	list-style-type: none;
	list-style-type: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 0.5em 2% 0;
	margin-bottom: 1%;
}

@media print {
	ul.nav {
		display: none;
	}
}

ul.nav br {display: none;}

@media screen and (max-width:900px) {
	ul.nav br {display: block;}
}


.nav a:link, .nav a:hover, .nav a:visited, .nav a:active, .nav span { 
	text-decoration: none;
	border-style: none;
	font-size: 1.2em;
		line-height: 1.2em;
	font-style: normal;
	background-color: #e2000f;
	color: #fff;

}

.nav li, .UN li {
	border-style: none;
	background-image: none;
	background-color: transparent;
	padding-bottom: 0.5em;
	padding-right: 1%;
	display: inline-block;
	bottom: 0;
	top: 0;
	padding-left: 1%;
}


.nav a:hover, .nav a:active {
	color: #000; border-bottom-style: none;}

.nav span { color: #b6b6b6;
	font-weight: bold;
}



a:link, a:visited, a:hover, a:active {
	text-decoration: none; border-bottom-style: dotted; border-bottom-width: 1px;
	color: #198a2b;
}

a:hover {
	border-bottom-style: solid; border-bottom-width: 1px;}
		

/* @end */
	


/* @group Artikel */
.article {
	clear: both;
	padding-top: 20px;
	}
.article img {
	float: right;
	width: 45%;
	clear: right;
	padding-bottom: 1em;
	padding-left: 3%;
}
.article img.PS {
	width: 30%;
	padding-right: 15%;
}

.article p {
	width: 96%;
	margin-bottom: 1em;
	max-width: 600px;
}

@media screen and (max-width:500px) {
	.article img.LS {
		width:96%;
		float: none;
		padding-left: 0;
	}
}

/* !Galerie */
#Galerie {
	width:90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	float: left;
}

.Galerie,.GalerieQ {
	width: 100%;
	padding: 0;
	margin: 0%;
	text-align: left;
	list-style-type: none;
	
}
.Galerie li,.GalerieQ li {
	text-align: center;
	width: 150px;
	height: 150px;
	background-color: rgba(241, 235, 185, 0.851);
	margin: 2px;
	overflow: hidden;
	float: left;
	position: relative;
}

.Galerie li.LS img {
	margin-top: 16%;
	height:100px;
}


.Galerie li.PS img {
	width:100px;
	/* margin-top: 5%; */
	margin: 0;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
}

.Galerie p a, .Galerie li a {
	border-bottom-style: none;
}
@media screen and (max-width:800px) {
.Galerie p a img {
	width: 100%;
	float: none;
}
}

}
@media screen and (min-width:500px) {
.Galerie p.PS a img {
	width: 60%;
	float: none;
}
}

.Galerie p{
	width:98%;
	text-align: left;
}
.Galerie p img {
	float: none;
	padding-left: 0;
	width:70%;
}
div.BilderNav a {
	display: inline-block;
	width: 50px;
	padding: 2px;
	margin: 2px;
	text-align: center;
	font: bold 20px "Lucida Grande", Lucida, Verdana, sans-serif;
	border-radius:0px;
	background-color: #f0ebb9;
	border: 1px solid #394c94;
	color: #394c94;
}


div.BilderNav a:hover, div.BilderNav a:active {
	background-color: #394c94;
	color: #f0ebb9;
}


/* @group Events */
.EventBlock {
	clear: both;
	border-bottom: 2px solid #cc1c01;
	width: 100%;
	float: left;
	margin-bottom: 1em;
	position: relative;
	page-break-inside: avoid;
}


.RH {
	font-weight: normal;
	font-style: italic;
}

h3.Event {
	font-size: 1em;
	font-weight: bold;
	color: #3e3e3e;
	clear: none;
}

.Datum {
	color: #e2000f;
}

.Ort {
	font-style: italic;
	color: #e2000f;
}

.EventBlock img {
	float: right;
	width: 150px;
	padding-left: 5px;
}


/* @end */








	

