.buttonb {
  font-family: Arial, sans-serif;
  font-weight:bold;
  text-decoration:none;
  font-size:1.0em;
  font-style:normal;
  /* color: #ffe000; */
  color: #ffffff;
  background: #008080;
  margin-right:50px;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
  border-left: 1px solid #c0c0c0;
  border-top: 1px solid #c0c0c0;
  border-right: 2px solid #606060;
  border-bottom: 2px solid #606060;
  border-radius: 40px 40px 40px 40px;
  text-align:center;
  cursor:pointer;
  }

.text {
	font-family: verdana, sans-serif;
	font-size:0.8em;
	color: #000000;
 }

.c0 {
	font-family: verdana, sans-serif;
	font-size:1.1em;
  margin-bottom:6px;
 }

.c1 {
	font-family: verdana, sans-serif;
	font-size:1.1em;
  padding-left:30px;
  margin-bottom:6px;
 }

.c2 {
	font-family: verdana, sans-serif;
	font-size:1.2em;
  padding-left:60px;
  margin-bottom:6px;
 }

.icon {
width:24px;
}

.iconk {
width:20px;
}

.inhaltt {
  margin-top:5.0em;
  }

.kopf {
  font-family: verdana, sans-serif;
  text-decoration:none;
  font-size:1.0em;
  color:#44aa7f;
  background-color:#ffffff;
  width:100%;
  margin:0px;
  border-bottom:2px solid #808080;
  opacity: 0.8;
  position:fixed;
  top:5px;
  }

.liste {
  width:60%;
  margin-left:auto;
  margin-right:auto;
  }

.bodyg {
	font-family: verdana, sans-serif;
	font-size:1.0em;
	background: #eeeeee;
	color: #000000;
  padding:0px;
	}

.body {
	font-family: verdana, sans-serif;
	font-size:1.0em;
	background: #ffffff;
	color: #000000;
	word-wrap:break-word !important;
	}

a {
	color: #000;
}

#container {
	margin: 0 auto;
}

p {
	text-align: center;
}

.mobil {
   display:none;
}

nav {
	font-family: verdana, sans serif;
	font-size:1.0em;
	margin-left: 0;
    background: #c0c0c0;
}

nav ul {
	padding:0;
    margin-left:0;
	list-style: none;
	position: relative;
	}

nav ul li {
  margin-top:20px;
  margin-bottom:10px;
  padding: 0;
  display:inline-block;
  background-image: linear-gradient(white,#ffa500);
  }

nav a {
	display:block;
	padding:10px;
	color:#000;
	/* font-size:20px; */
	text-decoration:none;
}

nav a:hover {
	background-color: #b0b0b0;
}

/* Hide Dropdowns by Default */
nav ul ul {
	display: none;
	position: absolute;
	top: 60px; /* the height of the main nav */
}

/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}

/* First level Dropdown */
nav ul ul li {
  margin:0;
  padding:0;
  top:0px;
  width:220px;
  white-space:nowrap;  
  background: #eeeeee;
  float:none;
  display:list-item;
  height:2.0em;
  position: relative;
}

/* Second, Third and more level	*/
nav ul ul ul li {
  margin:0;
  padding:0;
  background: #ffffff;
  position: relative;
  top:-60px;
  left:220px;
}


/* Change this in order to change the Dropdown symbol */
li > a:after { content:  ' >'; }
li > a:only-child:after { content: ''; }


