/* COLOR: Farbdefinition (rot) ------------------------ */
.color {color: #c30720}


/* LOGO ---------------------------------------- */
#logo {
	background-color: #c30720;
}

/* MENUE --------------------------------------- */
#menu a, #menu a:visited {
	color: #666666;
}

#menu a:hover, #menu a:focus, #menu a:active {
	color: #c30720;
}

/* UNTERMENUE */
hr{
	border-top: 1px solid #c30720;
}

#submenu a:hover, #submenu a:focus, #submenu a:active {
	color: #c30720;
}

#submenu a.small:hover, #submenu a.small:focus, #submenu a.small:active {
	color: #c30720;
}

/* NAVIGATION horizontal ---------------------- */
#navigation {
	color: #c30720;
}

#navigation a:hover, #navigation a:focus, #navigation a:active {
	color: #c30720;
}

/* TEXT ---------------------------------------- */
h1 {
	color: #c30720;
}

h3 {
	color: #c30720;
}

h5 {
	color: #c30720;
}

/* LINKS im Text ------------------------------- */
a, a:visited {
	text-decoration: none;
	color: #630010;
}

a.color, a.color:visited, .color a, .color a:visited {
    text-decoration: none;
	color: #630010;
}

a.color:hover, a.color:focus, a.color:active, .color a:hover, .color a:focus, .color a:active {
    text-decoration: underline;
	color: #630010;
}

/* TABELLE ------------------------------------- */
td.color {
	color: #c30720;
}

/* FUSSZEILE ----------------------------------- */
#footnote a:hover, #footnote a:focus, #footnote a:active {
	color: #c30720;
}

/* STYLESHEET Ende ----------------------------- */

