body {
    margin: 0;
    padding: 0;
    background-color: #005c68;
    /*background-color: #eeeeee;*/
    background-image: url(../images/background-img.png);
    background-position: center;
    background-repeat: repeat-y;
    color: black;
    font-family: sans-serif;
    font-size: 95.1%;
    min-width: 55em;
    height: 100%;
}

div#wrapper_content {
    position:relative;
    margin-left:auto;
    margin-right:auto;
    width:996px;
}

div#logo {
    position:absolute;
    left: 9px;
}

div#nav {
    width: 232px;
    height:280px;
    background-color: #005c68;
    position:absolute;
    left:9px;
    margin-top: 124px;
}

div#nav ul {
    width: 13em;
    margin: 0;
    padding: 0.5em;
}

/*div#nav ul li:hover > ul {
    display: table;
}*/

div#nav ul ul {
    width: 11.95em;
    margin-left: 1em;
    padding: 0;
    display: block/*none*/;
}

div#nav ul ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

div#nav li {
    list-style: none;
    margin: 0;
    padding: 0;
}

div#nav a {
	display: block;
	text-decoration: none;
    color: #ffffff;
    margin: .2em;
    padding: .2em;
    border-bottom: 1px solid lightgrey;
}

div#nav ul ul a{
    border-bottom: 1px solid lightgrey;
}

div#nav a:hover{
	color: #000000;
	background-color: #ffffff;
}

div#partner {
    width: 232px;
    height: auto;
    background-color: #005c68;
    left: 9px;
    margin-top: 362px;
    position: absolute;
    /*border-top: 1px solid black;*/
}

div#partner p {
    margin: .2em;
    padding: .2em;
    text-align: center;
    color: #ffffff;
}

div#impress {
    width: auto;
    height: auto;
    right: 18px;
    margin-top: 3px;
    position: absolute;
}

div#impress p {
    font-size: 9pt;
    margin-right: 5px;
    display: inline;
}

div#impress a {
    color: darkgray;
    text-decoration: none;
}

div#impress a:hover {
    color: #005c68;
}

div#text {
    /*border: 1px solid black;*/
    left: 241px;
    right: 9px;
    width: auto;
    height: auto;
    margin-top: 120px;
    position: absolute;
    padding-left: 1em;
    padding-right: 1.5em;
    text-align: justify;
}

div#text {

}

div#text a {
    color: grey;
}

div#text a:hover {
    color: #005c68;
}

div#text li {
    padding-top: 5px;
}

/*------------------------------*/

div#leistungen ul li{
    list-style: none;
    float: left;
    padding-left: 35px;
}
