#menu {
  font-size:23px;
  position:center;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
#menu ul {
  list-style-type:none;
  list-style-image:none;
  margin:0px;
  padding:0px;
}
#menu li.topmenu {
  float:top;
}
.topmenu a {
  float:center;
  width:100%;
  text-align:center;
}
.topmenu ul{
  display:none;
}
.topmenu a, .submenu a{
  padding:1px 5px;
  border-collapse:collapse;
  color:white;
  font-weight:normal;
  text-decoration:none;
  background-color:#;
}
.submenu a{
  font-size:20px;
  width:100%;
  position:relative;
  clear:both; /* special IE6 */
}

#menu a:link{
  color: white;
  background-color: #;
  text-decoration: none;
}
#menu a:hover, .topmenu.on a {
  color:white;
  background-color: #585858 !important;
}
#menu a:active, .topmenu.on a {
  color:white;
  background-color:darkgray !important;
}
.topmenu:hover ul {
  display:block;  
  z-index:500;
}

h1{
	text-align: center;
}
h3{
	text-align: center;
	text-shadow: 0.2em 0.2em darkgreen;
	font-size: 25px;
}

#content {
    position: fixed; width: 100%; height: 22%; top: 0; padding-top: 1%; padding-bottom: 1%;
    right: 0; bottom: auto; left: 0; background-color: black; text-align: center; }
#left {
    position: fixed; width: 13%; height: 87%; top: 26.3%; text-align: center;
    right: auto; bottom: 100px; left: 0; background: #181818; color: gray;}
#main {
	width: 72%; height: 78%; top: auto; right: 0; font-size: 25px; color: white;
	bottom: 100px; left: auto; margin-left: 15%; margin-top:10%;}
	
#main.contact {
	width: 72%;a height: 78%; top: auto; right: 0; font-size: 18px; color: white;
	bottom: 100px; left: auto; margin-left: 15%; margin-top:10%;}
	
IMG.schriftzug {
    display: block;
    height: 98%;
    margin-left: auto;
    margin-right: auto;
}
body{
	font-family: Arial, Helvetica, sans-serif; background-color: #181818;
}
a.doityourself{
	color: lightgray;
	font-size: 30px;
	border-color: darkgreen;
	border-style: double;
}
ul.link{
	list-style-type: circle;
	font-size: 18

}
a.extern{
	color: white;
}
#lmao{
	background: white;
	width: 30%;
	height: 40%;
	margin-left: 35%;
}