#headerprint, #footerprint {
    display: none;
}



body {
    background-color: #333;
    color: #ff9;
    font-family: arial, helvetica, sans serif;
    font-size: 11pt;
    margin: 0;
}
img {
    border: 1px solid #666;
}
img.noborder {
    border: 0;
}



#header {
    background-color: #000;
    padding: 20px 20px 0 2em;
    height: 4em;
}
#header img {
    border: 0;
}
#headline {
    position: relative;
    top: -30px;
}
#headline p {
    color: #ff9;
    font-size: 120%;
    margin: 0;
    padding-left: 12.5em;
}



#content {
    position: relative;
    width: 100%;

    border-top: 1px solid #000;
}



#menu {
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #000;
    width: 220px;
    /* border: 1px solid #ff0; */
}
#menu ul {
    margin-left: 0;
    padding-top: 1.0em;
    padding-left: 30px;
    /* border: 1px solid #fff; */
}
#menu li {
    color: #fff;
    list-style: none;
    padding-left: 0;
}
#menu li.wkfull {
    background-color: #ffd;
    color: #444;
    padding-left: 0;
}
#menu form {
    position: relative;
    left: 30px;
    top: 0;
}
#menu input {
    width: 180px;
}


#menu a {
    text-decoration: none;
}
#menu a:link, #menu a:visited {
    color: #ffd;
}
#menu a:hover, #menu a:active, #menu a:focus {
    color: #3c3;
}
#menu a.current:link, #menu a.current:visited {
    color: #3c3;
}
#menu a.current:hover, #menu a.current:active, #menu a.current:focus {
    color: #3c3;
}

#menu li.wkfull a:link, #menu li.wkfull a:visited {
    color: #444;
}
#menu li.wkfull a:hover, #menu li.wkfull a:active, #menu li.wkfull a:focus {
    color: #3c3;
}
#menu li.wkfull a.current:link, #menu li.wkfull a.current:visited {
    color: #090;
}
#menu li.wkfull a.current:hover, #menu li.wkfull a.current:active, #menu li.wkfull a.current:focus {
    color: #444;
}



#bodytext {
    position: relative;
    top: 0;
    margin-left: 250px;
    padding-right: 5em;
    /* border: 1px solid #f00; */
}
#bodytext h1 {
    color: #0c0;
    font-size: 160%;
    margin-top: 1.0em;
}
#bodytext h2 {
    font-size: 135%;
    font-weight: normal;
    margin-bottom: 0.5em;
    margin-top: 1.5em;
}
#bodytext p {
    margin-top: 0;
}
#bodytext a {
    text-decoration: none;
}
#bodytext a:link, #bodytext a:visited {
    color: #ffd;
}
#bodytext a:hover, #bodytext a:active, #bodytext a:focus {
    color: #3c3;
}



#bodytext form fieldset {
    border: 1px solid #666;
    margin-bottom: 1.0em;
    padding: 0.5em;
}
#bodytext form fieldset legend {
    color: #888;
}


#bodytext table {
    position: relative;
    clear: both;
}
#bodytext table td {
    padding-right: 3.0em;
    vertical-align: top;
}
#bodytext .tab1 td {
    padding-right: 2.0em;
}
#bodytext .tab1 td img {
    border: 0;
    margin-bottom: 2.0em;
}
#bodytext .tab1 td h2 {
    margin-top: 0;
}



#bodytext .buch {
    border: 1px solid #333;
    margin-bottom: 2.0em;
    text-align: left;
}
#bodytext .buch img {
    float: left;
}
#bodytext .buch h2 {
    margin-left: 80px;
    margin-top: 0;
}
#bodytext .buch p {
    margin-left: 80px;
}



#bodytext .tipp {
    background: #3c3 url(../_images/tipp.gif) no-repeat right bottom;
    color: #000;
}
#bodytext .tipp a:link, #bodytext .tipp a:visited {
    color: #000;
}
#bodytext .tipp a:hover, #bodytext .tipp a:active, #bodytext .tipp a:focus {
    color: #fff;
}
#bodytext .tipp .buch {
    clear: both;
    border: 1px solid #3c3;
    margin-bottom: 1.0em;
    min-height: 100px;
    padding: 0.5em;
}
#bodytext .tipp .buch h2 {
    margin: 0;
}
#bodytext .tipp .buch img {
    margin-right: 10px;
}
#bodytext .tipp .buch p {
    margin: 0;
}



#bodytext .link {
    border: 1px solid #ffd;
    float: right;
    margin: 2em;
    margin-right: 0;
    padding: 0.5em;
    width: 20em;
}
#bodytext .link h2 {
    margin-top: 0;
}
#bodytext .ausfuehrung {
    font-style: italic;
}

#bodytext table.cart {
    background-color: #000;
}
#bodytext table.cart td {
    padding: 5px;
}
#bodytext img.sprache {
    margin-left: 3px;
    margin-right: 3px;
    float: none;
}

#cover {
    float: right;
    margin-bottom: 2.0em;
    margin-left: 2.0em;
}
#angaben {
    color: #3c3;
}



#footer {
    clear: both;
    margin-top: 4.0em;
    margin-bottom: 1.0em;
}
#footer p {
    color: #666;
    font-size: 85%;
}
#footer a {
}
#footer a:link, #footer a:visited {
    color: #666;
}
#footer a:hover, #footer a:active, #footer a:focus {
    color: #fff;
}

