/*
Theme Name: vb
Author: Saskia Cloosterman
*/


/* BODY */
body {
	background: #6666ff url(../img/back_home.jpg) top left no-repeat; 
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
}
#menu	{
position:absolute;
left:450px;
top:105px;
font-size:12px;
}	
#menu a {
	color: #000; 
	text-decoration: none; 
}
#menu a:visited {
	color: #000; 
	text-decoration: none; 
}
#menu a:active {
	color: #fff; 
	text-decoration: none; 
}
#menu a:hover {
	color: #fff; 
	text-decoration: none; 
}
#content	{
	position:absolute;
	left:200px;
	top:150px;
	width:750px;
	height:400px;
	text-align: left;
	font-size: 12px;
	line-height:1.5em;
}
#content a {
	color: #000; 
	text-decoration: none; 
}
#content a:visited {
	color: #000; 
	text-decoration: none; 
}
#content a:hover {
	color: #fff; 
	text-decoration: underline; 
}
#teller{
	position:absolute;
	left:60px;
	top:475px;
	width:50px;
	height:20px;
	border:1px solid #fff;
	padding-left:5px;
	padding-right:5px;
}
