/* Design */
.frame { background-color: black; }
.background { background-color: DEDEDE; }
.background_menu   { background-color: #f0f0f0;}
.content { background-color: white; }
.line_top { background-color: #e31818; }
.line_bottom { background-color: white; }
.line_vertical { background-color: white; }
.line_horizontal { background-color: black; }
.line_image { background-color: black; }
.top_left { background-color: #e31818; }
.top_right { background-color: #e31818; }
.main_left { background-color: #e31818; }
.main_middle { background-color: white; }
.main_right { background-color: white; }
.bottom_left { background-color: #e31818; }
.bottom_reight { background-color: #e31818; }


/* Fonts */
.text      { color: black; font-size: 10px; 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: #e31818; text-decoration: none }
a.text:active  { color: #e31818; text-decoration: none }
a.text:visited { color: #e31818; text-decoration: none }
a.text:hover    { color: #e31818; text-decoration: underline }
			
.text_bold   { color: black; font-size: 10px; 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: #e31818; text-decoration: none }
a.text_bold:active   { color: #e31818; text-decoration: none }
a.text_bold:visited  { color: #e31818; text-decoration: none }
a.text_bold:hover     { color: #e31818; text-decoration: none }

.text_error  { color: red; font-size: 10px; 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: #e31818; text-decoration: none }
a.text_error:active  { color: #e31818; text-decoration: none }
a.text_error:visited { color: #e31818; text-decoration: none }
a.text_error:hover    { color: #e31818; text-decoration: underline }
			
.titel    { color: #e31818; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 700; line-height: 10px; font-stretch: expanded; margin: 0 }
a.titel:link   { color: #e31818; text-decoration: none }
a.titel:active   { color: #e31818; text-decoration: none }
a.titel:visited  { color: #e31818; text-decoration: none }
a.titel:hover     { color: #e31818; text-decoration: none }

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

.nav_top    { color: black; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 700; line-height: 12px; font-stretch: expanded; margin: 0 }
a.nav_top:link   { color: black; text-decoration: none }
a.nav_top:active   { color: whblackite; text-decoration: none }
a.nav_top:visited  { color: black; text-decoration: none }
a.nav_top:hover     { color: ##e31818; text-decoration: none }

.nav_bottom_left    { color: white; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 700; line-height: 12px; font-stretch: expanded; margin: 0 }
a.nav_bottom_left:link   { color: white; text-decoration: none }
a.nav_bottom_left:active   { color: white; text-decoration: none }
a.nav_bottom_left:visited  { color: white; text-decoration: none }
a.nav_bottom_left:hover     { color: #e31818; text-decoration: none }

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

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