/*
Website.css bevat specifieke css voor deze website
*/

.head {
	background-color: #FFFFFF;

	height: 140px;
	width: 900px;
}

.header {
	width: 850px;
	
	padding-top: 40px;
	
	text-align: left;
}

.top {
	position: absolute; 
	
	margin-left: 116px; 
	
	height: 36px; 
	width: 754px; 
	
	background-image: url('/images/kop_naam.gif'); 
	background-repeat: no-repeat;
}	

.slogan {
	position: absolute; 
	
	margin-left: 116px; 
	margin-top: 36px; 
	
	height: 35px; 
	width: 584px; 
	
	background-image: url('/images/payoff.gif'); 
	background-repeat: no-repeat; 
	background-color: #43CCDC;
}

.header .logo {
	position: absolute;
	
	width: 116px;
	height: 89px;
	
	background-image: url('/images/logo_GW.gif');
	background-repeat: no-repeat;
}

.header .search {
	position: absolute; 
	
	margin-left: 680px; 
	margin-top: 36px; 
	
	height: 35px; 
	width: 170px; 
	
	background-color: #9B9A9A; 
	
	font-family: Verdana; 
	font-size: 9px; 
	font-weight: bold;
	
	color: #FFFFFF; 
}

.header .search div {
	margin: 2px 0px 0px 5px;
}

.header .search div input {
	width: 128px; 
	height: 14px; 
	
	font-size: 9px; 
	
	margin-top: 1px;  
	
	border: none; 
	
	background-color: #E4E4E4;
}

.header .search div img {
	margin-left: 5px;
}

.header .menu {
	display: block; 
	position: relative;
}

.header .empty {
	position: absolute; 
	
	margin-left: 680px; 
	margin-top: 73px; 
	
	width: 170px; 
	
	background-color: #DEDBDE; 
	
	height: 16px; 
	
	font-size: 1px;
}

.main {
	background-color: #FFFFFF; 
	
	width: 900px;
}

.main .middle {
	width: 850px; 
	
	text-align: left;
}

.main .middle .holder {
	width: 100%; 
	
	border: none;
}

.main .middle .holder td {
	vertical-align: top; 
}

.main .middle .holder .left {
	width: 112px;
}

.main .middle .holder .center .value {
	margin-left: 20px;
	margin-right: 20px;
}

.main .middle .holder .right {
	width: 170px;
}

.box {
	border-left: 1px dashed #A0A0A0;
}

.bottom_line {
	border-bottom: 1px dashed #A0A0A0;
}

.box .title {
	background-color: #43CCDC;
	
	padding-left: 8px; 
	padding-top: 2px; 
	
	color: #FFFFFF; 
	
	height: 18px; 
	
	font-size: 11px; 
	font-weight: bold; 
	font-family: Verdana;
}

.box .content {
	background-color: #DBDADA; 
	
	font-size: 11px; 
	font-family: Arial;
}

.box .content .value {
	padding: 4px 4px 0px 8px;
}

.box .content .value a {
	font-weight: bold; 
	text-decoration: none;
}
