html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif;
    font-size: 14px;
    background-color: #EFEFEF;
    display: block;
    position: relative;
    min-height: 100%;
}

a {
    text-decoration: none;
}

#mainWrap {
    width: 100%;
    min-height: 100%;
    padding: 0px;
    margin: 0px;
    display: block;
}

#header {
    background-color: #547FBB;
    height: 110px;
    position: relative;
    border-bottom: 1px solid #333;
    box-shadow: 0px 0px 2px 0px #333333;
}

#gbvLogo {
    width: 118px;
    height: 58px;
    position: absolute;
    right: 40px;
    background-image: url(http://ws.gbv.de/suggest/_html/images/gbvLogo.png);
    background-repeat: no-repeat;
    background-position: left center;
}

#wsLogo {
    width: 464px;
    height: 90px;
    position: absolute;
    left: 10px;
    top: 10px;
    background-image: url(images/serviceLogo.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

#headerTitle {
    color: #FFF;
    font-size: 36px;
    position: absolute;
    left: 160px;
    top: 32px;
}

#contentWrap {
    padding: 20px 20px 20px 20px;
    color: black;
}

#contentIntro {
    background-color: white;
    padding: 10px;
    color: #666;
    font-size: 14px;
    font-style: italic;
}

#errorOccured {
    margin: 20px 0px 20px 0px;
    background-color: white;
    padding: 10px;
    color: #C20000;
    font-size: 20px;
}

#errorSpec {
    margin: 20px 0px 20px 0px;
    background-color: white;
    padding: 10px;
    color: #C20000;
    font-size: 12px;
}

#typeOf {
    margin: 20px 0px 20px 0px;
    background-color: white;
    padding: 10px;
    color: #547FBB;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #969696;
}

#docu {
    margin: 20px 0px 20px 0px;
    background-color: white;
    padding: 10px;
    color: #121212;
    font-size: 14px;
    border: 2px solid #C6C6C6;
}

#docu pre {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* 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+ */
    font-family: "Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif;
}

.suggestXY {
    margin: 26px 0px 20px 0px;
    background-color: white;
    border: 2px solid #FFF;
    padding: 10px;
    color: #547FBB;
    font-size: 16px;
}

.suggestXY:hover {
    border: 2px solid #C6C6C6;
    background-color: #FDFDFD;
}

.suggestDesc {
    color: #333;
    font-size: 12px;
    margin-top: 5px;
}

#footer {
    background-color: #547FBB;
    width: 100%;
    border-top: 1px solid #333;
    box-shadow: 0px 0px 0px 0px #333333;
    text-align: center;
    padding: 3px 0px 3px 0px;
    font-size: 11px;
}

#footer a {
    color: white;
}