table.dash {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px 1px;
	border-style: dashed dashed dashed dashed;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
}
table.dash th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dashed dashed dashed dashed;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.dash td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dashed dashed dashed dashed;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.normal {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px 0px;
	border-style: none none none none;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
}
table.normal th {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.normal td {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

.linkSchwarz {
	color:#FB6E81; 
	font-family:Arial,Geneva,Verdana; 
	text-decoration:none; 
	font-weight: bold; 
	font-size: 10pt;
}

.linkSchwarz:link { 
	color:#FB6E81;
	font-family:Arial,Geneva,Verdana;
	text-decoration:none; 
	font-weight: bold;
	font-size: 10pt;
}

.linkSchwarz:visited {
	color:#FB6E81;
	font-family:Arial,Geneva,Verdana;
	text-decoration:none;
	font-weight: bold;
	font-size: 10pt;
}

.linkSchwarz:active {
	color:#980B1F;
	font-family:Arial,Geneva,Verdana;
	text-decoration:none;
	font-weight: bold;
	font-size: 10pt;
}

.linkSchwarz:hover {
	color:#980B1F;
	font-family:Arial,Geneva,Verdana;
	text-decoration:none;
	font-weight: bold;
	font-size: 10pt;
}


.linkWeiss {
	color:#980B1F;
	font-family:Arial,Geneva,Verdana;
	text-decoration:none;
	font-weight: bold;
	font-size: 10pt;
}

.linkWeiss:link {
	color:#980B1F;
	font-family:Arial,Geneva,Verdana;
	text-decoration:none;
	font-weight: bold;
	font-size: 10pt;
}

.linkWeiss:visited {
	color:#980B1F;
	font-family:Arial,Geneva,Verdana;
	text-decoration:none;
	font-weight: bold;
	font-size: 10pt;
}

.linkWeiss:active {
	color:#FC5C04;
	font-family:Arial,Geneva,Verdana;
	text-decoration:none;
	font-weight: bold;
	font-size: 10pt;
}

.linkWeiss:hover {
	color:#FC5C04;
	font-family:Arial,Geneva,Verdana;
	text-decoration:none;
	font-weight: bold;
	font-size: 10pt;
}



cMenu {
     height:31px;
     width: 708px;
     margin-left:1px;
     margin-bottom:1px;
     background: #FFFFFF url(/fileadmin/menue.jpg) repeat-x top left;
     position:relative; /* wichtige angabe, sonst taucht das slideMenu an falscher Position auf */
}

/*
 *CSS-Style to build slideoutmenu by Alex.Elsner <alexander.elsner@sci-worx.com>
 */

.mmContent DIV A {
	font-size: 9px; font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular;
	font-weight: bold;
	line-height: 11px;
	padding: 5px;
	text-decoration: none;
	display: block;
	color: #000000;
	background: #d04357 url(/fileadmin/images/menu.png) top left no-repeat;
	margin: 0px 0px 0px 0px;
	border-bottom: solid 1px #011D65;
}

/* für IE >5 */
* html .mmContent DIV A {
	width: 177px;
	w\idth: 177px; /* für IE 6 */
	-moz-opacity:.9; /* für IE 5.5+ */
	filter:alpha(opacity=90); /* für IE 5.5+ */
}

.mmContent DIV.mmlink A.submenu {
	background: #DEF2FE url(/fileadmin/images/menu_sub.gif) top left no-repeat;
	color: #000000;
}



.mmContent DIV.mmlink A.submenu:hover {
	background: url(/fileadmin/images/menu_sub.png) bottom left no-repeat;
	color: #011D65;
}

.mmContent[id] DIV.mmlink A.submenu {
	background: url(/fileadmin/images/menu_sub.png) top left no-repeat;
	color: #000000;
}

.mmContent[id] DIV.mmlink A.submenu:hover {
	background: url(/fileadmin/images/menu_sub.png) bottom left no-repeat;
	color: #980B1F;
}

.mmContent DIV.mmlink A:hover {
	color: #980B1F;
}


/* folgende anweisung wird nicht vom ie interpretiert */

.mmContent[id] DIV.mmlink A {
	background: url(/fileadmin/images/menu.png) top left no-repeat;
}

.mmContent[id] DIV.mmlink A:hover {
	background: url(/fileadmin/images/menu.png) bottom left no-repeat;
}

/* Test IE BG Color */

.mmContent DIV.mmlink A:hover {
	background: #fc5c04 /*url(/fileadmin/images/menu.png) bottom left no-repeat*/;
}

