body { 
	background-color:#FFFFFF;
	text-align: center;  /* Zentrierung im Internet Explorer */
}

h1 {color:#9E7728; font-family:'Arial'; font-size:18px;}

h2 {color:#9E7728; font-family:'Arial'; font-size:14px;}

a {color:#9E7728; font-family:'Arial'}

a:hover {color:#000000}

a.linkWeiss {color:#FFFFFF; font-family:'Arial'; font-size:12px; text-decoration:none }

a.footerRechts {color:#FFFFFF; font-family:'Arial'; font-size:12px; text-decoration:none }
a.footerRechts:hover {color:#FFFFFF; font-family:'Arial'; font-size:12px; text-decoration:none }

a.folinksShop {color:#9E7728; font-family:'Arial'; font-size:12px;}
a.folinksShop:hover {color:#000000; font-family:'Arial'; font-size:12px;}

p.align-center {text-align:center;}

td {color:#000000; font-family:'Arial'; font-size:12px}

td.Weiss {color:#FFFFFF; font-size:12px ;font-family:'Arial' }

table.test {border-width:10px; border-style:solid; border-color:red;}
table.test2 {border-width:10px; border-style:solid; border-color:white;}

div.linie { background:gray; margin: 0px auto auto auto; height:1px; width:100%;}
div.footerlinks {color:#000000; font-family:'Arial'; font-size:12px; text-decoration:none }
div.footerRechts {color:#FFFFFF; font-family:'Arial'; font-size:12px; text-decoration:none }

div.csc-sitemap a {
   text-decoration: none;
   color:#9E7728;
}

img.block {
	display:block;
}

div, img {
  margin:0;
  padding:0;
  border:0;
}

div#container {
  text-align: left;    /* Seiteninhalt wieder links ausrichten */
  margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
  width:700px;
  height:100%;
  background-color:#FFFFFF;
}

div#top a {
   text-decoration: none;
   color:black;
   }

div#header { 
   float:left;
   width:500px;
   background-color:#9E7728; 
   padding-top:0px;
   }
   
div#logo { 
   float:right;
   width:200px;
   background-color:#FFFFFF; 
   padding-top:4px;
   }   

div#menu_oben { 
   float:left;
   width:500px;
   background-color:#9E7728; 
   padding-top:4px;
   }

div#link { 
   float:right;
   width:200px;
   background-color:#FFFFFF; 
   padding-top:4px;
   } 

/*-----------------------------------*/

div#rechts { 
	float:right;
	padding-top:30px;
	width:200px;
	min-height:350px;
	background-color:#9E7728;
}

div#frechts { 
	float:right;
	width:200px;
	background-color:#9E7728;
}

div#rechts a {
        font: bold 10px Verdana,Arial;
        text-decoration: none;
        color:black;
}

div#center { 
	float:left;
	width:498px;
	padding-top:20px;
	padding-bottom:10px;
	background-color:white;
}

div#fcenter { 
	float:left;
	width:498px;
	padding-top:20px;
	padding-bottom:10px;
	background-color:white;
}

.float-left { 
	float:left; 
}
