/* @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.4em verdana;
	color: black;
	
}

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

#Top img {
	width: 100%;
}

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

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: #000000;
}
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;
}

.C {
	text-align: center;
}

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

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;
}

hr {
	display: none;
}


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%;
}

@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 {
	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 p {
	width: 96%;
	margin-bottom: 1em;
}

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




/* @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 */








	

