/* Colors */
.content { background-color: white; }
.column { background-color: #d8d8d8; }
.bar { background-color: #e31818; }
.line_left { background-color: white; }
.line_right { background-color: #d8d8d8; }
/* Fonts */

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

.titel      { color: #e31818; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 700; line-height: 15pt; font-stretch: expanded; margin-top: 4pt; margin-bottom: 3px; }
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: underline }
			
.text_bold      { color: #e31818; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 700; line-height: 15pt; font-stretch: expanded; margin-top: 4pt; margin-bottom: 3px; }
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: underline }

.text_error  { color: #e31818; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 15pt; 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: black; text-decoration: underline }
			
.nav    { color: black; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 700; line-height: 14px; font-stretch: expanded; margin-top: 4pt; margin-bottom: 3px; }
.navblack    { color: #e31818; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 700; line-height: 14px; font-stretch: expanded; margin-top: 4pt; margin-bottom: 3px; }
a.nav:link   { color: black; text-decoration: none }
a.nav:active   { color: black; text-decoration: none }
a.nav:visited  { color: black; text-decoration: none }
a.nav:hover     { color: #e31818; text-decoration: none }

.subnav    { color: black; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 700; line-height: 14px; font-stretch: expanded; margin-top: 1px; margin-bottom: 1px; }
.subnavblack    { color: #e31818; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 700; line-height: 14px; font-stretch: expanded; margin-top: 1px; margin-bottom: 1px; }
a.subnav:link   { color: black; text-decoration: none }
a.subnav:active   { color: black; text-decoration: none }
a.subnav:visited  { color: black; text-decoration: none }
a.subnav:hover     { color: #e31818; text-decoration: none }

.nav1    { color: white; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 700; line-height: 14px; font-stretch: expanded; margin-top: 4pt; margin-bottom: 3px; }
.nav1black    { color: black; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 700; line-height: 14px; font-stretch: expanded; margin-top: 4pt; margin-bottom: 3px; }
a.nav1:link   { color: white; text-decoration: none }
a.nav1:active   { color: white; text-decoration: none }
a.nav1:visited  { color: white; text-decoration: none }
a.nav1:hover     { color: black; text-decoration: none }

.nav2    { color: black; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 14px; font-stretch: expanded; margin-top: 4pt; margin-bottom: 3px; }
.nav2black    { color: #e31818; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 14px; font-stretch: expanded; margin-top: 4pt; margin-bottom: 3px; }
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: #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;
}

.line { background: #d8d8d8; height:1pt;}
