body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #334d55;
	margin: 0px;
	padding: 30px 0px 0px;
	text-align: center;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

#navBar{
	float: left;
	width: 20%;
	margin: 30px 0px 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	left: 10px;
	position: relative;
}

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#sectionLinks{
	position: relative;
	padding: 0px;
	font-size: 90%;
	top: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}

#rightcol{
	float:right;
	width: 20%;
	height: 490px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	right: 10px;
	position: absolute;
	font-size: 80%;
	padding: 0px 0px 0px 10px;
	overflow: hidden;
	margin-top: 30px;
	margin-right: 10px;
	margin-left: 0px;
	}
#rightcol p{
	padding: 5px 0px 5px 0px;
}
#historie {
	position: absolute;
	float:right;
	width: 20%;
	margin-right: 10px;
	padding: 5px 0px 0px 10px;
	background-color: #eeeeee;
	height: 20px;
	top: 528px;
	right: 10px;
	font-size: 90%;	
}
#main{
	float: left;
	width: 55%;
	position: absolute;
	top: 0px;
	left: 20%;
}

#siteInfo{
	font-size: 75%;
	color: #cccccc;
	padding: 10px;
	position: absolute;
	border-top: 1px solid #cccccc;
	border-right: 1px #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px #cccccc;
	margin: 0px 10px;
	width: 95%;
	bottom: 0px;
	left: 0px;
	top: 560px;
	right: 0px;
	height: 15px;
}


