@CHARSET "ISO-8859-1";

/* Haupt-CSS-Datei */
body {
        background-color: #FFFFFF;
        font-family: #CCD6F2;
}

div {
        border: 0px solid green;
        margin: 0px;
}

div#wrap {
        margin: 10px auto;
        height: 748px;
        width: 1004px;
        padding: 10px;
        background-image: url("../images/background.jpg");
}

div#fly {
        position: relative;
        margin: 0px auto;
        top: -20px;
        width: 120px;
        height: 1.1em;
        text-align: center;
}
div#header_pane {
        margin: 0px;
        height: 159px;
}

div#header {
        margin: 0px auto;
        margin-top: 10px;
        height: 150px;
        width: 200px;
        max-height: 150px;
        overflow: hidden;
}

div#left_pane {
        float: left;
        width: 160px;
        height: 589px;
}

div#left {
        text-align: center;
}

img#left_img {
        margin: 0px auto;
        margin-top: 150px;
        margin-left: 0px;
        filter: alpha(opacity=100);
        -moz-opacity: 1.0;
        opacity: 1.0;
}

div#content_pane {
        float:left;
        width: 684px;
        height: 589px;
}

div#content {
        overflow: visible;
        margin: 20px;
        height: 548px;
}

div#right_pane {
        float:left;
        width: 150px;
        height: 589px;
}

div#right {
}

div#about {
}

img#dreh {
        position: relative;
        left: 40px;
        top: 10px;
}

div#pos0{
        cursor: pointer;
        position:relative;
        left: 80px;
        top: -107px;
        width: 40px;
        height: 50px;
}
div#pos1{
        cursor: pointer;
        position:relative;
        left: 122px;
        top: -155px;
        width: 155px;
        height: 60px;
}
div#pos2{
        cursor: pointer;
        position:relative;
        left: 122px;
        top: -155px;
        width: 155px;
        height: 60px;
}
div#pos3{
        cursor: pointer;
        position:relative;
        left: 80px;
        top: -205px;
        width: 40px;
        height: 50px;
}
div#pos4{
        cursor: pointer;
        position:relative;
        left: 25px;
        top: -280px;
        width: 55px;
        height: 45px;
}
div#pos5{
        cursor: pointer;
        position:relative;
        left: 25px;
        top: -393px;
        width: 55px;
        height: 60px;
}

div#pos0b{
        cursor: pointer;
        position:relative;
        left: 480px;
        top: -165px;
        width: 200px;
        height: 40px;
}
div#pos1b{
        cursor: pointer;
        position:relative;
        left: 522px;
        top: -170px;
        width: 200px;
        height: 60px;
}
div#pos2b{
        cursor: pointer;
        position:relative;
        left: 522px;
        top: -170px;
        width: 200px;
        height: 60px;
}
div#pos3b{
        cursor: pointer;
        position:relative;
        left: 300px;
        top: -200px;
        width: 200px;
        height: 50px;
}
div#pos4b{
        cursor: pointer;
        position:relative;
        left: 300px;
        top: -313px;
        width: 125px;
        height: 60px;
}
div#pos5b{
        cursor: pointer;
        position:relative;
        left: 300px;
        top: -435px;
        width: 125px;
        height: 60px;
}

a {
        display: block;
        border-top: 1px dotted black;
        border-bottom: 1px dotted black;
        color: black;
        text-align: center;
        margin-bottom: 10px;
        text-decoration: none;
}
a.top {
        border-top: 1px dotted black;
}
a:hover {
        background-color: #a3cef9;
}
a:visited {
        color: black;
        text-decoration: none;
}
a.content {
        display:block;
        float: left;
        margin-right: 10px;
        border: 1px outset black;
        width: 5em;
}

a.content:active {
        border: 1px inset black;
}

#footer {
	text-align: center;
	font-size: 12px;
	margin: 10px 0 5px 0;
}



#footer a{
	border: none;
	background-color:none;
}

#footer a:hover{
	border: none;
	background-color: transparent;
}