

body {
margin: 0px;
padding: 0px;
font-family: Arial, sans-serif;
background-color: black;
color: white;
min-width:1024px;
}



a:link {
	color: #cc0000;
	text-decoration: none;
}

a:visited {
	color: #cc0000;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

a:active {
	color: maroon;
	text-decoration: none;
}

/* bovenste balk ************************************/

#header {
position: absolute;
Border: 0px;
border-color: black;
Background: url("images/banner.jpg");
background-repeat:no-repeat;
background-color: white;
color: black;
font-size: 28px;
font-weight: bold;
left: 120px;
right: 120px;
top:0px;
height:129px;
min-width:814px;
    width:auto !important;
    width:814px;
text-align: right;
overflow: hidden;
padding-top:0px;
}
#header img { 
    border: 0; 
    padding-right:80px;
}

/*menu *******************************************/

#menu {
position: absolute;
left: 120px;
width: 114px;
top:135px;
color: white;
min-height:464px;
height:auto !important;
height:464px;
background-color:#FFCC66;
/*background-color:#CC9900;*/
padding-left:3px;
padding-top:3px;
padding-bottom:3px;
font-size: 13px;
text-decoration: none;
}



#menu table a{
    display: block;
   
    padding: 4px 0px;
    
}


    
#menu a:link {
	color: #BB6600;
	text-decoration: none;
     background:#FFee88;
}

#menu a:visited {
	color: #BB6600;
	text-decoration: none;
    background:#FFee88;
}

#menu a:hover {
	color: #000000;
	text-decoration: none;
    background:#FFAA44; 
   
}

#menu a:active {
	color: #BB6600;
	text-decoration: none;
     background:#FFee88;
}


#menu table {
   width:110px;
   padding-top:0px;
   
}
#menu tr{
height:23px;
}

#menu td{
    padding:0px;
    /*border:1px solid #BB6600;*/
    border:0px solid #CC9900;
    background-color:#cc0000;
}


/* inhoud ***************************************/

#inhoud {
    /* thanks to http://blog.fakedarren.com/2010/01/cross-browser-css-gradients/ */
/* and http://www.puremango.co.uk/2010/04/css-gradient/ */
    /* fallback (Opera) */
    background: #FFCC66;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #FFCC66, #FFee88);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#FFCC66), to(#FFee88));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#FFCC66', EndColorStr='#FFee88', GradientType=0);
                
                
    position: absolute;
    color: black;
    /*background-color:#FFCC66;*/
    left: 235px;
    right: 120px;
    top:135px;
    min-height:400px;
    height:auto !important;
    height:400px;
    min-width:650px;
    width:auto !important;
    width:650px;
    padding-right: 30px;
    padding-left: 10px;
	padding-top: 10px;
	font-size: 12px;
	line-height:18px;
	font-weight: normal;
	margin-left: 0.1in;
    overflow: visible;
	padding-bottom: 60px;
}

#inhoud h1{
	font-size: 18px;
	font-weight: bold;
    margin-bottom: 5px;
	margin-top: 0px;
}

#inhoud h2{
    font-size: 14px;
	font-weight: bold;
    margin-bottom: 1px;
	margin-top: 15px;
}

#inhoud img{ 
    border: 0; 
    box-shadow: 1px 1px 7px #444;
    -moz-box-shadow: 1px 1px 7px #444;
    -webkit-box-shadow: 1px 1px 7px #444;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#444444')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#444444');
    margin: 10px;
}

#inhoud a:hover img{ 
    border: 0; 
    box-shadow: 1px 1px 10px #444;
    -moz-box-shadow: 1px 1px 10px #444;
    -webkit-box-shadow: 1px 1px 10px #444;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#444444')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#444444');
    
}


#inhoud .fotobeschrijving {
    font-style:italic;
    font-size:12px;
    margin-top: 0px;
    margin-bottom: 0px;
}


#inhoud table{
    left:0px;
    margin-left: 0px;
	border-color: #000000;
	padding-left: 0px;
}	

#inhoud td{
    padding-left: 0px;
    padding-right: 20px;
}

/*copyright ************************************/

#copyright {
position:absolute;
bottom:0px;
color:#777777;
line-height:12px;
background-color:black;
text-align: center;
height:25px;
left:0px;
right:0px;
font-size:10px;
margin-top:20px;
}


