




html {
        background: #666666;
        margin:0 0 0 -1px;
        padding:0;
        overflow-Y: scroll;
}


body {
        background-color: #999999;
        background-image: url("../images/layout/bg_pattern.png");
        background-repeat: repeat;
        font-family: Verdana, Arial, sans-serif;
        font-size: 14px;
        font-style: normal ;
        font-weight: normal ;
        text-transform: normal;
        padding:0;
        margin :0;
        display:table;
        width:100%;
        height:auto;
}


p {
        letter-spacing: normal ;
        line-height: 1.7em ;
}

h1 {
        color:#222222;
        font-size:22px ;
        margin:25px 0 10px 0;
        clear:both;
		text-align:center;
		
}


h2 {
        color:#222222;
        font-size:20px ;
        margin:20px 0 10px 0;
        clear:both;
}


h3 {
        color:#222222;
        font-size:18px;
        margin:20px 0 5px 0;
        clear:both;
}




a:hover {
        color:#000;
		text-decoration:none;    
}







#wrapper {
        margin:0 auto ;
        width:100%;
}





#header {
        margin: 0 auto;
        min-height:30px;
        height: 30px;
        width: 960px;
}


#page {

}


/* START - Style Informationen für menue.php - START*/


/* Verhindert dass versetzte Boxen im Mobile Menu rechts durch das Padding herausragen */
* {

  box-sizing: border-box;
}



input#responsive-nav,
label.responsive-nav-label {
  display: none;
}

/* declarations for the not-responsive-menu */

nav {
  float: left;
  width: 100%;
  background: #000;
  font-size: 16px;
  margin: 0;
  position:sticky;
  z-index:999;
  left:0px;
  top:0px;
  opacity:1;
}

nav ul {
  margin-left: 0.5%;
  margin-top:0;
  padding: 0;
}

nav a {
  display: block;
  color: #fff;
  text-decoration: none;
}

nav ul li {
  position: relative;
  float: left;
  list-style: none;
  color: #fff;
  transition: 0.5s;
}

nav ul li a {
  padding: 20px;
}

nav ul > li.submenu > a:after {
  position: relative;
  float: right;
  content: '';
  margin-left: 10px;
  margin-top: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  border-bottom: 5px solid transparent;
}

nav ul ul li.submenu > a:after {
  margin-left: auto;
  margin-right: -10px;
  border-left: 5px solid #fff;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

nav ul li:hover {
  background: #AAA;
}

nav ul ul {
  position: absolute;
  top: -9999px;
  left: -9999px;
  background: #333;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

nav ul ul li {
  float: none;
  width: 200px;
  border-bottom: 1px solid #555;
}

nav ul ul li a {
  padding: 10px 20px;
}

nav ul ul li:last-child {
  border-bottom: none;
}

nav ul li:hover > ul {
  top: 100%;
  left: 0;
}

nav ul ul li:hover > ul {
  top: 0;
  left: 200px;
}

/* Declarations for the responsive menu */

@media screen and (max-width: 1000px) {
  
* {
  font-size: 28px;
}
  
label.responsive-nav-label {
  position: relative;
  display: block;
  padding: 20px;
  background: #222;
  cursor: pointer;
  color: #fff;
}
  
label.responsive-nav-label span {
  margin-right: 10px;  
}

nav {
  position: absolute;
  top: -9999px;
  padding: 10px;
  margin: 0;
}

input#responsive-nav[type=checkbox]:checked ~ nav {
  position: relative;
  top: 0;
}

nav a:after {
  display: none;
}

nav li {
  float: none !important;
  width: 100% !important;
  border-bottom: none !important; 
}
  
nav li a {
  margin-bottom: 10px !important;
  padding: 10px 20px !important; 
  background: #4a4a4a;
}
  
nav ul li:hover {
  background: none;
}
  
nav ul li a:hover {
  background: #4096ee;
}
  
nav ul ul {
  position: relative !important;
  width: 100%;
  left: 0 !important;
  top: 0 !important;
  background: none !important;
  box-shadow: none;
}
  
nav ul ul li {
  padding-left: 20px;
}

}



/* ENDE  - Style Informationen für menue.php - ENDE*/


#container {
        margin:20px auto 0;
        width:1000px;
        background-color:#000;
}

#title {
        margin: 0 auto;
        height:50px;
        width:100%;
        color:#000;
        text-align:center;
        font-weight:bold;
}


#content {
	width: 99%;
	margin: 0 auto;
	text-align: left;
	min-height: 420px;
	background: #E8F7FF;
	background-repeat: no-repeat;
	background-position: center;
	padding: 70px 15px 30px 15px;
	position: static;
}

#content_left {
	width: 85%;
	margin: 0 auto;
	text-align: left;
	min-height: 560px;
	background: none;
	background-repeat: no-repeat;
	background-position: center;
	padding: 40px 15px 30px 15px;
	position: static;
}

#content_intro {
        width:85%;
        margin:0 auto ;
        text-align:center;
        min-height:560px;
        background: none;
        background-repeat: no-repeat;
        background-position: center;
        padding:40px 15px 30px 15px;
        position:static;
}

#content_nobg {
        width:85%;
        margin:0 auto ;
        text-align:center;
        min-height:560px;
        background: none;
        background-repeat: no-repeat;
        background-position: center;
        padding:40px 15px 30px 15px;
        position:static;
}

#content p {
        text-align:left;
        margin-top:10px;
}






#footerWrapper {
        margin:0 auto;
        height:160px;
        padding:0;

}


#footer {
        margin:0 auto;
        padding:0;
        width:80%;
        height:80px;
        text-align:center;
}





#left {
        width:120px;
        padding:20px 20px 20px 20px;
        float:left;
}


#center {
        width:760px;
        padding:10px 20px 20px 20px ;
        float:left;

}


















.clear {
        clear: both;
        display: block;
        overflow: hidden;
        visibility: hidden;
        width: 0;
        height: 0;
}


