body, html {
    background-color: #CCD9CE;
    color: #000000;
    margin: 0;
    padding: 0;
    text-align:left;
    font-size: 100%;
    font-family: "Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
    width: 100%;
}

html {
    height: 100%;
}

b {
    font-weight: bold;
}

img {
    border:0;
}

a, a:link {
    color: #046812;
}

a:visited {
    color: #032408;
}

a:hover {
    color: #CE7100;
}

a:active {
    color: #CE9500;
}

#header {
    height:102px;
    background-image:url(images/header.jpg);

}

#header-menu {
    position: absolute;
    right: 16px;
    top: 6px;
    text-align: right;
    color: #02420B;
    font-size: 14px;
}

#header-menu a, #header-menu a:link, #header-menu a:visited {
    color:#02420B;
    text-decoration:none;
}

#header-menu a:hover {
    color: #A45202;
    text-decoration:none;
}

#header-menu a:active {
    color: #A45202;
    text-decoration:underline;
}

#wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    position: absolute;
    top: 102px;
    left: 0px;
}

#left {
    padding-left: 0px;
    float: left;
    width: 201px;
}

#right {
    padding-right: 0px;
    float: right;
    width: 212px;
}

/* CENTER (CONTENT) ************************/

#center {
    padding: 25px;
    padding-top: 0px;
    margin-left: 205px;
    /* margin-right: 212px; */
    font-size: 0.9em;
    min-width: 450px;
}

#center h1, #center h2, #center h3, #center h4 {
    color: #02420B;
    background-color: #FFFFFF;
    border-left: 2px #CE9600 solid;
    border-top: 2px #CE9600 solid;
    padding-top: 3px;
    padding-bottom: 3px;
}

#center h1 {
    font-size: 1.2em;
    padding-left: 0.5em;
}

#center h2 {
    font-size: 1.1em;
    padding-left: 1em;
}

#center h3 {
    font-size: 1em;
    padding-left: 1.5em;
}

#center h4 {
    font-size: 1em;
    font-weight: normal;
    padding-left: 3em;
}

#center table {
    border: 1px solid #e8a515;
    margin: 10px;
    background-color: #ffffff;
    padding: 10px;
}

#center table th {
    border-left: 1px solid black;
    border-bottom: 2px solid black;
    padding: 5px;
}

#center table td {
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    padding: 5px;
}

#center div.image {
    border: 1px solid #e8a515;
    width: 400px;
    min-height: 400px;
    padding: 20px;
    margin: 10px 20px 10px 0px;
    background-color: #ffffff;
    text-align: center;
    float: left;
}

#center div.image div.name {
    margin-top: 20px;
    font-weight: bold;
}

/* LEFT *************************************/

/* Begin of CSS-MENU **************************/
#menu {
    background-color: #CCD9CE;
    float: left;
    width: 201px;
    text-align: left;
    font-size:1.1em;
    color: #FFFFFF;
    margin: 0;
    padding-top: 18px;
    background-image:url(images/menu-bg.jpg);
}

#menu ul{
    margin: 0;
    padding-left: 23px;
    list-style-type: none;
    background: transparent;
}

#menu ul li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: transparent;
    font-weight: bold;
}

/* Styles for Main-Menu Items */
#menu ul li a {
    display: block;
    text-decoration: none;
    color: #FFFFFF;
}

#menu ul li {
    font-weight: bold;
}

#menu ul li ul li {
    font-weight: normal;
}

#menu ul li .current, #menu ul li a:hover {
    color: #CE9600;
}

/* Styles for Sub-Menus */
#menu ul li ul {
    margin: 0;
    padding-left: 15px;
    font-size: 0.9em;
}

/* Styles for Sub-Menu lists */
#menu ul li ul li{
    width: 100%;
}

/* Styles for Sub-Menu Links */

#menu ul li ul li .current, #menu ul li ul li a:hover {
    color: #CE9600;
}


/* END OF MENU */



.leftbox {
    float: left;
    width: 163px;
    margin-top: 16px;
    margin-bottom: 16px;
    color:#000;
    background-image:url(images/links-bg.jpg);
}

.leftbox h4 {
    padding-left: 10px;
}

.leftbox-content {
    padding:10px;
    font-size:0.8em;
}


/* RIGHT ****************************************/

#languages {
    margin: 10px;
    margin-bottom:4px;
    color: #02440C;
    text-align: right;
    font-size: 1.1em;
    font-weight: bold;
}

#languages a, #languages a:visited {
    color: #02440C;
    text-decoration: none;
}

#languages .current, #languages a:hover {
    color: #CE9500;
    font-style: italic;
}

.rightbox {
    float: right;
    width: 212px;
    margin-top: 16px;
    margin-bottom: 16px;
    color: #000;
    background-image:url(images/rechts-bg.jpg);
}

.rightbox h4 {
    padding-left: 30px;
}

.rightbox-content {
    padding: 18px;
    font-size:0.9em;
    text-align:left;
    color:#000;
}

.zentriert {
    text-align:center;
}

code, .code {
    border: 1px solid #CE9600;
    background: white;
    padding: 5px;
    margin: 5px;
}

pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
