/* Schriftart im gesamten Dokument */
body, td, div, p, li, form {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
        font-size: 11px;
	font-style: normal;
	line-height: 14px;
}
hr {
	border: 1px #eeeeee solid;
}
/*CI-Fotos*/
.foto {
	background-image: url(gfx/bild_start.jpg);
}
/*überschriftbalken*/
.dot {
	background-image: url(gfx/head_r.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.color1{
        background-color: #9A0000;
}
.color2{
        background-color: #FF9595;
}
.send{
        border: 1px #990000 solid;
        color: #990000;
	font-size: 11px;
	line-height: 12px;
        background-color: #ffffff;
}
.radio{
        border: 0px;
        color: #ffffff;
}

select, textarea, input {
	border: 1px #333333 solid;
	font-size: 11px;
	line-height: 12px;
        background-color: #FFFFFF;
}

h1 {
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
        margin: 0px 0px 10px 0px;
        padding: 0px 0px 0px 0px;
}
h2 {
	color: #660000;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
        margin: 0px 0px 10px 0px;
        padding: 0px 0px 0px 0px;
}
h3{
	font-weight: bold;
        font-size: 11px;
	line-height: 14px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
}

.b{
	font-weight: bold;
}

/*Textlinks*/
a {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
/*Navigation*/
a.NAV {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
}
a.NAV:hover {


	color: #333333;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
}
/*Navigationspunkt ohne Verlinkung*/
.NAVCUR {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
}
/*Subnavigation*/
a.SNAV, a.SNAV2 {
	color: #000000;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
}
a.SNAV:hover, a.SNAV2:hover {
	color: #333333;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
}
/*Subnavigationspunkt ohne Verlinkung*/
.SNAVCUR,.SNAVCUR2 {
	color: #990000;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
}
a.SNAV, .SNAVCUR {
	font-weight: bold;
}
/*Kleine Schrift, kann auch als nicht verlinkte Variante von .SMALLINK eingesetzt werden.*/
.SMALL {
	font-size: 10px;
	line-height: 11px;
}
/* Links in kleiner Schriftgroesse, z.B. für Schnellnavigation */
a.SMALLINK {
	font-size: 10px;
	line-height: 11px;
}
a.SMALLINK:hover {
	color: #000066;
	font-size: 10px;
	line-height: 11px;
}
.tx-indexedsearch-info a {
	color: #000000;
}


