body {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12pt;
			}
p, table, {
			font-size : 10pt;
			}
h2, h3 {
			color: darkorange;
			}
h1 {
			text-align: left;
			color: darkorange;
			padding-left: 50px;
			}
b {
			color: teal;
			font-size: 12pt;
			}
i {
			color: grey;
			font-weight: lighter;
			}
/* Link-Stile für Hover-Links  */
a:link {
  color: darkorange;
  text-decoration:none; 
} 

a:visited {
  color: teal; 
  text-decoration: none;
}
a:hover {
  color: black; 
  text-decoration: none;
}
a:active {
  color: black; 
  text-decoration: none;
 } 
#menubar {
	/*width 100% erstreckt sich über die weite des Fensters und passt sich automatisch an*/
			width: 100%;
			background-color: white;
			position: fixed;
			top: 0px;
			}
#menulist {
			margin-top: 0;
			padding-right: 50px;
			padding: 0;
			border-radius: 2px;
			background-color: white;
			text-align: right;
			}
.menuitem {
			display: inline-block;
			list-style: none;
			font-size: 20pt;
			font-weight: normal;
			text-align: right;
			margin-right: 20px;
			padding-right: 20px;
			}
#login {

			}
.feld {
			float: left;
			padding-left: 225px;

			}
#bereich {
			padding-top: 50px;
			}
#input {
			padding-left: 50px;
			width: 700px;
			padding-bottom: 50px;
			}
#header {
			width: 100%;
			background-color: white;
			position: fixed;
			top: 0px;
			}