/*** w-f-p.de ***/
/* Hauptdatei */

@import url("wfp_konstrukt.css");
@import url("wfp_standard.css");
/*Module*/
@import url("module/case_studies.css");
@import url("module/news.css");
@import url("module/form.css");
@import url("module/kontakt.css");
@import url("module/kunden.css");
@import url("module/team.css");

html 
{	 
    overflow: -moz-scrollbars-vertical;
}

* {outline:none}

body
{
    margin: 0;
    padding: 0;
    
    font: 14px Arial, Helvetica, sans-serif;
    color: #838383;

    background-color: #252525 !important;
    background-position: center 0;
}
body#startseite
{
    background-image: url(../images/konstrukt/hintergrund_body_startseite.jpg);
    background-repeat: no-repeat;
}
body#team,
body#jobs,
body#job
{
    background-image: url(../images/konstrukt/hintergrund_body_agentur.jpg);
    background-repeat: no-repeat;
}
body#kurzdarstellung
{
    background-image: url(../images/konstrukt/hintergrund_body_agentur3.jpg);
    background-repeat: no-repeat;
}
body#partner
{
    background-image: url(../images/konstrukt/hintergrund_body_agentur2.jpg);
    background-repeat: no-repeat;
}
body#kontakt
{
    background-image: url(../images/konstrukt/hintergrund_body_kontakt.gif);
    background-repeat: no-repeat;
}

