/**
 *  Author          Gauke Pieter Sietzema, Sterc Concept
 *  Website         htp://www.sterc.nl
 *  Contact         info@sterc.nl
 *  Created date    
 *  Kleuren         009ee0 - 93d6f2 - ff5fb9 - 
 */

html, body {
    margin: 0;
    padding: 0;
    background: url(../img/bg.png);
    font: normal 12px/18px verdana, sans-serif;
    overflow-x: hidden;
}

td {
    font: normal 12px/18px verdana, sans-serif;
}

img {
    border: 0;
    behavior: url("/pngbehavior.htc");
}

#container {
    position: absolute;
    width: 940px;
    left: 50%;
    top: 110px;
    margin-left: -470px;
    background: url(../img/cont-bg.png) repeat-y;
}

#nav {
    height: 36px;
    width: 100%;
    background-color: #009ee0;
}

    #nav ul {
        margin: 0 0 0 20px;
        padding: 0;
        position: absolute;
        z-index: 100;
    }
    
    #nav ul li {
        margin: 0 5px 0 0;
        padding: 0;
        float: left;
        list-style: none;
    }
    
    #nav a, #nav a:link, #nav a:visited {
        font: 14px/36px verdana, sans-serif;
        text-decoration: none;
        color: #fff;
        letter-spacing: 0px;
        display: block;
        padding: 0 5px 0 5px;
        background-color: #009ee0;
    }
    
    #nav a:hover {
        background-color: #fff;
        color: #009ee0;
    }
    
#content {
    float: left;
    margin-left: 42px;
    width: 636px;
    _margin-left: 21px;
}

#content li {
	color:#555;
}

#sidebar {
    float: right;
    width: 216px;
    margin-right: 20px;
    padding-top: 40px;
    _margin: 0 0 0 -20px;
    _position: relative;
    _left: -22px;
}

    #sidebar p {
        width: 210px;
    }

#cont-footer {
    clear: both;
    width: 100%;
    height: 56px;
    position: relative;
    top: 40px;
}

#cont-footer p {
    margin: 0;
    padding: 0;
    position: relative;
    top: -30px;
    font: normal 10px/12px arial, sans-serif;
    color: #00b3ff;
    width: 636px;
    text-align: center;
}

#cont-footer a, #cont-footer a:link, #cont-footer a:visited {
    color: #00b3ff;
    text-decoration: none;
}

#cont-footer a:hover {
    text-decoration: underline;
}

h1 {
    font: bold 30px/30px arial, sans-serif;
    margin: 22px 0 0 0;
    padding: 0;
    color: #00b3ff;
    
}

p {
    margin: 0;
    padding: 0;
    color: #555;
    width: 540px;
}

h2 {
    width: 648px;
    background-color: #00b3ff;
    font: bold 21px/30px arial, sans-serif;
    color: #fff;
	margin: 15px 0 15px 0;
	padding: 0 0 0 42px;
	position: relative;
	left: -42px;
}

#actie {
    position: absolute;
    top: 30px;
    width: 940px;
    left: 50%;
	margin-left: -480px;
	text-align: right;
}

a, a:link, a:visited {
    text-decoration: none;
    color: #009EE0;
}

a:hover {
    text-decoration: underline;
}

#sidebar h1 {
    font: bold 18px/24px arial, sans-serif;
}

#sidebar h2 {
    font: bold 14px/24px arial, sans-serif;
}

table p {
    width: auto !important;
}

#calculator {
    width: 250px;
    text-align: center;
    position: relative;
    left: 0;
}

#prijs {
    display: block;
    width: 100px;
    text-align: center;
    background-color: #93D6F2;
    padding: 10px;
    font: bold 12px/15px arial, sans-serif;
    color:#fff;
    position: relative;
    left: 65px;
}

.bestel-snel-button {
    float: right;
    margin-right: -80px;
    _margin: 0 0 0 10px;
}

#logo {
    position: absolute;
    z-index: 100;
    left: 50%;
    margin-left: -470px;
    top: 63px;
    width: 231px;
    height: 47px;
}