/* Globales Style Sheet */

body, td, p, center, div, font, li {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #4F4F4F;
    text-decoration: none
}

a:link, a:active, a:visited {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #00349A;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #00349A;
    text-decoration: underline;
    font-weight: bold;
}

.nav_haupt, .nav_haupt:link, .nav_haupt:visited, .nav_haupt:active {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #E8E2CB;
    text-decoration: none;
    font-weight: bold;
}

.nav_haupt:hover {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.nav_haupt_aktiv, .nav_haupt_aktiv:link, .nav_haupt_aktiv:visited, .nav_haupt_aktiv:hover, .nav_haupt_aktiv:active {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #9A765D;
    text-decoration: none;
    font-weight: bold;
}

.nav_oben, .nav_oben:link, .nav_oben:visited, .nav_oben:hover, .nav_oben:active {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}

.nav_oben_aktiv, .nav_oben_aktiv:link, .nav_oben_aktiv:visited, .nav_oben_aktiv:hover, .nav_oben_aktiv:active {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

.nav_um, .nav_um:link, .nav_um:visited, .nav_um:active {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11,5px;
    color: #E8E2CB;
    text-decoration: none;
    font-weight: normal;
}

.nav_um:hover {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11,5px;
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}

.nav_um_aktiv, .nav_um_aktiv:link, .nav_um_aktiv:visited, .nav_um_aktiv:hover, .nav_um_aktiv:active {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11,5px;
    color: #9A765D;
    text-decoration: none;
    font-weight: normal;
}

.ue {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F4F4F;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

.unterue {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #4F4F4F;
    text-decoration: none;
    font-weight: bold;
}

.mini {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    color: #4F4F4F;
    text-decoration: none;
}

.textfield {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    border-width: 1;
    background-color: #ffffff;
    border-right: #00349A 1px solid;
    border-left: #00349A 1px solid;
    border-top: #00349A 1px solid;
    border-bottom: #00349A 1px solid;
}


.chainedselect {
	width:220px;
}

/* CMS */
.cmserror {
		font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #CC3333;
    font-weight: bold;
    text-decoration: none
}


/* Tigra Validator */
.tfvHighlight
		{font-weight: bold; color: #CC3333;}
.tfvNormal
		{font-weight: normal;	color: #4F4F4F;}