/* Set's border, padding and margin to 0 for all values */
* {
	padding: 0;
	margin: 0;
	border: 0;
}		

/* Universal Styles */
body {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
	color:#333;
	background-color: #9CAB84;	
	text-align: center;		
}

p {		
	padding: 10px;	
}

h1 {
 	color:#B3AC8F;
 	font-size: 16px;
 	padding-left: 10px;
 	padding-top: 10px;
}

h2 {
 	color:#ffffff;
 	font-size: 18px; 	
 	padding: 20px;
}

a  {text-decoration:none;}

h3 {
 	color:#B3AC8F;
 	font-size: 12px;
 	padding-left: 10px;
 	padding-top: 10px;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 1px;
}


/* PAGE LAYOUT */

/* define the main regions of the layout */
#top {
	height: 75px;
	background-image: url("../images/bannertest.png");
	background-repeat:repeat-x;
	background-position: 50%;	
}

#top a{
	text-decoration: none;
	color: #fff;
	font-size: 25px;
	font-weight: bold;	
}


#main {
	text-align: left;			
	background-color: white;  
	width:1000px;	
	margin:10px auto;
	height: 100%;			
}

.content{
	padding: 10px;
	line-height: 150%;	
	
}

.content ul{
	list-style-position: inside;
	margin-left: 10px;
}

.content a{
	color: #9CAB84;
	cursor: pointer;
	text-decoration: none;
}
.content a:hover{
	text-decoration: underline;	
}

#footer {
	height: 40px;
	color: #fff;
}

/* Navigation menu */
ul#menu{
	list-style-type:none;
	width:auto;
	display:block;
	height:36px;
	font-weight:bold;
	background:transparent url("../images/menu/normal.gif") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:1px solid #a9a9a9;
	border-top:1px solid #a9a9a9;
}
ul#menu li{
	display:block;
	float:left;
}
ul#menu li a{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0 20px;
	height:24px;
	background:transparent url("../images/menu/DIVIDER.gif") no-repeat top right;
	}
ul#menu li a:hover{
	background:transparent url("../images/menu/menuhover.gif") no-repeat top right;	
	}
ul#menu li.selected{
	background:transparent url("../images/menu/menuhover.gif") no-repeat top right;	
}

ul#menu li.langlink{
	float:right;
	vertical-align: middle;
	color:#fff;
	padding-top:12px;
	padding-right:3px;
	height:24px;
	cursor: pointer;
}

/* Foto's */
.section {
    margin-top: 15px;
    margin-left: 5%;
    margin-right: 5%;
    padding: 5px;
    padding-bottom: 0px;
}

.section ul {
    list-style: none;
    margin-top: 5px;
}

.section ul li {
    display: inline;
}

.section ul a {
    background-color: #ECECEC;
    border: 1px solid #999999;
    padding: 5px 5px 10px;
    display: block;
    float: left;
    margin: 5px;
}

.section ul a:hover {
    background-color: #FFFFFF;
    border: 1px solid #333333;
}

.section ul a img {
    border: 1px solid #999999;
}

.section ul a.lightbox-enabled img {
    border: 1px dotted #999999;
}

.section span.code {
    font-family: "Courier New", Courier, monospace;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 11px;
    border-left: 1px solid #000;
}

.section .link {
    font-size: 12px;
    font-style: italic;
    padding-left: 10px;
    margin-left: 10px;
}

.section .important {
    text-decoration: underline;
}

.section .title {
    font-weight: bold;
    font-size: 16px;
}

.announcement{
 	color:#FF6060;
 	font-size: 16px;
 	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

#media_canvas{
	width: 640px;
	padding: 10px;
	background-color: #B3AC8F; 
	margin-top: 20px; 
	margin-bottom:20px; 
	margin-left: 69px;
}
		
