/* Fonts */

.text      { color: gray; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 18px; 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: #3366cc; text-decoration: underline }

.titel      { color: #3366cc; font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 16px; font-stretch: expanded; }
a.titel:link  { color: #3366cc; text-decoration: none }
a.titel:active  { color: #3366cc; text-decoration: none }
a.titel:visited { color: #3366cc; text-decoration: none }
a.titel:hover    { color: #3366cc; text-decoration: underline }
			
.loipe_offen      { color: #46a730; font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 16px; font-stretch: expanded; }
a.loipe_offen:link  { color: #46a730; text-decoration: none }
a.loipe_offen:active  { color: #46a730; text-decoration: none }
a.loipe_offen:visited { color: #46a730; text-decoration: none }
a.loipe_offen:hover    { color: #46a730; text-decoration: underline }

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

.text_bold      { color: black; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 16px; font-stretch: expanded; margin-top: 3px; margin-bottom: 3px; }
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: black; text-decoration: underline }

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

.subnav    { color: #3366cc; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 14px; font-stretch: expanded; }
.subnavblack    { color: black; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 14px; font-stretch: expanded; }
a.subnav:link   { color: #3366cc; text-decoration: none }
a.subnav:active   { color: #3366cc; text-decoration: none }
a.subnav:visited  { color: #3366cc; text-decoration: none }
a.subnav:hover     { color: gray; 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: #3366cc; height:1px;}
