/* CSS Templatesatz */
/* ============================================================================= */
/* DIVs definieren */
* {
    color:black;
}
body {
    background-color:#fff;
    text-align:left;
}
#wrapper {
    width:630px;
    text-align:left;  
    margin:0;
}
/* Hintergrundgrafik 1-spaltiges Layout */
.col1 {
    background: none;
}
/* Hintergrundgrafik 2-spaltiges Layout */
.col2 {
    background: none;
}
#headerwrap {
    background-color:#fff;
    border:0;
}
#headermeta {
    display:none;
}
#headerlogo1 {
    position:absolute;
    top:17px;
    right:30px;
}
#headerlogo2 {
    position:absolute;
    bottom:18px;
    right:30px;
}
#mainnavi {
    display:none;
}
#content-1col {
    background-color:#fff;
    width:100%;
    padding:0;
}
#content-2col {
    background-color:#fff;
    width:100%;
    padding:0;
}
#breadcrumb {
    display:none;
}
#contentfooter {
    display:none;
}
#marginal {
    display:none;
}
#footerwrap {
    display:none;
}
#release {
    background-color:white;
    border:0;
}
/* ============================================================================= */
/* Allgemeine Definitionen für den Content-Bereich */
div.content a {
    color:#000;
}
div.content hr {
    color:#000;
    border-bottom:1px solid #000;
}