* {
        padding: 0px;
        margin: 0px;
}

BODY {
        margin: 0 auto;
        font-family: Tahoma;
        color: #4d4d4d;
        background: url( ../gfx/body-bg.jpg ) repeat-x #dfe0e2;
        font-size: 80%;
}

a {
        font-family: Tahoma;
        color: #4d4d4d;
}

a.active {
        font-family: Tahoma;
        color: #4d4d4d;
}

a.hover {
        font-family: Tahoma;
        color: #4d4d4d;
}

#container {
        margin: 0 auto;
        width: 898px;
        margin-bottom: 50px;
        margin-top: 0px;
}

#header {
        margin: 0 auto;
        background: url( ../gfx/header-bg.png ) no-repeat;
        width: 932px;
        height: 50px;
        margin-left: 0px;
}

#menu {
        margin-left: 15px;
		margin-top: 15px;
}

#menu ul li {
        float: left;
}

#menu ul li.active a, #menu ul li a:hover {
        background: url( ../gfx/menu-bg.png ) no-repeat;
}

#menu ul li a {
        text-decoration: none;
        width: 97px;
        height: 24px;
        padding-top: 10px;
        margin-right: 10px;
        text-align: center;
        display: block;
        font-weight: bold;
        color: #FFFFFF;
}

#menu ul li.active a, #menu ul li a:hover {
        color: #000000;
}

#content {
        background: url( ../gfx/content-bg.png ) no-repeat bottom left #FFFFFF;
        padding: 0 0 10px 0;
}

#content #content-top {
        height: 2px;
        font-size: 0em;
        background: url( ../gfx/content-top-bg.png );
}

#flashheader {
        height: 190px;
        width: 587px;
        padding: 5px;
        margin: 8px 0 0 10px;
        float: left;
        background: url( ../gfx/flashheader-bg.png );
}

#right {
        float: right;
        width: 269px;
        padding-right: 10px;
        line-height: 25px;
}

#direct-contact {
        height: 152px;
        background: url( ../gfx/direct-contact-bg.png ) no-repeat;
        margin: 8px 0 10px 0;
        padding-left: 15px;
        color: #FFFFFF;
}

#direct-contact h2, #recente-klant h2, #id-nieuws h2 {
        padding: 10px 0 5px 40px;
        font-size: 1.45em;
}

#direct-contact h2 {
        background: url( ../gfx/direct-contact-icon-bg.png ) 0px 5px no-repeat;
}

#recente-klant h2 {
        background: url( ../gfx/recente-klant-icon-bg.png ) 5px 10px no-repeat;
}

#id-nieuws h2 {
        background: url( ../gfx/id-nieuws-icon-bg.png ) 0px 5px no-repeat;
}

#recente-klant {
        height: 164px;
        background: url( ../gfx/recente-klant-bg.png ) no-repeat;
        margin-bottom: 10px;
        color: #FFFFFF;
        padding-left: 15px;
}

#id-nieuws {
        color: #000000;
        padding-left: 15px;
}

#id-nieuws a {
        color: #000000;
}

img.left { float: left; margin: 0.5em 1em 1em 0; clear: left; }

img.right { float: right; margin: 0.5em 0 1em 1em; clear: right; }

#content-txt {
        float: left;
        width: 585px;
        padding-left: 20px;
}

#content-txt h1, #content-txt h2, #footer .column h2 {
        color: #683b8d;
        font-size:         1.45em;
        margin: 20px 0 15px 0;
}

#content-txt p, #footer .colum p {
        line-height: 25px;
}

#portfolio-txt {
        float: left;
        width: 575px;
        padding-left: 20px;
        margin: 0px 0 0px 10px;
        float: left;
        background: url( ../gfx/portfolio_middle.jpg);
}

#portfolio-txt a {
        color: #000000;
        font-weight: bold;
}

#portfolio-top {
        width: 595px;
        height: 10px;
        margin: 10px 0 0 10px;
        float: left;
        background: url( ../gfx/portfolio_top.jpg) no-repeat;
	font-size: 0em;
}

#portfolio-bottom {
        width: 595px;
        height: 10px;
        margin: 0px 0 0 10px;
        float: left;
        background: url( ../gfx/portfolio_bottom.jpg) no-repeat;
}

#portfolio-txt h1, #portfolio-txt h2, #footer .column h2 {
        color: #683b8d;
        font-size:         1.45em;
        margin: 20px 0 10px 0;
}

#portfolio-txt p, #footer .colum p {
        line-height: 25px;
}



#footer {
        width: 898px;
        margin-top: 3px;
}

#footer .column {
        float: left;
        width: 429px;
        height: 170px;
        background: #f5f6f6;
        padding-left: 20px;
}

#footer .column.ppurple strong {
        color: #683b8d;
}

#footer .column p, #footer .column td {
        line-height: 25px;
}

#footer #footer-bottom ul li {
        float: right;
        width: 100px;
        text-align: right;
        height: 20px;
        padding-top: 10px
}

#footer #footer-bottom ul li a {
        text-decoration: none;
        color: #4c4c4c;
        font-weight: bold;
}

#footer #footer-bottom p {
        float: right;
}

.clear {
        visibility: hidden;
        clear: both;
        height: 0px;
        font-size: 0em;
}

