body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	/*background: url("img/bghead.jpg") repeat-x;*/
	line-height: 16px;
	color: #4F4F4F;
	}
	
#head, #wrap {
	width: 768px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	}

#sidebar {
	width: 200px;
	float: left;
	margin-top: 0px;
	}
	
#content, #kolom {
	width: 548px;
	float: right;
	margin-top: 0px;
	font-size: 12px;
	text-align: justify;
	}


.col1 {
	width: 200px;
	text-align: left;
	float: left;
}

.col2 { text-align: left;
}

#faq, .faq { width: 560px; 
}

.faq1 {
	width: 60px;
	text-align: justify;
	float: left; 
	font-weight: bold;
    padding: 5px 0px 5px 0px;

}

.faq2 { text-align: justify;
    width: 500px; 
    padding: 5px 0px 5px 0px;
/*    float: right; */

}

.bold { font-weight: bold; }
.black {color:black;}
.red { color: red; }
.blue {color: blue; }
.orange {color: #FFA602; }

img { border: none; }

/*----------- sidebar ------------*/

	#sidebar h2 { 
	margin: 0px;
	font: bold 14px Georgia, Times New Roman, sans-serif;
	padding: 5px 0px 5px 5px;
	border-bottom: 1px solid #E2E2E2;
	color: #FFFFFF;
	background: #FFBC35;
	display: block;
	}
	#sidebar ul {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #E2E2E2;
	}
	#sidebar ul li {
	margin: 0px;
	list-style-type: none;
	border-bottom: 1px solid #FFFFFF;
	background: #F6F6F6; }

	/*#sidebar ul li:hover {
	background: #CBE665; }*/
	
	#sidebar ul li a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 4px;
	background: #F6F6F6; }

	#sidebar ul li a:hover {
	color: #005F90;
	text-decoration: none; background: #CBE665; }
	
.testi {
	padding: 3px;
	background: #F6F6F6;
	border-bottom: 1px solid #FFFFFF;
	}

.d { display: none; }
	
/*----------- Content ------------*/

#content h2 { 
	margin: 0px;
	font: bold 15px Trebuchet Ms, Verdana, sans-serif;
	padding-bottom: 0px;
	color: #1496F9;
	text-transform: uppercase;
	}

#content a {
	color: #1496F9;
	text-decoration: none;
	}
	
#content a:hover {
	border-bottom: 1px dotted #FF0000;
	color: #1496F9;
	text-decoration: none;
	}

.list ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
.list ul li {
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 16px;
	border-bottom: 1px dotted #E2E2E2;
	list-style-type: none;
	background: url("img/li.jpg") 0px 6px no-repeat;
	}
.list ul li:hover {
	background: url("img/li2.jpg") 0px 6px no-repeat;
	}

blockquote { color: #FFA602;  }

.teaser { 
	padding: 10px;
	background: #F5F3F1;
	margin-bottom: 20px;
	margin-left: 20px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	text-align: left;
	font-size: 11px; 
	float: right; 
	width: 250px;
	font-family: Georgia, Times New Roman, sans-serif;
	}
	
/*----------- Portfolio ------------*/

#port {
	text-align: left;
}

#port ul {
	margin: 0px;
	padding: 0px;
	}
#port li {
	padding: 0px 10px 10px 0px;
	list-style-type: none;
	background: none;
	float: left;
	}
#port li img {
	padding: 5px; 
	border: 1px solid #F2F2F2;
	margin: 10px 5px 0px 0px;
	background: #F3FFCF;
	}
#port li img a {
	background: #FFFFFF;
	}
#port li img a:hover {
	background: #C2E361;
	border: 1px solid #BEE5F4;
	}
	

/*----------- Footer ------------*/

#footer {
	clear: both;
	padding: 20px;
	text-align: center;
	border-top: 5px solid #C6E46A;
	/*background: url("img/bgfoot.jpg") bottom no-repeat;*/
	}
#footer a {
	color: #1496F9;
	text-decoration: none;
	}
#footer a:hover {
	border-bottom: 1px dotted #FF0000;
	color: #1496F9;
	text-decoration: none;
	}

/*--------- The FancyTooltip itself. -----------*/

div.fancytooltip {
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	color: #333333;
	height: auto;
	left: 0;
	padding: 4px;
	position: absolute;
	top: 0;
	width: 25em;
	width: auto;
	z-index: 20;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 7px;
	-moz-opacity: .91;
}
	
/* The title/alt within the FancyTooltip. */
div.fancytooltip p {
	border-bottom: 0px;
	font-size: 12px;
    margin: 0;
	padding: 0 3px;
	-moz-opacity: 1;
}

/* The URI below the title of an anchor FancyTooltip. */
div.fancytooltip p.destination {
	border-bottom: 0px;
    font-size: 11px;
    padding-top: 3px;
	text-align: left;
	-moz-opacity: 1;
}

/*- The Access Key of an anchor. */
div.fancytooltip p span.accesskey {
	color: #D11717;
}
.navtext {
	font-size:11px;
	layer-background-color:#E5E4DF;
	background-color:#FFFFFF;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #C0C0C0;
	}
