img	{

	max-width: 1000px;
	width: 80%;
	height: auto;
	margin: 10px 0 10px 0;
	}

.umschlag img 
	{
	width: 200px;
	height: auto;
	margin: 10px 0 10px 0;
	}

.schrift img 
	{
	width: 400px;
	height: auto;
	margin: 10px 0 10px 0;
	}

body
 	{
  	font-family: serif;
	font-size: 20px;
	margin: 0px;
	min-width: 400px;
	width: 100%;
	background: #E3D2B7;
	}

.sm	{
	top: 0px;
  	background: #E3D2B7;
	margin:10px;
	min-width: 400px;
	width: 95%;
	padding: 10px;
	}



h1	{
	font-size: 2.0em;
	padding: 0;
	margin: 0;
	text-align: left;
	}

span 	{
  	color: red;
	font-size: 0.8em;
	font-style:italic;
	}

p	{
  	padding: 0;
	margin: 10px 0;
	}


ul 	{
	margin:0;
	padding:0;
	list-style: none;
	}



li a	
	{
	text-decoration: none;
	color: black;
	}

ul li:hover a, .sendebutton:hover
	{
	color: white;
	}

ul li	{
	border: 2px solid black;
  	display: inline-block;
  	position: relative;
	padding: 6px 6px;
  	background: #fff;
	min-width: 90px;
  	-webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	-ms-transition: all 0.3s;
  	-o-transition: all 0.3s;
  	transition: all 0.3s;
	text-align: center;
	margin-top: 6px;
	}

ul li:hover, .sendebutton:hover 
	{
  	background: black;
	}

.absenden, .art
	{
	padding: 10px;
	width : 600px;
	margin-bottom : 5px;
	border: 2px solid black;
	font-family: serif;
	font-size: 20px;
	} 

.feld
	{
	padding: 10px;
	width : 622px;
	border: 2px solid black;
	font-family: serif;
	font-size: 20px;
	margin-bottom: 6px;
	}

textarea
	{
	padding : 10px;
	width : 600px;
	margin-bottom : 5px;
	border: 2px solid black;
	font-family: serif;
	font-size: 20px;
	}


.sendebutton  	{
	border: 2px solid black;
  	display: inline-block;
  	position: relative;
	padding: 30px 30px;
  	background: red;
	width: 300px;
  	cursor: pointer;
  	-webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	-ms-transition: all 0.3s;
  	-o-transition: all 0.3s;
  	transition: all 0.3s;
	text-align: center;
	font-family: serif;
	font-size: 20px;
	}

.umschlagauswahl 
	{
	overflow-x : hidden;
	overflow : scroll;
	width : 600px;
	height : 280px;
	background : white;
	padding : 10px;
	border: 2px solid black;
	}

.liste	{
	margin-bottom: 6px;
	}

.liste ul li ul 
	{
  	padding:0;
	position: absolute;
	top: 37px;
	left:0;
  	display: none;
  	opacity: 0;
  	visibility: hidden;	
	}

.liste ul li:hover ul 
	{
  	display: block;
  	opacity: 1;
  	visibility: visible;
	width: 608px; 
	}

.liste ul li:hover 
	{
  	color: white;
	}

.liste ul li ul li 
	{
	width: 580px; 
	text-align: left;
  	background: black; 
	color: white;
  	display: block; 
	border: 2px solid black;
	margin: -2px;
	z-index: 1;
	text-transform: none;
	padding: 20px;
	}











