/* Design */
.content { background-color: white; }
.light { background-color: #D8D8D8; }
.dark { background-color: #929292; }
.line { background-color: #9B1F2E; }

/* Fonts */
.text  { color: #646464; 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: #000000; text-decoration: none }
a.text:active  { color: #000000; text-decoration: none }
a.text:visited { color: #000000; text-decoration: none }
a.text:hover      { color: #9B1F2E; text-decoration: underline }
			
.text_bold   { color: #646464; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 700; line-height: 16px; font-stretch: expanded; margin: 0 }
a.text_bold:link   { color: #000000; text-decoration: none }
a.text_bold:active   { color: #000000; text-decoration: none }
a.text_bold:visited  { color: #000000; text-decoration: none }
a.text_bold:hover     { color: #9B1F2E; text-decoration: none }

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

.subtitel   { color: #000000; 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.subtitel:link   { color: #000000; text-decoration: none }
a.subtitel:active   { color: #000000; text-decoration: none }
a.subtitel:visited  { color: #000000; text-decoration: none }
a.subtitel:hover     { color: #000000; text-decoration: none }

.text_error  { color: #9B1F2E; 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: #9B1F2E; text-decoration: none }
a.text_error:active  { color: #9B1F2E; text-decoration: none }
a.text_error:visited { color: #9B1F2E; text-decoration: none }
a.text_error:hover    { color: #9B1F2E; text-decoration: underline }
			
.nav1    { color: #9B1F2E; 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.nav1:link   { color: #9B1F2E; text-decoration: none }
a.nav1:active   { color: #9B1F2E; text-decoration: none }
a.nav1:visited  { color: #9B1F2E; text-decoration: none }
a.nav1:hover     { color: #000000; text-decoration: none }

.nav2    { color: #000000; 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.nav2:link   { color: #000000; text-decoration: none }
a.nav2:active   { color: #000000; text-decoration: none }
a.nav2:visited  { color: #000000; text-decoration: none }
a.nav2:hover     { color: #9B1F2E; text-decoration: none }

.print   { color: #000000; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 9px; font-stretch: expanded; margin: 0 }
a.print:link   { color: #000000; text-decoration: none }
a.print:active   { color: #000000; text-decoration: none }
a.print:visited  { color: #000000; text-decoration: none }
a.print:hover     { color: #9B1F2E; 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;
}
