/* Design */
.line { background-color: #999999; }


/* Fonts */
.text      { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 15px; font-stretch: expanded; margin: 0 }
a.text:link  { color: #666666; text-decoration: underline }
a.text:active  { color: #666666; text-decoration: underline }
a.text:visited { color: #666666; text-decoration: underline }
a.text:hover    { color: red; text-decoration: underline }

.text_error      { color:red ; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 15px; 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: gray; text-decoration: underline }

.nav_menu      { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 11px; font-stretch: expanded; margin: 0 }
a.nav_menu:link  { color: black; text-decoration: none }
a.nav_menu:active  { color: black; text-decoration: none }
a.nav_menu:visited { color: black; text-decoration: none }
a.nav_menu:hover    { color: red; text-decoration: none }

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

.nav_white      { color: white; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 11px; font-stretch: expanded; margin: 0 }
a.nav_white:link  { color: white; text-decoration: none }
a.nav_white:active  { color: white; text-decoration: none }
a.nav_white:visited { color: white; text-decoration: none }
a.nav_white:hover    { color: red; text-decoration: none }

.nav_black      { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 11px; font-stretch: expanded; margin: 0 }
a.nav_black:link  { color: black; text-decoration: none }
a.nav_black:active  { color: black; text-decoration: none }
a.nav_black:visited { color: black; text-decoration: none }
a.nav_black:hover    { color: red; text-decoration: none }
			
.titel    { color: red; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 14px; font-stretch: expanded; margin: 0 }
a.titel:link   { color: red; text-decoration: none }
a.titel:active   { color: red; text-decoration: none }
a.titel:visited  { color: red; text-decoration: none }
a.titel:hover     { color: red; text-decoration: none }
