@charset "UTF-8";
/* CSS Document */

body{
	background-color: #000000;
	-webkit-text-size-adjust: none; /* disabled iphone text adjusting */
	padding: 3%;
	margin: 0px;
	font-weight: normal;
	font-family: Arial, Verdana, sans-serif;
	}
	
img{
	border: 0;
	}	

#logo{
	position: relative;
	width: 200px;
	height: auto;
	left: 50%;
	margin-left: -100px;
	margin-bottom: 20px;
	}	

#header{
	background-color: #FFFFFF;
	padding: 5%;
	}	
	
#header h1{
	font-size: 1.25em;
	color: #666666;
	line-height: 1.7em;
	font-weight: normal;
	}
		
#menu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
#menu li a, #menu li a:hover{
	color: #ffffff;
	text-decoration:none;
	display: block;
	font-size: 1.0em;
	padding: 15px 15px 15px 10%;
	background-color: #c60007;
	border-top: thin;
	border-top-color: #000000;
	border-top-style: solid;
	}
	
.afbeelding{
	position: relative;
	height: auto;
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	top: 4px;
	}
	
#wiewijzijn-blok{
	position: relative;
	top: auto;
	background-color: #c60007;
	padding: 2% 5% 2% 5%;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	}
	
#wiewijzijn-blok-content{
	position: relative;
	height: auto;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

.wit{	
	color: #ffffff;
	}	
	
.rood{
	color: #c60007;
	}	

.blauw{
	color: #003399;
	}
	
.magenta{
	color: #EC0F92;
	}
	
.oranje{
	color:#FF6600;
	}

.content{
	background-color: #FFFFFF;
	padding: 10%;
	}

.content h1{
	font-size: 1.25em;
	color: #666666;
	line-height: 1.7em;
	font-weight: normal;
	}
	
.content h1 a{
	color: #c60007;
	text-decoration: underline;
	}
	
.content h1 a:hover{
	color: #c60007;
	text-decoration: underline;
	}
	
.content h2{
	font-size: 1.25em;
	color: #CCCCCC;
	line-height: 1.7em;
	font-weight: normal;
	margin-bottom: -.8em;
	}
	
.content p{
	font-size: 1em;
	color: #666666;
	line-height: 1.7em;
	font-weight: normal;
	margin-bottom: 1.5em;
	}
	
.content p a{
	text-decoration: underline;
	}
	
.content p a:hover{
	text-decoration: underline;
	}
	
/* Twitter*/

.twitter-icon{
	position: relative;
	height: auto;
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	top: 4px;
	}
	
#twitter p{
	font-size: 1em;
	color: #666666;
	line-height: 1.7em;
	font-weight: normal;
	margin-bottom: 1.5em;
	}
	
#twitter a{
	color: #ffffff;
	}
	
#twitter a:hover{
	color: #ffffff;
	}
	
#twitter_update_list li {
	list-style-type: none;
	color: #666666;
	font-size: 1em;
	color: #666666;
	line-height: 1.7em;
	font-weight: normal;
	margin-bottom: 1.5em;
	}

#twitter_update_list span { 
	color: #666666;
	}

#twitter_update_list span a { 
	display: inline; 
	color: #666666; 
	} 

#twitter_update_list span a:hover { 
	text-decoration: underline; 
	color: #666666; 
	}


	

