/* VK CSS */

/* HTML selectors */
body {
	background : #fff;
}
p {
	margin : 0px;
	padding : 0px;
}


/* forms */
#menubox input {
	width : 120px;
}
input.formbutton {
	width : 90px;
	color : #fff;
	background : #6f311e;
}
form p { margin-top:10px;}

/* boxmodel id's */

#bodybox {
	color : #333;
	background : transparent url(../images/goth-lijnen.gif);
}
#headerbox{
	width: 700px;
	height: 200px;
	text-align : center;
	color : #333;
	background : #000 url(../images/goth-header.jpg) no-repeat top left; 
}
#headerbox .banner {
	margin : 8px 0px 0px -170px;
}

#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 : transparent;
}

/* Text styles */

#menubox .headertext {
	text-align : center;
	font : bold 14px/16px  Arial, Helvetica;
	color : #fff;
	background : transparent;
}
#menubox .bodytext {
	text-align : center;
	font : normal normal 11px/13px Arial, Helvetica;
	color : #91AED1;
	background : transparent;
}
#menubox .closingtext {
	text-align : center;
	clear : both;
	margin : 12px 0px 0px 0px;
	font : normal 10px/10px Arial, Helvetica;
	color : #91AED1;
	background : transparent;
}
#menubox .closingtext2 {
	font : normal 14px/20px Arial, Helvetica;
	color : #333;
	background : transparent;
}

#weblogbox .headertext {
	font : normal 16px/20px  Arial Black, Helvetica;
	color : #000000;
	background : transparent;
}
#weblogbox .bodytext {
	font : normal 11px/15px Arial, Helvetica;
	color : #4f4f4f;
	background : transparent;
}
#weblogbox .closingtext {
	margin : 5px -10px 10px -10px;
	padding : 0px 10px 0px 10px;
	font : normal 10px/14px Arial, Helvetica;
	border-top : 1px dotted #000;
	border-bottom : 1px solid #000;
	color : #000;
	background : #fff;
}

#sidebarbox .headertext {
	text-align: right;
	padding-left: 10px;
	font : bold 15px/16px Arial, Helvetica;
	color : #ff0000;
	background : transparent;
}
#sidebarbox .bodytext {
	text-align: right;
	margin : 0px 0px 5px 0px;
	font : bold 10px/12px Arial, Helvetica;
	color : #ff0000;
	background : transparent;
}
#sidebarbox .closingtext {
	font : normal 10px/12px Arial, Helvetica;
	color : #fff;
	background : transparent;
}
#sidebarbox .bodytext a { text-align:center; }

/* 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 11px/15px Arial Black, Helvetica;
	color : #000;
	width : 140px;
	max-width : 140px;
	height : 17px;
	border : 0px;
	background : transparent url(../images/goth-button.gif) no-repeat top left;
}
#menubox a.menuitem:active,
#menubox a.menuitem:hover {
	display : block;
	text-decoration : none;
	text-align : center;
	font : normal normal 11px/15px Arial Black, Helvetica;
	color : #ff0000;
	width : 140px;
	max-width : 140px;
	height : 17px;
	border : 0px;
	background : transparent url(../images/goth-button.gif) no-repeat top left;
}

#menubox a.vkswitcher,
#menubox a.vkswitcher:link,
#menubox a.vkswitcher:active,
#menubox a.vkswitcher:visited {
	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 : #000;
	background : #fff;
	border : 1px solid #000;
}

#menubox a.vkswitcher:hover {
	text-decoration : none;
	color : #ff0000;
	background : #000;
	border : 1px solid #fff;
}

#weblogbox .closingtext a,
#weblogbox .closingtext a:link,
#weblogbox .closingtext a:active,
#weblogbox .bodytext a,
#weblogbox .bodytext a:link,
#weblogbox .bodytext a:active {
	color : #FF0000;
	background : transparent;
}
#weblogbox .closingtext a:visited,
#weblogbox .bodytext a:visited {
	color : #666;
	background : transparent;
}
#weblogbox .closingtext a:hover,
#weblogbox .bodytext a:hover {
	text-decoration : none;
	color : #fff;
	background : #CB0F0F;
}

