

  html {
    padding: 0;
  }

  #fixiert {
	
  }
  
   #fixiert-about {
	
  }
  
  #fixiert-contact {
  }
  
  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 {
	padding-left: 25px;
	position: relative;
  }
  * #Inhalt {  /* versteckt vor Netscape 4 */
  }

  
  #nav {
	color: white;
	width: 200px;
  }  
  
    #header {
		background:transparent;
    }
	
	#header_space {
	}

	#header_image {
		position: relative;
	}


  
  
  body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:transparent;
		font-family: Verdana;
		background:white;
    }
    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
	color: black;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:10px 0 5px;
	}

    
	
	a {
		color:#ffffff;
		text-decoration:none;
	}

	a:hover {
		text-decoration: underline;
	}
	
	a.navElem {
		color: black;
		text-decoration:none;
	}

	ul.navList {
	}
	
	li.navElem {
		margin-bottom: 10px;
	}
	
	div.navDiv  {
		font-family: Verdana;
		color: black;
	}
	
	div.navDivOver{
		font-family: Verdana;
		background: black;
		color: white;
		padding: 5px;
	}
	
	h1 {
		font-size: 3em;
		color: black;
		font-weight: thin;
		margin: 0px;
	}
	
	.headerborder {
		border-top: 2px solid black;
		position: relative;
	}

	
	h3 {		
		font-size:115%%;
		font-family: Verdana;
		color: black;
		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 black;
	}
	
	textarea {
		background: #D2FC85;
		border: 1px solid black;
	}
	
	tr {
	}
	
	input.submit {
		background: black;
		border: 1px solid black;
		color: white;
	
	}
	
	h2 {		
		font-size:120%%;
		font-family: Verdana;
		color: black;
		margin: 20px 0px 10px 0px;
	}
	
	img.leftImg {
		float: right;
		border: 1px solid black;
		margin-left: 10px;
	}
	
	.message {
		font-size:110%;
		margin: 10px;
		padding: 5px;
		background: #D2FC85;
		border: 1px dotted black;
	}

