/* Design */
.background { background-color: #DDDDDD; }
.content { background-color: white; }
.green { background-color: #949A5E; }
.brown { background-color: #5C3021; }


/* Fonts */
.text  { color: black; font-size: 10pt; 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: #5c3021; text-decoration: none }
a.text:active  { color: #5c3021; text-decoration: none }
a.text:visited { color: #5c3021; text-decoration: none }
a.text:hover      { color: #949A5E; text-decoration: underline }
			
.text_bold   { color: black; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 700; line-height: 16pt; font-stretch: expanded; margin: 0 }
a.text_bold:link   { color: #5c3021; text-decoration: none }
a.text_bold:active   { color: #5c3021; text-decoration: none }
a.text_bold:visited  { color: #5c3021; text-decoration: none }
a.text_bold:hover     { color: #949A5E; text-decoration: none }

.text_error  { color: red; font-size: 10pt; 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 }
			
.text_brown    { color: #5C3021; font-size: 12pt; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-style: normal; font-weight: 400; line-height: 10pt; font-stretch: expanded; margin: 0 }
a.text_brown:link   { color: #5C3021; text-decoration: none }
a.text_brown:active   { color: #5C3021; text-decoration: none }
a.text_brown:visited  { color: #5C3021; text-decoration: none }
a.text_brown:hover     { color: #5C3021; text-decoration: none }

.text_green    { color: #949A5E; font-size: 12pt; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-style: normal; font-weight: 400; line-height: 10pt; font-stretch: expanded; margin: 0 }
a.text_green:link   { color: #949A5E; text-decoration: none }
a.text_green:active   { color: #949A5E; text-decoration: none }
a.text_green:visited  { color: #949A5E; text-decoration: none }
a.text_green:hover     { color: #949A5E; text-decoration: none }

.nav_left    { color: #5C3021; font-size: 12pt; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-style: normal; font-weight: 400; line-height: 12pt; font-stretch: expanded; margin: 0 }
a.nav_left:link   { color: #5C3021; text-decoration: none }
a.nav_left:active   { color: #5C3021; text-decoration: none }
a.nav_left:visited  { color: #5C3021; text-decoration: none }
a.nav_left:hover     { color: #949A5E; text-decoration: none }

.nav_bar    { color: white; font-size: 12pt; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-style: normal; font-weight: 400; line-height: 12pt; font-stretch: expanded; margin: 0 }
a.nav_bar:link   { color: white; text-decoration: none }
a.nav_bar:active   { color: white; text-decoration: none }
a.nav_bar:visited  { color: white; text-decoration: none }
a.nav_bar:hover     { color: #5C3021; text-decoration: none }

.nav_back    { color: #5C3021; font-size: 12pt; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-style: normal; font-weight: 400; line-height: 12pt; font-stretch: expanded; margin: 0 }
a.nav_back:link   { color: #5C3021; text-decoration: none }
a.nav_back:active   { color: #5C3021; text-decoration: none }
a.nav_back:visited  { color: #5C3021; text-decoration: none }
a.nav_back:hover     { color: #949A5E; text-decoration: none }

.print   { color: #5C3021; font-size: 10pt; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-style: normal; font-weight: 400; line-height: 9pt; font-stretch: expanded; margin: 0 }
a.print:link   { color: #5C3021; text-decoration: none }
a.print:active   { color: #5C3021; text-decoration: none }
a.print:visited  { color: #5C3021; text-decoration: none }
a.print:hover     { color: #949A5E; 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;
}
