img, div, a, table, tr, td { behavior: url(iepngfix.htc) }

BODY {
	background: #606060; 
	color: #000000;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
}

DIV#Background {
	position: absolute;
	left: 0px;
	top: 0px;
 }
 
DIV#Logo {
	position:absolute;
	left: 40px;
	top: 20px;
}

DIV#Headtext {
	background-image: url(images/Kopf4.png);
	color: #30a0f0;
	font-weight: light;
	font-family: Arial;
	font-size: 36px;
	position: absolute;
	left: 220px;
	top: 28px;
	width: 760px;
	display: block;
}

DIV#Navigation {
	position: absolute;
	left: 10px;
	top: 150px;
}

DIV#Maintext {
	position: absolute;
	left: 220px;
	top: 158px;
	width: 760px;
	height: 500px;
	font-size: 12px;
}

DIV#Impressum {
	position: absolute;
	left: 220px;
	top: 760px;
	font-size: 11px;

}
 
TD.Navcell {
	background-image: url(images/Button.png);
	width: 150px;
	height: 35px;
	text-decoration: none;
}

TD.Navcell_aktiv {
	background-image: url(images/Button_aktiv.png);
	width: 150px;
	height: 35px;
	text-decoration: none;
	}
	
DIV#Navtext_aktiv {
	position: relative;
	left: 26px;
	top: 6px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
  }


  
  A {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
  }

  A.Navlink {
	position: relative;
	left: 26px;
	top: 6px;
	font-weight: bold;
	text-decoration: none;
  }
  
  A:link {
        color: black;
	text-decoration: none;
	font-weight: bold;
  }

  A:visited {
        color: black;
	text-decoration: none;
	font-weight: bold;
  }

  A:hover {
        color: black;
	text-decoration: none;
	background-color: silver;
	font-weight: bold;
  }