#main_container {
    background-image: url(http://www.burnerbros.de/test/simple/templates/default/images/bg_content.jpg);
}

#layout_table {
    background-image: url(http://www.burnerbros.de/test/simple/templates/default/images/bg_subcontainers.jpg);
}

#content_b {
    background-image: url(http://www.burnerbros.de/test/simple/templates/default/images/bg_content_b.jpg);
}

#header {
    background-image: url(http://www.burnerbros.de/test/simple/templates/default/images/bg_header.jpg);
}

.sub_nav_container {
    background-image: url(images/static/bg_subnav.jpg);
}


#key_visual {
    background: no-repeat;
}


body#main_body {
    background-color: #dedede;
    color: #7d7d7d;
    /*background : #e1dbda url(images/static/pgbk.gif) repeat-x;*/

}


.content {
    color: #7e7e7e;
}

.content table {
    color: #7e7e7e;
    border-color: #078bb9;
}

.content select {
    color: #7e7e7e;
}

.content input {
    color: #7e7e7e;
    border-color: #b4b8bb;
}

.content textarea {
    color: #7e7e7e;
    border-color: #b4b8bb;
}

.content a {
    color: #297f90;
}


.content td {
    border-color: #078bb9;
}

.content th {
    border-color: #078bb9;
    color: #ffffff;
    background-color: #078bb9;
}

.content tr.odd {
    color: #6e6e6e;
    background-color: #ffffff;
}

.content tr.even {
    color: #6e6e6e;
    background-color: #efefef;
}


.content fieldset {
    border-color: #078bb9;
}

.content legend {
    color: #078bb9;
}

.content label {
    color: #74777a;
}

.content #submit {
    background-color: #f4f4f4;
    border-color: #b4b8bb;
    color: #74777a;
}

/*--------------------------------------------------------------------------*/

