html {
	overflow: scroll;
	overflow-x: auto;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	margin:0px;
	padding: 0px;
	background-image: url(images/navi/navi_bg.jpg);
	background-repeat: repeat-y;
}

#container {
	color: #58585a;
	margin-left: 65px;
	margin-top: 15px;
}

#privacy {
	font-size: 0.5em;
	margin-left: 780px;
	margin-top: 7px;
	text-align: left;
}

#privacy a{
	color: #58585a;
	text-decoration: none;
}

#privacy a:hover {
	color: #1B3654;
}

#header {
	position:relative;
	height: 42px;
}

#navi {
	position:absolute;
	left:500px;
	z-index:0;
	background-image: url(images/navi/navi_bild.jpg);
}

#logo{
	position:absolute;
	top:10px;
	z-index:1;
	left: 15px;
}

.line {
	height: 1px;
	margin-top: 20px;
	margin-right: -15px;
	margin-bottom: 24px;
	margin-left: -15px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	overflow: hidden;
}

#content {
	font-size: 0.75em;
	padding-left: 15px;
	width: 450px;
	line-height: 1.3em;
	text-align: left;
}

#content a{
	color: #0C5797;
	text-decoration: none;
}

#content a:hover {
	color: #0F6EBE;
}

#content p {
    margin-top: 0px;
	margin-bottom: 1em;}

#content h1 {
	font-size: 1.25em;
	color: #1B3654;
	margin-top: 0em;
	margin-bottom: 0.75em;
	font-weight: bold;
}

#content h2 {
	font-size: 0.9em;
	color: #0F6EBE;
	margin-top: -0.5em;
	font-weight: bold;
}

#content table {
	font-size: 1em;
}

.image {
	float: left;
	margin-right: 15px;
	margin-bottom: 4px;
}

.imageright {
	float: right;
	margin-right: 15px;
	margin-bottom: 4px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img.map, map area{
    outline: none;
}