/*** w-f-p.de ***/
/* Hauptdatei */

@import url("wfp2_konstrukt.css");
@import url("wfp2_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-color: #242424 !important;
    background-repeat: no-repeat;
}
body#services
{
    background-image: url(../images/konstrukt/hintergrund_body_pointer.jpg);
    background-repeat: no-repeat;
}
body#kontakt
{
    background-image: url(../images/konstrukt/hintergrund_body_kontakt.gif);
    background-repeat: no-repeat;
}
body#kurz_knapp
{
    background-image: url(../images/konstrukt/hintergrund_body_kicker.jpg);
    background-repeat: no-repeat;
}

