@import url('https://fonts.cdnfonts.com/css/lucky-typewriter');

body {
 margin:0;
 font-family: 'LUCKY TYPEWRITER', sans-serif; Verdana,Helvetica,sans-serif;
 font-weight: bold;
 font-size: 13pt;
 background-color: #000;
}
h1,h2{
 font-family: 'Libre Baskerville', serif;
 font-weight:bold;
}
#box {
 width: 1300px;
 margin: 0 auto;
}
#container {
  border: 1px black;
  max-width: 50em;
  min-width: 50em;		
  margin: 0 auto;
  background-color: white;
  background-repeat: repeat-x;
}
#menue {
 margin-left: 1em;
 width: 10em;
 float: left;
 background-color: white;
}
#news {
 margin-right: 1em;
	float: right;
	width: 10em;	
 background-color: white;
 }
#menue ul {
	margin: 0;
	padding: 0;
	list-style-type: none; /* listenpunkte entfernen */
}
#menue a, #news a {
	text-decoration: none; /* linkunterstreichung entfernen*/
	background-color: #15352C;
	color: white;
	display: block; /* inlineelement zum blockelement konvertiert */
	padding: 0.3em 0 0.3em 1.5em;
	border-bottom: 1px solid white;
}
#menue a:hover, #news a:hover {
	background-color: white;
	color: #15352C;
}
#content {
 margin-left: 7em;
 margin-right: 7em;	
 padding-bottom: 18em;
 padding-top: 3em;
}
#pfeil {text-align:right;height:20%;margin-top:-11%;padding-right:9%;font-size:500%;}
#pfeil a /*nur das Zeichen selbst*/ {
color:black; background:white;
text-decoration: none;
}
.seitlich {
 width: 10em;
}
.rechts {
 float:right;
}
.links {
 float: left;
}
.seitlich ul{
 list-style-type: none; /* Listenpunkte entfernen*/
 margin: 0;
 padding: 0;
}
.seitlich a{
 display: block;
 padding: 0,3em 0 0,3em 1,5em;
 border-bottom: 1px solid #FFF;
}
label {
 display: block;
 width: 7em;
 float: left;
}

textarea {
 width: 17em;
 height: 10em;
}
