body { 
	color: black;
	background: white ;
	font-family : Verdana, Arial, sans-serif;
	font-size : 0.8em;
	max-width: 41em;
	}

h1 { 
	font-family : Helvetica, Arial, sans-serif;
	font-size : 170%;
	font-weight: bold;
	}

h2 { 
	font-family : Arial, sans-serif;
	font-size : 130%;
	font-weight: bold;
	}
h3 { 
	font-family : Arial, sans-serif;
	font-size : 110%;
	font-weight: bold;
	}



A {
	text-decoration : underline;
	color: #C61431;
	}

.menu A {
	text-decoration : none;
	color: black;
	}


A:HOVER {
	text-decoration: underline;
	color: #C61431;
	}


.menu A:HOVER {
	text-decoration : none;
	color: black;
}


.menu li {
	color:#C61231;
	font-family : Arial;
	font-size : 110%;
	font-weight: bold;	
	}

img.hogerbild {
		float:right;
		margin-left: 2em;
		}
img.vansterbild {
		float:left;
		margin-right: 2em;
		}

.footer {
		font-size : 80%;
		}
