ul {
   margin-left: 20px;
   padding-left: 20px;
}
         
body {
   background-image: url(../img/Peonie_fokus.jpg); 
   background-repeat: no-repeat; 
   background-position: 50% 0px; 
   background-color: #0A381F;
   color:#000000;
   font-family: 'Times New Roman',Times,serif;
   font-size: 1.0em;
   text-shadow: -1px 0 gray, 0 1px gray, 1px 0 gray, 0 -1px gray;
   margin-top: 50px;
   margin-left: 200px;
}
#wrapper {
//   background-color: lightblue;
   margin-left: -160px;
   width: 65em;
}

#steuerung {
//	background-color: yellow;
	width: 13em;
	float:left;
}

#inhalt {
//	background-color: green;
	margin-left: 15em;
	width: 50em;
}

li a{
   border-radius: 5px;
   color: black;
   display: block;
   font-weight: bold;
   padding: 8px 10px;
   text-decoration: none;
}

#steuerung li:hover{
   background-color: #167943;
}

#steuerung li.curpage{
   background-color: #0a381f;
}

#steuerung li{
//   background: url("../img/bg.png") repeat-x 0 0 #126337;
   background-color: #126337;
   border: 1px solid #167943;
   border-radius: 5px;
   box-shadow: 3px 3px 3px #888888;
   opacity: 10;
   padding: 0;
   margin-bottom:15px;
   position: relative;
   transition: opacity 0.25s linear 0s, visibility 0.1s linear 0.1s;
   list-style: none outside none;
   font-size: 1.2em;
}
#formerrors{
   color: #FF0000;
   text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
   font-weight: bold;
   font-size: 0.8em;
}
button{
   background-color: #167943;
   color: black;
   box-shadow: 2px 2px 2px #888888;
   text-shadow: -1px 0 #808080, 0 1px #808080, 1px 0 #808080, 0 -1px #808080;
   border-radius: 3px;
   font-family: 'Times New Roman',Times,serif;
}
   