@charset "utf-8";
/* CSS Document */
body {
	background-color: #666666;
	font-size: 12px;
	font-family: Helvetica;
	color:#633;
	padding:0px 20px;
	margin:0px;
	text-align: center;
}

#container {
	width: 800px;
	margin: auto;
	padding: 20px;
	background-color: #FFFFFF;
	text-align: left;
}

#tellergroot {
	padding: 5px;
	text-align: right;
	font-size: 26pt;
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid black;
}

#tellerklein {
	padding: 5px;
	text-align: left;
	font-size: 10pt;
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid black;
}

#websitetitel {
	font-size: 20pt;
}

#profielfotos {
	position: relative;
	height: 120px;
	border: 1px solid black;
	background-image: url('images/deos_balk.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

#kleinmenu {
	padding: 10px 0;
}

#kleinmenu a, #kleinmenu a:visited {
	font-family: Helvetica;
	color: #333;
	font-size: 9pt;
	text-align: left;
	}
	
#kleinmenu a:hover {
	color: #903;
	text-align: left;
	font-weight: bold;
	}	
	
#design a, #design a:visited {
	font-family: Helvetica;
	color: #333;
	font-size: 9pt;
	text-align: left;
	}
	
#design a:hover {
	color: #903;
	text-align: left;
	font-weight: bold;
	}
#grootmenu {
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 10px 0;
	text-align: right;
	font-size: 16pt;
	
}

#doelen {
	padding: 5px;
	border: 1px solid black;
}

.tekstkader {
	padding: 10px;
	margin: 0 20px;
}

.news_item {
	margin: 20px;
	border-left: 1px solid #66CCFF;
	padding-left: 10px;
}

p.meta {
	margin: 0;
	padding: 0;
	font-size: 8px;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

.title {
    font-size: 9pt;
    font-family: Helvetica;
    color: #633;
	text-decoration: underline;
	font-weight: bold;
	}
.text {
    font-size: 9pt;
    font-family: Helvetica;
    color: #000;}

.white {
    font-size: 9pt;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #FFFFFF;}
	
.red {
    font-size: 9pt;
	font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #CC3333;}
	
a:link {
    font-size: 9pt;
	font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #CC3333;}
	
a:visited {
    font-size: 9pt;
	font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #CC3333;}
		
a:active {
    font-size: 9pt;
	font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #FFFF00;}


a:hover { text-decoration: underline; cursor: pointer; }

 
	
	