@import url ('reset.css');
img, div 
{ 	
    behavior: url(iepngfix.htc) 
}
    
body
{
    font-family:Trebuchet MS;
    font-size:9.5pt;
    margin:0px;
    padding:0px;
    line-height:13pt;
    background-color:#000000;
    text-align:center;
    background-image:url(../images/background.jpg);
    background-position:top center;
    background-repeat:no-repeat;
    color:#FFFFFF;
}

h1 
{	
    color:#F69220;
    font-size:1.6em;
    font-weight:bold;
    line-height:1.6em;
}

h2 
{
}

h3 
{
}

p 
{
    margin:10px 0px 5px 0px;
}

a
{
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}

a img
{
    border:none;
}


/* Positioneringselementen */
div#wrapper
{
    margin:auto;
    width:800px;
    text-align:left;
}

div#logo
{
    width:800px;
    height:100px;
    float:left;
    padding-top:25px; 
}

div#mainmenu
{
    float:left;
    width:800px;
    margin:auto;
    padding:5px 0px 0p 5px;
    height:35px;
        
    margin:1px 0px 5px 0px;    
    background-image:url(../images/menu_back.png);
}

#footer a
{
    color:#FFFFFF;
}

div#mainmenu div.menuitem, div#mainmenu div.menuitemselected
{
	font-size:1em;
    float:left;
    margin: 10px 2px 0px 2px;
}

div#submenu div.menuitem, div#submenu  div.menuitemselected
{
    float:left;
    margin: 5px 3px 0px 3px;
}

div.menuitem a 
{
    color:#993300;
}
div.menuitemselected a
{
    font-weight:bold;
    color:#ffffff;
}

div#submenu
{
    
    width:800px;
    height:27px;
    background-image:url(../images/top_content.png);
}

div#submenu a 
{
    color:White;
}

div#content
{
    
    padding:10px;
    width:780px;
    position:relative;
    float:left;
    background-color:#343434;
    background-image:url(../images/content_palm.jpg);
    background-repeat:no-repeat;
    background-position:top right;
}

div#default
{
    width:250px;
    float:left;
}

div#hometext
{
    width:520px;
    float:left;
    padding:5px 10px 10px 20px;
    margin-right:30px;
}


div#latestnews li 
{
    list-style:none;   
}

div#text
{
    float:left;
    padding:5px 10px 10px 20px;
    width:680px;
}

div#text a, div#latestnews a
{
    color:#00b2d2;    
}

div#footer {
    float:left;
    margin:auto;
    width:790px;
    padding-right:10px;
    height:27px;
    position:relative;
    color:#FFFFFF;
    font-size:0.9em;
    background-image:url(../images/footer.png);    
    text-align:center;        
}
#footer p 
{
	margin-top:3px;
	vertical-align:middle;
}

div#mainmenu .divider 
{
    float:left;
    margin:12px 5px 0px 5px;
}

div#submenu .divider 
{
    display:none;
}

table.comment 
{
    background-color:#666666;
    border:3px dotted #333333;
    margin-bottom:5px;
    vertical-align:top;
}

td 
{
    vertical-align:top;
}
table.paging 
{
    vertical-align:top;
    text-align:right;
}

a.selectedPage 
{
    font-weight:bold;    
}

#pictures 
{
	width:700px;
    height:auto;
    margin:auto;
}

.imageContainer 
{
        float:left;
}

.imageContainer li 
{
    float:left;
    margin: 5px 10px 5px 5px;
}

.prev, .next 
{
    float:left;
    margin:5px;
    font-size:0.9em;
    height:30px
}
#newsArchive
{
	width:300px;
	float:left;
}


/* de linkbar */
  div#linkbar {
                position:absolute;
                background-color:#000;
                height:25px;
                padding-top:5px;
                width:100%;
                position: absolute; /* important */
                font: 11pt Arial, Helvetica, sans-serif;
               filter: alpha(opacity=90); /* here you can set the opacity of box with text */
               -moz-opacity: 0.9; /* here you can set the opacity of box with text */
               -khtml-opacity: 0.9; /* here you can set the opacity of box with text */
               opacity: 0.9; /* here you can set the opacity of box with text */
               color: #fff;               

            }
            
            div#links 
            {
                width:603px;
                margin:auto;
            }
            
            span.link
            {
                float:left;
                width:200px;
                border-right:1px solid #666;
            }
            
            span.link a 
            {
            	/*color:#666;*/
            	color:#A8A8A8;
            	font-family:Arial;
            	font-size:9pt;
            }
            
            span.link a:hover 
            {
            	color:Orange;
            }
            
