/***********************************************************
 * File: w2.css
 * Project: workshop2
 *
 * Copyright: (c) 2006 Hippo Software. All rights reserved
 *            <http://www.hipposoftware.nl>
 *
 * Author: Bert Bulder <mailto:bertb@hipposoftware.nl>
 *         Brouwersgracht 48, 1013 GX Amsterdam, 020-6255344
 *
***********************************************************************/
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 10px/15px Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/bgbody.gif);
	background-repeat:no-repeat;
	background-position:center top;
	TEXT-ALIGN: center;
	color: #000;
}
p {
	margin:0;
	padding: 0;
	margin-bottom: 9px;
}	
a {
	color: #FC010B;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#wrapper {
	background-color: #E2EAE7;
	BORDER: 0px;
	PADDING: 0px; 
	MARGIN: 0px auto; 
	background-image:url(../images/bg.gif);
	background-repeat:no-repeat;
	TEXT-ALIGN: left; 	
	WIDTH: 770px;
	overflow:hidden;
}
#menuboven {
	width: 758px;;
	height: 56px;
	font: 12px/14px Arial, Helvetica, sans-serif;	
	float:left;
	padding-top: 4px;
	padding-left: 12px;
}
#item1, #item2, #item3{
	float:left;
	width: 120px;
	height: 16px;
	text-align:center;
}
#item1, #item2 {
	margin-right:5px;
	}	
#item4 {
	float:left;
	width: 70px;
	height: 22px;
	text-align:right;
}
#item5 {
	float:right;
	width: 120px;
	height: 43px;
	padding-right:14px;
}
#item6 {
	float:left;
	width: 100px;
	height: 32px;
	text-align:center;
	clear:left;		
}
#menuboven a {
	color: #030303;
	font-variant:small-caps;
	text-decoration: none;
}
#item1.selected, #item2.selected, #item3.selected {
	background-image:url(../images/bg-menuselected.gif);
}
#menuboven a.selected {
	color: #FC010B;
}
#menuboven a:hover {
	color: #FC010B;
}
#pictureband {
	width: 100%;
	height: 66px;
	clear:both;
	padding-top:1px;
}
#main {
	width: 100%;
	clear:both;
}
#menulinks {
	margin-top:11px;
	width: 250px;
	float: left;
	padding-left: 12px;
	font: 9px/14px Verdana, Arial, Helvetica, sans-serif;	
}
#menulinks a {
	color: #030303;
	display: block;
	width: 120px;
	height: 16px;
	background-image:url(../images/bg-menuselected.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-bottom:2px;
	text-indent: 10px;
	text-decoration:none;
	}
#menulinks a.selected {
	color: #FC010B;
}	
#menulinks a:hover {
	color: #FC010B;
}
#adres {
	width: 180px;
	margin-left:11px;
	margin-top: 111px;
	line-height: 15px;		
	clear:both;
}
#adres a {
	background-image:none;
	color: #FC010B;
	text-indent: 0px;
}
#adres a:hover {
	text-decoration:underline;
}
#middenkolom {
	margin-top:36px;
	width: 226px;
	float: left;	
}
#rechterkolom {
	margin-top:36px;
	margin-left:24px;
	width: 240px;
	float: left;
}
#hoogterechts {
	width:1px;
	height: 410px;
	float:right;
}	
#footer {
	clear:both;
}
input {
	height: 14px;
	font: 10px/15px Verdana, Arial, Helvetica, sans-serif;	
	padding: 0px;
	margin: 0px;	
}
input.field242 {
	width: 242px;
	border: #868585 1px solid;
	margin-bottom: 16px;
	text-indent: 20px;
}
input.field42 {
	width: 42px;
	border: #868585 1px solid;
	margin-bottom: 16px;
	text-indent: 20px;
}
textarea{
	height: 100px;
	width: 242px;
	font: 10px/15px Verdana, Arial, Helvetica, sans-serif;		
	border: #868585 1px solid;
}
input.checkbox {
	width: 13px;
	border: 0px;	
}
input.button {
	width: 87px;
	height: 18px;
	background-color:#FB0404;
	color: #FFF;
	border-bottom: #333333 2px solid;
	border-right: #333333 2px solid;
	border-left: #FD6F6F 1px solid;
	border-top: #FD6F6F 1px solid;
	text-align: left;
	text-indent: 16px;
}
.vingertje {
	cursor:pointer;
}
ul {
 	border-top-width: 0px; 
	padding-right: 0px; 
	padding-left: 14px; 
	border-left-width: 0px; 
	border-bottom-width: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	padding-top: 0px; 
	text-align: left; 
	border-right-width: 0px;
}
ul li {
    padding-right: 0px; 
	list-style: url(../images/li.gif) outside disc;
	* list-style: url(../images/li_ie.gif) outside disc;
	padding-left: 0px; 
	margin: 0px; 
	padding-top: 0px;
}
ol {
 	border-top-width: 0px; 
	padding-right: 0px; 
	padding-left: 0px; 
	border-left-width: 0px; 
	border-bottom-width: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	padding-top: 0px; 
	text-align: left; 
	border-right-width: 0px;
}
ol li {
    padding-right: 0px; 
	padding-left: 0px; 
	margin: 0px; 
	padding-top: 10px;
}