@charset "UTF-8";
/**
 * "YAML for Joomla Template" - http://www.jyaml.de
 *
 * (en) Basic screen layout
 * (de) Basis Bildschirmlayout
 *
 * @version         $Id: basemod.css 454 2008-07-21 17:02:08Z hieblmedia $
 * @copyright       Copyright 2005-2008, Reinhard Hiebl
 * @license         CC-A 2.0/JYAML-C(all media,html,css,js,...) and GNU/GPL(php), 
                    - see http://www.jyaml.de/en/license-conditions.html
 * @link            http://www.jyaml.de
 * @package         yamljoomla
 * @revision        $Revision: 454 $
 * @lastmodified    $Date: 2008-07-21 19:02:08 +0200 (Mo, 21. Jul 2008) $
*/

@media all 
{
	
div.quoteheader { visibility:hidden;}

div.quote {visibility:hidden;}

div.forumpost {
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
	padding-bottom: 5px;
	 }

div.newsfeed_item {
	font-size: 8pt;
	}




div.mod_placehere {
    margin: 5px;
    padding: 5px;
}

div mod_placehere_following even {
	margin:0px;
        padding: 0px;
}

div.reclame {
	font-size: 8pt;
}

div.reclamerood {
	font-size: 8pt;
	border: 1px solid #f28d1f;
        background-color: #fae1c5;
        padding: 5px;

}

div.reclameoker {
	font-size: 8pt;
	border: 1px solid #f2aa1f;
        background-color: #fcea85;
        padding: 5px;
}

div.reclamewit {
	font-size: 8pt;
	border: 1px solid #dddddd;
        background-color: #fafafa;
        padding: 5px;
}


a.onderstreept {
        text-decoration: underline;
}

div.reclameturquoise {
	font-size: 8pt;
	border: 1px solid #0ec2dd;
        background-color: #d3eaed;
        padding: 5px;
}

div.reclamepaars {
	font-size: 8pt;
	border: 1px solid #ac4ce8;
        background-color: #f0d8ff;
        padding: 5px;
}

div#ads_right {
	position: absolute;
        right: 8px;
        top: 125px;
        width:140px;
}

div.banneritem {
	text-align: center;
}

.radio input {
	
border: 0px;
background-color: #ffffff;
}
}
