html, body {
    margin: 0;
    padding: 0;
    font-family: Tahoma, Arial;
    background-color:#f00; /*#f00;*/
/*    background-image: url(img/bg2.gif);*/
    background-image: url(img/bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}
body { overflow-x:hidden;}
img, a {
    border: 0;
}
a {
    color: #FFF;
    text-decoration: none;
}
a:hover {
    color: #69b2ff;
}
#container {
    top: 157px;
    width: 907px;
    height: 579px;
    position: relative;
    background-color: red;
    margin: auto;
/*    background-image: url(img/container_bg.jpg);*/
    background-image: url(img/dinges.jpg);
    background-repeat: no-repeat;
    background-color: #FFF;
}
#mainmenu {
    position: absolute;
    top: 41px;
    font-size: 9px;
    font-weight: bold;
    z-index: 9;
}
#mainmenu2 {
    position: absolute;
    top: 81px;
    font-size: 9px;
    font-weight: bold;
    z-index: 9;
}
#mainmenu ul, #mainmenu2 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#mainmenu ul li, #mainmenu2 ul li {
    float: left;
}
#mainmenu ul li a, #mainmenu2 ul li a {
    display: block;
    width: 138px;
    height: 31px;
    text-align: center;
    text-transform: uppercase;
    background-color: black;
    color: white;
    line-height: 31px;
    margin-right: 2px;
}
#mainmenu ul li a:hover, #mainmenu2 ul li a:hover {
    color: #f00;
}
#mainmenu ul ul li a, #mainmenu2 ul ul li a {
    background-image: url(img/submenu_item_bg.gif);
     background-repeat: repeat-x;
    background-position: center bottom;
    text-align: left;
    height: auto;
    font-weight: normal;
    padding-left: 3px;
    width: 130px;
    margin: 0;
    line-height: 16px;
    padding-top: 8px;
    padding-bottom: 2px;
}
#mainmenu ul ul, #mainmenu2 ul ul {
    position: absolute;
    padding: 0px;
    padding-top: 16px;
    background-image: url(img/submenu_top_red.gif);
     background-repeat: no-repeat;
    background-position: center top;
    background-color: #000;
    display: none;
    width: 138px;
}
#mainmenu ul li:hover ul, #mainmenu ul li.sfhover ul,
#mainmenu2 ul li:hover ul, #mainmenu2 ul li.sfhover ul  {
    display: block;
}
#logo {
    position: absolute;
    top: -40px;
    left: -39px;
}
#footer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}
#specialisten {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
#contentcontainer {
    position: absolute;
    width: 672px;
    height: 228px;
    top: 236px;
    left: 258px;
    color: #5d5d5d;
    font-size: 11px;
    text-align: justify;
    overflow: visible;
    line-height: 22px;
}
#left {
    position: absolute;
    bottom: 70px;
    left: 28px;
    width: 527px;
    height: 273px;
    border-bottom: 1px solid #000;
}
#cirkel {
    z-index: 10;
    position: absolute;
    top: -200px;
    right: -166px;
}
#button_home {
    position: absolute;
    top: 41px;
    left: -27px;
}
#schaduw {
    position: absolute;
    top:181px;
    left: -27px;
}
#schaduw2 {
    position: absolute;
    bottom: 0px;
    left: 907px;
}
#topmenu {
    position: absolute;
    left: 440px;
    top: -20px;
}
#topmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#topmenu li {
    float: left;
    color: white;
    font-size: 9px;
    padding-left: 3px;
    padding-right: 3px;
}
.columnized div {
    float: left;
    padding-right: 30px;
    margin: 0;
}
#slideshow {
    width: 200px;
    height: 200px;
    z-index:5;
    border: 1px solid #000;
    bottom: 0px;
    position: absolute;
}
#slideshow img.thumbnail, #myGallerySet img.thumbnail {
    display: none;
}
#inset {
    width: 200px;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 20px;
    color: #f00;
}
h2 {
    color: #f00;
    font-size: 12px;
    margin-bottom: 0;
    padding-bottom: 0;
}

p {
    margin: 0;
    padding: 0;
}
hr {
    border: none;
    border-bottom: 1px solid #000;
    height: 0;
}
#content a {
    color: #000;
}
#content a:hover {
    color: #f00;
    text-decoration: underline;
}
#mailform {
    position: absolute;
    left: 10px;
    top: 40px;
    display: none;
}
#mailform label {
    display: block;
    width: 120px;
    float: left;
}
#mailform input {
    font-size: 11px;
}
#adres {
    position: absolute;
    left: 0px;
    bottom: 0px;
}
#conceptlicious {
    position: absolute;
    left: 200px;
    bottom: 0px;
}
#email {
    position: absolute;
    left: 572px;
    bottom: 22px;
}
.actualiteit {
    padding-right: 40px;
}

iframe { background:transparent; }

