/* CSS Document */
body, h1, h2, h3, h4 {
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
		padding: 0;
	margin: 0;
}
h1 {
	font-size: 16px;
	margin-top: 0px;
	color: #0E0CAF;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	font-weight: normal;

}
h4 {
	font-size: 14px;
	font-weight: normal;

}
body {
	margin-left: 0px;
	margin-top: 0px;
	padding: 0;
	background-image: url(../fotos/hintergrund_k.jpg);
	background-repeat: repeat;
	position: absolute;
	z-index: 11;
}

#logo {
	background-image: url(../fotos/logo_klein.jpg);
	background-repeat: no-repeat;
	position:absolute;
	width: 400px;
	height: 60px;
	left: 700px;
	top: 50px;
	z-index: 10;
}
#trennlinie {
	position:absolute;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0E0BA4;
	width: 1100px;
	height: 2px;
	padding: 0;
	left: 0px;
	top: 125px;
}
#inhalt {
	position:absolute;
	width: 1170px;
	height: 400px;
	padding: 0;
	left: 0px;
	top: 130px;
	margin: 0;
}



#link a:link {
	color: #333333;
	text-decoration: none;
padding-top: 10px;

}
#link a:visited {
text-decoration: none;
color: #333333;
padding: 0;

}
#link a:hover {
	text-decoration: none;
	color: #0301CF;
	padding: 0;

}
#link a:active {
	text-decoration: none;
	color: #666666;
	padding: 0;
}
