body {
	/* /* font-family: "Times New Roman", Times, serif; */
	font-family: Arial, Helvetica, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color : #FFFFFF;
}

table {
	/* font-family: "Times New Roman", Times, serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

tr {
	/* font-family: "Times New Roman", Times, serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

td {
	/* font-family: "Times New Roman", Times, serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
font.titelgross {
	font-family: "Times New Roman", Times, serif;
	/*font-family: Arial, Helvetica, sans-serif;
	*/
	color: #39432A;
	font-size : 17px;
	font-weight : bolder;
	font-style : italic;
}
font.titelklein {
	/* font-family: "Times New Roman", Times, serif; */
	font-family: Arial, Helvetica, sans-serif;
	color: #39432A;
	
}
font.titelteaser {
	/* font-family: "Times New Roman", Times, serif; */
	font-family: Arial, Helvetica, sans-serif;
	color: #39432A;
	font-size : 13px;
}

a{
	color : #39432A;
	text-decoration : none;
	font-size: 13px;
}
/* Steuermenü links */
a.menu_on {
	 font-family: "Times New Roman", Times, serif; 
	/*font-family: Arial, Helvetica, sans-serif;*/
	color: #CC8641;
	font-size : 17px;
	font-weight : bold;
}
a.menu {
	 font-family: "Times New Roman", Times, serif; 
	/*font-family: Arial, Helvetica, sans-serif;*/
	color: #39432A;
	font-size : 17px;
	font-weight : bold;
}
a.menu:hover {
	 font-family: "Times New Roman", Times, serif; 
	/*font-family: Arial, Helvetica, sans-serif;*/
	color: #CC8641;
	font-size : 17px;
	font-weight : bold;
}
/* Substeuermenü links */
a.submenu_on {
	/*font-family: "Times New Roman", Times, serif; */
	font-family: Arial, Helvetica, sans-serif;
	color: #CC8641;
	font-size : 12px;
	font-weight : bold;
}
a.submenu {
	/* font-family: "Times New Roman", Times, serif; */
	font-family: Arial, Helvetica, sans-serif;
	color: #39432A;
	font-size : 12px;
	font-weight : bold;
}
a.submenu:hover {
	 /*font-family: "Times New Roman", Times, serif; */
	font-family: Arial, Helvetica, sans-serif;
	color: #CC8641;
	font-size : 12px;
	font-weight : bold;
}

/* Steuermenü oben */
a.steuerklein_on {
	 font-family: "Times New Roman", Times, serif; 
	/*font-family: Arial, Helvetica, sans-serif;*/
	color: #CC8641;
	font-size : 13px;
	font-weight : bold;
}
a.steuerklein {
	font-family: "Times New Roman", Times, serif; 
	/* font-family: Arial, Helvetica, sans-serif;*/
	color: #39432A;
	font-size : 13px;
	font-weight : bold;
}
a.steuerklein:hover {
	font-family: "Times New Roman", Times, serif; 
	/* font-family: Arial, Helvetica, sans-serif;*/
	color: #CC8641;
	font-size : 13px;
	font-weight : bold;
}
#topleft {
	border-top: 1px solid #39432A;
	width : 218px;
	height: 116px;
	background-image : url(images/web/top_left.jpg);
}

#topright {
	border-top: 1px solid #39432A;
	border-left: 1px solid #39432A;
	width: 562px;
	background-image : url(images/web/top_right.jpg);
}

#steuer {
	border-top: 1px solid #39432A;
	width : 218px;
	background-color: #F4F6F3;
}

#content {
	border-top: 1px solid #39432A;
	border-left: 1px solid #39432A;
	width: 562px;
	padding : 0px;
}
#produktuebersicht {
	background-color: #F4F6F3;
}
.err {
	margin-top: 20px;
	padding:10px;
	border: 2px solid red;
	font-weight: bold;
}