
/* Inhalt */

body{
    background: #eeeeee;
    color: #ffffff;
}
a {
    color: #ff9933;
}

div#content h2 {
    font-weight: bold;
    color: #ff9933;
}

/* Layout */

div#primary a:before {
    color: #ff9933;
}
div#primary a {
    color: #ffffff;
}
div#wrapper{
    background: #cc3333 url('static/t1-hintergrund.png') no-repeat center;
}
div#header{
    background: transparent url('static/t1-kopf.jpg') no-repeat 90% 20px;
    text-align: left;
}
div#logo{
    background: transparent url('static/t1-logo.gif') no-repeat 0px 0px;
    height: 79px;
    width: 176px;
    display: block;
    position: relative;
    top: 160px;
    left: 45px;
}

/* Sekundaere Sidebar */

div#secondary li.page_item a, div#secondary h3 a {
    background: transparent url('static/t1-buttons.gif') no-repeat -75px 0px;
}

div#secondary li.current_page_item a, body.page-parent div#secondary h3 a {
    background: transparent url('static/t1-buttons.gif') no-repeat -50px 0px;
}

div#secondary a.previous {
    background: transparent url('static/t1-buttons.gif') no-repeat 0px 0px;
}

div#secondary a.next {
    background: transparent url('static/t1-buttons.gif') no-repeat -25px 0px;
}

/* Startseite */

.home .entry-title {
    display: none;
}
