body {
	position: absolute;
	left: 0px;
	top: 0px;
	/* height: 100%; */
	width: 100%;
	background-image: url('../../img/background.png');
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

a:link {
	color: #6b6b6b;
	text-decoration: none;
}

a:hover {
	color: #6b6b6b;
	text-decoration: underline;
}

a:active {
	color: #6b6b6b;
	text-decoration: none;
}

a:visited {
	color: #6b6b6b;
	text-decoration: none;
}

img {
	border: none;
}

table {
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border: 0px;
}

th {
	color: #990406;
}

td {
	padding-top: 4px;
	padding-bottom: 4px;
}

table.w100pro {
	width: 100%;
}

td.w25pro {
	width: 25%;
}

table tr.odd {
	background-color: darkgrey;
}

#main {
	margin: auto;
	width: 971px;
	height: 97%;
}

#head {
	margin: auto;
	height: 270px;
	text-align: center;
}

#work {
	text-align: left;
}

#navi {
	width: 220px;
	float: left;
	margin-top: -35px;
	margin-left: 3px;
}

#content {
	width: 670px;
	float: right;
	margin-right: 8px;
}

h1 {
	color: #990406;
	/*text-transform: uppercase;*/
	font-size: 24px;
	margin-top: 0px;
}

h3 {
	color: #990406;
	font-size: 12px;
	margin-top: 0px;
}

.hgrey {
	color: #6b6b6b;
	font-size: 18px;
	margin-bottom: -10px;
}

.grey {
	color: #6b6b6b;
}

#logo {
	text-align: links;
	margin-top: 20px;
}

#footer {
	margin: auto;
	width: 971px;
	bottom: 0px;
	font-size: 9pt;
	color: #666666;
}

#footer a {
	font-size: 9pt;
	color: #666666;
}

.clear {
	clear: both;
}


/* BOX - Einzelteile */
.box {
	float: right;
}

.box_top {
	width: 671px;
	height: 12px;
	background-image: url('../../img/box/top.png');
}

.box_middle {
	width: 671px;
	background-image: url('../../img/box/stretch.png');
}

.box_content {
	padding-left: 10px;
	padding-right: 10px;
}

.box_bottom {
	width: 671px;
	height: 20px;
	background-image: url('../../img/box/bottom.png');
}

.box_content ol {
	margin: 0px;
}


/* Elemente auf Seiten */
.nahrungsmittelunvertraeglichkeiten {
	margin: -20px 0px 0px -20px;
	padding: 0px;
	border-spacing: 20px;
}

.nahrungsmittelunvertraeglichkeiten td {
	vertical-align: text-top;
}

.gewichtsregulierung {
	margin: -20px 0px 0px -20px;
	border-spacing: 20px;
}

