/* deze CSS is nog niet definitief - gelieve deze dus nog niet over te nemen (wacht tot er templates zijn) */
/* position + basic fonts */

#wrapper #nieuws {float:right;margin-top:16px;width:183px;}
#wrapper #contentwrapper {margin-right: 203px;}

/* rechts */

#nieuws a:link, #nieuws a:visited {border-bottom:0.08em solid #fff;color:#075a90; text-decoration:none;}
#nieuws a:hover {border-bottom: 0.08em solid #72AABE;color: #075a90;text-decoration:none; }
#nieuws a:hover img {border: 1px solid #72AABE; }
#nieuws p.more {padding: 5px 5px 7px;text-align:right;}
#nieuws p.more a:link,#nieuws p.more a:visited {font-weight:bold;}
#nieuws p img {float:left;margin: 3px 5px 2px 0;border: 1px solid #00407A;}
#nieuws p img.center {float:none;display:block;margin: .2em auto;}
#nieuws p {padding: 2px 10px 3px; position:relative;} 

/*dw fix positioning bug. Trigger: float:left op content*/

#nieuws h3 {font-size: 1.08em;font-weight:bold;padding: 0.5em 0.5em 0.3em;color: #40668C;}
#nieuws ul {padding:2px 0 10px 0;}

.indekijker, .extra, .thema {margin:0 8px 15px 0;/*color: #40668C;*/}
.indekijker {background:  url(https://stijl.kuleuven.be/_i/background/indekijker.gif) no-repeat left bottom;}
.indekijker h3 {border-left: 2px solid #CBEEEE;border-bottom: 2px dotted #CBEEEE;
background:#E8F5F6 url(https://stijl.kuleuven.be/_i/background/indekijker.gif) no-repeat right top;}
.indekijker p, .indekijker ul {border-right: 2px solid #CBEEEE;}
.indekijker img {height:44px; width:44px;}
.indekijker li, .extra li {padding: 3px 10px;text-indent: 1.5em;
background:url(https://stijl.kuleuven.be/_i/icons/icon_arrow.gif) no-repeat 0.8em 0.3em;}

.thema {background:url(https://stijl.kuleuven.be/_i/background/thema.gif) no-repeat left bottom;}
.thema h3 {border-left: 2px solid #CCC7DD;border-bottom: 2px dotted #CCC7DD;
background:#E8E4F1 url(https://stijl.kuleuven.be/_i/background/thema.gif) no-repeat right top;}
.thema p, .thema ul {border-right: 2px solid #CCC7DD;}
.thema li {padding: 3px 10px 0 20px;text-indent:0;background:url(https://stijl.kuleuven.be/_i/icons/icon_thema_list.gif) no-repeat 10px 0.75em;}

.extra {background:url(https://stijl.kuleuven.be/_i/background/extra.gif) no-repeat left bottom;}
.extra h3 {border-left: 2px solid #ADD285;border-bottom: 2px dotted #ADD285;
background:#E2EBDB url(https://stijl.kuleuven.be/_i/background/extra.gif) no-repeat right top;}
.extra p, .extra ul {border-right: 2px solid #ADD285;}
.extra * *, .thema * * {border:none;}
/*prevent border around nested elements*/

/*autoclear*/
#nieuws p:after {content: ".";display: block;clear: left;height: 0;visibility: hidden;}
/*IE Mac */
* html .extra {clear:both;}
* html .indekijker {height:1%;}
* html .indekijker p {height:1%}