@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

* { padding: 0; margin: 0; } 

h2, h3, p, ul, ol { margin-bottom: 1em; } 

ol ul { margin-bottom: 0; } 

li { margin-left: 2em; } 

#container .bildlink {border: none;} 


body {
	background-color: #eee;
	font-size: 0.8em;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#3c3736;
	line-height: 1.3;
	padding:0;
	margin:0;
	display:table;
    width:100%;
}
img {border: none; }
a {text-decoration: none; outline: none;}
a:link {
	color: #084A9C;
	border-bottom: 1px dotted;
}
a:visited {
	color:#CE0101;
	border-bottom: 1px dotted #CE0101;
}
a:hover , a:focus {border-bottom: 1px solid; }
a:active { color:#000000;}


h1 {
	font-size: 2em;
 }

h2 {
	font-size: 1.7em;
	font-weight: bold;
	font-family: Times New Roman, serif;
}
h4 {
	margin-bottom: 0.4em;
	color: #B30000;
}

#noscript {
	border-bottom: 2px solid #DB0010;
	padding: 0.8em;
	font-size: 1em;
	color: #fff;
	background: #333;
	height: 1em;
	width: 100%;
	position: fixed;
	top: 0; right: 0;
	z-index: 1000;
	text-align:center;
}


/* -------------banner----------------- */
#banner_druck { display: none; }
#rcc_schriftzug {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background-color: #8FE455;
	border-bottom: 2px solid #0B6F12;
}
#uhrzeit_und_ort {
	font-size: 1.3em;
	font-variant: small-caps;
	color: #FAD735;
	text-shadow: 1px 1px 1px #4D4D4D;
	text-align: center;
	/*border-top: 1px solid #8FE455;*/
	padding: 2px 0 3px 0;
	background: #270772; /* Old browsers */
	background: -moz-linear-gradient(left,  #1A8EFF 0%, #010822 40%, #010822 60%, #270772 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1A8EFF), color-stop(40%,#010822), color-stop(60%,#010822), color-stop(100%,#270772)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #1A8EFF 0%,#010822 40%,#010822 60%,#270772 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #1A8EFF 0%,#010822 40%,#010822 60%,#270772 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #1A8EFF 0%,#010822 40%,#010822 60%,#270772 100%); /* IE10+ */
	background: linear-gradient(to right,  #1A8EFF 0%,#010822 40%,#010822 60%,#270772 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1A8EFF', endColorstr='#270772',GradientType=1 ); /* IE6-9 */
}
#banner_splitter{
	height: 1px;
	background: #270772; /* Old browsers */
	background: -moz-linear-gradient(left,  #1A8EFF 0%, #8fe455 40%, #8fe455 60%, #270772 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1A8EFF), color-stop(40%,#8fe455), color-stop(60%,#8fe455), color-stop(100%,#270772)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #1A8EFF 0%,#8fe455 40%,#8fe455 60%,#270772 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #1A8EFF 0%,#8fe455 40%,#8fe455 60%,#270772 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #1A8EFF 0%,#8fe455 40%,#8fe455 60%,#270772 100%); /* IE10+ */
	background: linear-gradient(to right,  #1A8EFF 0%,#8fe455 40%,#8fe455 60%,#270772 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1A8EFF', endColorstr='#270772',GradientType=1 ); /* IE6-9 */
}
#uhrzeit_und_ort_bottom{
	height: 3px;
	background: #bbb;	
	border-bottom: 1px solid #666;
}
#banner {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background: #002c69;
	border-top: none;
}

#banner_container {
 background-image: url(images/banner.png);
 background-position: center center;
 background-repeat: no-repeat;
 height: 250px;
}


/* ----------container zentriert das layout-------------- */
#container {
	width: 80%;
	min-width: 998px;
	margin: 0 auto;
	background-color: #8FE455;
	border-left: 2px solid #0b6f12;
}

.skiplink {
	position: absolute; 
	top: -5000px; 
	left: -5000px; 
	width: 0;
	height: 0; 
	overflow: hidden; 
	display: inline; 
}


/* --------------navi------------- */
#navi{
	float: left;
	margin: 0;
	padding: 30px 5px 20px 0;
	color:#053909;
	font-size: 1.3em;
	text-align: right;
	width: 195px;
}
#navi ul{
	list-style-type: none ;
	font-variant: small-caps;
}
#navi ul#navpages li  {
	margin: 0;
	padding-bottom: 5px;
}
#navi a {
	text-decoration: none;
	color: #053909;
	border: none;
}
#navi ul#navpages a {
	padding-right: 25px;
	padding-bottom: 2px;
	vertical-align: middle;
	background-image: url(images/pfeil.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#navi ul#navpages a:hover {
	font-weight: bold;
	background-image: url(images/pfeil_hover.gif);
	}
#navi ul#navpages span {
	margin: 0;
	font-weight: bold;
	padding-right: 25px;
	padding-bottom: 2px;
	vertical-align: middle;
	background-image: url(images/pfeil_auswahl.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#navi #sponsorenani{
	margin: 10px 15px;
	padding: 2px;
	border: 3px solid #002763;
}
#navi ul#navpages a#facebook{
	display: block;
	margin: 10px 20px;
	padding: 0;
	width: 160px;
	height: 52px;
	background-image: url(images/facebook.png);
}
#navi ul#navpages a#facebook:hover{
	background-position: 0 -52px;
}
#navi ul#navpages a#lichterzug_cd{
	display: block;
	margin: 10px 20px;
	padding: 0;
	width: 160px;
	height: 141px;
	background-image: url(images/cd.png);
}
#navi ul#navpages a#lichterzug_cd:hover{
	background-position: 0 -141px;
}

/* -------------social icons----------------- */
#services {
  text-align: center;
  transform: translatez(0);
}
#services li {
  width: 70px;
  height: 70px;
  display: inline-block;
  margin: 5px;
  list-style: none;
}
#services li div {
  position: relative;
  margin: 2px;
  width: 70px;
  height: 70px;
  color: #8FE455;
  font-size: 3em;
  text-align: center;
  line-height: 70px;
  background-color: #fff;
  border-radius:5px;
  transition: all 0.5s ease;
}
#services li a {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #8FE455;
}
#services li div:hover {
  transform: rotate(360deg);
  border-radius: 70px;
}
#services li span {
  width: 70px;
  height: 15px;
  display: block;
  padding: 3px 0px;
  color: #053909;
  font-size: 0.8em;
  text-align: center;
}
/* -------------end social icons----------------- */


/*-----------------bilder-navi------------------*/
#jahrauswahl{
	text-align: center;
}
#jahrauswahl ul {
	margin: 20px 0;
	padding: 0;
	background-color: #bbb;
	line-height: 2.5;
}
#jahrauswahl li {
	display: inline;
	list-style-type: none;
	margin: 0;
}
#jahrauswahl li span{
	background-color: #b1e38f;
	color: #053909;
	padding: 8px;
	border-right: 2px solid #eee;
}
#jahrauswahl li a {
	text-decoration: none;
	border: none;
	color: #3c3736;
	padding: 8px;
	border-right: 2px solid #eee;
}
#jahrauswahl li:first-child a, #jahrauswahl li:first-child span{
	border-left: 2px solid #eee;
}
#jahrauswahl li a:hover, #jahrauswahl li a:focus{
	color: #fff;
	background-color: #9dc97f;
}




/* -----------------inhalt--------------------- */
#content {
	text-align: justify;
	min-height: 55em;
	height: auto !important;
	height: 55em;					/*IE6-Hack*/
	background-color: #eee;
	padding: 30px 35px;
	margin-left: 200px;
	border-left: 2px solid #0b6f12;
}
#content #sponsorenliste { text-align: center;}
#sponsorenliste img{ 
	margin: 4px 8px;
	padding: 1px;
	border: 2px solid #002763;
}
#sponsorenliste a {
	text-decoration: none;
	border:0;
}
table {margin: 1em 0;}
caption {
	text-align:left;
	font-weight: bold;
	border-bottom: 1px solid;
	margin-bottom: 1em;
}
td {
	padding-right: 30px;
	vertical-align:top;
}
#jeckennews #content img {
	float: left;
	margin-right: 10px;
}
#content .backlink {
	display: block;
	height: 15px;
	padding-right: 25px;
	padding-top: 5px;
	font-size: 0.8em;
	border:none;
	text-align: right;
	background-image: url(images/news_pfeil.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.news {
	border-bottom: 1px solid #555;
	margin-bottom: 3em;
	padding-bottom: 0.2em;
}
a#news_alt_button{
	display: block;
	width: 200px;
	text-align: center;
	margin: 0 auto;
	padding: 6px 10px;
	background: #393;
	border: 1px solid #fff;
	color: #fff;
	font-size: 15px;
}
a#news_alt_button:hover{
	background: #262;
}
.highslide-gallery a, .highslide-controls a, .highslide-thumbstrip-inner a, .highslide-header a{ border: none; }
.highslide-gallery ul li {background-color: #eee !important;}
.highslide img{ border-color: #666 !important;}


/* ---------------fussbereich-------------------- */
#fussbereich {
	clear: left;
	background: #002c69; /* Old browsers */
	background: -moz-linear-gradient(left,  #002c69 0%, #010822 40%, #010822 60%, #002c69 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#002c69), color-stop(40%,#010822), color-stop(60%,#010822), color-stop(100%,#002c69)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #002c69 0%,#010822 40%,#010822 60%,#002c69 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #002c69 0%,#010822 40%,#010822 60%,#002c69 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #002c69 0%,#010822 40%,#010822 60%,#002c69 100%); /* IE10+ */
	background: linear-gradient(to right,  #002c69 0%,#010822 40%,#010822 60%,#002c69 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002c69', endColorstr='#002c69',GradientType=1 ); /* IE6-9 */
	padding: 0;
	margin: 0;
	color: #ddd;
	border-top: 1px solid #666;
}
#fussbereich a:link, #fussbereich a:visited {
	color: #999;
	border-bottom: 1px dotted #999;
}
#fussbereich span {font-size: 140%; font-weight: bold; color: #888;}
	
address {
	text-align: center;
	font-size: 80%; 
	font-style: normal; 
	letter-spacing: 1px;
	line-height: 1.5;
	padding-top: 15px;
	border-top: 3px solid #bbb;
}

#sichtwahl{
	text-align: center;
	padding-bottom: 10px;
}
#sichtwahl input{
	width: 9em;
	font-size: 1.2em;
	color: #f5f5f5;
	margin: 0.5em 1em;
	border: 1px solid #999;
	background-color: #393;
	cursor: pointer;
	letter-spacing: 0.2em;
}

