body {
	color:#002;
	background-color:#eef;
	font-family:Arial;
	font-size:12px;
	margin:0px;
}

table.main {
	background-color:white;
	width:980px;
	height:100%;
	border:1px solid black;
	padding:0px;
	margin:0px;
}

td.header {
	width:980px;
	height:200px;
	padding:0px;
	margin:0px;
	border-width:0px;
}

td.spacer {
	width:980px;
	height:40px;
	background-image:url(spacer.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:0px 0px 4px 0px;
	margin:0px;
	border-width:0px;
	vertical-align:bottom;
}

div.navigation {
	color:black;
	width:220px;
	padding:0px 0px 2px 20px;
	font-weight:bolder;
	font-style:italic;
	border:0px solid black;
	border-bottom-width:1px;
	border-right-width:1px;
}





td.menue-container {
	width:240px;
	background-image:url(menu.jpg);
	background-repeat:repeat-y;
	vertical-align:top;
	padding:20px 10px 10px 10px;
	border:0px solid black;
}
	
table.menu {
	padding:0px 0px 15px 0px;
	margin:0px;
	border:1px solid darkblue;
	border-left-width:5px;
	width:220px;
	background-image:url(menu.png);
}

td.menulevel1 {
	padding:10px 0px 5px 0px;
}

td.menulevel1 a {
	color:black;
	font-weight:bolder;
	font-size:14pt;
	text-decoration:none;
}

td.menulevel1 a:hover {
	text-decoration:underline;
}

td.menulevel2 {
	padding:0px 5px 0px 30px;
	font-weight:bolder;
	font-size:12pt;
}

td.menulevel2 a	{
	color:darkblue;
	text-decoration:none;
}

td.menulevel2 a:hover {
	color:black;
}

td.menulevel2.active a {
	color:blue;
}





td.content {
	height:100%;
	color:#002;
	padding:0px 40px 20px 0px;
	font-size:14pt;
	vertical-align:top;
}

h1 {
	font-size:18pt;
	font-weight:bolder;
	text-decoration:none;
	padding:0px;
	margin:20px 0px 20px 0px;
	border:0px solid black;
	border-bottom-width:2px;
}

h2 {
	font-size:14pt;
	font-style:italic;
	font-weight:bolder;
	text-decoration:underline;
	padding:5px 0px 0px 0px;
	margin:40px 0px 0px 0px;
}

p {
	padding:0px 0px 0px 0px;
}

ol {
	padding:0px 0px 40px 30px;
}

ol li {
	padding:10px 0px 10px 0px;
}

ul {
	padding:10px 0px 20px 20px;
}

ul li {
	padding:10px 0px 10px 0px;
}

div.anker {
	margin-top:50px;
}