/* -- Information --
	CSS-Modifikation Version: 1.0 - Verkaufsassistent
	Autor: www.vonhacht.de
*/
body {
    background-color: #3B3B3B;
}

h1, h2{
    color: #186387;
}

h3, h4, h5, h6{
    color: #186387;
}

a{
   color: #186387;
}

a:hover {
    color: #186387;
}

#header {
    background: #2286B7 url(img/bg_header.png) no-repeat 540px 0;
    border-bottom: 5px dotted #282828;
}


#header .right ul.rex-navi1 li a{
    color: #ffffff;
}

#teaser {
    background-color: #F2F1EF;
}

#teaser .acc_teaser h3{
    border-color: #31318A;
}



#teaser .col_1{
	float: right;
	margin-right: 0;
	margin-left: 10px;
    width: 380px;
}

#teaser .col_2{
	float: left;
    margin-left: 0;
    margin-right: 30px;
    width: 440px;
}

#content {
    padding-top: 30px;
    background: #ffffff url(img/bg_content.png) no-repeat 10px 0;
}

#content .col_1{
    width: 380px;
}

#content .col_2{
    width: 440px;
}

#content .col_1 .divBorder,
#content .col_2 .divBorder,
#content .col_3 .divBorder{
    border-top: 1px solid #4C4C4C;
}

#content .border{
    border: 1px solid #4C4C4C;
}

#content .border h2{
    color: #ffffff;
    background-color: #186387;
}

#content .col_1 .more a,
#content .col_2 .more a,
#content .col_3 .more a{
   background: url(img/bg_more_link.png) no-repeat 0 5px;
}

#footer {
    border-top: 1px solid #4C4C4C;
    background: #EAE8E4;
}

#footer .right .more a{
   background: url(img/bg_more_link.png) no-repeat 0 5px;
}

#footer .right .divBorder{
    border-top: 1px solid #4C4C4C;
}

#footer .left .socialFeed {
    border: 2px solid #186387;
}

#bottom {
    border-top: 1px solid #4C4C4C;
    background: #EAE8E4;
}

#bottom .left ul.nav li,
#bottom .right ul.nav li{
    color: #4C4C4C;
}

#bottom .left ul.nav li a,
#bottom .right ul.nav li a{
    color: #4C4C4C;
}


