/* -------------------------------- algemeen -------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	
	margin:10px; 
	background-attachment: fixed;
	background-image: url(/site/gfx/idarnhem2.gif);
	
	background-position: -600px -400px;
}
#background {
	position:fixed;
	top:140px;
	left:50%;
	margin-left:-400px;
	width:75%;
	height:75%;
}
a:link {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
a:visited {
	color:#000000;
	text-decoration:none;
}
a.selected {
	text-decoration:none;
	color:#FFFFFF;
}

input {
	border:1px solid #eee;
	padding:2px;
	margin:4px;
	width:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
input:focus{
	border:1px solid #96bfd1;
}


/* -------------------------------- TOP -------------------------------- */
#top {
	position:fixed;
	height:auto;
	width:100%;
	display:block;
	text-decoration:none;
	background:#FFFFFF
}
#titel {
	font-size:80px;
	font-weight:bold;
	margin-top:2px;
	font-family:Helvetica;
	z-index:2;
}
#top_menu {
	position:absolute;
	float:left;
	display:block;
	padding:4px;
	font-size:12px;
	width:100%;
	text-decoration:none;
	background:#FFFFFF;
}

#alg_menu {
	position:fixed;
	right:10px;
	top:10px;
	color:gray;
	width:500px;
	font-size:14px;
	font-weight:bold;
	font-size:12px;
	text-align:right;
	clear:right;
	text-decoration:none;
}
#alg_menu a {
	color:gray;
	text-decoration:none;
}
#logo {
	float:right;
	z-index:1;
}
/* -------------------------------- PAGE -------------------------------- */

#page_content {
	display:block;
}
#alg_content {
	background:#fff;
}
#alg_content .content {
	position:absolute;
	width:300px;
	height:300px;
	top:100px;
	left:100px;
	padding:10px;
	background:#ced;
}
#matrix {
	position:relative;
	margin-top:-10px;
	top:180px;
}
.flt {
	float:left;
	margin:6px;
}
.flt img {
	border:none;
}
.flt_hl {
	float:left;
	margin:6px;
}
.flt a {
	display:block;
	border:1px solid #fff;
}
.flt a:hover {
	display:block;
}


.flt_hl a {
	display:block;
}


.artez{

	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
}
/* -------------------------------- tags -------------------------------- */
.trans {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}
.wbg {
	background:#fff;
}
/* -------------------------------- layout -------------------------------- */
.hidden {
	display:none;
}
.blok {
	width:300px;
	height:300px;
	background:#ccccff;
}
mnu_row {
	display:block;
	clear:both;
}
/* -------------------------------- entry -------------------------------- */

#entry {
	position:absolute;
	width:700px;
	top:200px;
	right:100px;
}
#entry .image {
	width:400px;
}
#entry .image img {
	width:400px;
}
#top_bar {
	display:block;
	height:28px;
}
#close {
	font-size:14px;
	float:right;
	padding:4px;
}
#e_content {
	position:relative;
	display:block;
	background:#fff;
	width:700px;
	height:580px;
	margin-top:2px;
	clear:both;
}
#e_lft {
	float:left;	
	overflow:hidden;
	width:400px;
}
#e_rgt {
	float:left;	
	width:300px;
}
#e_mnu {
	display:block;
	padding-left:18px;
	margin:8px 0;
	font-size:14px;
}
#e_txts {
	width:260px;
	padding:20px 20px 10px 20px;
}
/* -------------------------------- CLASSES -------------------------------- */
.trans {
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	opacity: 0.95;
}
/* -------------------------------- MISC -------------------------------- */
#white_space {
	height:25px;
}
#test {
	font-size:14px;
	font-weight:bold;
}

