/*
h blau	#99ccff
m blau	#6699cc
d blau	#336699
*/
/* N A V I G A T I O N
------------------------------------------------------------------------------------------- */
/* NAVIGATION LINKS */
A:link, A:active, A:visited{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: small;
  color: #999; 
  font-weight: normal; 
  text-decoration: underline;
  }
A:hover{
  color: #F90; 
  text-decoration: underline;
  }

label {display:block;}

/* GRAFIKLINKS LINKS */
a.button_antworten, a.button_naechstefrage {
display: inline; height: 50px; width: 100%; float: left; font-size: x-large; color: #666;
background-color:#DDD; text-align: left; line-height:200%; padding-left: 10px;
}
a.button_antworten{ text-decoration: none; }
a.button_naechstefrage{ text-decoration: underline; }

a.quizabbrechen {
display: inline; height: 50px; width: 100%; float: left; font-size: x-large; color: #666; text-decoration: underline;
background-color:#EEE; text-align: right; line-height:200%; padding-right: 10px;
}
a.quiz_starten, a.zur_startseite {
display: inline; height: 50px; width: 100%; float: left; font-size: x-large; color: #666; text-decoration: none;
background-color: #DDD; text-align: left; line-height:200%; padding-left: 10px;
}
a.zur_startseite{ text-decoration: underline; }
a.quiz_starten{ text-decoration: none; }
a.button_naechstefrage:hover, a.quizabbrechen:hover, a.zur_startseite:hover {
background-color: #FFC; color: #F90;
}
span.hinweis { font-size: small; font-style:italic; color:#F00; }

/* FARBWECHSEL TR LISTE */
tr.switch_color { background-color: #FFC; vertical-align: top; }
tr:nth-child(2n).switch_color { background-color: #FFF; }
tr:hover.switch_color { background-color: #EEE;}

tr.switch_color_nh { background-color: #FFC; vertical-align: top; }
tr:nth-child(2n).switch_color_nh { background-color: #FFF; }