a:link {text-decoration:none; color:#222299; font-weight:bold}
a:visited {text-decoration:none; color:#222299; font-weight:bold;}
a:hover {text-decoration:underline}
a:active {text-decoration:underline; color:#222299; font-weight:bold}

#root {
	width: 100%;
	height: 99%;
	font-family: Helvetica, Arial, serif;
}
#banner {
	margin-top: 30px;
	width:100%;
	height:70px;
	background-color: #aaaadd;
}
#links {
	width: 150px;
	height: 99%;
	float: left;
}
#main {
	width: 69%;
	float: left;
}

#links-menu {
	margin:5px;
	margin-top:20px;
	width:145px;
	background-color: #ddddff;
	border: 1px solid black;
}
#links-log {
	margin:5px;
	margin-top:20px;
	width:145px;
	background-color: #aaaadd;
	border: 1px solid black;
}

.klein {
	font-size: 11pt;
}
	