@charset "utf-8";
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

html,body {	height:100%; }

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #4e0054;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #404040;
}
a {
	color: #956698; 
		text-decoration: none; 
	}
a:link { 
		color: #956698; 
		text-decoration: none; 
}
a:visited { color: #956698;}
a:hover { color: #ef7e0e; }



img {border:0px;}
#logo {
	
}
#witruimte {
	position:absolute;
	top:169px;
	left:0px;
	z-index:10;
	background-color:#FFF;
	height:20px;
	width:160px;
}
#container {
	width: 85%;
	line-height: 18px;
	height:100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	min-height:100%;
	height:auto !important;
	min-width:700px;
	background-image: url(../images/bg_maincontent.gif);
	background-repeat: repeat-y;
	background-position: 20px;
	background-color: #FFFFFF;
}
#container .home_contact {
	position: absolute;
	right: 20px;
	top:5px;
	color:#FFF;
	text-transform: uppercase;
}
#container .home_contact a{
	color:#FFF;
	text-decoration:none;
}
#container .home_contact a:hover{
	color:#ef7e0e;	
}
.top_images {
	position: absolute;
	top: 50px;
	right:20px;
}

#mainContent{
	padding:20px;
	padding-top:10px;
	margin-left:160px;
	border-top: solid 1px #ef7e0e;
}

#kruimelpad a {
	text-decoration:none;
	
	}
#mainContent .collom_rechts {
	float: right;
	width: 170px;
	padding-left:10px;
	margin-top:40px;
}
#mainContent .collom_rechts h3{
	margin:0px;
	padding:0px;
	font-size:12px;
	text-align:center;
	margin-top:20px;
	color:#FFF;
	background-image: url(../images/maak_uw_keuze.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#mainContent h1 {
	color:#4E0054;
	font-size:16px;
	line-height:18px;
}
#container .hoekje {
	position: absolute;
	height: 15px;
	width: 15px;
	top: 30px;
	z-index:2;
}

#mainContent p{
}
/* Menu */
	
#menu {
	width: 160px;
	float:left;
	margin-top:55px;
	text-align:right;
	}
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color:#4e0054;
	font-weight:normal;
	line-height: 1.2em;
	}

#menu li a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;  
	text-decoration: none;
	padding-right:15px;
	padding-top:6px;
	padding-bottom:6px;
	border-bottom:solid 1px #FFF;
	padding-left:10px;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #4e0054;
	display: block;	
	}

#menu li a:hover {
	color: #f0871e;
	background-image: url(../images/menu_pijl.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
}

ul ul li {
	padding-right:15px;
}

ul ul li a{
	font-weight:normal;
}

ul ul li a:hover{
	background-image: url(../images/menu_pijl.gif);
	background-repeat: no-repeat;
}

.menu_select {
	color: #f0871e;
	background-image: url(../images/menu_pijl.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	font-weight:normal;
	}

.sub_menu {
	background-color:#f2f2f2;	
}
#menu a:hover, #menu li:hover>a {
	color: #f0871e;

	}
ul li ul li .sub_selected .menu_sub{
	background-image: url(../images/menu_pijl.gif); 
	background-repeat: no-repeat; 
	background-position: right 4px;
	color:#f0871e;
}

#deleteknop {
	cursor:pointer;
	margin-bottom:20px;
} 
#deleteknop a {
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	border: 1px solid #000;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
}
#deleteknop a:hover {
	color: #FFF;
	background-color: #F00;
}