/*** Normalized ***/

#footer {
    background: url('images/static/bg-bottom.png') bottom center repeat-x;
}

.box1_head {
    color: #31552f;
}

.box2_head, .content h2, a.link6 h1 {
    color: #31552f;
}

.box3_head {
    color: #31552f;
}

#main_nav_list {
    border-left: 20px solid #96b269;
}

#main_nav_list .current_page_item a {
    /* border-left: 10px solid #96b269; */
    border-bottom: 2px solid #96b269;
    background-color: #96b269;
}

#header {
    background: url('images/static/bg-top.png') top center repeat-x;
}

#sub_container2 ul {
    list-style-image: url('images/static/liststyle.gif');
}

.content table {
    border-bottom: 3px solid #96b269;
    border-right: 2px solid #96b269;
    border-left: 2px solid #96b269;
}

table th {
    background-color: #abc581;
    border-top: 3px solid #96b269;
    border-bottom: 3px solid #96b269;
}

.list2 {
    list-style-image: url('images/static/text1.png');
    margin-left: 2em;
}

.list3 {
    list-style-image: url('images/static/link.png');
    margin-left: 2em;
}

/* Searchcontainer
==============================================================================*/

.search_box {
    background: url('images/static/search.png') left bottom no-repeat #abc581;
}

.search_box:hover {
    background: url('images/static/search_hover.png') left bottom no-repeat #a2bc78;
}

.search_box form input {
    border: 1px solid #31552f;
}

/* Forum
==============================================================================*/

#main_container #forum_topics_container table {
    border-bottom: 3px solid #96b269;
    border-right: 2px solid #96b269;
    border-left: 2px solid #96b269;
    background: url('images/static/forum.png') right bottom no-repeat;
}

.weblog_comment_link {
    background: url('images/static/text.png') 0.2em 0.2em no-repeat;
}

#main_nav_container {
    background: url('images/static/menue_bg.png') right -20px no-repeat;
}

#left_column_container {
    background: url('images/static/personen.png') right bottom no-repeat;
}

#main_nav_list li .page_item a:hover {
    background: url('images/static/menuepunktbg.png') left bottom #fff repeat-x;
}

.content {
    background: #fcfcfc;
}

.content p {
    background: #fcfcfc;
}

button:hover {
    background: url('images/static/menuepunktbg.png') left bottom #fff repeat-x;
}

#comment {
    width: 500px;
}

p.par1 {
    margin: 5px;
}

a.link6 {
    text-decoration: none;
}

.list1 h2 {
    font-size: 150%;
}


