body { margin-top:10px; margin-bottom:10px; margin-left:10px; margin-right:5px; background-color:#FFFFFF; }
/* margin-... = Abstand zwischen Fensterrand und Inhalt  */

.fuss { margin-top:0px; margin-bottom:0px; margin-left:2px; margin-right:0px; background-color:#D5D7EA; }
.menu { margin-top:20px; margin-bottom:10px; margin-left:0px; margin-right:0px; background-color:#D5D7EA; }

a,p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,u     { font-family:Verdana,Arial,sans-serif; }

a,p,ul,ol,li,div,td,nobr,b,i { font-size:8pt; }
th { font-size:12pt; }

td,th { height:"35px"; vertical-align:"top"; }

h1 { font-size:18pt; }
h2 { font-size:16pt; }
h3 { font-size:12pt; }
h4 { font-size:10pt; }

a  { font-weight:bold; }

a:link    { color:darkred; 	text-decoration:none; }
a:visited { color:darkred; 	text-decoration:none; }
a:active  { color:darkred;  	text-decoration:none; }
a:hover   { color:#FF0000; 	text-decoration:none; }


