

  html {
    padding: 0;
  }

  #fixiert {
    position: absolute;
    bottom: 0em; 
	right: 0em;
    width: 500px;
	height: 500px;
	z-index: 1;
	background-image: url(./bilder/background_plant_500.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	
  }
  
   #fixiert-about {
    position: absolute;
    bottom: 0em; 
	right: 0em;
    width: 500px;
	height: 500px;
	z-index: 1;
	background-image: url(./bilder/background_uwaack_500.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	
  }
  
  #fixiert-contact {
    position: absolute;
    bottom: 0em; 
	right: 0em;
    width: 500px;
	height: 500px;
	z-index: 1;
	background-image: url(./bilder/background_contact_500.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	
  }
  
  html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
  }
  
  html>body #fixiert-contact {  /* nur fuer moderne Browser! */
    position: fixed;
  }
  
  html>body #fixiert-about {  /* nur fuer moderne Browser! */
    position: fixed;
  }

  #Inhalt {
    margin-left: 200px; 
	padding-left: 25px;
	padding-top: 25px;
	z-index: 10;
	position: relative;
	width: 50%;
	min-width: 500px;
  }
  * #Inhalt {  /* versteckt vor Netscape 4 */
  }

  
  #nav {
	color: white;
	width: 200px;
	float: left;
	background: transparent none repeat scroll 0% 50% ;
	margin-left: -25px;
  }  
  
    #header {
		background:white;
		background-image: url(./bilder/header_ball.png);
		background-repeat:no-repeat;
        clear:both;
        float:none;	
        width:100%;
		z-index: 11;
		position: relative;
    }
	
	#header_space {
		width: 200px;
		float: left;
	}

	#header_image {
		z-index: 11;
		position: relative;
	}


  
  
  body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#fff;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
		font-family: Verdana;
		background:white;
		background-image: url(./bilder/background1.png);
    }
    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:10px 0 5px;
	}

    
	
	a {
		color:#4C9900;
		text-decoration:none;
	}

	a:hover {
		text-decoration: underline;
	}
	
	a.navElem {
		color:#336600;
		text-decoration:none;
	}

	a.navElem:hover {
		text-decoration: none;
		color: white;
	}
	
	a.navElemOver {
		text-decoration: none;
		color: white;
	}
	
	ul.navList {
		list-style-type: none;
	}
	
	li.navElem {
		margin-bottom: 10px;
	}
	
	div.navDiv  {
		font-family: Verdana;
		color: #336600;
		padding: 5px;
		border-bottom: 3px solid #D2FC85;
	}
	
	div.navDivOver{
		font-family: Verdana;
		background: #336600;
		color: white;
		padding: 5px;
		border-bottom: 3px solid white;
	}
	
	h1 {
		font-size: 3em;
		color: #336600;
		font-weight: thin;
		margin: 0px;
	}
	
	div.simpleBox {
		border:1px solid green; 
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.headerborder {
		border-top: 2px solid #336600;
		background-image: url(./bilder/background_header_green.png);
		z-index: 11;
		position: relative;
	}

	
	h3 {		
		font-size:115%%;
		font-family: Verdana;
		color: #336600;
		margin: 20px 0px 10px 0px;
	}
	
	table.contact {
		width: 600px;
	}
	
	td.left {
		padding: 3px;
		width: 150px;
		vertical-align: top;
		margin: 11px;
	}
	
	td.right {
		padding: 3px;
	}
	
	input.input_test {
		font-style: italic;
		color: #666666;
	}
	
	input.input_test_red {
		background: #FF9FAC;
		border: 1px solid #DF0D29;
	}
	
	input {
		background: #D2FC85;
		border: 1px solid #336600;
	}
	
	textarea {
		background: #D2FC85;
		border: 1px solid #336600;
	}
	
	tr {
	}
	
	input.submit {
		background: #336600;
		border: 1px solid #336600;
		color: white;
	
	}
	
	h2 {		
		font-size:120%%;
		font-family: Verdana;
		color: #336600;
		margin: 20px 0px 10px 0px;
	}
	
	img.leftImg {
		float: right;
		border: 1px solid #336600;
		margin-left: 10px;
	}
	
	.message {
		font-size:110%;
		margin: 10px;
		padding: 5px;
		background: #D2FC85;
		border: 1px dotted #336600;
	}
