body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 84%;
	background-color: white;
	color: black;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	text-align: center;
}
#pagecenter {
	width: 70em;
	margin: 0 auto;
	text-align: center;
}
#page {
	width: 70em;
	margin: 1em 1em 1em 1em;
	text-align: left;
}
#header {
	background-color: yellow;
	border-bottom: 2px solid black;
}
#logo {
	float: left;
	margin: 6px 8px 6px 8px;
}
#zug {
	float: right;
	margin: 0px 8px 4px 0px;
}
#headerclear {
	clear: both;
}
#floatcontainer {
	background-color: #FFFF99;
	overflow: auto;
}
#nav {
	width: 15em;
	float: left;
	border-bottom: 2px solid white;
}
#nav a {
	display: block;
	width: 100%;     /* fuer IE */
	max-width: 13em; /* fuer Firefox, Opera */
	padding: 0.5em 1em 0.5em 1em;
}
#nav a:link, #nav a:visited {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	background-color: yellow;
	color: red;
}
#nav p {
	padding: 0.5em 1em 0.3em 1em;
	margin: 0 0 0 0;
	border-top: 2px solid white;
}
#content {
	background-color: #FFFFCC;
	width: 100%;     /* fuer IE */
	max-width: 51em; /* fuer Firefox, Opera */
	padding: 1em 2em 2em 2em;
	margin: 0 0 0 15em;
}
#content a {
	text-decoration: underline;
}
#content a:link, #content a:visited {
	color: black;
}
#content a:hover, #content a:active {
	color: red;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 110%;
}
ul, ol {
	padding-left: 2em;
}
li {
	padding-bottom: 0.5em;
}
table.produkte {
	width: 100%;
	margin: -1em 0 0 0;
	padding: 0 0 0 0;
}
.produkte td {
	width: 25%;
	text-align: center;
}
.produkte a img {
	width: 92px;
	height: 72px;
	border: none;
}
table.produkt {
	width: 140px;     /* fuer IE */
	max-width: 130px; /* fuer Firefox, Opera */
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.produkt th, .produkt td {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.produkt th.titel {
	height: 2.5em;
	text-align: center;
	vertical-align: bottom;
	font-size: expression("84%");  /* fuer IE */
}
.produkt td.so {
	width: 60%;
	height: 2.5em;
	text-align: left;
	font-size: expression("80%");  /* fuer IE */
	font-size: 90%;
}
.produkt td.preis {
	width: 40%;
	height: 2.5em;
	text-align: right;
	font-size: expression("80%");  /* fuer IE */
	font-size: 90%;
}
.produkt td.bild {
	text-align:center;
}
.prot {
	color: red;
	font-weight: bold;
	text-align: center;
}
.telrot {
	color: red;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}
#starttag {
	text-align: right;
	font-size: 110%;
	font-weight: bold;
	margin: 2em 0em 0em 1em;
}
#footer {
	background-color: #FFFF99;
	clear: left;
	width: 100%;
	border-top: 2px solid black;
	text-align: center;
	padding: 0.2em 0em 0.2em 0em;
}
#footer a {
	color: black;
	text-decoration: underline;
}

/* Quelle fuer "clearfix": http://jassesnee.de/easyclear/ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

