body { background-color: white; }
img { border: 0px; }
p { font-family: "Arial", sans-serif; font-size: 0.9em; margin: 2%; padding: 0px; }
a, a:link {color: blue /*#0000cc*/; text-decoration: none; }
a:visited {color: #800080; text-decoration: none; }
a:hover, a:active {color: red; text-decoration: none; }
h1 { font-size: 1.4em ; color: red; font-family: "Georgia", "Times New Roman", serif; text-align: center; margin: 1%; padding: 0px; }
h2 { font-size: 1.3em ; color: red; font-family: "Georgia", "Times New Roman", serif; text-align: center; margin: 1%; padding: 0px; }
h3 { font-size: 1.1em ; color: black; font-family: "Georgia", "Times New Roman" serif; margin: 1%; padding: 0px; }
div.navigation {
								border-right: 1px solid black;
								border-bottom: 1px solid black;	
								position: absolute;
								top: 0px;
								left: 0px;
								padding: 0.5%;
								margin: 0%;
								width: 20%;	
								background-color: #92a9c2;
								z-index: 1;
								overflow: hidden;					
							}
div.navigation a, a:link, a:visited {color: black; text-decoration: none; }
div.navigation a:hover, a:active {color: red; text-decoration: none; }
div.nav_title { left: 0px; width: 95%; padding: 0px 0px 0px 1%; margin: 1%; background-color: yellow; font-family: "Times New Roman", serif; }
div.navigation span.nav_sub { left: 0px; padding: 0px 0px 0px 2%; margin: 1%; font-family: "Arial", sans-serif; font-size: 1em; }
div.content {
						position: absolute;
						top: 0px;
						left: 21%;
						margin: 0px;
						padding: 1%;
						width: 77%;
						z-index: 0;
						}
div.content a, a:link {color: blue /*#0000cc*/; text-decoration: none; }
div.content a:visited {color: #800080; text-decoration: none; }
div.content a:hover, a:active {color: red; text-decoration: none; }
div.content td.m { background-color: #ebdc7b; font-family: "Georgia", "Times New Roman", serif; }
div.content td.w { background-color: #ebe7ce; font-family: "Georgia", "Times New Roman" serif; }
div.welpen_nav {
	position: relative;
	text-align: center;
	border: 0px;
}
div.welpen_nav a.m {
	background-color: blue;
	color: white;
	font-family: sans-serif;
	padding: 0px 0.5em 0px 0.5em;
}
div.welpen_nav a.w {
	background-color: red;
	color: white;
	font-family: sans-serif;
	padding: 0px 0.5em 0px 0.5em;
}
div.welpen_nav a.m:hover {
	background-color: navy;
	color: white;
	font-family: sans-serif;
	padding: 0px 0.5em 0px 0.5em;
}
div.welpen_nav a.w:hover {
	background-color: darkred;
	color: white;
	font-family: sans-serif;
	padding: 0px 0.5em 0px 0.5em;
}

