/* VK CSS */

/* HTML selectors */
body {
	background : #436E91;
}
p {
	margin : 0px;
	padding : 0px;
}

/* forms */
#menubox input {
	width : 120px;
}
input.formbutton {
	width : 90px;
	color : #fff;
	background : #436E91;
}

/* boxmodel id's */

#bodybox {
	color : #333;
	background : transparent url(../images/lijnen.gif);
}
#headerbox{
	height: 188px;
	text-align : center;
	color : #333;
	background : #fff url(../images/header.jpg) no-repeat top left; 
}
#headerbox .banner{
	margin : 8px auto 0px auto;
}

#contentbox{
	color : #333;
	background : transparent;
}
#weblogbox{
	color : #333;
	background : transparent;
}
#menubox{
	color : #333;
	background : transparent;
}
#sidebarbox{
	color : #333;
	background : transparent;
}
#footer{
	font : normal normal 10px/15px Arial, Helvetica;
	color : #fff;
	background : #436E91;
}

/* Text styles */

#menubox .headertext {
	text-align : center;
	font : normal normal 14px/16px  Arial, Helvetica;
	color : #333;
	background : transparent;
}
#menubox .bodytext {
	text-align : center;
	font : normal normal 11px/13px Arial, Helvetica;
	color : #333;
	background : transparent;
}
#menubox .closingtext {
	text-align : center;
	clear : both;
	margin : 12px 0px 0px 0px;
	font : normal normal 10px/10px Arial, Helvetica;
	color : #333;
	background : transparent;
}

#weblogbox .headertext {
	font : normal normal 16px/20px  Arial Black, Helvetica;
	color : #333;
	background : transparent;
}
#weblogbox .bodytext {
	font : normal normal 11px/15px Arial, Helvetica;
	color : #333;
	background : transparent;
}

#weblogbox .closingtext {
	margin : 5px -10px 10px -10px;
	padding : 0px 10px 0px 10px;
	font : normal normal 10px/14px Arial, Helvetica;
	border-top : 1px dotted #999;
	border-bottom : 1px dotted #999;
	color : #333;
	background : #ddd;
}

#sidebarbox .headertext {
	font : normal normal 14px/16px Impact, Arial Black, Helvetica;
	color : #fff;
	background : transparent;
}
#sidebarbox .bodytext {
	margin : 0px 0px 5px 0px;
	font : normal normal 10px/12px Arial, Helvetica;
	color : #333;
	background : transparent;
}
#sidebarbox .closingtext {
	font : normal normal 10px/12px Arial, Helvetica;
	color : #000;
	background : transparent;
}

/* link styles */
#menubox a.menuitem {
	margin : 3px 0px 3px 0px;
}
#menubox a.menuitem:link,
#menubox a.menuitem:visited {
	display : block;
	text-decoration : none;
	text-align : center;
	font : normal normal 11px Arial Black, Helvetica;
	color : #fff;
	width : 140px;
	max-width : 137px;
	height : 15px;
	background : #436E91 url(../images/spacer.gif) no-repeat top left;
	border : 1px outset #436E91;
}
#menubox a.menuitem:active,
#menubox a.menuitem:hover {
	display : block;
	text-decoration : none;
	text-align : center;
	font : normal normal 11px Arial Black, Helvetica;
	color : #fff;
	width : 140px;
	max-width : 137px;
	height : 15px;
	background : #f93 url(../images/spacer.gif) no-repeat top left;
	border : 1px inset #f93;
}

#menubox a.vkswitcher {
	display:block;
	margin : 2px 2px 2px 5px;
	padding : 2px;
	text-align:center; 
	width : 55px; 
	float:left; 
	font: bold 9px/9px Arial; 
	text-decoration : none;
	color : #00f;
	background : transparent;
	border : 1px outset #ddd;
}
#menubox a.vkswitcher,
#menubox a.vkswitcher:link,
#menubox a.vkswitcher:active {
	background : transparent;
	border : 1px outset #ddd;
}

#menubox a.vkswitcher:visited {
	color : #00f;
	background : transparent;
	border : 1px outset #ddd;
}
#menubox a.vkswitcher:hover {
	text-decoration : none;
	color : #fff;
	background : #00f;
	border : 1px solid #00f;
}


#weblogbox .closingtext a,
#weblogbox .closingtext a:link,
#weblogbox .closingtext a:active,
#weblogbox .bodytext a,
#weblogbox .bodytext a:link,
#weblogbox .bodytext a:active {
	color : #00f;
	background : transparent;
}
#weblogbox .closingtext a:visited,
#weblogbox .bodytext a:visited {
	color : #999;
	background : transparent;
}
#weblogbox .closingtext a:hover,
#weblogbox .bodytext a:hover {
	text-decoration : none;
	color : #fff;
	background : #00f;
}

form p { padding-top : 10px; } 