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

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#container {
	width:230px;
	padding:5px;
	margin:auto;
}

#logo{
	background-image:url(../logo.jpg);
	background-repeat:no-repeat;
	height:40px;
	margin-left:5px;
}

#menu{
	background-image:url(../menu.jpg);
	background-repeat:no-repeat;
	margin-top:5px;
	height:20px;
	font-weight:bold;
	padding-top:7px;
}

#menu a:active{
	color:#666;
}

#menu a:link, #menu a:visited, #menu a:hover{
	color:white;
	text-decoration:none;
}

#menu ul{
	list-style:none;
	display:inline;
	margin-left:-30px;
}

#menu ul li{
	display:inline;
	color:white;
	padding:15px;
}

#twitter{
	padding:10px 0px 10px 0px;
	font-size:10px;
	line-height:16px;
}

#tekst{
	padding:10px;
	font-size:10px;
	line-height:16px;
}

#tekst ul{
	margin-left:-30px;
	margin-top:-30p;
	margin-bottom:-20px;
}

#tekst ul li{
	list-style:none;
}

#baksteen{
	clear:both;
	background-color:#006FB7;
	height:8px;
	width:225px;
}

#tags{
	color:#000;
}

#tags ul{
	margin-top:5px;
	margin-left:-25px;
}

#tags ul li{
	display:inline;
}

#tags a:link, #tags a:hover, #tags a:visited, #tags a:active{
	color:#006FB7;
	text-decoration:none;
}

.veld{
	width:200px;
	margin-top:2px;
	margin-bottom:10px;
	border:1px solid #006FB7;
}

.veldgroot{
	width:200px;
	margin-top:2px;
	border:1px solid #006FB7;
}

.verzenden{
	color:white;
	background-color:#006FB7;
	border:0px;
	font-size:11px;
	width:58px;
	float:right;
	margin-right:8px;
	margin-bottom:5px;
	margin-top:10px;
	padding-left:5px;
	padding-bottom:5px;
	height:15px;
}
