 html {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #2b2b2b;
  overflow-x: hidden;
 }

 body
 {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  color: #333;
  font-family: 'Times New Roman', sans-serif;
  text-align: left;
  line-height: 150%;
  color: #fff;
  background-size: cover;
  overflow-x: hidden;
  font-size: 14px;
 }
 
 div
 {
   border: none;
 }

 #document
 {
  width: 1000px;
  height: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
 }
 
 
 #topheader
 {
  width: 100%;
  height: 120px;
  margin: 0px;
  padding: 10px 0px;
  text-align: center;  
  background-color: #2b2b2b;
 }
 
 #topbtn
 {
  width: 33%;
  float: left;
  height: 50px;
  margin: 0px;
  padding: 35px 0px;
  text-align: left;  
  background-color: #2b2b2b;
 }
 
 #topbtn img 
 {
   margin-left: 50px;
 }
 
 #toplogo
 {
  width: 33%;
  float: left;
  height: 120px;
  margin: 0px;
  padding: 0px;
  text-align: center;  
  background-color: #2b2b2b;
 }
 
 #topservice
 {
  width: 33%;
  float: left;
  height: 50px;
  margin: 0px;
  padding: 35px 0px;
  text-align: right;  
  background-color: #2b2b2b;
 }
 
 #topservice img 
 {
   margin-right: 50px;
 }
 
 #leftcol
 {
  display: block;
  position: fixed;
  width: 260px;
  min-height: 100%;
  margin: 0px 0px 0px 10px;
  padding: 10px;
  background-color: #2b2b2b;
  font-size: 18px;
  text-align: left;
  overflow: auto;
 }


 #rightcol
 {
  display: block;
  position: fixed;
  overflow: visible;
  overflow-y: auto;
  overflow-x: hidden;
  width: 615px;
  height: 100%;
  margin: 0px 0px 0px 290px;
  padding: 0px;
  background-color: #000;
  font-size: 14px;
  text-align: left;
  color: #aaa;
  font-family: "Times New Roman" !important;
 }
 
 .ce_gallery img
 {
  opacity: 0.999;
 }
 
 #content .mod_navigation ul, #content .ce_text ul
 {
  display: list-item !important;
  list-style: disc !important;
 }

 #content .mod_navigation ul li, #content .ce_text ul li
 {
  list-style: disc !important;
  display: list-item !important;
  margin-left: 30px;
 }

 #headline
 {
  display: block;
  float: none;
  width: 615px;
  margin: 50px 0px 50px 0px;
  padding: 0px;
  background-color: #000;
  text-align: left;
  color: #aaa;
  text-align: center;
  background:url(../img/overlay-hl.png) repeat;
 }

 #logo
 {
  width: 260px;
  text-align: center;
  padding: 20px 0px;
 }

 #navi
 {
  font-family: 'Verdana', sans-serif;
  display: block !important;
  width: 260px;
  height: auto;
  margin: 0px;
  padding: 0px;
  text-align: center;
  display: block;
 }
 
 #footer
 {
  width: 260px;
  height: 100px;
  margin: 20px 0px 20px 0px;
  padding: 20px 0px 20px 0px;
  text-align: center;
  color: #aaa;
 }
 
div#organisations
{
	position: fixed;
	bottom: 20px;
	right: 140px;
	z-index: 99;
	width: 240px;
	height: 80px;
}

div#organisations img
{
	float: left;
	margin: 0px;
	padding: 0px;

}

div#organisations img:hover
{
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  filter: alpha(opacity=100);
}

div#organisations2
{
	position: fixed;
	bottom: 20px;
	margin: 5% auto; /* Will not center vertically and won't work in IE6/7. */
	left: 0;
	right: 0;
	z-index: 99;
	width: 240px;
	height: 80px;
}

div#organisations2 img
{
	float: left;
	margin: 0px;
	padding: 0px;

  opacity:0.8;
  filter:alpha(opacity=80);
  
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */


}

div#organisations2 img:hover
{
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  filter: alpha(opacity=100);
}

.back
{
  width: auto;
  text-align: center;
}

.bs-caption
{
	margin-left: 15%;
	padding-left: 63%;
	z-index: 98;
	width: 180px;
	height: 75%;
	font-family: "Times New Roman" !important;
	font-size: 32px;
	font-style: italic;
       line-height: 120%;
}

 .toggler
 {
  border: none;
  outline:none !important;
  border-bottom: 1px solid #545454;
  padding: 10px 0px 10px 0px;
  margin: 0px 0px 10px 0px;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  font-family: "Times New Roman" !important;
  color: #fff;
  cursor: -webkit-s-resize;
  cursor: -moz-s-resize;
  cursor: s-resize;
 }


 div.ce_accordion {outline:none !important;}
 


.toggler:before {
/*    content: url("/files/meurer/img/plus.png"); */
    margin-right: 3px;
    color: #fd0000;
}

.toggler.active:before {
/*    content: url("/files/meurer/img/minus.png");  */
    margin-right: 3px;
    color: #fd0000;
}

 h1
 {
  color: #aaa;
  font-size: 20px;
  font-weight: normal;
  margin: 20px 0px 20px 0px;
  padding: 0px;
  line-height: 120%;
  font-family: "Times New Roman" !important;
  font-size: 26px;
  color: #fff;
 }

 #rightcol h1
 {
  color: #aaa;
  font-family: "Times New Roman" !important;
  display: inline-block;
  font-weight: bold;
  margin: 0px auto;
  padding: 10px 20px;
  background-color: #000;
 }

 #headline h1
 {
  font-family: "Times New Roman" !important;
  font-size: 32px;
  color: #fff;
  font-weight: normal;
 }

 h2
 {
  font-family: "Times New Roman" !important;
  font-size: 22px;
  font-weight: normal;
  margin: 20px 0px 20px 0px;
  padding: 0px;
  line-height: 120%;
  color: #fff;
 }
 
 h4
 {
  font-family: "Times New Roman" !important;
  font-weight: normal !important;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
 }
 
 #content
 {
  width: 560px;
  padding: 0px 35px 0px 20px;
  text-align: left;
  border: none;
  color: #aaa;
  background-color: #000;
 }
 
.clear
 {
  clear: both;
 }

a:link, a:visited
{
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#footer a:link, #footer a:visited
{
	color: #ccc;
	text-decoration: none;
	font-weight: normal;
}

a:hover, a:active
{
	color: #666;
	text-decoration: underline;
	font-weight: normal;
}

#navi ul, #navi li{
	}
	
#navi ul li a, #navi ul.level_1 li span{
	width: 250px;
	letter-spacing: 0.1em;
	font-size: 16px;
	text-decoration: none;
	text-align:left;
	display: block;
	font-weight: normal;
	padding: 5px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #545454;
}

#navi ul li a {
	color: #959595;
}

#navi ul li span:hover, #navi ul li a:hover,  #navi ul.level_1 li span{
        color: #2b2b2b;
	background: #959595;
}

#navi ul li:first-child a, #navi ul li:first-child span{
	border-left: none;
}

#navi ul li:last-child a, #navi ul li:first-child span{
	border-right: none;
}

#NEUNEUNEUNEUNEUNEUNEUNEUNEUNEU

#navi ul
{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#navi ul, #navi li{
	}
	
#navi ul li a, #navi ul.level_1 li span{
	width: 250px;
	letter-spacing: 0.1em;
	font-size: 16px;
	text-decoration: none;
	text-align:left;
	display: block;
	font-weight: normal;
	padding: 5px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #545454;
}

#navi ul li span:hover, #navi ul li a:hover{
        color: #2b2b2b;
	background: #eeeeee;
}

#navi ul li:first-child a, #navi ul li:first-child span{
	border-left: none;
}

#navi ul li:last-child a, #navi ul li:first-child span{
	border-right: none;
}

#navi ul.level_2{
	position:absolute;
	left: -9999px;
	margin: 0px;
	padding: 0px;
}

#navi ul li:hover ul{
	left: 100px;
	border: 1px solid #2b2b2b;
	width: 175px;
	margin-top: -5px;
	z-index: 100;
}

#navi ul li li{
	float:none;
	}

#navi ul.level_2
{
  border: none;
  background: #ffffff;
}

#navi ul li li a, #navi ul li li span.active{
	color: #2b2b2b;
	font-family: 'Verdana';
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: 10px;
	background: #ffffff;
	display: block;
	width: auto;
	height: 25px;
	line-height: 25px;
	text-align: left;
	border-bottom: 1px solid #2b2b2b;
	text-indent: 10px;
	}
	
#navi ul li li a:hover, #navi ul li li span.active{
        color: #545454;
	background: #eeeeee;
}

label, input, select
{
  display: inline-block;
  text-align: left;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px:
}

label
{
  width: 170px;
  vertical-align: top;
}

.checker
{
  width: 170px;
  margin: 4px 0px 10px 0px;
}

input, select
{
  width: 400px;
  border: 1px solid #aaa;
  font-size: 12pt;
  color: #565656;
}

textarea
{
  width: 570px;
  height: 200px;
  border: 1px solid #aaa;
  font-size: 12pt;
  color: #565656;
  margin-bottom: 20px;
}

fieldset
{
  margin-left: 0px;
  width: 400px;
  margin-bottom: 20px;
}

input[type=submit]
{
  width: 250px !important;
  margin-left: 0px;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  background: #545454;
  border: 1px solid #fff;
  color: #fff;
}

.captcha_text{
  display: block;
  margin-left: 0px;
}

input[type=checkbox]
{
  width: 10px;
  margin: 10px 10px 10px 40px;
}

.star
{
  color: #9c1534;
}

#startscreen
{
  width: 371px;
  height: auto;
  margin: 15% auto;
  text-align: center;
  background-color: #2b2b2b;
}


.caption
{
  text-align: center;
}

#ibox
{
	
  width: 271px;	
  background:url(../img/aktuelles3.png) top left no-repeat;
  padding: 70px 50px 0px 50px;

}

