/* Design */
.background { background-color: white; }
.content { background-color: white; }
.gray { background-color: #828282; }
.gray_bar { background-color: #BEBEBE; }

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

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

.text_error  { color: red; font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 16pt; font-stretch: expanded; margin: 0 }
a.text_error:link  { color: #FF0000; text-decoration: none }
a.text_error:active  { color: #FF0000; text-decoration: none }
a.text_error:visited { color: #FF0000; text-decoration: none }
a.text_error:hover    { color: #5C3021; text-decoration: underline }
			
.hinweis  { color: #0044AC; font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 16pt; font-stretch: expanded; margin: 0 }
a.hinweis:link  { color: #0044AC; text-decoration: none }
a.hinweis:active  { color: #0044AC; text-decoration: none }
a.hinweis:visited { color: #0044AC; text-decoration: none }
a.hinweis:hover      { color: #A4A4A4; text-decoration: underline }

.nav    { color: #0044AC; font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 16pt; font-stretch: expanded; margin: 0 }
a.nav:link   { color: #0044AC; text-decoration: none }
a.nav:active   { color: #0044AC; text-decoration: none }
a.nav:visited  { color: #0044AC; text-decoration: none }
a.nav:hover     { color: #A4A4A4; text-decoration: none }

.nav_neg    { color: #0044AC; font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 16pt; font-stretch: expanded; margin: 0 }
a.nav_neg:link   { color: #0044AC; text-decoration: none }
a.nav_neg:active   { color: #0044AC; text-decoration: none }
a.nav_neg:visited  { color: #0044AC; text-decoration: none }
a.nav_neg:hover     { color: white; text-decoration: none }

.print   { color: #0044AC; font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 8pt; font-stretch: expanded; margin: 0 }
a.print:link   { color: #0044AC; text-decoration: none }
a.print:active   { color: #0044AC; text-decoration: none }
a.print:visited  { color: #0044AC; text-decoration: none }
a.print:hover     { color: white; text-decoration: none }

.abmeldung   { color: #0044AC; font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 8pt; font-stretch: expanded; margin: 0 }
a.abmeldung:link   { color: #0044AC; text-decoration: none }
a.abmeldung:active   { color: #0044AC; text-decoration: none }
a.abmeldung:visited  { color: #0044AC; text-decoration: none }
a.abmeldung: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;
}
