@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	
}

body {
	 background:url(../images/big-background.jpg) no-repeat center 0px;
	 background-color:#373534;
	 font-family:Georgia, "Times New Roman", Times, serif;
	 font-size:11px;
	 line-height:16px;
	 color:#bbbbbb;
}

#wrapper{
	 margin:0 auto;
	 width:900px;
	 height:auto;
}

#header{
	background:url(../images/timeline.png) no-repeat 0px 95px;
	height:425px;
}

.btn_contact{
	margin-top:20px;
	float:left;
	cursor:pointer;
}
#view_contact{
	background:url(../images/contact_bg.png) no-repeat 0px 0px;
	height:303px;
	width:456px;
	color:#FFFFFF;
	font-size:14px;
	float:left;
	display:none;
}
#view_contact a{
	text-decoration:none;
	color:#FFFFFF;
}
#view_contact a:hover{
	text-decoration:none;
	color:#54e805;
}
.btn_txt{
	display:block;
	height:auto;
	margin-left:110px;
	margin-top:125px;
	width:200px;
}
.btn_close{
	background:url(../images/contact_close.png) no-repeat 0px 0px;
	width:22px;
	height:22px;
	cursor:pointer;
	display:block;
	float:right;
	margin-top:95px;
	margin-right:135px;
}

#navigatie{
	width:100%;
	height:22px;
	padding-top:2px;
	padding-bottom:2px;
	font-size:13px;
	color:#faff00;
}

#content{
	width:100%;
	height:auto;
}

.item_wrapper {
	background:url(../images/item-bg.jpg) no-repeat 0px 0px;
	width:441px;
	height:302px;
	margin-bottom:35px;
	margin-right:7px;
	float:left;
}
.item_header{
	margin-top:30px;
	margin-left:4px;
}
.item_header span{
	display:inline;
	font-size:18px;
	background-color:#595a20;
	color:#FFFFFF;
	padding:8px;
	font-weight:normal;
}

.item_content{
	padding:11px;
	padding-top:20px;
	padding-bottom:20px;
	height:62px;
}

.item_info{
	margin-left:11px;
	width:50px;
	height:auto;
	font-size:12px;
	float:left;
}

.item_image{
	width:346px;
	float:right;
	margin-right:7px;	
}

.btn_wrapper{
	position:relative;
	left:185px;
	top:-30px;
	z-index:2;
	width:170px;
}

.item_weblink, .item_examplelink{
	display:block;
	background-color:#FF00CC;
	padding:2px;
	width:75px;
	color:#FFFFFF;
	opacity:0.5;
	filter:alpha(opacity=50);
	float:left;
	margin-left:2px;
}

.item_weblink_not{
	display:block;
	background-color:#FF00CC;
	padding:2px;
	width:75px;
	color:#FFFFFF;
	opacity:0;
	filter:alpha(opacity=0);
	float:left;
	margin-left:2px;
}

.item_image a{
	text-decoration:none;
}

.item_image a:hover{
	opacity:0.9;
	filter:alpha(opacity=90);
}

.item_footer{
	padding-right:3px;
	font-size:9px;
	float:right;
}
.clear {clear:both; display:block; height:1px;}

