﻿body {
	font-family: verdana;
	background-color: White;
}

#header, #main
{
	position: relative;
	width: 1002px;
}

#header 
{
	height: 204px;
}

#header #pmlogo 
{
	position: relative;
	left: 36px;
	top: 20px;	
}

#header #jongerentegenagressie
{
	position: relative;
	left: 60px;
}

#header #tab
{
	position: relative;
	left: 36px;
	top: 58px;
}

#main 
{
	background-color: #DBDBDB;
	min-height: 500px;
	background-image: url(/Content/images/achtergrond.gif);
	background-position: right top;
    background-repeat: no-repeat;
    
}

#main #text 
{
	float:right;
	width: 700px;
	margin-right: 14px;
    margin-top: 10px;
    font-family: Sans-Serif;
    line-height: 1.5em;
}

#main #text h1
{
    color: #860E13;
    font-size: 1.3em;
}

#main #text h2
{
	color: #860E13;
	font-size: 1.1em;
	margin-bottom: 0px;
}

#main #text p 
{
	margin-top: 0px;
}

#main #text p.kader, blockquote 
{
	border: solid 1px #860E13;
	padding: 1em;
	background-color: #CECECE;
}

#main #text a 
{
	color: #860E13;
	text-decoration: none;
}

#main #text a:hover 
{
	text-decoration: underline;
}

#main #menu 
{
	clear: right;
	float: left;
	width: 274px;
	background-image: url(/Content/images/hoeklinksboven.gif);
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 300px;
}

#main #menu #items 
{
	float: right;
	background-color: #da001a;
	color: White;
	width: 238px;
}

#main #menu #items a
{
	display: block;
	height: 30px;
	background-image: url(/Content/images/bullethandje.gif);
	background-position: 16px center;
	background-repeat: no-repeat;	
	padding-left: 38px;
	padding-top: 10px;
	border-bottom: solid 2px white;
	color: White;
	text-decoration: none;
}

#main #menu #items a: hover
{
	text-decoration: underline;
}

#main #menu #items ul
{
	margin: 0px;
    padding: 0px;
}

#main #menu #items li
{
    list-style-type: none;
}


#main #submenu 
{
    position: relative;
	top: -16px;
	left: 16px;
	height: 32px;
}

#main #submenu .subitem
{
    background-color: #860E13;
	background-image: url(/Content/images/sbl.gif);
	background-repeat: no-repeat;
	height: 32px; 
	vertical-align: middle;
	margin-right: 12px;
	float: left;		
}

#main #submenu .subitem a
{
	background-image: url(/Content/images/sbr.gif);
	background-repeat: no-repeat;
	background-position: right top;	
	display: block;
	height: 32px;
	min-width: 100px;
	color: White;
	text-decoration: none;
	text-align: center;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 6px;
}

#main #submenu .subitem a:hover
{
	text-decoration: underline;
}

fieldset 
{
	background-color: #CECECE;
	border: none 0px transparent;	
}

fieldset label 
{
	display: block;
    width: 250px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;
}

fieldset .text
{
	width: 250px;	
}

br { clear: left; }

.button 
{
	background-color: #860E13;
	color: White;
}