/*

	 (c) NooitAf 2010 
  Contact:info@nooitaf.nl

*/


@import url(milkbox/milkbox.css);


html {
	margin:0 auto;
	min-height: 100%;
	height: auto;
	color:black;
	background:black url(images/bgw.jpg);
	
}

body {
	text-align: center;
	margin-bottom:300px;
}

a {
	color: #eee;
	font-weight: normal;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	background-color: #444;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
a:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	background-color: #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.coopLink a {
	color: #eee;
	font-weight: normal;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	background-color: #222;
	border:thin dashed #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.coopLink a:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	background-color: #444;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


image {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.image_link {
	background-color: transparent;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 0px;
}
.image_link:hover {
	background-color: transparent;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 0px;
}


/*
//
//
//    D i v s
//
//
////////////////////////////////////////////////////////////////////////////////////////////*/


#wrapper {
	position: absolute;
	margin: 0 auto auto auto;
	text-align:left;
	opacity:0;
	width: 300px;
	height:auto;
    float:left;	
}

#mainmenu {
	position: absolute;
	top: 0px;
	left: 10px;
}
#projectlist {
	position: absolute;
	top: 55px;
	left: 241px;
}
#projectcontents {
	position: absolute;
	top: 10px;
	left: 557px;
}

#zoekblock {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 228px;

}

#info_window {
	width: 300px;
	visibility: hidden;
	height: 50px;
	overflow: hidden;
}

#contact_window {
	width: 300px;
	visibility: hidden;
	height: 50px;
	overflow: hidden;
}



/*
//
//
//    B e t a
//
//
////////////////////////////////////////////////////////////////////////////////////////////*/



.beta {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 2px;
	background-color: white;
	color: gray;
	margin: 0px;
	font-size:9px;
	font-weight: normal;
	font-family: verdana;
	font-stretch: wider;
	text-align: left;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
}
.beta a {
	color:#333;
}
.beta a:link {
	color:#333;
}
.beta a:hover {
	color:#000;
}


.filler {
	height: 800px;
}


/*
//
//
//    S e a r c h
//
//
////////////////////////////////////////////////////////////////////////////////////////////*/


#form_type {
	float:left;
	clear: left;
	min-height: 50px;
	width: 212px;
	overflow: hidden;
	padding-top: 8px;
	padding-bottom: 2px;
}
#form_tags {
	float:left;
	clear: left;
	min-height: 50px;
	width: 212px;
	overflow: hidden;
	padding-top: 8px;
}
#form_word {
	float:left;
	clear: left;
	min-height: 20px;
	width: 212px;
	overflow: hidden;
	padding-top: 8px;

}
.tag_link {
	float: left;
	padding: 4px;
	margin-top: 2px;
	margin-left: 2px;
	height: 12px;
	color: #000;
	font-size:12px;
	font-weight: normal;
	font-family: arial;
	font-stretch: wider;
	background-color: #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer; 
}

.word_search_box {
	width:204px; 
	font-size:12px;
	height: 16px;
	padding:2px; 
	border: 1px solid white;
	/*
	background-color: #111;
	color: white;
	*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;


}

/*
//
//
//   B u t t o n s
//
//
////////////////////////////////////////////////////////////////////////////////////////////*/


.button_title {
	float: left;
	padding: 5px;
	font-size:12px;
	font-weight: bold;
	font-family: arial;
	font-stretch: wider;
	color: #fff;
	
}
.button_type {
	float:left;
	padding: 5px;
	font-size:12px;
	font-weight: normal;
	font-family: arial;
	font-stretch: wider;
	text-transform: uppercase;
	color: #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 4px;
	margin-right: 4px;
	cursor: pointer; 
	 	
}
.button_type:hover {
	color: #000;
}

.button_switch_on {
	float: left;
	padding: 5px;
	font-size:9px;
	font-weight: normal;
	font-family: verdana;
	font-stretch: wider;
	color: white;
	cursor: pointer; 
	 	margin-right: 4px;
	border:#333 solid thin;
	background-color: #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
}
.button_switch_on:hover {
	color: white;
}



.button_switch_off {
	float: left;
	padding: 5px;
	font-size:9px;
	font-weight: normal;
	font-family: verdana;
	font-stretch: wider;
	color: #999;
	cursor: pointer; 
	 	margin-right: 4px;
	border:#333 solid thin;
	background-color: #111;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
}
.button_switch_off:hover {
	color: #fff;
}




.zoekform_line {
	height: 1px;
	width: 222px;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: -5px;
	background-image: url(images/line.gif);
	background-repeat: no-repeat;

}


.zoekblock_text {
	padding-top: 0px;
	padding-bottom: 0px;
	height: 25px;

}



/*
//
//
//    M e n u 
//
//
////////////////////////////////////////////////////////////////////////////////////////////*/


.menuitem_logo {
	border: thin solid #222;
	background-color: #111;
	padding: 7px;
	color:yellow;
	font-family: Delicious,Arial;
	font-size: 19px;
	font-style: normal;
	font-weight: bold;
	height: 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
}



.menuitem_logo:hover {
	background-color: #111;
	color:yellow;
}

.menuitem {
	background-color: #111;
	border:thin solid #222;
	padding: 7px;
	color: gray;
	font-family: Delicious,Arial;
	font-size: 19px;
	font-style: normal;
	font-weight: bold;
	height: 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
}
.menuitem:hover {
	background-color: #111;
	color:white;
}

.menuitem_active {
	border: thin solid #222;
	background-color: #111;
	padding: 7px;
	color: white;
	font-family: Delicious,Arial;
	font-size: 19px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	height: 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

}

.menuitem_rollout_active {
	background-color: #111;
	padding: 7px;
	color: white;
	font-family: Delicious,Arial;
	font-size: 19px;
	font-style: normal;
	font-weight: bold;
	height: 20px;
	border-left: thin solid #222;
	border-top: thin solid #222;
	border-right: thin solid #222;
	border-bottom: thin dashed #222;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;

}



.menubutton {
	margin: 0px;
	padding: 0px;
	width: 228px;
	margin-top: 5px;
}
.menubutton:hover{
	cursor: pointer; 
}




.menuitem_active:hover{
	cursor: pointer; 
}

.menuitem_zoekblock {
	border-left: thin solid #222;
	border-right: thin solid #222;
	border-bottom: thin solid #222;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	max-width: 228px;
	color: #ddd;
	background-color: #111;
	font-size:9px;
	font-weight: normal;
	font-family: arial;
	font-stretch: wider;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}
.menuitem_zoekblock a {
	color: #ddd;
	font-size:9px;
	font-weight: bold;
	font-family: arial;
	font-stretch: wider;
	text-decoration: none;
	
}



/*
//
//
//    C o n t e n t
//
//
////////////////////////////////////////////////////////////////////////////////////////////*/


.content_ITEM {
	width: 352px;
	margin: 2px;
	padding: 8px;
	background-color: #222;
	border: thin solid #222;
	color: #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.content_ITEM_info {
	width: 292px;
	margin: 2px;
	padding: 8px;
	background-color: #111;
	color: #eee;
	border: thin solid #222;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.content_t1 {
	font-size:24px;
	font-weight: bold;
	font-family: Delicious,Arial;
	font-stretch: wider;
	
}

.content_t2 {
	font-size:16px;
	font-weight: bold;
	font-family: Delicious,Arial;
	font-stretch: wider;
	
}

.content_t3 {
	font-size:12px;
	font-weight: normal;
	font-family: Delicious,Arial;
	font-stretch: wider;
	line-height: 16px;
	
}
.content_t4 {
	font-size:12px;
	font-weight: normal;
	font-family: Delicious,Arial;
	font-stretch: wider;
	line-height: 16px;
	text-align: right;
	color: #ccc;
	
}

.content_t4 a {
	color:#fff;
}
.content_t4 a:link {
	color:#fff;
}
.content_t4 a:hover {
	color:#fff;
}


.content_i2 {
	font-size:24px;
	font-weight: bold;
	font-family: arial;
	font-stretch: wider;
	background-color: #fff;
	
}

.content_i3 {
	font-size:24px;
	font-weight: bold;
	font-family: arial;
	font-stretch: wider;
	
}

.content_f1 {
	font-size:14px;
	font-weight: bold;
	font-family: arial;
	font-stretch: wider;
	
}
.content_f1 a {
	color: #aaa;
	text-decoration: none;
}

.content_f1 a:hover {
	color: #222;
	text-decoration: none;
}



/*
//
//
//    L i s t 
//
//
////////////////////////////////////////////////////////////////////////////////////////////*/



.list_ITEM {
    border:thin solid #222;
    /*
	*/
	float: left;
	clear: left;
	width: 300px;
	margin: 2px;
	padding: 4px;
	background-color: #111;
	/*
	background-image: url(images/listtest.png);
	*/
	background-repeat: no-repeat;
	cursor: pointer; 
	 	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
}

.list_TOP {
	float: left;
	clear: left;
	position: relative;
	width: 300px;
}

.list_BOTTOM {
	float: left;
	clear: left;
	position: relative;
	width: 300px;
}

.list_TITLE {
	float: left;
	font-size:16px;
	font-weight: bold;
	font-family: Delicious,Arial;
	font-stretch: wider;
	color: #ddd;
	text-align: left;
	vertical-align: top;
	min-height: 15px;
	width: 222px;
	padding-left:38px;
}

.list_YEAR {
	float: left;
	width: 40px;
	font-size:9px;
	font-family:arial;
	color: #666;
	text-align: right;
	vertical-align: top;
}

.list_SUBTITLE {
	font-size:9px;
	font-family:arial;
	color: #666;
	text-align: left;
	vertical-align: bottom;
	width: 177px;
	padding-left:38px;
}

.list_TYPE {
	float: right;
	font-size:9px;
	font-family:arial;
	color: #ddd;
	text-align: right;
	vertical-align: bottom;
	margin-top: -10px;
	padding-left: 5px;
}


.list_SEARCHINFO {
	border:thin solid #222;
    float: left;
	clear: left;
	width: 300px;
	margin: 2px;
	padding: 4px;
	background-color: #131313;
	color: #fff;
	font-size:10px;
	font-family: arial;
	font-stretch: wider;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.list_SEARCHCLEAR {
	float: right;
	width: 15px;
	min-height: 15px;
	background-image: url(images/searchclear_out.gif);
	background-repeat: no-repeat;
	
}
.list_SEARCHCLEAR:hover {
	background-image: url(images/searchclear_over.gif);
	background-repeat: no-repeat;
	cursor: pointer; 
	 	
}
.list_SEARCHHITS {
	float: left;
	width: 50px;
	padding-top: 2px;
	padding-right:2px;
	font-weight: bold;
	text-align: right;
	background-color: #131313;
	
}
.list_SEARCHTEXT {
	float: left;
	width: 230px;
	padding-top: 2px;
	font-size: 10px;
	padding-left: 0px;
	background-color: #131313;
	
}





#SEO {
	visibility:hidden;
	height:200px;
	overflow:hidden;
	font-family:verdana;
	font-size:9px;
}












