body {
    margin: auto;
    width: 100%;
    min-width: 1000px;
    font: 13px Verdana, Arial, sans-serif;
    background:  url(../images/layout/body-bg.png) repeat-y 50% 0;
    background-color: #99ccFF;
}

img {
    border-style: none;  
}

#container {
    margin: auto;
    width: 980px;
    padding-top: 3px;
}

#site {
    width: 980px;
    background-color: white;
}


#content {
    float: left;
    width: 980px;

    background-color: white;
}

.main_banner {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border: 1px solid #cccccc;
    width: 748px;
}

.main {
    float: left;
}

.main_middle {
    padding: 9px;
    margin-bottom: 9px;
    border: 1px solid #cccccc;
    width: 750px;
}

.main_middle table{
    border-collapse: collapse;
    padding: 0px;
}

.main_middle td{
    border-collapse: collapse;
    padding: 0px;
}

.index_main {
    float: left;
    width: 780px;
    border-right: 1px solid #cccccc;
    margin-bottom: 10px;
}

.index_right {
    float: left;
    width: 190px;
    height: 465px;
    margin-left: 9px;
}

.index_img {
    width: 190px;
    height: 230px;
    margin-top: 10px;
}

.banner_right {
    width: 190px;
    float: right;
    padding-left: 9px;
    border-left: 1px solid #cccccc;
    margin-bottom: 10px;
}

.knp a{
    width: 190px;
    height: 40px;
    display: block;
    margin-bottom: 5px;
}
.knp a:link, .knp a:visited {
    background-color: #999999;
}
.knp a:focus, .knp a:hover {
    background-color: #000066;
}

.knp2 a{
    width: 190px;
    height: 40px;
    display: block;
    margin-bottom: 5px;
    background-color: #000066;
}


.img {
    float: left;
}

.img a {
    display: block;
}

.img a:link, .img a:visited {
}

.img a:focus, .img a:hover {
}

.linkposition{
    position: absolute; top: 196px; right: 10px;
}

.linkposition a{
    color: #333; font-size: 16px; text-decoration: none;
}

.linkposition a:hover{
    color: blue;
}

#filialen{
    margin-top: 5px;
    width: 178px;
    padding: 5px;
    border: 1px solid #cccccc;
    font-size: 11px;
}

#filialen ul,li{
    margin: 0px;
    padding: 0px;
    list-style-type: none;

}

#filialen h3{
    margin: 0px;
    margin-bottom: 3px;

}

.banner {
    height: 100px;
    float: left;
    padding-bottom: 10px;
}

input.verstuurknop {
    width: 50px;
    height: 20px;
    background: transparent url(images/button1.png) no-repeat;
    outline: none;
    border: none;
    cursor: pointer;
}

input.verstuurknop:hover {
    background: transparent url(images/button2.png) no-repeat;
}

.left_nav {
    float: left;
    margin-top: 5px;
}

.right_nav {
    float: right;
    margin-top: 5px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.tab1 td{
    border-bottom: 1px solid #cccccc;
    padding: 10px;
}

.tab2 table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearer {
    clear: both;
}

h1 {
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 18px;
}

h2 {
    margin: 0px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
}

h3 {
    margin: 0px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
}

.top {
    border-bottom: 1px solid #999999;
    padding: 5px;
    margin-bottom: 20px;
}


/* Picture Styles */
#picture{ 
    position:relative;
    width:700px;
    height:466px;
    margin:0px auto;
    overflow:hidden;
}

#picturesmall{
    padding-top: 10px;
    position:relative;
    width:700px;
    height:200x;
    margin:0px auto;
    overflow:hidden;
}

/* General More Button */
.more{
    position:absolute;
    width:50px;
    height:50px;
    padding:5px;
    text-align:left;
    overflow:hidden;
}

.more img{
     background: url('../images/layout/keuken-punt.png');
     cursor: pointer;
}

.more img:hover {
     background: url('../images/layout/keuken-punt-big.png');
}


/* General Info Box */
#infobox{
    position:absolute;
    bottom:-200px;
    left: 350px;
    height:200px;
    width:300px;
    z-index:20;
    margin:0 0 -100px -150px;
    background:#FFF;
    -webkit-border-radius:5px;
    -moz-border-radius:5px; border-radius:5px;
    text-align: center;
}

#infobox a, #infobox a:visited{ 
    font:italic 16px Georgia, serif;
    color:#555;
    text-decoration:none;
}
#infobox a:hover{ 
    text-decoration:underline;
}

/* Close button for info box */
span.close{
    position:absolute;
    right:5px;
    top:5px;
}

/* The dimmed background when the info box is showing */
#fade_bg{ 
    position:absolute;
    z-index:15;
    width:100%;
    height:100%;
    display:none;
}
