﻿/*
colors:
gray		rgb(205,206,208);
blue		rgb(50,44,112);
lightblue	rgb(110,147,190);
*/


/* * * H T M L  * * */

html
{
	height:100%;
	margin:0;
	padding:0;
}

body 
{
	background: #fff; 
	color: black;
	font: 12px Tahoma;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
form
{
	margin: 0px;
	padding: 0px;
	min-height: 100px;
}

td
{
	vertical-align: top;
}

h1 {
    font-size: 23px;
    color: #0084c8;
	font-weight: normal;
	margin: 4px 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	margin: 4px 0px;
	color: #000;
}

h3 {
	font-size: 12px;
	margin: 0px;
	margin: 4px 0px;
	color: #000;
}

h4 {
	font-weight: bold;
	margin: 0px;
	color: #000;
}

p
{
	margin: 2px 0px 14px 0px;
}

a:link, a:visited
{
	color: rgb(50,44,112);
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a img
{
	border: 0px;
}

input, select, textarea
{
	background: white;
	color: black;
	border: 1px solid rgb(50,44,112);
	font: 11px Tahoma;
	width: 400px;
}

input[type="checkbox"]
{
	width: 14px;
}

hr 
{
	height: 1px;
	color: #fff;
	background: #fff;
	border: 0px;
}

sup
{
	font: 8px Verdana;
}

iframe body table.t {background: none;}
/* * * l a y o u t * * */

#site
{
	width: 990px;
	min-height: 600px;
	margin: auto;
	position: relative;
	top: 20px;
	left: 0px;
	border: 2px solid #0084c8;
	/*background: #CCCDD0 url(/images/bg-site.gif) repeat-X scroll center top;*/
}

#logo
{
    position: absolute;
    top: 40px;
    right: 44px;
    width: 150px;
    height: 200px;
}

#logo img 
{
        float: right;
        margin-bottom: 24px;
}


#header
{
	position: relative;
	top: 10px;
	left: 0px;
}

#menu {
	float: left;
	width: 710px;
	position: relative ;
	top: 132px;
	left: 44px;
	font-size: 12px;
	line-height: 18px;
}

#menu a
{
    color: #000;
    font-weight: normal;
}

#menu a.first 
{
    color: #0084c8;
    font-weight: bold;
}

#menu a:hover
{
	text-decoration: underline;
}

#menu a.active 
{
    text-decoration: underline;
}

.menu_zoek {
	margin-bottom: 8px;
}

#content
{
	margin-top: 280px;
	margin-bottom: 30px;
	margin-left: 44px;
	height: 488px;
	width: 910px;

	font-size: 14px;
}

#slogan
{
    position: absolute;
    top: 40px;
	left: 44px;
	width: 720px;
	height: 100px;	
	text-align: left;
	line-height: 22px;
	color: #000;
}

#left 
{
    width: 284px;
    height: 482px;
    position: absolute;
    left: 40px;

	font-size: 12px;
}

#right
{
    width: 622px;
    position: relative;
    margin-left: 284px;
}

#right .margin
{
    margin-left: 26px;
}

.colhead 
{
    height: 60px;
}

.colhead h1
{
    margin: 0px;
}

#submenu 
{
    padding: 6px 0px;
	font-size: 12px;
}

#right .colhead #submenu
{
    padding-left: 25px;
}

#thumbbrowser 
{
    width: 622px;
    height: 421px;
    overflow: hidden;
    position: relative;
}

#thumblist
{
    width: 8000px;
    height: 400px; /*474*/
}

#thumbbrowser table 
{
    float: left;
    padding: 0px;
}

#thumbbrowser td 
{
    padding: 0px;
}

#right .thumb
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 130px;
    height: 99px;
    margin: 0px 0px 30px 25px;
    border: 0px;
    background: #ddd;
    overflow: hidden;
    opacity: 0.5;
}

#right .thumb .overlay
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
    height: 24px;
    background: black;
    color: #fff;
    padding: 3px;
    font-size: 9px;
    opacity: 0.7;
}

#right .thumb .overlay a
{
    color: #fff;
    font-weight: normal;
}

#right .thumb .img
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}

#right .thumb .img img 
{
    width: 130px;
}

#newproject  #thumbcontainer
{
    width: 284px;
    height: 488px;
}

#newproject  #thumbcontainer h1
{
    font-size: 14px;
}

#newproject  #thumbcontainer #thumbs
{
    width: 310px;
    height: 334px;
}

#newproject  #thumbcontainer #thumbs div
{   
    width: 130px;
    height: 98px;
    margin: 0px 23px 15px 0px;
    float: left;
 }

#newproject  #thumbcontainer #thumbs div img.thumb
{   
    position: static;
    width: 130px;
    height: 98px;
    border: 0 none;
    background: #ddd;
    margin: 0px;
}

#newproject #projectdiv
{
    width: 600px;
    position: relative;
    margin-top: 0px;
    float: none;
    margin-left: 310px;
}

#newproject #projectdiv #foto 
{
    width: 600px;
    height: 422px;
    border: 0 none;
    background: #fff;
    padding-top: 63px;
}

#newproject #projectdiv #foto img
{
    width: 562px;
}

#newproject #projectdiv .val
{
    width: 445px;
}

.panel 
{
    width: 310px;
    float: left;
}

/* * * g l o b a l  * * */

.r
{
	text-align: right;
}

.btn
{
	background: rgb(50,44,112);
	color: #fff;
	border: 0px;
	margin-top: 5px;
	width: auto;
}

.link
{
	color: #fff;
	background: rgb(50,44,112);
	padding: 2px 0px 4px 0px;
	border: 1px solid white;
	cursor: pointer;
	cursor: hand;
	line-height: 22px;
}

#projectlist .link, .news .link
{
	color: rgb(50,44,112);
	background: none;
	border: 0px;
	cursor: pointer;
	cursor: hand;
	line-height: normal;
	font-weight: bold;
}

.lbl
{
	font-weight: bold;
	float: left;
	width: 150px;
	height: 13px;
}

.val
{
	padding: 6px 0px 2px 10px;
}

div.val 
{
	float: left;
	width: 370px;
	padding: 0px;
}

/* * * n i e u w s  * * */

.news 
{
	line-height: 14px;
	margin-bottom: 3px;
}

.newsdate
{
	margin-left: 10px;
	font-size: 10px;
}

#newslist
{
    position: absolute;
    left: 40px;
    width: 310px;
	height: 422px;
	overflow: hidden;
	font-size: 12px;
}

#article
{
    width: 600px;
	height: 422px;
	position: relative;
	margin-left: 310px;
}

#article img 
{
	float: left;
	margin: 0px 5px 5px 0px;
}
/* * * p r o j e c t  * * */

#project td 
{
	padding: 0px;
}

#projecttable
{
	width: 650px;
	height: 290px;
}

#projectlist
{
	position: relative;
	top: -325px;
	height: 92px;
	overflow: hidden;
}
#project
{
	position: relative;
	top: 92px;
	height: 325px;
	overflow: hidden;
	position: relative;
}

#projectdiv 
{
	float: right;
	width: 520px;
	height: 325px;
}

#foto
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 700px;
	height: 330px;
	background: #fff;
	border: 1px dotted #ccc;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	z-index: 10;
}

/* * * h o m e  * * */

#home
{
	text-align: center;
	margin: 0px 0px;
}

.banner
{
	float: left;
	margin: 0px 27px 0px 0px;
	cursor: pointer;
}

#panel
{
	width: 720px;
	height: 370px;
	margin: auto;
}

.bannerdiv
{
	float: left;
	width: 213px;
	height: 370px;
}

#panel.home div.bannerdiv
{
	float: left;
	width: 720px;
	height: 130px;
	text-align: left;
}

#tekst
{
	float: left;
	width: 507px;
	height: 370px;
	text-align: left;
}

/* * * u p l o a d  * * */

#uploaddiv
{
	background: #eee;
	width: 500px;
}

.fileselection
{
	/*position: absolute;
	top: 50px;
	left: 50px;*/
	border: 1px solid black;
	background: white;	
	width: 600px;
	height: 400px;
	overflow: scroll;
}

.fileselectionbar
{
	width: 100%;
	height: 24px;
	text-align: right;
	background: rgb(110,147,190);
	color: #fff;
}

/* * * t h u m b s  * * */

#thumbcontainer
{
	float: left;
	width: 175px;
	height: 334px;
	overflow: hidden;
}

#thumbs
{
	width: 155px;
	height: 334px;
	text-align: center;
	overflow: hidden;
}

.thumb
{
	height: 100px;
	border: 1px solid black;
	margin: 3px 0px;
	cursor: pointer
}

#up 
{
	position: absolute;
	top: 148px;
	left: 159px;
	width: 11px;
	height: 12px;
	background: url(/images/imgup.gif);
	cursor: pointer;
}
#down
{
	position: absolute;
	top: 163px;
	left: 159px;
	width: 11px;
	height: 12px;
	background: url(/images/imgdown.gif);
	cursor: pointer;
}

#waarom
{
}

#waarom ul
{
	list-style-type: square;
}


#waarom ul li
{
	line-height: 30px;
}

table.list
{
	width: 700px;
	border-collapse: collapse;
	border: 1px solid #aaa;	
}

table.list td
{
	padding: 3px;
	border-right: 1px solid #aaa;	
}

table.list tr.th
{
	background: rgb(50,44,112);
	font-weight: bold;
	color: #fff;
}

table.list tr.ai
{
	background: #ddd;
}

#ctl00_ContentPlaceHolder1_wcBanner_cblFiles input
{
	width: auto;
}

#ctl00_ContentPlaceHolder1_wcBanner_cblFiles label
{
	cursor: crosshair;
}

#preview
{
	float: right;
	width: 283px;
	height: 422px;
}
