html {
    background: url("../images/bg.jpg") repeat-x scroll 0 0 #C7D1DB;
}

body {
    font-family: "Verdana","MS Sans Serif","Tahoma","Arial";
    font-size: 11px;
}

a#mylink:link    {text-decoration:underline; color:#0000FF;}
a#mylink:visited {text-decoration:underline; color:#0000FF;}
a#mylink:hover   {text-decoration:none; color:#E80000;}
a#mylink:active  {text-decoration:underline; color:#AA0000;}

a#menulink:link       {font-weight:bold; font-size: 13px; text-decoration:underline; color:#000000;}
a#menulink:visited {font-weight:bold; font-size: 13px; text-decoration:underline; color:#000000;}
a#menulink:hover     {font-weight:bold; font-size: 13px; text-decoration:none; color:#E80000;}
a#menulink:active   {font-weight:bold; font-size: 13px; text-decoration:underline; color:#AA0000;}

a#fortschrittlink:link       {font-weight:bold; font-size: 25px; text-decoration:none; color:#000000;}
a#fortschrittlink:visited {font-weight:bold; font-size: 25px; text-decoration:none; color:#000000;}
a#fortschrittlink:hover     {font-weight:bold; font-size: 25px; text-decoration:none; color:#E80000;}
a#fortschrittlink:active   {font-weight:bold; font-size: 25px; text-decoration:none; color:#AA0000;}



#tabelle {
border: 1px solid; 
border-collapse:collapse;
  border-color:#000000;
}

#TRueberschrift {font-weight: bold;}


#ueberschrift {
    font-family: "Verdana","MS Sans Serif","Tahoma","Arial";
    font-size: 20px;
}

td.kennzeichnung {
	background: yellow;
	color: black;
}


tr.kennzeichnung {
	background: #FFBABA;
	color: black;
}

input.kennzeichnung {
	background: yellow;
	color: black;
}

input[type=text] {
	border:1px solid black;
}

input[type=password] {
	border:1px solid black;
}

textarea {
	border:1px solid black;
}
