/* damit keine Scrollbars da sind*/
/*body {overflow-x: Hidden}
font-size:120pt*/
body { color: rgb(0, 0, 0); background-color: rgb(255, 179, 2);  }

table {width: 760px; padding:0px; border-spacing:0px; color: rgb(0, 0, 0); 
        background-color: rgb(255, 227, 137);  border-color: rgb(0, 28, 118); 
        border-style:solid; border-width:5px;}

table table {width: 620px; padding:5px height: 5px;border-spacing:5px; border-style:none; border-width:0px;}

table table tr  { color: rgb(0, 0, 0); vertical-align: top;}

table table tr td  {padding:5px; background-color: rgb(255, 251, 214); border-style: none; }

table table table {background-color: rgb(255,251,214)}

table table tr td.titel {text-align: center;font-weight:bold; }

table table tr td.titel.dunkel { color: rgb(255, 251, 214); background-color: rgb(0, 28, 118);}

a:link		{ color:rgb(0, 0, 0); 
		  text-decoration:underline; }/*anstatt underline geht auch none*/
a:visited	{ color:rgb(0, 0, 0); 
		  text-decoration:underline; }
a:hover		{ color:rgb(0, 28, 118);
		  text-decoration:underline; }


