/**************** algemeen ****************/


body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E6EBEE;
}

/**************** layout ****************/

#container {
	width: 1000px;
	padding:  0px 20px 0px 20px;
	background-color: #fff;
    margin: 0 auto;
	background-image:url(../images/background_blue.jpg);
	background-repeat:no-repeat;
	min-height: 100%;
  	overflow: hidden;
}

a {
text-decoration:none; color:#4B505C; 	
}

.article a {
	text-decoration:underline; 
}
/**************** header ****************/

#header {
	font-size: 45px;
	color: #0f1932;
	margin-top: 25px;
}

#navigation {
 	margin-left:-10px;
 	line-height: 18px;
	 font-family: Helvetica, sans-serif;
    letter-spacing: -0.5px;	
}

#navigation  a {  	
text-decoration:none; color:#4B505C; font-size:11px; padding:4px 7px 5px 7px; white-space:nowrap; }

#navigation  a:hover { color:#fff; background:#4B505C; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
#navigation a:active { color:#f2f2f2; background:#000; }


/**************** titel ****************/


#head {	
 margin-top: 30px;	  
}

#head h1 {
	font-size: 30px;
	color: #2b4893;
	display: inline;
	line-height: 70px;
	 font-family: Helvetica, sans-serif;
	 font-size: 48px;
  	letter-spacing: -2px;
}

.littlenav {
	font-size: 10px;
 	color: #4B505C;
 	float: right;
 	  	margin-top: 40px;	
}

h2 {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
  	letter-spacing: -1px;
	color: #2b4893;
	margin: 0px 0px -10px 0px;
	padding: 0px 0px 0px 0px;

}

/**************** content ****************/

#text {
	width:  250px;
	float: left;
	padding-right: 20px;
	height: 100%;
}
#text .nl  {
	font-size: 13px;
	font-family: Georgia, Times, serif;
	line-height: 18px;
}

#text .en  {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #4B505C;
	line-height: 15px;
}

#kader  {
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #4B505C;
	line-height: 13px;
	border: 2px 2px 2px 2px;
	padding: 2px;
	background-color: #E6EBEE;
}

#photo {
	font-family: Georgia, Times, serif;
	color: #4B505C;
	width:  400px;
 	font-size: 13px;
 	float: left;
	line-height: 18px;
}

#photo a {
	text-decoration:underline;
    font-size: 15px;

}
#phototext {
	font-family: Georgia, Times, serif;
	color: #4B505C;
	width:  400px;
 	font-size: 13px;
 	float: left;
	line-height: 18px;
}
#phototext a {
	text-decoration:none;
}

#photo .small {
 	font-size: 10px;
}

#extra {
	width:  330px;
 	font-size: 10px;
	float: right;
	text-align: right;
}

#extratext {
	width:  330px;
 	font-size: 10px;
	font-family: Georgia, Times, serif;
	color: #4B505C;
 	font-size: 13px;
 	float: right;
	text-align: right;
	line-height: 18px;
}

#footer {
	clear: both;
 	font-size: 10px;
 	width: 1000px;
	padding:  40px 20px 0px 20px;
	margin: 0 auto;
	color: silver;
}
