@charset "UTF-8";
/* General */
body#homepage{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/tafel_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0; 
	padding: 0; 
	color: #FFFFFF;
	font-size: 12px;
	line-height: 17px;
	background-color: #000000;
}
body#followpage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/tafel_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0; 
	padding: 0; 
	color: #FFFFFF;
	font-size: 12px;
	background-color: #000000;
	line-height: 17px;
}
#container { 
	width: 950px;  
	margin: 0 auto; 
	position: relative;
}
ul {
	text-decoration: none;
	text-indent: 5px;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	list-style-type: disc;
	padding: 0 0 0 10px;
	margin-left: 10px;
	margin-bottom: 0;
} 
img {
	border: 0;
}
a img {
	border: 0;
	text-decoration: none;
}
/* Content */
#navigatieHome {
	position: absolute;
	right: 0px;
	top: 0px;
	background-image:url(../images/backgr_navigatie.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 510px;
	height: 350px;
}
#navigatieFollow {
	position: absolute;
	right: 0px;
	top: 0px;
	background-image:url(../images/backgr_navigatie_volg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 545px;
	height: 290px;
}
#mainContent {
	padding-top: 350px;
	padding-right: 461px;
	width: 488px;
} 
#content {
	border-left: 1px solid #FFFFFF;
	padding-left: 17px;
	padding-bottom: 3px;
	margin-bottom: 40px
}
#content h1 {
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}
#content a {
	color: #FFFFFF;
}
#content a:hover {
	text-decoration: none;
}
#mainContentFollow {
	padding-top: 25px;
	padding-right: 544px;
	width: 406px;
} 
#mainContentFollow h2 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}
#mainContentFollow a {
	color: #FFFFFF;
}
#mainContentFollow img {
	border: 0;
	text-decoration: none;
}

#mainContentFollow a:hover {
	text-decoration: none;
}
#mainContentFamily {
	padding-top: 25px;
	padding-right: 350px;
	width: 600px;
}
#mainContentFamily p {
	width: 422px;
} 
#mainContentFamily h2 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}
#mainContentFamily a {
	color: #FFFFFF;
}
#mainContentFamily a:hover {
	text-decoration: none;
}
#flashcontent {
	z-index: 100;
}
/* Forms */
.signup_input {
	height: 13px;
	font-size: 10px;
	border: 1px solid #FFFFFF;
	width: 200px;
	color: #FFFFFF;
	background-color: #000000;
}
.signup_textarea {
	border: 1px solid #FFFFFF;
	width: 350px;
	color: #FFFFFF;
	background-color: #000000;
}
.signup_button {
	height: 18px;
	cursor: pointer;	
	border: 1px solid #FFFFFF;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
}