/* PATH */
div.mypath a { text-decoration: none; color: blue; }
div.mypath a:hover { text-decoration: underline; }

/* FOOTER */
div.myfooter td.left  { padding: 0px 0px; }
div.myfooter td.right { padding: 0px 0px; text-align: right; }
div.myfooter a { color: white; text-decoration: none; }
div.myfooter a:hover { text-decoration: underline; }
div.myfooter img { border: 0; }

/* Klassen für den Content Bereich */
a { text-decoration: none; }
a:hover { text-decoration: underline; }
a:visited { color: blue; }

.rowHead  { background: #BFACAC; padding: 5px; margin: 2px; }
.rowDark  { background: #BFACAC; padding: 5px; margin: 2px; }
.rowLight { background: #FFE6E6; padding: 5px; margin: 2px; }
.rowDarkMarked  { background: #FF8080; padding: 5px; margin: 2px; }
.rowLightMarked  { background: #FFBFBF; padding: 5px; margin: 2px; }

table.full, table.fullHover { width: 100%; }
table.fullHover tr.rowDark:hover, table.fullHover tr.rowLight:hover, table.fullHover tr.rowDarkMark:hover, table.fullHover tr.rowLightMark:hover { background: #BFFFBF; }

/* IMPORTANT */
.important-news {
	border: 2px solid #00B000;
	background: #BFFFBF;
	padding: 10px;
}

