/* Design */
.white { background-color: white; }
.gray { background-color: #e8e8e8; }
.black { background-color: black; }
.red { background-color: #e2001a; }

/* Fonts */
.text  { color: black; font-size: 11pt; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-style: normal; font-weight: 400; line-height: 16pt; font-stretch: expanded; margin: 0 }
a.text:link  { color: #e2001a; text-decoration: none }
a.text:active  { color: #e2001a; text-decoration: none }
a.text:visited { color: #e2001a; text-decoration: none }
a.text:hover      { color: #e2001a; text-decoration: underline }
			
.text_bold   { color: black; font-size: 11pt; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-style: normal; font-weight: 700; line-height: 16pt; font-stretch: expanded; margin: 0 }
a.text_bold:link   { color: #e2001a; text-decoration: none }
a.text_bold:active   { color: #e2001a; text-decoration: none }
a.text_bold:visited  { color: #e2001a; text-decoration: none }
a.text_bold:hover     { color: #e2001a; text-decoration: underline }

.titel   { color: #e2001a; font-size: 11pt; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-style: normal; font-weight: 700; line-height: 16pt; font-stretch: expanded; margin: 0 }
a.titel:link   { color: #e2001a; text-decoration: none }
a.titel:active   { color: #e2001a; text-decoration: none }
a.titel:visited  { color: #e2001a; text-decoration: none }
a.titel:hover     { color: #e2001a; text-decoration: none }

.text_error  { color: #e2001a; font-size: 11pt; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-style: normal; font-weight: 400; line-height: 16pt; font-stretch: expanded; margin: 0 }
a.text_error:link  { color: #e2001a; text-decoration: none }
a.text_error:active  { color: #e2001a; text-decoration: none }
a.text_error:visited { color: #e2001a; text-decoration: none }
a.text_error:hover    { color: #e2001a; text-decoration: underline }
			
.nav_left    { color: black; font-size: 11pt; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-style: normal; font-weight: 700; line-height: 16pt; 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: #e2001a; text-decoration: none }

.nav_bottom    { color: white; font-size: 11pt; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-style: normal; font-weight: 700; line-height: 16pt; font-stretch: expanded; margin: 0 }
a.nav_bottom:link   { color: white; text-decoration: none }
a.nav_bottom:active   { color: white; text-decoration: none }
a.nav_bottom:visited  { color: white; text-decoration: none }
a.nav_bottom:hover     { color: black; text-decoration: none }

.print   { color: black; font-size: 11pt; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-style: normal; font-weight: 700; line-height: 11pt; 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: overline }


/* 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;
}