body, html {
	font-family: Verdana,Tahoma,Arial;
	font-size: 10px;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 0px 0px;	    
	background: url(images/main/gradient.jpg) repeat-x;
	background-color: #a1c3e4;
	height: 100%;
}

#container {
	margin:auto;
	margin-top: 10px;
	margin-bottom: 20px;
	width:917px;
}

#background {
	background: url(images/main/bg.jpg) repeat-x;
	background-position: bottom;
	height:100%;
	min-height:100%;
	margin: 0px;
	padding: 0px;
}
html>body #background{height:auto;}

#content {
	padding: 3px 3px 2px 3px;
}

#top {
	width: 780px;
	margin-bottom: 3px;
}

#bottom {
	background: url(images/main/bottom_bg.gif) repeat-x;
	height: 21px;
	margin: 0px 8px 0px 8px;
}

#skyscraper { 
	float:left;
	width:120px;
	height:600px;
	margin-left: 16px;
}

.t {background: url(images/main/dot.gif) 0 0 repeat-x; background-color: #FFFFFF; float:left; width:780px;}
.b {background: url(images/main/dot.gif) 0 100% repeat-x;}
.l {background: url(images/main/dot.gif) 0 0 repeat-y}
.r {background: url(images/main/dot.gif) 100% 0 repeat-y}
.bl {background: url(images/main/bl.gif) 0 100% no-repeat}
.br {background: url(images/main/br.gif) 100% 100% no-repeat}
.tl {background: url(images/main/tl.gif) 0 0 no-repeat}
.tr {background: url(images/main/tr.gif) 100% 0 no-repeat; padding:0px;}

/* TOOLTIP */

div#tooltip {
	display: none;
	position: absolute;
	
	width: 60px;
	padding-left: 4px;
	padding-right: 4px;
	top: 0px;
	left: 0px;
	
	background-color: #D5EEFF;
	border: 1px solid #000000;
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 9px;
	text-align: left;
	line-height: 13px;
	
	opacity: .80;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	z-index: 1000;
}

/* TEXTFORMAT */

.header_wit {
	font-family: Verdana,Tahoma,Arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.header_zwart {
	font-family: Verdana,Tahoma,Arial;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

h1 {
	font-family: Verdana,Tahoma,Arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
}

h2 {
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	margin: 0px;
}

.xl {
	font-family: Verdana,Tahoma,Arial;
	font-size : 22pt;
	font-weight : bold;
	color : #000000;
}

.wit {
	font-family: Verdana,Tahoma,Arial;
	font-size: 10px;
	color: #FFFFFF;
}

.blauw {
	color: #3C4E7A;
}

a {
	font-family: Verdana,Tahoma,Arial;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

.link_wit {
	font-family: Verdana,Tahoma,Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.link_zwart {
	font-family: Verdana,Tahoma,Arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.link_geel {
	font-family: Verdana,Tahoma,Arial;
	font-size: 10px;
	color: #e8dc7d;
	text-decoration: underline;
}

/* OTHER */

select {
	font-family: Verdana,Tahoma,Arial;
	font-size: 10px;
	background-color:#f4f9fe;
}

form {
	margin: 0px;
	padding: 0px;
}

.inputbox { 
	font: Verdana, Tahoma, Arial;
	font-size: 10px;
	height: 14px;
	border: 1px solid #7a7975;
	background-color:#f4f9fe;
}

.divscroll {
    scrollbar-3dlight-color:#f4e8ac;
    scrollbar-arrow-color:#FFFFFF;
    scrollbar-base-color:#f4e8ac;
    scrollbar-track-color:#f4e8ac;
    scrollbar-darkshadow-color:#f4e8ac;
    scrollbar-face-color:#c02d2c;
    scrollbar-highlight-color:#f4e8ac;
    scrollbar-shadow-color:#51483C;
}

.button {
	background : url(images/main/top/button.gif);
	width: 85px;
	height: 15px;
	line-height: 15px;
	font-family: Verdana,Tahoma,Arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.button_bottom {
	background : url(images/main/top/button_bottom.gif);
	width: 85px;
	height: 5px;
}

.tab {
	background : url(images/main/tab.gif);
	width: 76px;
	height: 17px;
	line-height: 16px;
	font-family: Verdana,Tahoma,Arial;
	text-align: center;
	font-size: 10px;
	color: #000000;
}

.tab2 {
	background : url(images/main/tab2.gif);
	width: 76px;
	height: 17px;
	line-height: 16px;
	font-family: Verdana,Tahoma,Arial;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
	color: #000000;
}

.dots_h {
	width: 100%;
	height: 7px;
	background: url(images/main/dots_h.gif) repeat-x
}

div.clear {
	clear: both;    
	height:1px;
	overflow:hidden;
	margin-top:-1px;
}

.colorswapper1 { background: none; }
.colorswapper2 { background: #ab2020; }