@charset "utf-8";
/* CSS Document */

html {
height:100%;
width:100%;
}

body {
	font-family: Arial, Tahoma, Arial;
	font-size:12px;
	color:#444;
	text-align:left;
	line-height:22px;
	height:100%;
	width:100%;
	margin:0px;
	margin-top:10px;
	padding:0px;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	background-color:#b10000;
}

.standaard {
	color:#444444;
	line-height:22px;
}

.donker {
	color:#222222;
}

.small {
	display:block;
	width:100%;
	text-align:center;
	font-size:10px;
	color:#999;
}

.licht {
	font-size:12px;
	color:#999;
}

.large {
	font-size:15px;
	color:#444444;
	line-height:22px;
}

.standaard_10px {
	font-size:11px;
	color:#444444;
	line-height:18px;
}

.blauw {
	color:#2b71b2;
}

.rood {
	color:#ae2329;
	line-height:18px;
}

.projectheader {
	color: #2b71b2;
	text-decoration:none;
}

.header {
	font-family: 'Trebuchet MS', Tahoma, Arial;
	font-size:13px;
	color:#838383;
}

.header_bold {
	font-family: 'Trebuchet MS', Tahoma, Arial;
	font-size:13px;
	font-weight:bold;
	color:#838383;
}

.header_large {
	font-family: 'Trebuchet MS', Tahoma, Arial;
	font-size:18px;
	display:block;
	height:24px;
	padding-top:2px;
	letter-spacing:1px;
	color:#838383;
	margin-bottom:5px;
}

.header_bold_large {
	font-family: 'Trebuchet MS', Tahoma, Arial;
	font-size:18px;
	display:block;
	height:24px;
	padding-top:2px;
	font-weight:bold;
	letter-spacing:1px;
	color:#838383;
	margin-bottom:5px;
}

.header_large_rood {
	font-family: 'Trebuchet MS', Tahoma, Arial;
	font-size:18px;
	display:block;
	height:24px;
	padding-top:2px;
	letter-spacing:1px;
	color:#aa3037;
	margin-bottom:5px;
}

.header_bold_large_rood {
	font-family: 'Trebuchet MS', Tahoma, Arial;
	font-size:18px;
	display:block;
	height:24px;
	padding-top:2px;
	font-weight:bold;
	letter-spacing:1px;
	color:#aa3037;
	margin-bottom:5px;
}

.error {
	display:block;
	width:100%;
	padding:5px;
	text-align:left;
	text-indent:90px;
	margin-top:10px;
	color:#ffffff;
	background-color:#ae3821;
	font-size:14px;
	background-image:url(../images/error.gif);
	background-repeat:no-repeat;
}

td.tableheader {
	color:#fff;
	font-size:13px;
	font-weight:bold;
	letter-spacing:1px;
	border-bottom: solid 1px #ccc;
	background-color:#2b71b2;
}

.loading {
	background: url('../images/ajax-loader.gif') center no-repeat;
	height: 60px;
}

.projectbox
{
	float:left;
	width:210px;
	background-color:#ffffff;
	color:#006699;
	cursor:pointer;
	padding:5px;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	margin:10px;
	border: solid 1px #fff;
	background-image:url(../images/bg_box.jpg);
	background-repeat:repeat-x;
}
.projectbox:hover
{
	background-color:#ffffff;
	border: solid 1px #666;
}

.portfolio_home {
	display:block;
	float:left;
	width:auto;
	margin:3px;
	margin-left:20px;
	margin-right:7px;
	padding:4px;
	border:solid 1px #eaeaea;
	background-color:#ffffff;
}

.portfolio {
	display:block;
	clear:both;
	margin:3px;
	margin-left:5px;
	padding:3px;
	border:solid 1px #CCC;
	background-color:#ffffff;
}

.portfolio_li {
	height:200px;
}

#latest_tweets {
	font-family:'Trebuchet MS', Tahoma, Calibri, Arial;
	font-size:12px;
	color:#666;
}

/* Divisions */

#maincontainer {
	position:relative;
	display:block;
	margin: 0 auto 0 auto;
	width:1100px;
	height:auto;
	overflow:hidden;
	text-align:left;
	background:none;
	margin-bottom:10px;
}

#top {
	position:relative;
	margin: 0 auto 0 auto;
	height:115px;
	width:100%;
	overflow:hidden;
	background-color:#fff;
}
	
	#top_right {
		position:absolute;
		right:0px;
		top:0px;
		height:172px;
		width:95px;
		overflow:hidden;
		background-image:url(../images/bg_top_right.gif);
		background-repeat:no-repeat;
	}

#menu {
	position:relative;
	float:left;
	display:block;
	float:left;
	height:180px;
	width:100%;
	/*background-image:url(../images/menu_bg.jpg);
	background-repeat:repeat-x;
	background-color:#cd1e25;*/
}

#main {
	position:relative;
	float:left;
	height:auto;
	overflow:hidden;
	width:1040px;
/*	background-image:url(../images/bg_main.gif);
	background-repeat:repeat-x;
*/	background-color:#fff;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:10px;
	padding-top:30px;
}

#footer {
	position:relative;
	float:left;
	height:20px;
	background-color:#3d2e83;
}

/* Links */

a:link {
	color: #ae2329;
	text-decoration:none;
}

a:visited {
	color: #ae2329;
	text-decoration:none;
}

a:active {
	color: #ae2329;
	text-decoration:none;
}

a:hover {
	color: #33348e;
	text-decoration:none;
}

a.wit:link, a.wit:visited, a.wit:active {
	color: #fff;
	text-decoration:none;
}

a.wit:hover {
	color: #000000;
	text-decoration:none;
}

a.licht:link, a.licht:visited, a.licht:active {
	color: #e1e1e1;
	text-decoration:none;
}

a.licht:hover {
	color: #000000;
	text-decoration:none;
}

.menulink_bar {
	display:block;
	clear:none;
	float:left;
}

.menulink:link, .menulink:visited, .menulink:active {
	display:block;
	clear:both;
	float:left;
	margin-top:7px;
}

.menulink:hover {
	display:block;
	clear:both;
	float:left;
}

.dienstenlink:link, .dienstenlink:visited, .dienstenlink:active {
	display:block;
	float:left;
	margin-right:70px;
}

.dienstenlink:hover {
	display:block;
	float:left;
}

.meerinformatie a:link span
{
	display:none;
}
.meerinformatie a:visited span
{
	display:none;
}
.meerinformatie a:active span
{
	display:none;
}
.meerinformatie a:hover span
{
	position: fixed;
	margin-left:20px;
	top:30%;
	height:auto;
	width:200px;
	padding:20px;
	overflow:visible;
	display:block;
	letter-spacing:1px;
	color: #ffffff;
	text-decoration:none;
	background-color:#0099FF;
	border: solid 1px #000066;
	cursor:help;
}

/* Standaard elementen */

h1 {
	font-family: 'Trebuchet MS', Tahoma, Arial;
	font-size:18px;
	font-weight:bold;
	color:#3d2e83;
	line-height:22px;
}

h2 {
	font-family: 'Trebuchet MS', Tahoma, Arial;
	font-size:14px;
	font-weight:bold;
	color:#aa3037;
}

form {
margin:0px;
padding:0px;
}

img {
	border:none;
}
table {
}

tr {
	vertical-align:top;
}

td {
	vertical-align:top;
}

input.hintTextbox       { color: #888; }
input.hintTextboxActive { color: #000; }

textarea {
	font-family: Calibri, Verdana, Arial;
	vertical-align:middle;
	background-color:#ffffff;
	border: solid 1px #ccc;
}

select {
	font-family: Calibri, Verdana, Arial;
	vertical-align:middle;
	background-color:#ffffff;
	color:#333333;
	border: solid 1px #ccc;
}

input {
	font-family: Calibri, Verdana, Arial;
	vertical-align:middle;
	background-color:#ffffff;
	color:#333333;
	border: solid 1px #ccc;
}
button {
	font-family: Calibri, Verdana, Arial;
	vertical-align:middle;
	background-color:#eaeaea;
	color:#333333;
	border: solid 1px #ccc;
}