body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
}

h1 {
	font-size: 130%;
  display:inline;
}
h2 { font-size: 115% }
h3 { font-size: 105% }

a:link { color: #4e8eda }
a:visited { color: #fff }


/* Layout-Bereiche und -boxen*/

div#headerbox {
	width: 970px;
	height: 135px;
	background-image: url(img/bgnd_header.gif);
	background-repeat: repeat-x;
}

div#mousehand {
	position: absolute;
	left: 0px;
	top: 0px;
}

div#headerlogo {
	position: absolute;
	left: 706px;
	top: 13px;
}


div#middlebox {
	padding: 30px 12px 2px 30px;
	width: 928px;
	background-image: url(img/bgnd_middle.jpg);
	background-repeat: repeat-y;
}
div#contentbox {
	width: 604px;
	float: right;
	color: #fff;
}
div#navigationbox {
	float: left;
}

div#footerbox {
	width: 970px;
	height: 23px;
	background-image: url(img/bgnd_footer.gif);
	background-repeat: repeat-x;
}

/* Navi-Links */

a:link.nav, a:visited.nav, a:active.nav {
	display: block;
	padding: 10px;
	margin-bottom: 5px;
	background-color: #73b2d2;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a:link.nav-active, a:visited.nav-active, a:active.nav-active {
	display: block;
	padding: 10px;
	margin-bottom: 5px;
	background-color: #73b2d2;
	color: #205074;
	font-weight: bold;
	text-decoration: none;
}