body {
    color: black; background-color: #FFFFFF;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }



  div#Navi_artikel {
    background-color: #FFFFFF;
    clear:both;
    font-size: 0.95em;
    float: left; width: 10em;
    margin: 0 0 1.2em; padding: 0;
    border: 0px;
    border-color: #D72E2E;
    border-style: solid;
	text-align:center;
  }
  
  div#Navi_artikel a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
    text-decoration:none;
  }
  div#Navi_artikel a:link {
    color: #000000;
    background-color: #FFFFFF;
    border:1px solid #D72E2E;
    text-decoration:none;
  }

  div#Navi_artikel a:visited {
    color: #000000;
    background-color: #FFFFFF;
    border:1px solid #D72E2E;
    text-decoration:none;
  }

  div#Navi_artikel a:hover {
    color: #FFFFFF;
    background-color: #D72E2E;
    border:1px solid #D72E2E;
    text-decoration:none;
  }
  div#Navi_artikel a:active {
    color: #000000;
    background-color: #FFFFFF;
    border:1px solid #D72E2E;
    text-decoration:none;
  }



  div#Inhalt {
    background-color: #E5E5E5;
    margin: 0 1em 1em 10em;
    padding: 0 1em;
    border: 1px;
    border-color: #D72E2E;
    border-style: solid;
word-wrap: break-word;
  }

  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }

  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }


div#Inhalt a            { font-family:Arial; font-size:12pt; color:#0000FF; }

div#Inhalt a:link	{ text-decoration:none; font-weight:normal; }

div#Inhalt a:visited	{ text-decoration:none; font-weight:normal; }

div#Inhalt a:hover	{ text-decoration:none; font-weight:normal; }

div#Inhalt a:active	{ text-decoration:none; font-weight:normal; font-style:italic; }



  p#Fusszeile {
    clear: both;
    font-size: 0.9em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #FFFFFF;
    border: 0px;
  }      


.referenzen_leiste {
	width:533px;
	border-bottom: 1px dashed #336699;
	background-color:#F1F2F2;
	height:110px;
}
.referenzen_alles {
	display:inline;
	float:left;
	padding-left:15px;
}
.referenzen_alles2 {
	display:inline;
}
.referenzen_bild {
	width:150px;
	display:inline;
	float:left;
}
.referenzen_titel {
	width:361px;
	display:inline;
	float:left;
	text-transform:uppercase;
	text-shadow:Gray;
	color:#009999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;	
}
.referenzen_inhalt {
	width:361px;
	display:inline;
	float:left;
	clear:both;
	color:#999999;
}