#alles 
  {
	padding: 0px;
	margin: 0px;
	/*border: 0.3em;
	border-style: solid;
	border-color: #FF0000;*/
	width: 800px;
	height: 587px;
    background: url(../picture/projekt.jpg) no-repeat;
  }


#menu 
  {
	height: 25px;
	clear: both;
	text-align: center;
	color: #FFFFFF;
	background-color: #A1A1A1;

  }

#main
 {
	overflow: auto;
    height: 562px;
	font-size: 0.75em;
  }
#main1
 {
	overflow: auto;
    float: left;
    height: 562px;
	width: 530;
	font-size: 0.75em;
  }
#main2
 {
	/*overflow: auto;
	border: 0.3em;
	border-style: solid;
	border-color: #FF0000;*/
    height: 400px;
	font-size: 0.75em;
  margin: 100px 0px 0px 0px
  }


#fuss 
  {
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #A1A1A1;
  /*  position: absolute;
    width: 800px;  
    */
 }

#menu table 
  {
	width: 100%;
	height: 100%;
  }

#menu a 
  {
	font-size: 0.83em;
  }

#menu a:link 
  {
	color: white; text-decoration: none;
  }

#menu a:visited 
  {
	color: white; text-decoration: none;
  }
  
#menu a:hover 
  {
	color: yellow; text-decoration: none;
  }
  
#menu a:active 
  {
	color: white; text-decoration: none;
  }

#main a 
  {
	font-size: 0.83em;
  }

#main a:link 
  {
	color: brown; text-decoration: none;
  }

#main a:visited 
  {
	color: black; text-decoration: none;
  }
  
#main a:hover 
  {
	color: yellow; text-decoration: none;
  }
  
#main a:active 
  {
	color: yellow; text-decoration: none;
  }

/*#main2 a 
  {
	font-size: 0.83em;
  }*/

#main2 a:link 
  {
	color: #C56109; text-decoration: none;
  }

#main2 a:visited 
  {
	color: #C56109; text-decoration: none;
  }
  
#main2 a:hover 
  {
	color: #C56109; text-decoration: none;
  }
  
#main2 a:active 
  {
	color: #C56109; text-decoration: none;
  }
#main1 a 
  {
	font-size: 0.83em;
  }

#main1 a:link 
  {
	color: #C56109; text-decoration: none;
  }

#main1 a:visited 
  {
	color: #C56109; text-decoration: none;
  }
  
#main1 a:hover 
  {
	color: yellow; text-decoration: none;
  }
  
#main1 a:active 
  {
	color: yellow; text-decoration: none;
  }

#fuss a:link 
  {
	color: white; text-decoration: none;
  }
#fuss a:visited 
  {
	color: white; text-decoration: none;
  }
#fuss a:hover 
  {
	color: yellow; text-decoration: none;
  }
#fuss a:active 
  {
	color: white; text-decoration: none;
  }

  
	 
    html, body 
	 {height:100%; 
	  width:100%; 
	  color:#000; 
	  background-color:rgb(245,245,245); 
	  text-align:center;
      /*font-family:"Trebuchet MS", "Lucida Sans Unicode", Tahoma, Arial, Helvetika, sans-serif;*/
      font-size:100.1%;
	 }
   
	#wrapper 
	 {text-align:left; 
	  margin:1% auto; 
	  width:80%; 
	  font-size:85%;
	 }
    
    p 
	 {
	  padding:0.2em 0;
	 }
    
	legend 
	 {
	  padding:0.2em 1em; 
	  border-bottom:3px solid rgb(125,125,125); 
	  border-right:3px solid rgb(125,125,125);
      border-top:1px solid rgb(175,175,175); 
	  border-left:1px solid rgb(175,175,175);
      background:rgb(245,245,245); 
	  font-weight:bold; font-size:110%;
	 }
     
	p#legend_text 
	 {
	  margin:1em 0;
	 }
    
	label 
	 {
	  float:left; width:8em;
	 }
    
	p input 
	 {
	  width:40%;
	 }
    
	fieldset 
	 {
	  padding:0 2em 1em 2em; 
	  border-bottom:0px solid rgb(125,125,125); 
	  border-right:0px solid rgb(125,125,125);
      border-top:0px solid rgb(175,175,175); 
	  border-left:0px solid rgb(175,175,175);
	 }
    
	input, textarea 
	 {
	  border:1px solid rgb(125,125,125); 
	  background:rgb(245,245,245);
	 }
    
	textarea 
	 {
	  width:70%; 
	  overflow:auto;
	 }
    
	input.send 
	 {
	  background:rgb(225,225,225); 
	  width:6em; 
	  cursor:pointer; 
	  font-weight:bold;
      border-bottom:3px solid rgb(125,125,125); 
	  border-right:3px solid rgb(125,125,125);
      border-top:1px solid rgb(175,175,175); 
	  border-left:1px solid rgb(175,175,175);
	 }
    
	input.send.error   
	 {
	  color:rgb(225,225,225); 
	  background:#D00;
	 }
    
	input.send.confirm 
	 {
	  color:rgb(225,225,225); 
	  background:#080;
	 }
    
	.error {color:#D00;}
    .confirm {color:#080;}
    .standard {color:#000;}
    .right {text-align:right; padding:2em 20% 0 0;}
    
	code 
	 {
	  display:block; 
	  margin-top:1em; 
	  font-family:"Courier New", Courier, monospace; 
      font-size:110%; 
	  color:#C56109;
	 }
    
	strong {color:#C56109;}
    p#backlink {text-align:right; margin-top:20px; border-top:1px solid rgb(125,125,125);}
    p#backlink a {text-decoration:none; color:#C56109;}
    p#backlink a:hover {text-decoration:underline;}


