* {
   	margin:0pt;
	padding:0pt;
}

body {
	background:#000000 url(../images/body_back.png) repeat-x scroll center bottom;
	color:#000000;
	font-family:Verdana,Tahoma,sans-serif;
	font-size:12px;
	/*font-size-adjust:none;
	font-stretch:normal;*/
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

img {
	border:0pt none;
}

a {
	color:#044E88;
	text-decoration:none;
}

a:hover {
	color:#404040;
}

#container {
	/*background:#000000 url(../images/body_top_back.png) repeat-x scroll 0%;*/
	width:100%;
}

#topbar {
	background:#000000 url(../images/topbar_back.png) repeat-x scroll 1px 0px;
	border-right:1px solid #686868;
	height:45px;
	margin:0pt auto;
	width:900px;
}

#topbar img#style2 {
	float:left;
}

#topbar p {
	float:right;
	padding-right:12px;
	padding-top:7px;
	text-align:right;
}

#header {
	background:#2974BA url(../images/logotje.jpg) no-repeat scroll 0%;
	height:205px;
	margin:0pt auto;
	width:901px;
}

#header a {
	color:#FFFFFF;
	display:block;
	height:100%;
	overflow:hidden;
	position:relative;
	text-indent:-999999px;
	width:100%;
}

#menu {
	background:#B7E73C url(../images/menu_back.png) repeat-x scroll 0%;
	height:38px;
	list-style-type:none;
	margin:0pt auto;
	width:901px;
}

#menu li {
	border-right:1px solid #879E4E;
	float:left;
	height:38px;
	line-height:38px;
}

#menu li a {
	color:#000000;
	display:block;
	padding:0pt 20px;
}

#menu li a:hover {
	background-image:url(../images/menu_over.png);
}

#menu ul {
	left:-99999px;
	list-style-type:none;
	position:absolute;
}

#menu li li {
	background-color:#FAFAFA;
/*	border-color:-moz-use-text-color #879E4E rgb(135, 158, 78);*/
	border-color:#879E4E;
	border-style:none solid solid;
	border-width:medium 1px 1px;
	float:none;
	height:auto;
}

#menu li:hover ul {
	left:auto;
}

#content {
	background-color:#565656;
	border-left:2px solid #2A2A2A;
	border-right:2px solid #2A2A2A;
	clear:both;
	margin:0pt auto;
	padding:10px;
	width:881px;
}

#content #left {
	float:left;
	padding-right:5px;
	width:680px;
}

#content #right {
	float:left;
	padding-left:5px;
	width:190px;
}

#left div.block {
	background:#FFFFFF url(../images/block_bottom.jpg) no-repeat scroll left bottom;
	margin-bottom:10px;
	padding-bottom:10px;
}

div.block ul {
	margin-left:25px;
}

#left div.block h3 {
	background:#474747 url(../images/caption_back.jpg) no-repeat scroll 0%;
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
	height:27px;
	line-height:27px;
	padding-left:10px;
}

#right div.block {
	background:#FFFFFF url(../images/block_bottom_small.jpg) no-repeat scroll left bottom;
	margin-bottom:20px;
	padding-bottom:10px;
}

#right div.block h3 {
	background:#474747 url(../images/caption_back_small.jpg) no-repeat scroll 0%;
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
	height:27px;
	line-height:27px;
	padding-left:10px;
}

div.block h3 em {
	color:#B0E134;
	font-style:normal;
}

div.block p, div.block .block_content {
	background-image:url(../images/content_back.png);
	background-position:0pt 1px;
	background-repeat:repeat-x;
	padding:5px;
}

#content #footer {
	background-image:url(../images/footer_back.png);
	border-left:1px solid #232323;
	border-right:1px solid #232323;
	clear:both;
	color:#FFFFFF;
	height:38px;
	line-height:38px;
	text-align:center;
}

#content #footer a {
	color:#B0E134;
}

#content #footer a:hover {
	color:#FFFFFF;
}

.portfolio {
	list-style-type:none;
	overflow:auto;
	width:600px;
}

.portfolio li {
	float:left;
	padding:3px;
	text-align:center;
	width:100px;
}

#pf_info_window {
	background-color:#000033;
	background-image:url(../images/header_back.jpg);
	background-position:center bottom;
	background-repeat:repeat-x;
	border:1px solid #B6CB00;
	color:#FFFFFF;
	height:auto;
	padding:5px;
	position:absolute;
	width:350px;
}

#pf_info_window a {
	color:#B6CB00;
}

.transparent img {
	border:medium none;
	opacity:0.5;
}

.transparent:hover img {
	opacity:1;
}

#message_div {
	background-color:#993300;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	color:white;
	height:150px;
	position:absolute;
	text-align:center;
	top:300px;
	width:100%;
	z-index:100;
}

#message_div h3 {
	font-size:20px;
}

#message_div p {
	font-size:16px;
}

code {
	overflow:auto;
}

tr.caption td {
	font-weight:bold;
}

div.caption {
	background-color:#EEEEEE;
	padding:3px;
}

.highlight {
	background-color:#FFFF00;
	font-weight:bold;
}
   
