<!--

/*--------Grundeinstellungen-----------------------------------------------------*/

body {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
background: #FFFFD1;
}


b { color:blue; }


a:link {color:black; text-decoration:none}
a:visited {color:black; text-decoration:none}
a:active {color:yellow; text-decoration:none}
a:hover {background-color:yellow; text-decoration:none}






/*----------oben richtig falsch -------------------------------------*/


#oben { background-color: #FFFFD1; }

#oben img {
border-style: solid;
border-width: 0px;
border-color: #000000;
}

#oben b { 
color:blue;
font-size: 18pt;
font-weight:bold;
text-align:center;
 }


#oben h3 {
font-size: 18pt;
margin-top: 4px;
color: blue;
font-weight:bold;
text-align:center;
}


#oben table { width:861px;
vertical-align: top; 
text-align:left;
border:2px silver solid;
font-size:large;
font-weight:bolder;
}

#oben td { vertical-align:top; 
overflow:hidden; 
}



/*----------unten umfasst die tabelle mit bildern musterlösung etc.-------------------------------------*/


#unten table { padding:4px;
vertical-align: top;
 }

#unten TD {
vertical-align: top;
}




/*---------- bilder -------------------------------------*/



#bilder table { height:425px; 
border-width:10px;
border-style:dotted;
border-color:#FFFFD1;
}


#bilder TD {
vertical-align: top;
}


#bilder input {
border-style: solid;
border-width: 1px;
border-color: #000000;
width:250px;
}



/*----------punkte -------------------------------------*/


#punkte table { height:425px; }

#punkte TD { border:0px silver solid; 
background-color: #FFFFD1;
padding:5px;
vertical-align: top;
height:415px;
font-size: 12px;
}

#punkte h2 {
font-size: 12pt;
margin-top: 4px;
padding-bottom: 3pt;
color: black;
}





/*----------musterlösung-------------------------------------*/





#musterloesung img {
border-style: solid;
border-width: 1px;
border-color: #000000;
}


#musterloesung table { height:425px;
vertical-align: top;
padding:10px; }

#musterloesung TD { border:2px silver solid;
background-color: #F7BE4A;
vertical-align: top;
}

#musterloesung h3 {
font-size: 14pt;
color: black;
font-weight:bold;
text-align:left;
}

#musterloesung h5 {
font-size: 10pt;
color: blue;
font-weight:bold;
text-align:left;
}



/*----------copyright-------------------------------------*/


#copyright table {
font-size: 10pt;
color: gray;
}




/*----------externe datei kategorien -------------------------------------*/

#kategorienoben { background-color: #FFFFD1;
font-size: 10pt}



/*----------externe datei kategorien -------------------------------------*/





#kategorien { background-color: #FFFFD1;}


#kategorien img {
border-style: solid;
border-width: 1px;
border-color: 	#C0C0C0;
}

#kategorien b { 
color:blue;
font-size: 14pt;
font-weight:bold;
text-align:center;
 }



#kategorien table {
vertical-align: top; 
text-align:left;
font-size: 13pt;
font-weight:bolder; 
}

#kategorien td { vertical-align:top; 
overflow:hidden; 
border: 2px silver solid;
padding:10px; 
}















-->