* {
  margin:0;
  padding:0;
}

h1 {
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

h2 {
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

h3 {
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

h4 {
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

h5 {
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

h6 {
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

p {
  font-family: Verdana, Helvetica, Arial, sans-serif;
}


span {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  
}

a {
  color:#000000;
  text-decoration: none;
}

ul#Navigation li {
   color: #000000;    
}

ul#Navigation a{
  padding: 5px 2px;
  text-decoration: none;
  
  color: #000000;
   
}

ul#Navigation a:hover {
  color: #afafaf;
}

body, html {
  min-height:650px;

  background-color:#000000;
  
}

div#balken {
  position: absolute;
  z-index:1;
  
  height:300px;
  width:50%;
  right:0px;
  background-image:url(../images/balken.png);
  background-repeat:repeat-x;
}

div#main {
  position: absolute;
  width:980px;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  margin:auto;
}

div#header {
  width:980px;
  height:156px;
}

div#logo {

  top:0px;
  z-index:8;
  width:980px;
  height:217px;
  background-image:url(../../../images/logo.png);
  background-repeat:no-repeat;
}

div#menue_border {
  position: absolute;
  z-index:2;
  width:980px;
  height:100px;
  top:217px;
  background-image:url(../../../images/menue_border_start.png);
  background-repeat:no-repeat;
}

div#left_border {
  position:absolute;
  min-height:200px;
  z-index:3;
  width:93px;
  top:317px;
  height:80px;
  background-image:url(../../../images/left_border.png);
}

div#content {
  position: absolute;
  min-height:280px;
  width:780px;
  top:270px;
  height:100px;
  left:100px;

}

div#Startmenue {
  position: absolute;
  z-index:1;
  height:213px;
  top:300px;
  left:130px;
}

div#bild11 {
  position: absolute;
  display:none;
  width:213px;
  height:213px;
  background-image:url(../../../images/butten_back.png);
  background-repeat:no-repeat;
  top:300px;
  left:130px;
}


div#bilda2 {
  position: absolute;
  z-index:1;
  width:213px;
  height:213px;
  top:300px;
  left:380px;
}

div#bild22 {
  position: absolute;
  display:none;
  width:213px;
  height:213px;
  left:245px;
  background-image:url(../../../images/butten_back.png);
  background-repeat:no-repeat;
  top:300px;
  left:380px;
}

div#bilda3 {
  position: absolute;
  z-index:1;
  width:213px;
  height:213px;
  top:300px;
  right:130px;
}

div#bild33 {
  position: absolute;
  display:none;
  width:213px;
  height:213px;
  background-image:url(../../../images/butten_back.png);
  background-repeat:no-repeat;
  top:300px;
  right:130px;
}

div#bottom_border {
  position: absolute;
  z-index:2;
  width:980px;
  height:108px;
  left:-100px;
  bottom:-50px;
  background-image:url(../../../images/bottom_border_start.png);
  background-repeat:no-repeat;
  
}

div#bottom_pfeil {
  position: absolute;
  z-index:2;
  width:165px;
  height:165px;
  bottom:-50px;
  left:405px;
}

div#menu_bottom {
  position: fixed;
  z-index:101;
  height:20px;
  right:20px;
  bottom:10px;
}

div#text {
  position: absolute;
  bottom:-60px;
  z-index:5;
}

div#bottom {
  position: fixed;
  z-index:100;
  width:100%;
  height:40px;
  bottom:0px;
  background-color:#dadada;
}

ul#Navigation li {
   color: #000000;    
}

ul#Navigation a{
  padding: 5px 0px;
  text-decoration: none;
  
  color: #000000;
   
}

ul#Navigation a:hover {
  color: #afafaf;
}

#menu_bottom ul{
	list-style:none;
}
#menu_bottom>ul{
	float:left;  

  
}

#menu_bottom>ul>li{
	display:inline-block;
	height:20px;
  margin:0 0 0 15px;
	line-height:20px;
  vertical-align:top;
  min-width:100px;
  text-align:center;
}

#menu_bottom>ul>li li:not(:first-child){
  border-top:solid 1px #009fe3;
}

#menu_bottom>ul>li li{
	background-color:#ffffff;
  line-height:30px;
}
#menu_bottom>ul>li li:hover{
	background-color:#f1f1f1;
  line-height:30px;
}
/*BOTTOM border radius ab ebene 2*/
#menu_bottom>ul>li li:first-child{
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

/*Verstecken ab ebene 2*/
#menu_bottom>ul>li ul{
	display:none;
	position:absolute;
  
	bottom:20px;
  text-align:center;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
  border-top:solid 5px #009fe3;
  border-left:solid 5px #009fe3;
  border-right:solid 5px #009fe3;
}

/*CSS Toggle*/
#menu_bottom:not(.js) li:hover>ul{
	display:block;
}

/*Verschiebung ab ebene 3*/
#menu_bottom>ul>li>ul ul{
	position:absolute;
	margin-left:20px;
	margin-top:-50px;
}

/*TOP border radius ab ebene 3*/
#menu_bottom>ul>li>ul>li>ul li:last-child{


}

div#slide {
  position: absolute;
  z-index:0;
  width:800px;
  height:200px;
  top:380px;
}

.sliderContainer {
  width:100%;
	height: 100%;
	max-height: 400px;
	padding: 0 0;
}

.iosSlider {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 800px;
	height: 190px;
}

.iosSlider .slider { width: 100%; height: 100%; }

.iosSlider .slider .item { width: 100%; height: 100%; padding: 5px 0 5px 0; }

.iosSlider .slider .item .inner {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
	height: 100%;
	
	background-position: 0 0;
	background-repeat: no-repeat;
}

.iosSlider .slider .item .inner .text1 {
	background: none repeat scroll 0 0 #000;
  border:solid 5px #ffffff;
  -webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 100px;
  top: 7px;
  padding: 0px 2px 0 7px;
  height:40px;
}

.h1farbe {
  color: #fff;
}

.iosSlider .slider .item .inner .text1 span {
  color: #fff;
  font-weight: bold;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

.iosSlider .slider .item .inner .text2 {
	background: none repeat scroll 0 0 #000;
  border:solid 5px #ffffff;
  -webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 5px 7px 7px;
  position: absolute;
  left: 180px;
  top: 68px;
}

.h6farbe {
  color: #fff;
}

.iosSlider .slider .item .inner .text2 span {
  color: #fff;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

.iosSlider .slider .item .inner .text3 {
	background: none repeat scroll 0 0 #000;
  border:solid 5px #ffffff;
  -webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 5px 7px 7px;
  position: absolute;
  left: 250px;
  top: 140px;
}

.h4farbe {
  color: #fff;
}

.iosSlider .slider .item .inner .text3 span {
  color: #fff;
  font-weight: bold;
  font-style: italic;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

.backslide1 {
  font-size: 18pt;
  font-weight: bold;
}

.backslide2 {
  font-size: 10pt;
}

.sliderContainer .slideSelectors {
	position: relative;
	bottom: 20px;
	left: 0;
  width: 92%;
  margin: 0 4%;
	z-index: 1;
	height: 10px;
}

.sliderContainer .slideSelectors .item {
	float: left;
	width: 9px;
	height: 9px;
	border: 1px solid #000;
	background: #999;
	margin: 0 0 0 10px;
	opacity: 0.25;
	filter: alpha(opacity=25);
}

.sliderContainer .slideSelectors .selected {
	background: #000;
	opacity: 1;
	filter: alpha(opacity=100);
}


@media screen and (max-width: 200px) {
	.iosSlider .slider .item .inner { width: 92%;	margin: 0 4%; background-position: 80% 0; }
	
	.sliderContainer .slideSelectors {	width: 92%;	margin: 0 4%; }
	
}

div#contentbottom {
  position: absolute;
  z-index:0;
  
  height:76px;
  top:-125px;
  left:0px;
  text-align:right;
}

#contentbottom ul{
	list-style:none;
}
#contentbottom>ul{
	float:left;  
  width:980px;
  margin:30px 0px 0px -50px;
  
}

#contentbottom>ul>li{
	display:inline-block;
	height:20px;
  margin:0 0 0 15px;
	line-height:30px;
  vertical-align:top;
}

#contentbottom>ul>li li:not(:first-child){
  border-top:solid 1px #00c7ff;
}

#contentbottom>ul>li li{
	background-color:#ffffff;
}
#contentbottom>ul>li li:hover{
	background-color:#d9d9d9;
}
/*BOTTOM border radius ab ebene 2*/
#contentbottom>ul>li li:first-child{
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

/*Verstecken ab ebene 2*/
#contentbottom>ul>li ul{
	display:none;
	position:absolute;

	bottom:40px;
  text-align:center;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
  border-top:solid 5px #00c7ff;
  border-left:solid 5px #00c7ff;
  border-right:solid 5px #00c7ff;
}

/*CSS Toggle*/
#contentbottom:not(.js) li:hover>ul{
	display:block;
}

/*Verschiebung ab ebene 3*/
#contentbottom>ul>li>ul ul{
	position:absolute;
	margin-left:20px;
	margin-top:-50px;
}

/*TOP border radius ab ebene 3*/
#contentbottom>ul>li>ul>li>ul li:last-child{
}

.inputtext {
  width:400px;
  height:25px;
  text-align:center;
  -webkit-box-shadow: 0px 0px 5px #333;
  -moz-box-shadow: 0px 0px 5px #333;
  -webkit-border-top-right-radius: 50px;
	-webkit-border-top-left-radius: 50px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-topleft: 50px;
  -webkit-border-bottom-right-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-bottomright: 50px;
	-moz-border-radius-bottomleft: 50px;
	box-shadow: 0px 0px 5px #333;
  border-top-right-radius: 50px;
	border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
}

.textareafelt {
  width:360px;
  height:360px;
  padding: 20px;
  resize: none;
  -webkit-box-shadow: 0px 0px 5px #333;
  -moz-box-shadow: 0px 0px 5px #333;
  -webkit-border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-topleft: 20px;
  -webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	box-shadow: 0px 0px 5px #333;
  border-top-right-radius: 20px;
	border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}


.fadein { position:absolute; width:100%; }
.fadein img { position:absolute; left:0; top:0; width:100%; }

.fadelinks, .faderandom { position:relative; height:332px; width:500px; }
.fadelinks > *, .faderandom > * { position:absolute; left:0; top:0; display:block; }

.multipleslides { position:relative; height:332px; width:500px; float:left; }
.multipleslides > * { position:absolute; left:0; top:0; display:block; }

div#rss {
  position:fixed;
  z-index:3;
  bottom:0px;
  right:20px;
  width:200px;
  height:330px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-topleft: 20px;
  -webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
  border-top-right-radius: 20px;
	border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
  padding:20px;
}

div#ein {
  display: table-cell;
  vertical-align: middle;
  height:55px;
  width:100px;
  cursor:pointer;
}

div#aus {
  display: table-cell;
  vertical-align: middle;
  height:55px;
  width:100px;
  cursor:pointer;
}

.rsslink {
  color:#d1d1d1;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size:12pt;
}

.rsstext {
  color:#ffffff;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size:10pt;
}
div#rsstextausgabe {
  position: absolute;
  overflow-y: auto;
  height:280px;
  width:210px;
}

div#facebookdiv1 {
  position: absolute;
  z-index:50;
  right:100px;
  top:2.5vh;
}

.facebookbild1 {
  position: absolute;
  width:50px;
  height:50px;
}

.facebookbild2 {
  position: absolute;
  width:50px;
  height:50px;
  display:none;
}

.kontaktspan {
  font-weight: bold;
  color:#afafaf;
  font-variant:caps;
  font-size:0.9em
}

.kontaktspan2 {
  font-weight: bold;
  color:#afafaf;
  font-variant:caps;
  font-size:0.8em;
}

.kontaktspanaus {
  font-weight: bold;
  color:#afafaf;
  font-variant:caps;
  font-size:0.8em;
}

.kontaktspan3 {
  font-weight: bold;
  font-variant:caps;
  font-size:0.8em;
}

.startmenu {
  float:left;
  width:213px;
  height:213px;
}

.startmenu1 {
  position: absolute;
  z-index:4;
  width:213px;
  height:213px;
}

.startmenu2 {
  position: absolute;
  z-index:3;
  display:none;
  width:213px;
  height:0px;
  top:82px;
  text-align:center;
  background-color: #ffffff;
  background-color: hsla(0, 100%, 100%, 0.8);
  -webkit-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.startmenutext {
  width:213px;
  height:50px;
  display: table-cell;
  text-align:center;
  vertical-align: middle;
}

.statmenu3 {
  position: absolute;
  z-index:2;
  width:213px; 
  height:213px;
}

.statmenu4 {
  position: absolute;
  z-index:1;
  display:none;
  width:213px;
  height:213px;
}

.startmenu5 {
  float:left;
  width:40px;
  height:213px;
}

.startmenubilder {
  width:213px;
  height:213px;
} 

