p, ul, li {
	font-family: verdana;
	font-size: 10pt;
	color: #656565;
}

ul {
	line-height: 1;
}

img {
	border: 0px;
}

a:link, a:visited, a:hover, a:active, a:focus {
	font-family: verdana;
	font-size: 10pt;
	color: #656565;
}

/* header (logo.jpg) */
#header {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 10px;
	left: 10px;
	width: 300px;
	height: 120px;
}

/* oberes bild */
#top_bild {
	position: absolute;
	margin: 0px;
	padding: 0px;	
	top: 10px;
	left: 300px;
	width: 480px;
	height: 120px;

}

/* oberes bild (interaktiv)*/
#top_bild_interactive {
	position: absolute;
	margin: 0px;
	padding: 0px;	
	top: 10px;
	left: 300px;
	width: 480px;
	height: 120px;
	cursor: hand;
	cursor: pointer;
}

/* main */
#main {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 800px;
}

/* left (bild_links.jpg) */
#left {
	position: absolute;
	left: 10px;
	width: 120px;
	height: 470px;
}

/* navigation (div) */
#navigation {
	position: absolute;
	left: 135px;
	width: 120px;
	height: 470px;
}

/* hack fuer ie */
* html div.nav {
	width: 112px;
	height: 19px;
	margin: 0 0 18px 0;
}
	
div.nav {
	width: 112px;
	height: 19px;
	margin: 0 0 22px 0;
}	

div.first {
	width: 112px;
	height: 19px;
	margin: 0 0 22px 0;
}

/* hack fuer ie */
* html div.first {
	width: 112px;
	height: 19px;
	margin: 0 0 11px 0;
}
/* margin nach unten, damit Abstaende gleich */
img.nav {
	width: 112px;
	height: 19px;
}

/* erstes Navigationselement */
#navigation #first {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* letztes Navigationselement */
#navigation #last {
	position: absolute;

	left: 0px;
}

/* title (title.jpg) */
#title {
	position: absolute;
	top: 25px;
	left: 300px;
	width: 480px;
}

/* content auf startseite (Schrift) */
#start_content {
	position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  border: 0px;
  margin: 20px 0px 20px 0px;
	top: 80px;
	left: 300px;
	width: 480px;			
  height: 310px;
}

/* content (Schrift) */
#content {
	position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  border: 0px;
  margin: 20px 0px 20px 0px;
	top: 0px;
	left: 300px;
	width: 480px;			
  height: 310px;
}

/* footer (adresse.jpg) */
#footer {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 471px;
	left: 0px;
	width: 300px;
	height: 120px;
}

/* unteres bild */
#bottom_bild {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 471px;
	left: 300px;
	width: 480px;
	height: 120px;
}

/* unteres bild (interaktiv) */
#bottom_bild_interactive {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 471px;
	left: 300px;
	width: 480px;
	height: 120px;
	cursor: hand;
	cursor: pointer;
}

