@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;         /* required */
	font-family:  Arial, Helvetica, Verdana,sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	}
img {
	border: 0;
}
#distance { 
	margin-bottom: -315px; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}
#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 630px;         /* required - desired height */
	width: 916px;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
	background-image:url(../img/bg.gif)
}

a, a:link, a:visited, a:active {
text-decoration: none;
color: #a60c65;
}
a:hover   {
text-decoration: underline;
}

#navi {
    top: 149px;
	left: 11px;
	width: 110px;
    position: absolute;
	text-align: right;
	z-index: 100;
}

#navi_oben {
    top: 5px;
	left: 8px;
	width: 900px;
	height: 18px;
    position: absolute;
	text-align: right;
	z-index: 101;
}

#copyright {
    top: 615px;
	left: 8px;
	width: 900px;
    position: absolute;
	text-align: right;
	z-index: 102;
}

#logo {
    top: 58px;
	left: 70px;
	width: 332px;
	height: 61px;
    position: absolute;
	z-index: 103;
}

#foto {
    top: 28px;
	left: 8px;
	width: 900px;
	height: 580px;
    position: absolute;
	text-align: right;
	z-index: 1;
}

#iframe {
    top: 154px;
	left: 153px;
	width: 425px;
	height: 430px;
    position: absolute;
	overflow:hidden;
	text-align: left;
	z-index: 110;
}