* {
	margin: 0px;
	padding: 0px;
}

a {
	color: #0000CC;
}

a:hover {
	color: #0000CC;
}

a:link {
	color: #0000CC;
}

a:visited {
	color: #0000CC;
}

body {
	background-image: url("Bilder/bg_nav.jpg");
	background-repeat: repeat-y;
	font-family: arial;
	font-size: 13px;
}

h1 {
	color: #888888;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 37px;
}

h2 {
	color: #222222;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	margin: 30px 0px 10px 0px;
	border-bottom: dotted thin #222222;
}

h3 {
	color: #222222;
	font-size: 15px;
	font-weight: bold;
}

img {
    border-width: 0px;
}

.absatz {
    padding-top: 5px;
}

#logo {
	position: absolute;
	top: 26px;
	left: 25px;
}

#main {
	position: absolute;
	top: 19px;
	left: 238px;
	width: 742px;
}

#navigation {
	position: absolute;
	top: 100px;
	left: 28px;
	width: 152px;
}

#navigation p {
	margin-bottom: 20px;
}