.main {
	margin: 0px;
	width: 800px;
	height: 600px;
	position:absolute; left:50%; margin-left:-400px;
	font-family: Helvetica;
	padding: 0px;
	background-repeat: no-repeat;
	background-image:url(../images/background.png);
}

.menu {
	position: absolute; right: 165px; top: 97px;
    height: 75px;
    padding: 0px;
    margin: 0px;
    z-index: 1;
}
.content {
    position: absolute; right: 156px; bottom: 0px;
    height: 468px;
    width: 445px;
    padding: 0px;
    margin: 0px;
    z-index: 2;
    font-family: Helvetica;
    font-size: 12px;
}
.iframe_site {
	height: 575px;
	border: 0px;
}

a {
    margin: 0; 
	padding: 2px;
    border: 0px;
    color: #9c9e9f;
    font-family: Helvetica;
    text-decoration: none;
    line-height: 20px;
  }

a:hover {
    color: #f08800;
  }
  
.dokulink {
    margin: 0; 
	padding: 2px;
    border: 0px;
    color: #9c9e9f;
    font-weight: bold;
    font-family: Helvetica;
    text-decoration: none;
    line-height: 20px;
  }

.dokulink:hover {
    color: #f08800;
    font-weight: bold;
  }
  
.textinhalt {
	position: absolute;
	top: 224px;
	left: 0px;
	width: 445px;
	height: 216px;
	color: #646567;
    overflow: auto;
}

.content_picture {
	position: absolute;
	left: 0px;
	top: 0px;	
	width: 445px;
	height: 181px;
}
.content_site {
	position: absolute;
	left: 0px;
	top: 181px;
	width: 445px;
	height: 23px;
	font-weight: bold;
	line-height: 23px;
	color: #9c9e9f;
}
.zurueck {
	position: absolute;
	right: 75px;
	bottom: 15px;
}

.backlink {
    margin: 0; 
    color: #9c9e9f;
    font-family: Helvetica;
    text-decoration: none;
    font-size: 10pt;
  }

.backlink:hover {
    color: #f08800;
  }

  
