/* CSS Document */

body {
	margin: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 175%;
	background-image: url(/imgs_algemeen/bg_main.gif);
	background-position: center;
	background-repeat: repeat-y;
}

html {
	height: 100%;
	overflow: hidden;
}

#maincontainer {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#top {
	height: 135px;
	background-color: #002438;
}

#left {
	float: left;
	position: relative; 
	width: 150px;
	background-color: white;
}

#contentcontainer {
	background-color: white;
	float: left;
	width: 500px;
	background-color: white;
	overflow: auto;
	scrollbar-3dlight-color: #E0E5E7; 		/* 3D lichtzijde buitenkant */
	scrollbar-darkshadow-color: #E0E5E7;	/* 3D schaduwzijde buitenkant */
	scrollbar-highlight-color: #E0E5E7; 	/* 3D lichtzijde binnenkant */
	scrollbar-shadow-color: #E0E5E7; 		/* 3D schaduwzijde binnenkant */
	scrollbar-face-color: #7A8D98; 			/* scrollknop, buttons pijltjes */
	scrollbar-track-color: #E0E5E7; 		/* scrollvlak */
	scrollbar-arrow-color: #002438; 		/* kleur pijltjes */
}

#content {
	padding: 20px;
	padding-top: 1em;
}


#right {
	float: right;
	width: 100px;
	background-color: #002438;
}


#search {
	display: none;
}


/* MENU */

#menu {
	margin-top: 15px;
}

#menu ul {
	width: 125px;
	border-top: 1px solid #002438;
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
	line-height: 100% !important;
}

#menu ul li {
	border: 1px solid #002438;
	border-top: none;
	text-align: right;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	color: #002438;
	display: block;	
	padding: 6px 7px 6px 6px;
	text-decoration: none;
}

#menu ul a.current, #menu ul li a.current:hover  {
	background-color: #B8C2C7;
}

#menu ul li a:hover{
	background-color: #E0E5E7;
}

/* STYLING */

#content p {
	margin: 0;
	padding: 0;
}

#content h1 {
	font-size: 16px;
	color: #002438;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.5em;

}

#content h2 {
	font-size: 13px;
	color: #002438;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

#content img{
	border: 1px solid #002438;
	margin: 1em 0 1em 0;
	margin-right: -50px;
}

#content a{
	color: #002438;
	font-weight: bold;
}


div#trappenhappen {
	width: 424px;
	padding: 8px;
	margin: 15px 0 5px;
	border: 1px solid #B8C2C7;
	overflow: auto;
}

#content div#trappenhappen img {
	float: left;
	border: none;
	margin: 0 10px 0 0;
}