body {
    background-color: #d3d3d3;
    margin: 0;
    padding: 0;
    min-width: 990px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

a {
	color: #000;
}

a>img {
	border: none;
}

#wrapper {
    position: relative;
    width: 980px;
    margin: auto;
}

#innerWrapper {
    width: 960px;
    margin: auto;
    background-color: #fff;
}

#contentBorderLeft {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    background-image: url("../images/site/ContentBorderLeft-trans.png");
    background-repeat: repeat-y;
}

* html #contentBorderLeft {
    background-image: url("../images/site/ContentBorderLeft.png");
}

#contentBorderRight {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    background-image: url("../images/site/ContentBorderRight-trans.png");
    background-repeat: repeat-y;
}

* html #contentBorderRight {
    background-image: url("../images/site/ContentBorderRight.png");
}

#backgroundDark {
    position: absolute;
    z-index: -1;
    left: 0;
    height: 200px;
    width: 100%;
    background-color: #c0c0c0;
}

#head {
    position: relative;
    height: 200px;
    width: 960px;
    background-image: url("../images/site/Header.png");
}

#headerButtons {
    position: absolute;
    bottom: 0;
    height: 30px;
    width: 960px;
    background-image: url("../images/site/HeaderButtons.png");
    background-repeat: repeat-x;
}

#headerButtons ul {
    float: left;
    border-left: 1px solid #000;
    margin: 0 0 0 9px;
    padding: 0;
}

#headerButtons ul li {
    float: left;
    line-height: 30px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-right: 1px solid #000;
}

#headerButtons ul li a {
    display: block;
    text-decoration: none;
    color: #ccc;
    margin: 0;
    padding: 0 10px;
}

#headerButtons ul li#currentPage {
    background-image: url("../images/site/HeaderButtonActive.png");
    background-repeat: repeat-x;
}

#headerButtons ul li#currentPage a {
    color: #fff;
}

#headerButtons ul li a:hover {
    background-image: url("../images/site/HeaderButtonActive.png");
    background-repeat: repeat-x;
    color: #fff;
}

#headerNews {
    position: absolute;
    overflow: auto;
    width: 300px;
    right: 20px;
    top: 20px;
    bottom: 50px;
    background-color: #d3d3d3;
}

.headerNewsName {
	font-weight: bold;
}

#headerNewsShoutbox {
    display: none;
}

#headerNewsShoutbox ul {
    overflow: hidden;
}

.headerNewsShoutboxName {
    font-weight: bold;
}

#headerNewsShoutbox li:nth-child(even) {
	background-color: #dddddd;
}
#headerNewsShoutbox li:nth-child(odd) {
	background-color: #eeeeee;
}

#headerNews ul {
    margin: 0;
    padding: 10px;
    list-style-type: none;
}

#impressumLink {
    position: absolute;
    top: 152px;
    right: 20px;
}

#impressumLink a, #impressumLink a:focus, #impressumLink a:hover, #impressumLink a:active {
    color: #000;
    text-decoration: underline;
}

#navigation {
    float: left;
    width: 300px;
    background-color: #fff;
}

#navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#navigation>ul {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #CBD8F6;
}

#navigation li {
    border-bottom: 1px #eee solid;
}

#navigation ul a, #navigation ul span {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 0.3em 0 0.3em 8%;
    border-left: 10px solid #789DCB;
    background-color: #F6F8FE;
    font-size: 11px;
}

#navigation span {
    cursor: default;
}

#navigation li a:focus, #navigation li a:hover, #navigation li a:active {
    background-color: #789DCB;
    color: #fff;
}

#navigation span.groupHeader {
    border-left: 10px solid #4259CD;
    padding-left: 10px;
    background-color: #CBD8F6;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}

#navigation #mueller {
    margin-top: 20px;
}

#mueller p {
    margin: 0;
    text-align: center;
}

#contentWrapper {
    width: 655px;
    min-height: 600px;
    margin-left: 300px;
    background-color: #fff;
    border-left: 1px dotted #000;
}

#contentWrapper:after {
    content: "clear";
    clear: left;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

#content {
    padding: 20px;
}

#content h1 {
    margin-top: 0;
}

#footer {
    margin: auto;
    width: 980px;
    height: 10px;
    background-image: url("../images/site/Footer.png");
    background-repeat: no-repeat;
}