/* Design */
.black { background-color: black; }
.gray_light { background-color: #e5e5e5; }
.gray_medium { background-color: #b3b3b3; }
.gray_dark { background-color: #dee2c0; }
.red { background-color: #4c2c14; }

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

.text_gray  { color: 4c2c14; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 16px; font-stretch: expanded; margin: 0 }
a.text_gray:link  { color: black; text-decoration: none }
a.text_gray:active  { color: black; text-decoration: none }
a.text_gray:visited { color: black; text-decoration: none }
a.text_gray:hover      { color: #b3b3b3; text-decoration: underline }
			
.text_gray_bold   { color: #4c2c14; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 16px; font-stretch: expanded; margin: 0 }
a.text_gray_bold:link   { color: black; text-decoration: none }
a.text_gray_bold:active   { color: black; text-decoration: none }
a.text_gray_bold:visited  { color: black; text-decoration: none }
a.text_gray_bold:hover     { color: #b3b3b3; text-decoration: underline }

.titel_1   { color: #4c2c14; font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 16px; font-stretch: expanded; margin: 0 }
a.titel_1:link   { color: #4c2c14; text-decoration: none }
a.titel_1:active   { color: #4c2c14; text-decoration: none }
a.titel_1:visited  { color: #4c2c14; text-decoration: none }
a.titel_1:hover     { color: #4c2c14; text-decoration: none }

.titel_2   { color: #4c2c14; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 700; line-height: 16px; font-stretch: expanded; margin: 0 }
a.titel_2:link   { color: #4c2c14; text-decoration: none }
a.titel_2:active   { color: #4c2c14; text-decoration: none }
a.titel_2:visited  { color: #4c2c14; text-decoration: none }
a.titel_2:hover     { color: #4c2c14; text-decoration: none }

.text_error  { color: black; font-size: 11px; 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: black; text-decoration: none }
a.text_error:active  { color: black; text-decoration: none }
a.text_error:visited { color: black; text-decoration: none }
a.text_error:hover    { color: black; text-decoration: underline }
			
.nav    { color: #4c2c14; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 16px; font-stretch: expanded; margin: 0 }
a.nav:link   { color: #4c2c14; text-decoration: none }
a.nav:active   { color: #4c2c14; text-decoration: none }
a.nav:visited  { color: #4c2c14; text-decoration: none }
a.nav:hover     { color: #b3b3b3; text-decoration: none }

.subnav    { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 16px; font-stretch: expanded; margin: 0 }
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: #b3b3b3; text-decoration: none }

.print   { color: black; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 9px; 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: 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;
}
