  body {
    color: black;
    font-size: 100.01%;
	background-color: #070707;
	background-repeat: repeat-y;
    font-family: Verdana;
    margin: 0; padding: 0;
	color: #FFFFFF;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }
  
  #pagecontainer {
  	position: absolute;
	top: 50%;
	left: 0;
	border: silver dashed 0px;
	width: 99%;
	height: 28.5em;
	margin-top: -14.25em;
	width: 60em;
  }
  
  #left {
  	background-image: URL('../bilder/left_side.jpg');
	width: 5.2em;
	height: 28.5em;
	float: left;
	text-align: center;
  }
  
  #homesymbol {
  	margin: 3em auto 0.5em auto;
	border: red solid 0px;
	display: block;
	padding: 0.5em;
  }
  
  #kontaktsymbol,
  #impressumsymbol {
  	margin: 0.5em auto;
	padding: 0.5em;
	border: red solid 0px;
	display: block;
  }
  
  #menu {
  	background-image: URL('../bilder/menu_background.jpg');
	float: left;
	width: 15.6em;
	height: 28.5em;
  }
  
  #content {
  	float: left;
	width: 32em;
	background-image: URL('../bilder/content_side.jpg');
	height: 28.5em;
  }
  
  #contentindented {
  	margin: 1.5em 0 1.5em 1.8em;
	font-size: 0.7em;
	color: #000000;
	width: 42em;
	line-height: 1.8em;
  }
  
  #contentindented a {
  	color: #0066CC;
  }
  
  #fadeout {
  	background-image: URL('../bilder/fadeout.jpg');
	float: left;
  	width: 6em;
	height: 28.5em;
  }
  
  h1,h2,h3,h4 {
  	margin: 0 0 0 0;
	font-style: italic;
  }
  
  h1 {
  	font-size: 2em;
	margin: 1em 0;
  }
  
  #header {
  	padding: 0.9em;
  }
  
  ul#navigation {
  	width: 15.6em;
	margin: 5em 0 0 0;
	padding: 0;
  }
  
  ul#navigation li {
	width: 15.6em;
	background-image: URL('../bilder/link_background.jpg');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width: 15.6em;
  }
  
  * html ul#navigation li {  /* Korrektur fuer den IE 5 und 6 */
    width: 15.6em;
	margin-bottom: -0.2em;
  }
  *+html ul#navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.2em;
  }
  
  ul#navigation li a {
  	border-bottom: #520005 solid 1px;
	border-top: #b18689 solid 1px;
  	display: block;
  	font-size: 0.8em;
	padding: 0.3em 0 0.4em 0;
	color: #FFF;
	text-decoration: none;
	padding-left: 3em;
  }
  
  ul#navigation li a:hover {
  	padding-left: 3.2em;
  }
  
  #shadow {
  	height: 95px;
	width: 59em;
	background-image: URL('../bilder/shadow.jpg');
	background-repeat: no-repeat;
	margin-top: 28.5em;
  }
  
  .indented {
	margin-left: 2em;
  }
  
  .referenzpic {
  	border: #B7B7B7 solid 2px;
  }
  
  #contact_table {
  	margin: 0;
  }
  
  #contact_table tr td {
  	height: 2.2em;
  }
  
  #contact_table select, 
  #contact_table input {
  	border: #B7B7B7 solid 1px;
	margin: 0;
	padding: 0.1em;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 28em;
  }
  
  #contact_table textarea {
  	border: #B7B7B7 solid 1px;
	margin: 0;
	padding: 0.1em;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 28em;
  }