
body{
	
	margin: 0;
	padding:0;
	
	background-image: url(../images/pattern.jpg);
	background-repeat: repeat;
	font-family: Helvetica, arial, sans-serif;

}


#inhoud_kliko{

/* 	background-color: red; */
	width: ;
	
	margin-top: 36px;
	padding-left: 316px;
	padding-right: 20px;
	
	padding-bottom: 40px;
}



.rand{

	border: 6px solid white;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(00, 00, 00, 0.50);
	box-shadow: 0px 0px 9px 0px rgba(00, 00, 00, 0.50);
	-moz-box-shadow: 0px 0px 3px 0px rgba(00, 00, 00, 0.50);

}

.app_icon{
	
	border-radius: 25px;
	
}

.rand_muis{


	-webkit-box-shadow: 0px 0px 4px 0px rgba(00, 00, 00, 0.80);
	box-shadow: 0px 0px 9px 0px rgba(00, 00, 00, 0.80);
	-moz-box-shadow: 0px 0px 3px 0px rgba(00, 00, 00, 0.80);

}


/* $('#logo').animate({"margin-left": "0%", "left": "50px"}, "fast"); */
/* 		$('#subtitel').animate({"margin-left": "0%", "left": "56px"}, "fast"); */
/* 		$('#menu').animate({"margin-left": "0%", "left": "50px"}, "fast"); */
/* 		$('#menu').css("text-align", "left"); */
/* 		$('#foto').animate({"margin-left": "0%", "left": "58px"}, "fast"); */


#logo{
	

	margin-top: 29px;
/* 	margin-bottom: 25px; */


}

#subtitel{
	position: relative;
	color:#838383;
	font-size:13px;
	top:2px;


}


#foto{
	
	margin-top: 33px;
	margin-bottom: 33px;
	
	height:180px;
	width: 120px;


}

#menu{

	margin-top: 20px;
	margin-bottom:20px;
}


#menu_kliko{
	
	width: 260px;
	position: absolute;
	top:16px;
	text-align: center;
	
	padding:20px;
	
/* 	background-color: red; */
	


}

.menu_item{
	
	
	display: inline-block;
	position: relative;
		
	text-decoration: none;
	color: #838383;
	font-weight: 300;
	font-size: 13px;
	text-transform: uppercase;
	
	padding:8px;
	padding-bottom: 7px;
	padding-left: 12px;
	padding-right: 12px;
	
/* 	background-color: red; */
	border-radius: 4px;
	
	margin-top:2px;
	
/* 	border:1px black solid; */
	
}


.menu_item_muis{

	border: 1px solid #d3d3d3;
	padding-top: 7px;
	padding-bottom: 6px;
/* 	padding-left: 11px; */
	
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top, #f1f1f1 0%, #e2e2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f1f1f1 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f1f1f1 0%,#e2e2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f1f1f1 0%,#e2e2e2 100%); /* IE10+ */
	background: linear-gradient(top, #f1f1f1 0%,#e2e2e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */

}

.menu_item_selected{

	color:#545454;
	
	border: 1px solid #d3d3d3;
	padding-top: 7px;
	padding-bottom: 6px;
/* 	padding-left: 11px; */
	
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top, #f1f1f1 0%, #e2e2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f1f1f1 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f1f1f1 0%,#e2e2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f1f1f1 0%,#e2e2e2 100%); /* IE10+ */
	background: linear-gradient(top, #f1f1f1 0%,#e2e2e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
	
}


.titel{

	font-weight: 300;
	font-size: 30px;
	color: #176188;
	margin-left:88px;
	
	font-family: StandardCTCondensed-Bold,"Impact",sans-serif;
	text-transform: uppercase;
	text-shadow: #fff 1px 1px 0;
	
	

	
}

.lijn_licht{
	
	position: relative;
/* 	left:-50px; */

/* 	margin-top: 27px; */
/* 	margin-bottom: 30px; */
	
	height: 1px;
	
	background-color: #cecece;
	border-bottom: 1px solid #ffffff;
	width:100%;
	
	
	

}

#lijn_vert{

	position: absolute;

	left:297px;
	top:35px;
	
	width: 1px;
	
	background-color: #cecece;
	border-left: 1px solid #ffffff;
	height: 1000px;


}


.tekst{

	color: #6a6a6a;
	font-size: 13px;
	width: 333px;
	line-height: 22px;

}




.muisHand{

	cursor: pointer;
}




#popup_kliko{
	
	position: fixed;
	
	display:none;
	
	width: 560px;
	height: 640px;
	
	left: -280px;
	margin-left: 50%;
	top:55px;
	
	background-image: url(../images/pattern_donker.jpg);
	border: 6px solid white;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(00, 00, 00, 0.50);
	box-shadow: 0px 0px 13px 0px rgba(00, 00, 00, 0.50);
	-moz-box-shadow: 0px 0px 13px 0px rgba(00, 00, 00, 0.50);
	
	z-index: 999;

}



#popup_sluit{
	
	position: absolute;
	
	display: block;
	
	right: 10px;
	top:2px;
	
	color:#7f7f7f;
	font-size: 22px;
	text-decoration: none;

}



#popup_tekst_kliko{

	position: absolute;
	
	bottom:0px;
	left:0;
	
	width: 490px;
	height: 195px;
	
	padding-left: 35px;
	padding-right: 35px;
	
/* 	background-color: red; */
}


#popup_titel{

	font-size: 26px;
	font-weight: 300;
	color: #545454;

}

#popup_url{

	font-size: 14px;
	font-weight: 300;
	color: #828282;
	text-decoration: none;

}

#popup_lijn{
	
	position: absolute;
	
	left:20px;
	bottom:120px;
	
	width: 517px;
	height: 1px;
	
	background-color: #c2c2c2;
	border-bottom: 1px solid #f3f3f3;

}


#popup_image{
	
	position: relative;

	margin-top: 20px;
	margin-left: 50%;
	left:-200px;
	border-width: 3px;
}



.blog_titel{
	
	
}


.blog_linked_title{

	text-decoration: none;
	color: #6A6A6A;
	color: black;
	border-bottom: 1px solid #cccccc;
	
	font-size: 13px;
	
	font-weight: bold;
}



.blog_body{

	margin-bottom: 50px;
	margin-left: 10px;
	margin-top:10px;
}


.blog_quote{

	border-left: 1px solid #cccccc;
	padding-left:10px;
	
	margin-top:13px;
	margin-bottom: 13px;

}

.blog_linked{

	color: #bbbbbb;
	font-size: 10px;
	margin-left: 5px;
}


.eigen_artikel{

	font-size: 18px;

}


.blog_datum_eigen{

	font-size: 11px;
	color:#aaaaaa;

}

.blog_body_link{

	color:#6a6a6a;
	text-decoration: none;
	border-bottom:  1px solid #cccccc;

}

.app_subtitel{
	
	font-weight: bold;
	color:#2b2b2b
}
#rss{
	
	position: absolute;
	right:50px;
	top:78px;
	
	color:gray;
	font-size:11px;
	
}
