/************************************************************************/
/* kleur sidebar */

body {
	background:#FFF url(images/beeldzone.png) repeat-y;
}

#sidebar .submenu a {
        background-image: url(images/right_beeldzone.png);
	border-color:#336699;
	color:#336699;
}

#sidebar .submenu ul li ul li a {
	color:#246;
}

/************************************************************************/
/* midden kolom */

#main {
	padding:20px 20px 10px 20px;
}

#main a {
	color:#336699;
	text-decoration:none;
	font-weight:bold;
}

#main a:hover {
	text-decoration:underline;
}

.current{
	color:#FF0033;
}

#main div {
	width:auto;
	padding:4px;
}

#main .title {
	color:#FFF;
	background:#333399;
	font-weight:bold;
}

#main .links{
	background:#D1E8FF;
	top:0;	
	font-weight:bold;
	text-align:center;
}

#main .tiny {
	clear:left;
	height:1px;
	padding:0;
}

#main .links2 {
	float:right;
	width:150px;
}

#main .pic2, #main .text2 {
	border-right:158px #D1E8FF solid;
	
}

#main .links img {
	border:none;
	height:10px;
	width:18px;
}

#main .pic, #main .pic2 {
	text-align:center;
}

#main .text, #main .text2 {
	background:#99CCFF;
	font-size:10px;
	clear:right;
}

#main .form {
	margin-top:10px;
	font-size:11px;
}

#main .field {
        border:black solid 2px;
        width:300px;
        padding-left:2px;
        font-size:12px;
        font-family: Verdana, Arial, sans-serif;
	margin-bottom:5px;
}

#main .button {
        font-size:12px;
	color:#fff;
        border:#000 solid 2px;
        background:#333399;
        font-family: Verdana, Arial, sans-serif;
        font-weight:bold;
}

