/* Global properties */
body {
	background-color: rgb(255,255,255);
	margin: 0;
	padding: 0;
}

* {
	margin: 0; 
	padding: 0;
}

p {
	display: block;
	padding-bottom: inherit;
}

h1 {
	font-size: 13px;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 12px;
	color: rgb(62,91,161);
	font-family: Verdana;
	font-weight: bold;
}

h2 {
	font-size: 11px; 
	font-family: verdana; 
	line-height: 22px; 
	font-weight: bold;
	margin-top: 0px;
}

strong {
	font-style: normal;
	font-weight: bold;
}

em {
	font-style: italic;
}

span.underline {
	text-decoration: underline;
}

.border_top {
	width: 320px;
	height: 1px;
	border-top: 1px solid rgb(62,91,161);
}

.spacer {
	width: 320px;
	height: 20px;
}

.border_bottom {
	width: 320px;
	height: 16px;
	border-bottom: 1px solid rgb(62,91,161);
}

p.center {
	display: block;
	text-align: center;
}

img.tb {
	border: 1px solid rgb(62,91,161);	
}

/* Layout properties */
#wrapper {
	height: 100%;
	min-height: 560px;
	position: relative;
	overflow: hidden;
}

.container {
	margin: 0 auto;
	width: 910px;
}

/* Header properties */
#header {
	width: 916px;
	float: left;
	height: 144px;
}

/* Menu properties */
#menu {
	float: left;
	width: 320px;
	margin-top: 20px;
}

#menu ul {
	list-style-type: none;
}

#menu ul.menu {
}

#menu ul.submenu {
	display: none;
	margin-left: 15px;
}

#menu ul.subsubmenu {
	display: none;
	margin-left: 15px;
}

#menu ul.visible {
	display: block;
}

#menu a {
	font-size: 11px;
	font-family: verdana;
	line-height: 22px;
	color: rgb(0,0,0);
	text-decoration: none;
}

#menu a:hover {
	font-weight: bold;
}

#menu a.active {
	color: rgb(62,91,161);
	font-weight: bold;
}

/* Content properties */
#content {
	float: right;
	display: inline;
	width: 590px;
	margin: 20px 0 0 0;
}

#textcontainer {
	font-size: 11px;
	font-family: verdana; 
	line-height: 20px;
	color: rgb(0,0,0);
	background-color: rgb(214,235,255); 
	background-image: url(/gif/gradient-technisch.gif); 
	background-repeat: repeat-x;
	background-position: 0px -20px;
	float: left;
	width: 590px;
	height: 395px;
}

#text {
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 550px;
}

#text a {
	color: rgb(62,91,161);
	text-decoration: underline;
}

#text a:hover {
	color: rgb(62,91,161);
	text-decoration: none;
	font-weight: normal;
}

#text ul {
	margin-top: -15px;
	margin-bottom: 15px;
}

#text ul li {
	margin-left: 25px;
}

#text p {
	display: block;
	margin-bottom: auto;
}

/* Footer properties */
#footer {
	clear: both;
	border-top: 1px solid rgb(62,91,161);
	font-size: 11px;
	font-family: verdana;
	line-height: 22px;
	color: rgb(62,91,161);
	text-align: center;
}

div#footer a {
	color: rgb(62,91,161);
	text-decoration: none;
}

div#footer a:hover {
	color: rgb(0,0,0);
}

div.footer {
	float: left;
	width: 152px;
	text-align: center;
}

div.left {
	width: 150px;
	text-align: left;
}

div.right {
	text-align: right;
}

