html, body {
margin:0px;
padding:0px;
overflow-x: hidden
}

#startseite {
	position: absolute; 
	width: 1000px;
	height: 500px;
	background-repeat: no-repeat;
	top: 350px;
	left: 270px;
	background-image: url(images/bg-start.png);
	overflow: hidden;
}
#startseite2 {
	position: absolute; 
	width: 1000px;
	height: 500px;
	background-repeat: no-repeat;
	top: 350px;
	left: 270px;
	background-image: url(images/bg-start.png);
	overflow: hidden;
}

a:hover {
	color: Black;
	text-decoration: none;
}

a{
	color: #0054A6;
}


a.hauptnavigation {
	color: white;
	text-decoration: none;
	font-size: 13px;
}

a:hover.hauptnavigation {
	color: Yellow;
	text-decoration: none;
	font-size: 13px;
}	

a:link.navi {
	color: Yellow;
	text-decoration: none;
	font-size: 13px;
}

a:visited.navi {
	color: Yellow;
	text-decoration: none;
	font-size: 13px;
}

a:active.navi {
	color: #0054A6;
	text-decoration: none;
	font-size: 12px;
}

a:hover.navi {
	color: #0054A6;
	text-decoration: none;
	font-size: 12px;
}

#kopf {
	position: absolute;
	background-image: url(images/kopf.gif);
	top: 0px;
	left: 0px;
	width: 100%;
	height: 141px;
	background-repeat: no-repeat;
}

#navigation {
	position: relative;
	left: 0px;
	top: 5px;
	border: 0px;
	height: 100%;
	width: 100%;
	padding: 10px;
	background-image: url(images/navi-hintergrund2.gif);
	float: bottom;
	font-weight : bold;
	color: White;
}

#hauptnavigation {
	position: absolute;
	left: 150px;
	top: 89px;
	width: 800px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	color: White; 
	vertical-align: top;
}

#content {
	position: absolute;
	left: 150px;
	top: 120px;
	width: 550px;
	padding: 0px;
	height: auto;
	background-repeat : no-repeat;
}



body {
	top: 0px;
	left: 0px;
	background-image: url(images/bg.gif); 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	background-attachment: fixed; 
	background-position: 0px;
	overflow: hidden;
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
}


p,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
}

.kleiner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
