@CHARSET "UTF-8";

#adverteren li{line-height:150%;
}

#adverteren h3{
font-size:11px;
color:#f66123;
font-weight:bold;
margin-bottom:-5px;
}

.offer{
width:738px;
height:70px;
background:url(/media/contactpaginas/publicerentopgearbg-wide.png) no-repeat 10px 10px;
position:relative;
left:10px;
top:10px;
padding:10px;
margin:-10px;
margin-bottom:10px;
}
.offer img{
float:left;
margin:-10px;
margin-left:-5px;
}
* html .offer{
overflow:visible;
}
#adverteren .offer h3{
position:absolute;
left:127px;top:10px;
color:red;
padding-left:20px;
padding-right:20px;
}
.offer p{
position:absolute;
left:127px;top:27px;
padding-left:20px;
padding-right:20px;
width:450px;
}
#modal{
position:absolute;
top:77px;
left:50%;
margin-left:-300px;
border:2px solid #126cbf;
}
#modal .jqmClose{
position:absolute;right:-100px;
cursor:pointer;
}
* html #modal .jqmClose{
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/popup/close.png', sizingMethod='image');
cursor:hand;
}
* html #modal .jqmClose img{
    visibility:hidden;
}

.containerContent{
    padding-bottom: 15px;
}

/* jqModal base Styling courtesy of;
    Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
    the Window's z-index value will be set to 3000 by default (via jqModal.js). */

.jqmWindow {
    display: none;

    position: fixed;
    top: 17%;
    left: 50%;

    margin-left: -300px;
    width: 600px;

    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
    width: expression(this.parentNode.offsetWidth+'px');
    height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}



