/* @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: 100%;
  	max-width:956px;
  }
  
  #L {
  	width: 200px;
  	padding: 10px;
  	border: solid 1px #cbcbcb;
  	position: absolute;
  	top: 20px;
  	left: 20px;
  }
  
  
  #R {
  	width: 200px;
  	border: solid 1px #cbcbcb;
  	padding-right: 2%;
  	padding-left: 2%;
  	padding-top: 2%;
  	position: absolute;
  	top: 20px;
  	right: 20px;
  	
  }
  
  #Inhalt {
	padding-left: 260px;
	padding-right: 270px;
	padding-top: 2%;
	padding-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
	background: #ffffff;
	position: relative;
	bottom:0;
  }
 
}
@media screen and (min-width: 600px) and (max-width: 999px) {
	#L {
		display: none;
	}
	
	#R {
	  	width: 200px;
	  	border: solid 1px #cbcbcb;
	  	padding-right: 2%;
	  	padding-left: 2%;
	  	padding-top: 2%;
	  	position: absolute;
	  	top: 20px;
	  	right: 20px;
	  	
	  }
	#Inhalt {
		padding-left: 20px;
		padding-right: 260px;
	 	}
	
	
}

@media screen and (max-width: 600px) {
	
	#L {
		display: none;
	}
	#Inhalt {
		padding-left: 10px;
		padding-right: 10px;
	}
	
}

/* @group Blocks */
	
html {
	background: #eaeaea;
}	

body {
	margin: 0 auto; 
	padding: 0; 
	font: normal 1em/1.4em Arial, Helvetica, sans-serif;
  	background: #eaeaea;
  	color: black;
	
}

#Top {
	margin: 0 0 0;
	text-align: center;
	width: 100%;
	position: relative;
	background: #3377BB url(../Bilder/gradient.png) repeat-x;
}

#Top img {
	float: right;
}

nav {
	clear: both;
	background: #163358;
}

#Inhalt {
	padding-top: 2%;
	padding-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
	background: #ffffff;
	position: relative;
	bottom:0;
}

#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%;
	background: #fff;
}


/* @end */


h1, h2 {

	line-height: 1.2em;
	font-size: 1.6em;
	margin-bottom: 0.5em;
	//padding-top: 1em;

	color: #2961ac;
}
h2 {
	font-size: 1.4em;
}

#L h1, #R h2 {
	font-size: 1.2em
}

h3 {
	padding-top: 0; border-top: 1px  #3e5816; margin-top: 12px; margin-bottom: 6px; margin-left: 0;
	line-height: 1.2em;
	color: #2961ac;
	font-size: 1.2em;
}

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

.C {
	text-align: center;
}

p img {
	
	width: 100%;
}

b {
	font-weight: bold;
}

.nobr {
	white-space: nowrap;
}

hr {
	display: none;
}


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

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


td { vertical-align: top; }



/* @group Navigation */

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

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

#R ul.nav {
	background: #ffffff;
}
#R .nav li {
		display: block;
		text-align: left;
		border-bottom: solid 1px #d5d5d5;
		padding: 5px;
}
#R .nav a {
	color: #3474ad;
}

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

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








	

