html, body { width: 100%; height: 100%; }
body {
    position: absolute;
    margin: 0px;
    padding: 0px;
    color: #000;
    background-color: #fff;
    font-size: 12px;
    font-family: Verdana, sans-serif;
}

#container-outer {
    position: absolute;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 90%;
    top: 0%;
    left: 10%;
    margin-left: -5%;
}

#header-container {
    position: relative;
    width: 100%;
    height: 80px;
    margin: 0px;
    padding: 0px;
    clear: both;
    /*background-image: url(../images/wohlfuehlen.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;*/
}
.header {
    height: 100%;
    float: left;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: transparent;
    margin-bottom: 5px;
}
#header-logo {
    width: 200px;
	height:85px;
    background-image: url(../images/logo.gif);
  
}
#header-slogan {
    width: 250px;
		height:85px;
    background-image: url(../images/slogan.gif);
}
#header-picture {
}

#top-container {
    position: relative;
    width: 100%;
    font-size: 10px;
    clear: both;
    margin-top: 5px;
}
#top-container a {
    color: #000;
}
#breadcrums {
    width: 60%;
    margin: 0px;
    padding: 0px;
    background-color: #b0daea;
    float: left;
}
#quicklinks {
    width: 40%;
    margin: 0px;
    padding: 0px;
    text-align: right;
    background-color: #b0daea;
    float: right;
}
#quicklinks ul, #quicklinks li, #breadcrums .wrapper {
    list-style-type: none;
    margin: 0px;
    padding: 3px 0px;
}
#quicklinks li {
    display: inline;
    padding: 0px 5px;
}
#quicklinks a, #breadcrums .first {
    padding: 3px 5px;
    background-color: #8bceeb;
}

#main-container {
    position: relative;
    clear: both;
    width: 100%;
    margin: 0px;
    padding: 0px;
    top: 5px;
}
#menu-container {
    width: 200px;
    position: absolute;
    top: 0px;
    left: 0px;
}
#menu-container a {
    color: #000;
}
#menu-container ul, #menu-container li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#menu-container ul { background-color: #8bceeb; }
#menu-container ul li {
    background-color: #8bceeb;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}
#menu-container ul li span.list-item {
    display: block;
    padding: 3px 5px;
    background-color: #37b3e6;
}
#menu-container ul li li {
    background-color: #8bceeb;
    font-weight: normal;
    color: #000;
    font-size: 10px;
    padding: 0px 5px;
    margin-bottom: 0px;
}
#menu-container ul li li span.list-item { background-color: #8bceeb; }
#menu-container ul li li li {
    padding-left: 10px;
}
#menu-container .active {
    text-decoration: underline;
}

#content-container {
    border-left: 200px solid #8bceeb;
    border-right: 200px solid #8bceeb;
    background-color: #fff;
}
#content {
    padding: 10px 20px;
}

#right-container {
    width: 200px;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 10px;
    background-color: #8bceeb;
}
.right-box { margin-bottom: 10px; }
.right-box h1, .right-box h2, .right-box h3, .right-box h4, .right-box h5 {
    margin: 0px;
    padding: 3px 5px;
    background-color: #37b3e6;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
}
.right-box .more {
    font-weight: bold;
    display: block;
}
.right-box a { color: #fff; }
.right-box .more, .right-box p { padding: 3px 5px; margin: 0px; }

#footer-container {
    width: 100%;
    height: 20px;
    background-color: #fff;
    clear: both;
}

