/* Advertisement at the bottom of the left column */

.ad_left{
    margin: 20px auto;
}
/*
 * Advertisement at the Bottom
 */

.ad_bottom {
    text-align: center;
}

.ad_bottom a {
    margin: 0 auto;
    text-align: left;
}

.ad_bottom img {
    margin: 0;
}

a.img:hover {border-color:#03a3ff;  }
.section { margin-bottom: 30px; }

#content .newsitem { text-align: justify; }

.img { display: table; padding: 3px; background: #fff; border:1px solid #d1d2d4; margin-bottom: 16px; }
*html .img { display: inline; zoom:1; }
*+html .img { display: inline; zoom:1; }


/*
 * Special Semantics
 */

#content .img { 
    float: left; 
    margin: 4px 16px 0 0;
}

#content .fr { 
    float: right!important;
    margin:4px 0 0 16px !important;
}

/* "find out more" link */
a.more {
    font-size: 10px;
}

/* "print version" link */
.print {
    display: table;
    padding-left: 18px;
    background: url(../images/16.gif) no-repeat 0 50%;
    font-size: 11px;
    text-decoration: none;
    margin-bottom: 10px;
    line-height:12px;
}
*html .print { display: inline; zoom:1; }
*+html .print { display: inline; zoom:1; }

/* date (e.g. for news) */
.date {
    font-size: 10px;
    color: #4d4d4d;
    display: block;
    margin-bottom: 5px;
    line-height: normal;
}

/* special accent, should be limited to the 'strong' element */
.important { color: #f00; padding-right: 5px; }

/* error message for interactive pages */
.error { font-weight: bold; color: #fd0000 }



