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

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	background: white;
	}
	
#content{
	background: url(images/home_02.gif) top no-repeat;
	background-color: white;
	vertical-align: top;
	padding: 10px;
	}

h1	{
	font-weight: bold;
	font-size: 16px;
	text-decoration:underline;
	padding-bottom: 15px;
	}
	
h2	{
	font-size: 15px;	
	}

a	{
	font-size: 14px;
	color: #333333;
	background: transperant;
	text-decoration: underline;
	}

a:hover{
    font-size: 14px;
	text-decoration: none;
	color: black;
	background: transperant;
	}
	
#inhoud{
	margin: auto;
	}

img	{
	border: 0px;
	}

#overzicht{
	height: 530px;
	overflow-y: auto;
	overflow-x: hidden;
	}
	
#tekst{		
	height: 550px;
	overflow-y: scroll;
}

#link-kluster{
	line-height:  66px;
	vertical-align: middle;
}

#inkom{
}

#logo{
	background: #FFF;
	font-size: 12px;
	position:  absolute;
	bottom:  0px;
	right:  0px;
}


