body {
background-color: "#E4C57E"; }
	
h1 {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-size: 18px; }

h2 {
font-family: Arial, Helvetica, sans-serif; }

h3 {}

h4 {}

h5 {}

h6 {}

.indexAdress {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: right;
	padding-right: 10px; }

.indexAdress a:link {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: right;
	padding-right: 10px; }

.indexAdress a:hover {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: right;
	padding-right: 10px; }

.indexMwst {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	padding-right: 10px; }
  
.pictureRight {
    color: #000000;
	padding: 0px;
	margin: 5px 10px;
	overflow: visible;
	float:right; }

.pictureRight a:link {
	color: #000000;
	padding: 0px;
	margin: 5px 10px;
	overflow: visible;
	float:right; }

.pictureRight a:link {
	color: #000000;
	padding: 0px;
	margin: 5px 10px;
	overflow: visible;
	float:right; }

.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left; }

.normaltext a {
color: #000000; }

.normaltext a:link, .normaltext a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000; }

.normaltext a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666; }

strong {
font-family: Arial, Helvetica, sans-serif;  }

h2.puu {}
.texttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	font-style: normal;
	font-weight: bold; }
.pictureLeft {
	padding: 0px;
	margin: 5px 10px 0px 0px;
	overflow: visible;
	float:left;
}
.pricetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify; }

  #Titel {	/* Kopfzeile */
    position: absolute;
    top: 0em;
    width: 100%;
    height: 120px;
  }
    html>body #Titel {  /* nur fuer moderne Browser! */
    position: fixed;
  }
    #Titel[id] {
    position:fixed;
    top: 0em; left: 0em; right: 0em;
  }
    #Inhalt {
    margin-top: 120px;
    margin-left: 0px;
    padding: 0 0em;
  }

  * #Inhalt {  /* versteckt vor Netscape 4 */
    background-color: "#8C9ACB";
  }
  #Navigation {
    position: absolute;
    top: 120px;
    padding: 0 0em;
    margin-top: 0px;
  }
  html>body #Navigation {  /* nur fuer moderne Browser! */
    position: fixed;
  }
