/*
groen: #a3c308
oranje: #f19002
*/


body { font:12px/18px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; color:#FFF; background:#0b0b0b url(../images/bg-body.jpg) no-repeat top center; }
a:link, a:visited { color:#FFF; }
a:hover { color:#FFF; text-decoration:none; }

* { margin: 0;}
html, body { height: 100%; }

#foot {
ÊÊÊÊheight: 5em;
    color: #999;
    background-color: #0b0b0b;
    padding-top: 1em;
    margin-top: 5em;
}

#accessibility {
	display: none;
}
	

#nav ul {
padding-left: 0;
margin-left: 0;
background-color: #000;
color: White;
float: left;
width: 100%;
font-size: 120%;
}

#nav ul li { display: inline; }

#nav ul li a {
padding: 0.6em 1em;
background-color: #000;
color: White;
text-decoration: none;
float: left;
border-bottom: solid 1px #000;
}

#nav ul li a:hover {
background-color: #0b0b0b;
color: #fff;
border-bottom-color: #f19002;
}

#nav ul li.selected a, #language li.selected {
color: #f19002;
}

#language li {
display: inline;
list-style-type: none;
padding-left: 10px;
text-transform: uppercase;
}

#language li a {
text-decoration: none;
}

#language li a:hover {
text-decoration: underline;
}

.category_list
{
margin-left: 0;
padding-left: 0;
list-style: none;
font-weight: bold;
}

.category_list li
{
padding-left: 40px;
padding-bottom: 1em;
display: block;
}

.category_list li a
{
text-decoration: none;
color: #999;
display: block;
width: 100%;
}

.category_list li a:hover
{
color: #fff;
}

.category_list li.selected
{
background-image: url(../images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .2em;
}

.category_list li.selected a
{
color: #FFF;
}

#head {
position: relative;
}

#language {
position: absolute;
top: 40px;
right: 0;
}

#head img {
    margin: 40px 0;
	}

#content {
    background-color: #000;
	}
	
h1 {
color: #f19002;
text-transform: uppercase;
font-size: 1.6em;
padding: 1.6em 0 0.8em;}

h2, h3 {
color: #fff;
}

h4 {color: #f19002;}

.thumbs{
		list-style-type: none;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 7px 0px;
		}
		
.thumbs li {
		float: left;
		display:inline;
		margin: 0px;
		padding: 3px;
		line-height: 0;
		background-color: #0b0b0b;
		}
		
.thumbs li.activeLI {
		background-color: #f19002;
		}
		
.article-image  {
		float: left;
		display: inline;
		margin: 15px 0px;
		width: 470px;
		height: 370px;
		}
		
.entry-content ul { margin:15px 30px 30px 30px; padding:0px; list-style:none; font-size:11px; }
.entry-content li { list-style:none; padding:0px 0px 0px 10px; line-height:11px; margin-bottom:6px; }
.entry-content li { background: url(/images/li-orange.png) no-repeat 0px 0px; }

div.zemThanks {border:solid thin white; padding: 40px; color:#f19002}