
BODY { font-family: "Verdana", "Geneva"; background: #FFFFFF }
p {  color: black; background: #cccc99 }
H1 { font-style: italic; font-weight: bold; font-size: x-large;
     font-family: "Verdana"; color: white; }
H2 { font-style: italic; font-size: 16px;}
A { font-family: "Verdana" }
A:visited { color:#006600; }
A:hover { color: #FF00FF;}

#container {
  background: #CCCC99;
  position: relative;
	width: 800px;
	\width: 800px;
	w\idth: 780px;
	height: 600px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
		}

#orientierung {
  position: absolute;
  right: 10px;
  font-size: 10px;
  }

#menue {
  position: absolute;
  top: 100px;  
  }
  
#menue A:hover {
  font-weight: bold; 
  }  

#textfeld {
  position: absolute;
  top: 100px;
  left: 230px;
  width: 570px;
  height: 400px;
  background: #EFEFC2;
  padding: 5px;
  }

#versionen {
  position: absolute;
  bottom: 10px;
  font-size: 10px;
  }
  
#eu {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
  }

#bild1 {
  float: right;
  font-size: 10px;
  padding: 5px;
  }  
