body {
	background-color: #dddfef;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size:0.8em;
	padding:0;
	margin:20px;
}

h1{
	font-size:1.6em;
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: solid 1px #c1c1c1;
}

a:link, a:visited, a:active { text-decoration:none; color:#000000 }
a:hover { text-decoration:none; color:#000000 }

ul{
	padding:0;
	margin:0;
}

img{
	border:0;
	padding:0;
	margin:0;
	vertical-align: text-bottom;
}

span.bold{
	font-weight:bold;
}

.searchinput{
	margin:0 0 20px 0;
	padding:0;
}
/*
.search {
	width:500px;
	position:relative;
	float:left;
}
*/
.erg {
	width:60%;
	position:relative;
	float:left;
}

#navi {
	position:relative;
	padding: 0 10px 40px 0;
}

#navi .left {
	position:relative;
	float:left;
}

#navi .right {
	position:relative;
	float:right;
}

#main {
	/*background-color:#5B8CBA;*/
	width:60%;
	position:relative;
	float:left;
	margin: 0 0 0 330px;
	padding: 0;
	/*border: solid 1px #000000;*/
}

.overview  {
	border: solid 1px #c1c1c1;
	background-color: #ffffff;
	margin: 3px;
	padding: 3px;
}

.overview a {
	display:block;
}

#left{
	position:fixed;
	top:20px;
	left:20px;
	bottom:20px;
	width:300px;
	float:left;
	clear:both;
	padding: 0 0 80px 0;
	background: url(../images/logo.gif) no-repeat left bottom;
}

#footer {
	text-align:right;
	position:fixed;
	bottom:0;
	background-color:#A2BED8;
	width:100%;
	height:30px;
	border-bottom: solid 5px #789CBC;
	margin:0;
	padding:0;
}
/*
#navi a, #footer a{
	color: #5B8CBA;
	font-weight:bold;
}
*/
a.menu:link, a.menu:visited, a.menu:active, a.footer:link, a.footer:visited, a.footer:active { text-decoration:none; color:#5B8CBA }
a.menu:hover, a.footer:hover  { text-decoration:underline; color:#5B8CBA }



