/*   ************************************************************************* */
	/*   Allgemeines */
	/* 89-25-43 (Raute; Logo), 6D-2A-3B (Hintergrund-Folder) */
body,table,td,select,a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*   Formatierung der Scrollbar in der "mitte"  */
	scrollbar-base-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #555555;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	font-size: 14px;
	color: #333333;
	background-color: #ffffff;
}

img {
	border-width: 0px;
}

/*   horizontale linie    */
hr {
	color: #555555;
	height: 1px;
	border: 1px solid #f0f0f0;
}

/*   Formatierung der Listenpunkte  */
li {
	color: #555555;
	type: square;
}

/*   ************************************************************************* */
	/*   ************************************************************************* */
	/*  normale Schrift*/
.fontbody {
	font-weight: 500;
}

.druck {
	font-weight: 500;
	font-size: 12px;
}

/*   ************************************************************************* */
	/*   Außenrand */
.rand {
	background-color: #DDDDDD; /*FEF4D6*/
}

/*   ************************************************************************* */
	/*   ************************************************************************* */
	/*   konkrete Seiteneigenschaften */ /*   mitte und Co */
.body {
}

.bodytabhell {
	BORDER: #eeeeee 1px solid;
}

/*  Standardlinks */
.link {
	color: #555555;
	text-decoration: underline;
}

/*   ************************************************************************* */
/*   Nav */

.mp_bgcolor {
	background-color: #5D1018;
}

.mp_bgcolor_nicht_aktiv {
	background-color: #F0EAEA;
}

.menuepunkt {
	font-family: Verdana, Arial, courier, sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #222222;
	text-decoration: none;
}

.menuepunkt_aktive {
	font-family: Verdana, Arial, courier, sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	text-decoration: none;
}