body {
	background-color: #FFFFFF;	//#D3D7DB;	//#DCE68B;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #564b47;
}
a {
	font-size: 11px;
	color: #005BAA;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color:#005BAA;
}
a:hover {
	color: #0066ff;
}
a.navpath {
	font-size: 11px;
	color: #005BAA;
	background-color: transparent;
	text-decoration: none;
}
a.navpath:visited {
	color:#005BAA;
}
a.navpath:hover {
	color: #FFFFFF;	//#C6D92D;
}
a.navleft {
	font-size: 11px;
	color: #005BAA;
	background-color: transparent;
	text-decoration: none;
}
a.navleft:visited {
	color:#005BAA;
}
a.navleft:hover {
	color: #FFFFFF;
}
h4 {
	font-size: 12px;
	color: #005BAA;
	border-bottom: 1px dotted #005BAA;
}
h5 {
	font-size: 12px;
	padding-top: 10px;
	text-transform: uppercase;
	text-decoration: underline;
}
h6 {
	font-size: 10px;
}
input.mail {
	background: #E9EBED;
	border: 1px dotted;
	color: #005BAA;
	font-size: 11px;
}
input.text {
	background: #E9EBED;
	border: 1px dotted;
	width: 120px;
	color: #005BAA;
	font-size: 11px;
}
div.message {
	border: 1px dotted #000000;
	background: #C6D92D;
	color: #005BAA;
	text-align: center;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
}
li {
	font-size: 11px;
}
p {
	font-size: 11px;
}
select.mail {
	background: #E9EBED;
	border: 1px dotted;
	color: #005BAA;
	font-size: 11px;
}
textarea.mail {
	background: #E9EBED;
	border: 1px dotted;
	color: #005BAA;
	font-size: 11px;
}
table.header {
	background-color: #C6D92D;	/*#A9CC65;*/
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}
table.topnav {
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}
table.navpath {
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: #FDB813;	//#005BAA;
	color: #005BAA;
}
table.query {
	border: 0;
	padding: 0;
	margin: 0;
}
table.footer {
	background-color: #C6D92D;	/*#A9CC65;*/
	margin: 0;
	width: 100%;
	border-bottom: 1px solid Black;
	border-top: 1px solid Black;
	font-size: 10px;
	text-align: center;
	padding: 0;
}
td.download {
	border: 1px dotted #005BAA;
	width: 125px;
	height: 125px;
	vertical-align: bottom;
}
th.produktdaten {
	border: 1px dotted #9ACC65;
	color: #005BAA;
	text-align: center;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
}
#navproduktdetail table {
	margin: 0 0 0 0;
	width: 200;
	border: thin solid #DCE68B;
}
#navproduktdetail th {
	color: #005BAA;
	background-color: #FDB813;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
#navproduktdetail td {
	color: #FFFFFF;
	background-color: #005BAA;
	text-align: left;
	padding: 3px 10px 3px 10px;
	border-top: 1px solid White;
}
#navproduktdetail a {
	display: block;
	color: #FFFFFF;
	background-color: #005BAA;
	text-decoration: none;
	text-align: left;
}
#navproduktdetail a:hover {
	color: #FDB813;
}