body {
	background-image: url('../supplement/Backgelbhell.jpg');
	//font-family: Arial,Helvetica,sans-serif;
	font-size: medium;
}


#banner {
	background-image: url('../supplement/Backgelbdunk.jpg');
	width:100%;
	border:0;
	position: relative;
	float:left;
	height:auto;
}

#bannertitle {
	background-image: url('../supplement/Backgelbdunk.jpg');
	position: relative;
	width: 92%;
	float:left;
}

#hauptframe {
	background-image: url('../supplement/Backgelbhell.jpg');

}

.linksbuendig {
	text-align:left;
}

.rechtsbuendig {
	text-align:right;
}

.zentriert {
	text-align:center;
	margin:0 auto 0 auto;
}

.luftig {
	margin:1em 1em 0 1em;
}

#plaintext {
	position:absolute; 
	top:0;
	right:0;
	margin:0 0 0 0;
	width:80%;
	height:auto; 
	font-size:medium;
}

#plaintext2 {
	position:relative; 
	top:0;
	right:0;
	margin:0 0 0 0;
	height:auto; 
	font-size:medium;
}


#groesser {
	font-size: 20px;
}

#linktext {
	position:absolute; 
	top:0;
	right:0;
	margin:0 0 0 0;
	background-color:#FFB40B;
	width:25%;
	height:auto; 
	font-size:medium;
}


li {
	margin:10px 0px 10px 0em;
	vertical-align: top;
	list-style-type:none;
	background-image: url('../supplement/Backgelbdunk.jpg')
	font-size:medium;
	margin-bottom:0,5em;
}


#navigation a {
	outline:none;
}

h1 {
	font-size:xlarge;
	text-align:center;
	font-weight:normal;
}

h2 {
	font-size:xlarge;
	margin:20px 20px 30px 30px;
	text-align:left;
	font-weight:normal;
}

h3 {
	font-size:medium;
	margin:15px 15px 25px 25px;
	text-align:left;
	font-weight:normal;
}

h4 {
	font-size:small;
	margin:20px 20px 30px 30px;
	text-align:left;
	font-weight:normal;
}

h5 {
	font-size:xsmall;
	margin:20px 20px 30px 30px;
	text-align:left;
	font-weight:normal;
}

p#aveugle {
  text-decoration: none;
  font-color: #a4aba7;
  visibility: hidden;
}

#aveugle {
  display:none;
}


td.container {
    height: 280px;
}

 /* Dropdown Button */
.dropbtn {

  background-image: url('../supplement/Backgelbdunk.jpg');
  //color: white;
  padding: 0 0 0 16px;
  font-size:medium;
  margin-bottom:1em;
  border: none;
}

.dropbtn2 {

  background-image: url('../supplement/Backgelbdunk.jpg');
  //color: white;
  position: relative;
  float: right;
  padding: 0 5px 0 6px;
  font-size: medium;
  margin-bottom: 1em;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  top:0; 
  right:0;
  width:8%;
  padding:1em 0;
  display: inline-block;

}

/* Dropdown Content (Hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  top:0; 
  right:0; 
  min-width:12em;"
  //background-color: #f1f1f1;
  background-image: url('../supplement/Backgelbdunk.jpg');
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown 
.dropdown-content a {
  color: black;
  padding: 4px 4x;
  text-decoration: none;
  //display: block;
  text-align:left;
}*/

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-image: url('../supplement/Backgelbhell.jpg');} 
