html, body {
margin:0;
padding:0;
height:100%;
width:100%;
}

a:hover {
	color: Red;
}

a/*:link*/ {
	color: Blue;
}

/*a:visited {
	color: Blue;
}

a:active {
	color: Red;
}
*/
/*
a:link.hauptnavigation {
	color:#959595;
	text-decoration: none;
	font-size: 13px; 
}

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

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

a:hover.hauptnavigation {
	color: Blue;
	text-decoration: none;
	font-size: 13px;
}	
*/
a.hauptnavigation {
	color:#959595;
	text-decoration: none;
	font-size: 13px; 
}

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

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

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

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

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

#kopf {
	position: absolute;
	/*position: expression("absolute");
    top: expression(parseInt(document.body.scrollTop + 0));*/
    background-image: url(images/kopf.gif);
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	background-repeat : no-repeat;
}

#navigation {
	position: absolute;
	overflow: auto;
	left: 0px;
	top: 5px;
	height: 100%;
	width: 100%;
	padding: 4px;
	background-image: url(images/navi-hintergrund2.gif);
	float: bottom;
	font-weight : bold;
	color: White;
    /*position: expression("absolute");
    top: expression(parseInt(document.body.scrollTop + 0));*/
}

#hauptnavigation {
	position: absolute;
	left: 147px;
	top: 68px;
	width: 800px;
	padding: 10px;
	height: 10px;
	font-weight : bold;
	color: Gray;
	/*position: expression("absolute");
    top: expression(parseInt(document.body.scrollTop + 68));*/
	z-index: 2;
}

#content {
	position: absolute;
	left: 157px;
	top: 110px;
	width: 550px;
	padding: 0px;
	height: auto;
	/*background-image : url(images/bg.gif);
	background-attachment : no-scroll;
	background-position : bottom;
	border: 1px dotted;*/
	background-repeat : no-repeat;
	overflow: auto;
}




body {
	top: 0px;
	left: 0px;
	background-image: url(images/bg.gif);
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	/*background-position:0px 190px;
	*/
	background-position:0px 0px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	padding : 0px;
}

/*
a.navigation {
	color: #F3F0D1;
		text-decoration: none;
}

a:hover.navigation {
	color: Olive;
	text-decoration : underline;
}

a.hauptnavigation {
	color: #505D49;
	text-decoration: none;
	margin-left:0px;
}

a:hover.hauptnavigation {
	color: Olive;
	text-decoration: none;
}
*/
p,td {
	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;
}
