body{font-family:verdana}
/* Hintergrund für main.thml*/

body { color:#555555}

body.main {font-family:"Comic Sans MS",Verdana;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color: #DBDBDB;
         margin-right:20px;
         color:#555555}
/*Hintergrund für navigation.html*/
body.navigation {font-family:"Comic Sans MS",Verdana;
	background-color: #DBDBDB;
         margin-right:20px}
table{valign:top;
	border:0px solid black;}

/*Breite für die leere Tabellenzelle ganz links*/
td.leer{width:50px;
	text-align:center;
         font-size:22px;
         font-weight:bold;
         color:#555555;
         }
/* Hintergrund für navigations zeile*/
td.navi{
	text-align:center;
         font-size:14px}

a{color:#555555}
/* Formatierung des th ist für die Überschriften */
/*Hintergrund Überschrift gelb*/
/* th{background-color:#ffffcc;*/
/*Hintergrund Überschrift grau*/
th {background-color:#dbdbdb;
	color:#555555;
         font-size:20px;
         width:100%}

h2.titel {background-color:#dbdbdb;
	color:#555555;
         text-align:center;
}

a:link { text-decoration:none; font-weight:bold; color:#555555; font-size:14px; }
a:visited { text-decoration:none; font-weight:bold; color:#555555; font-size:14px; }
a:hover { text-decoration:none; font-weight:bold; background-color:#fff; }
a:active { text-decoration:none; font-weight:bold; background-color:#fff; }
a:focus { text-decoration:none; font-weight:bold; background-color:#fff; }

img { border-style:none }