/* Website specific CSS */

html {
    height:100%;    
}

body {
    background-color: #000;
    margin:0px;
    height:100%;
}

#pagina {
    width:980px;
    margin:0px auto;
    min-height:100%;
    position:relative;
    background: url(images/middle.gif) repeat-y;
}

* html #pagina {
    height:100%;
}

#language {
	float: right;
	margin: 8px 10px;
	z-index: 6;
} #language img {
	border: 1px solid #5A5049;
	padding: 0;
	margin: 0;
	margin-left: 5px;	
}


#foto {
    background: url(images/foto.jpg) no-repeat top right;
    height:450px;
    width:980px;
    position:absolute;
    z-index: 1;
    top:0px;
}

#topmenu {
	float: left;
	color: #5A5049;
	margin: 6px 0 0 9px;
	font-size: 11px;
}

#topmenu a {
	color: #5A5049;	font-size: 11px;
}

#layout_overlay {
    background: url(images/top.png) no-repeat top;
    width:980px;
    position:absolute;
    height:450px;
    top:0px;
    z-index: 2;
}

#inhoud {
    width:980px;
    min-height:100%;
    position:relative;
    overflow:hidden;
    padding-bottom:42px;
    z-index: 4;

}

#logo {
	display: block;
	    width:170px;
    height:150px;
}
#logo h1 {
	background: url(images/logo.jpg) no-repeat bottom right;
    width:170px;
    height:150px;
    text-indent: -9000px;
    margin:0px;
    padding:0px;
}
	

#bottom {    
    width:980px;
    height:36px;
    background: url(images/bottom.gif) no-repeat bottom left;
    position:absolute;
    bottom:0px;
    z-index: 5;
}

#bottom p {
    text-align:right;
    margin:10px 18px 0px 0px;
    font-size:11px;
}

#bottom p a {
	font-size:11px;
	color: #000000;
}
#bottom p a:hover {
	text-decoration: underline;
}

#left {
margin:25px 0px 0px 0px;
    padding:0px;
    float:left;	
}
#left .box {
	padding: 15px 10px 0px 20px;
}
#left .box h2 {
	margin-bottom: 3px;
}

#menu,
#menu ul {
    list-style: none;
    
}

#menu li {
    margin:0px;
    padding:0px;
}

#menu li a:link, 
#menu li a:visited {
    display:block;
    line-height: 26px;
    color:#5A5049;
    padding:5px 0px 5px 20px;
    font-weight: bold;
    width:170px;
    text-decoration:none;
}

#menu li a:hover {
    text-decoration: underline;
}

#menu li.active a,
#menu li.active a:hover {
    background-color: #D8D1C0;
    text-decoration: none;
}

/* Submenu */
#menu ul {
	margin: 0 -10px 0 10px;
}
#menu li ul li a {
	width: 160px !important;	
}
#menu li ul li a {
	font-weight: normal !important;
}
#menu li ul li.active a {
	font-weight: bold !important;
	background-color: transparent !important;
}

#tekst {
    width:730px;
    margin:30px 0px 0px 22px;
    float:left;
    text-align: justify;
}

* html #overlay {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/en/theme/images/top.png', sizingMethod='scale');
}