/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */

body { margin-top:10px; margin-bottom:10px; background-color:#B0C4DE;}

h1,h2,h3,h4 { font-family:Comic Sans MS; }
h1 { font-size:20pt; }
h2 { font-size:16pt; }
h3 { font-size:14pt; }
	
/*normaler Text, links*/
a,p,td,th,b {font-family:Avalon, Helvetica,Arial; font-size:12pt; margin-top:5px;}

a:link { color:#0000FF; text-decoration:underline; }
a:visited { color:#0000FF; text-decoration:underline; }
a:active { color:#003300; text-decoration:none; }
a:hover { color:#000000; text-decoration:none; }

td {vertical-align:top}

.l {text-align:left;}
.c {text-align:center;}
.r {text-align:right;}

.head1 { font-family:Georgia; font-size:1.8em; font-weight:bold; }
.head2 { font-family:Georgia; font-size:1.4em; font-weight:bold; }
.head3 { font-family:Georgia; font-size:1.2em; font-weight:bold; }


/*
td { border-color:black; border-width:1px; border-style:solid; padding:0; color: #c0c0c0;}
 
.nav a:link{    display: block;
                font-family: Verdana, Arial, Helvetica;
                font-size: 12px;
                font-weight: normal;
                text-decoration: none;
		background-color: #009c4a;
                color: #c0c0c0;
                padding: 1px;  }

.nav a:visited { display: block; text-decoration:none; color: #c0c0c0; background-color: #009c4a; padding: 1px}
.nav a:hover{ color: #ffffff; background-color: #50ac5a; text-decoration: none; padding: 1px}

*/ 

