
/* Design */
.white { background-color: white; }
.gray { background-color: #cccccc; }
.red { background-color: #cd0619; }

/* Fonts */
.text  { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 16px; font-stretch: expanded; margin: 0 }
a.text:link  { color: #cd0619; text-decoration: none }
a.text:active  { color: #cd0619; text-decoration: none }
a.text:visited { color: #cd0619; text-decoration: none }
a.text:hover      { color: black; text-decoration: underline }

.text_red  { color: #cd0619; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 16px; font-stretch: expanded; margin: 0 }
a.text_red:link  { color: #cd0619; text-decoration: none }
a.text_red:active  { color: #cd0619; text-decoration: none }
a.text_red:visited { color: #cd0619; text-decoration: none }
a.text_red:hover      { color: black; text-decoration: underline }
			
.text_bold   { color: #cd0619; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 16px; font-stretch: expanded; margin: 0 }
a.text_bold:link   { color: #cd0619; text-decoration: none }
a.text_bold:active   { color: #cd0619; text-decoration: none }
a.text_bold:visited  { color: #cd0619; text-decoration: none }
a.text_bold:hover     { color: black; text-decoration: underline }

.titel   { color: #cd0619; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 16px; font-stretch: expanded; margin: 0 }
a.titel:link   { color: #cd0619; text-decoration: none }
a.titel:active   { color: #cd0619; text-decoration: none }
a.titel:visited  { color: #cd0619; text-decoration: none }
a.titel:hover     { color: #cd0619; text-decoration: none }

.text_error  { color: #cd0619; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 16px; font-stretch: expanded; margin: 0 }
a.text_error:link  { color: #cd0619; text-decoration: none }
a.text_error:active  { color: #cd0619; text-decoration: none }
a.text_error:visited { color: #cd0619; text-decoration: none }
a.text_error:hover    { color: black; text-decoration: overline }
			
.nav0    { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 16px; font-stretch: expanded; margin: 0 }
a.nav0:link   { color: #cd0619; text-decoration: none }
a.nav0:active   { color: #cd0619; text-decoration: none }
a.nav0:visited  { color: #cd0619; text-decoration: none }
a.nav0:hover     { color: black; text-decoration: none }

.nav1    { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 11px; font-stretch: expanded; margin: 0 }
a.nav1:link   { color: #cd0619; text-decoration: none }
a.nav1:active   { color: #cd0619; text-decoration: none }
a.nav1:visited  { color: #cd0619; text-decoration: none }
a.nav1:hover     { color: black; text-decoration: none }

.nav2    { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 11px; font-stretch: expanded; margin: 0 }
a.nav2:link   { color: black; text-decoration: none }
a.nav2:active   { color: black; text-decoration: none }
a.nav2:visited  { color: black; text-decoration: none }
a.nav2:hover     { color: #cd0619; text-decoration: none }

.nav3    { color: white; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 14px; font-stretch: expanded; margin: 0 }
a.nav3:link   { color: black; text-decoration: none }
a.nav3:active   { color: black; text-decoration: none }
a.nav3:visited  { color: black; text-decoration: none }
a.nav3:hover     { color: white; text-decoration: none }

.print   { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 11px; font-stretch: expanded; margin: 0 }
a.print:link   { color: black; text-decoration: none }
a.print:active   { color: black; text-decoration: none }
a.print:visited  { color: black; text-decoration: none }
a.print:hover     { color: black; text-decoration: none }

.print2   { color: white; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 9px; font-stretch: expanded; margin: 0 }
a.print2:link   { color: white; text-decoration: none }
a.print2:active   { color: white; text-decoration: none }
a.print2:visited  { color: white; text-decoration: none }
a.print2:hover     { color: black; text-decoration: none }

/* Listings */
ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

li
{
background-image: url(../daten/elemente/bullet.gif);
background-repeat: no-repeat;
background-position: 0.1em 0.7em;
padding-left: 1em;
}

.line { background: #cd0619; height:1px;}