/*
/////////////////////////////////////////////////////
//	Created: 21/04/2009
/////////////////////////////////////////////////////
*/


body {
	background: url(../images/layout/background.jpg) #FFF no-repeat top fixed;
	margin: 0px;
	font: normal 12px Geneva, Arial, Verdana, sans-serif;
	color: #000;

	-webkit-background-size: 2000px 1200px;
}
* { margin: 0; padding: 0; outline: 0; }


/* IE6 hack */
/* IE6 */
* html #commentssss {
	padding: 5px;
}

/* IE7 hack */
/* IE7 */
*:first-child+html #commentssss {
	padding: 5px;
}

/*
IE 6 and below
    * html {}
IE 7 and below
    *:first-child+html {} * html {}
IE 7 only
    *:first-child+html {}
*/



/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 965px;
	margin: 0 auto;
	text-align: left;
	margin-top: -90px;
}
/***********
   HEADER
***********/
#header {
	width: 965px;
	position: relative;
	height: 103px;
	padding: 0;
	color: #FFF;

	/* IE6 */
	position:relative;
	overflow:hidden;
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	letter-spacing: 1px;
	color: #FFF;
	
	top: 85px; left: 290px;		
}
#header #header-right {
	position: absolute;
	top: 70px; right: 3px;	
	color: #C6DDEE;
	font-size: 10px;	
}
#header-logo {
	position: relative;
	background: url(../images/layout/logo.png) no-repeat;
	top: 125px; left: -25px;
	width: 306px;
	height: 90px;
	z-index:1000;
}
/* IE6 */
* html #header-logo {
	background: url(../images/layout/logo.gif) no-repeat;
}

/***********
   CONTENT
***********/
#content-wrap {
	clear: both;
	width: 965px;
	padding: 0; 
	margin: 2px auto 0px auto;
}

/***********
   SIDEBARS
***********/
#sidebar-item {
	width: 100%;
	padding: 0; margin: 0;
	margin-bottom: 2px;

	/* IE6 */
	position: relative;
	overflow: hidden;
}
#sidebar-left {
	float: left;
	width: 200px;
	padding: 0; margin: 0;
	color: #000;
}
#sidebar-left ul.sidemenu {
	list-style: none;
	text-align: right;
	margin: 25px 25px 25px 0; padding: 0px;
}
#sidebar-left ul.sidemenu li {
	list-style: none;
	padding: 10px 0 10px 0;
	color: #68774A;
}
/* IE6 */
* html #sidebar-left ul.sidemenu li {
	padding: 5px 0 5px 0;
}
/* IE7 */
*:first-child+html #sidebar-left ul.sidemenu li {
	padding: 5px 0 5px 0;
}
#sidebar-left ul.sidemenu li a {
	text-decoration: none;
	font-weight: bold;
	float: right;
	padding-right: 10px;
}
#sidebar-left ul.sidemenu li a:hover {	
	color: #1773BC;
}
#sidebar-left ul.sidemenu li div.square {
	background: url(/images/layout/square-15.gif) no-repeat;
	float: right;
	margin-top: 0px;
	width: 15px;
	height: 15px;
}

#sidebar-right {
	float: right;
	width: 200px;
	padding: 0; margin: 0;
	color: #000;
}
#sidebar-right h3 {
	margin: 5px;
	color: #000;
}
#sidebar-right h3 a {
	text-decoration: none;
	font-weight: bold;
	float: right;
	padding-right: 10px;
}
#sidebar-right h3 div.square {
	background: url(/images/layout/square-15.gif) no-repeat;
	float: right;
	margin-top: 3px;
	width: 15px;
	height: 15px;
}
#sidebar-right p {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}
/* IE6 */
* html #sidebar-right p {
	clear: both;
}
/* IE7 */
*:first-child+html p {
	clear: both;
}
#sidebar-right img {
	background: none;
	border: none;
	padding: 0;
}
#sidebar-right ul.newsticker {
	list-style: none;
	text-align: left;
	padding-left: 0px;
}

/* Main Column */
#main {
	float: left;
	width: 561px;
	padding: 0 0 20px 0; margin: 0px 2px 0px 2px;

	/* IE6 */
	position: relative;
	overflow: hidden;
}
#main #sidebar-item img {
	background: none;
	border: none;
	width: 551px;
	padding: 5px;
}
#main #sidebar-item .imgdivname {
	position: absolute;
	top: 200px; right: 5px;
	padding: 3px 15px;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}
#main #sidebar-item .imgdivplus-sign {
	position: absolute;
	top: -20px; left: 15px;
}
#main table {
	border-collapse: collapse;
	margin: 30px 0px 0px 20px;
	width: 500px;
}
#main table .iconleft {
	width: 40px;
	padding-right: 10px;
	text-align: center;
}
#main table .tblmembers {
	margin: 30px 0px 0px 0px;
	width: 100%;
}
#main p {
	margin: 5px 1px 5px 1px;
	padding: 5px 1px 5px 1px;
}
#main p table {
	margin: 0;
	width: 304px;
	text-align: left;
}
#main blockquote, blockquote a {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
#main h1 {
	margin-bottom: 10px;
}
*:first-child+html #main h1 {
	margin-top: 25px;
}
* html #main h1 {
	margin-top: 25px;
}
#main h3 {
	padding-top: 1px;
}
#main h3 a {
	text-decoration: none;
}

#main ul {
	margin: -10px 0 0 0;
}
#main ul li {
	margin: 0 0 0 15px;
}
#main ul li span.lispan {
	color: #000;
}







/********************************************
   HTML ELEMENTS
********************************************/ 

/* links */
a, a:visited {
	text-decoration: none;
	background: inherit;
}
a:hover {
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;	
	color: #000;	 		
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 16px;
}

/* images */
img {
	background: #FAFAFA;
	border: 1px solid #E5E5E5;
	padding: 5px;
}
img.img-no-border{
	background: none;
	border: none;
	padding: 3px 0px;
}
img.float-right {
	margin: 5px 0px 10px 10px;  
}
img.float-left {
	margin: 5px 10px 10px 0px;
}

/*h1, h2 {
	padding: 10px 42px 10px 50px;
	margin: 0;
}
*/

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 0px 0px 20px;
	width: 468px;
}
th strong {
	color: #fff;
}
th {
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	background-color: #333357;
}
tr {
	height: 20px;
}
td {
	padding-left: 0;
	padding-right: 0;
	line-height: 150%;
	padding-top: 2px;
}
td.first,th.first {
	border-left: 0px;
}
td.detail {
	font-size: 10px;
	text-align: center;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
form {
	margin: 0; padding: 0;
}
label {
	font-weight: bold;
	float: left;
	width: 100px;
	margin-bottom: 5px;
}
input {
	padding: 2px;
	border: 1px solid #eee;
	font: normal 11px Verdana, sans-serif;
	color: #777;
	margin-bottom: 5px;
	width: 300px;
}
input[type="file"] {
	width: 306px;
}
input[type="radio"] {
	width: 20px;
}
select {
	padding: 2px;
	border: 1px solid #eee;
	font: normal 11px Geneva, Arial, Verdana, sans-serif;
	color: #777;
	margin-bottom: 5px;
	width: 306px;
	height: 19px;
}
textarea {
	padding:2 px;
	font: normal 11px Geneva, Arial, Verdana, sans-serif;
	border: 1px solid #eee;
	height: 100px;
	color: #777;
	margin-bottom: 5px;
	width: 304px;
}
textarea.tinymce table {
	margin: 0;
}
input[type="button"], input[type="submit"] { 
	font: bold 12px Geneva, Arial, Verdana, sans-serif;
	height: 24px;
	margin: 0;
	padding: 2px 0px;
	color: #FFF;
	border: none;
	width: 106px;
	cursor: pointer;
}

/* search form */
.searchform {
	border: none;
	padding-top: 5px;
	width: 196px;
}
#cse-search-results iframe{
	width: 460px;
	
	-moz-opacity:.85;
	filter:alpha(opacity=85);
	opacity:.85;
}








/* Footer */	
#footer {
	color: #C6DDEE;
	clear: both;
	width: 100%;
	height: 30px;
	text-align: center;	
	font-size: 92%;	
}
#footer a { 
	color: #FFF;
	text-decoration: none; 
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }














.show30 {
	-moz-opacity:.30;
	filter:alpha(opacity=30);
	opacity:.30;

	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;

}
.show40 {
	-moz-opacity:.40;
	filter:alpha(opacity=40);
	opacity:.40;

	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;

}
.show65 {
	-moz-opacity:.65;
	filter:alpha(opacity=65);
	opacity:.65;

	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;
}
.show75 {
	-moz-opacity:.75;
	filter:alpha(opacity=75);
	opacity:.75;

	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;	
}
.show85 {
	-moz-opacity:.85;
	filter:alpha(opacity=85);
	opacity:.85;

	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;	
}
.show100 {
	-moz-opacity:.100;
	filter:alpha(opacity=100);
	opacity:.100;

	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;
}
.show75-2 {
	-moz-opacity:.75;
	filter:alpha(opacity=75);
	opacity:.75;
}
.bgblack {
	background-color: #000;
}
.bgwhite {
	background-color: #FFF;
}
.plus-sign{
	font-size: 30px;	
}
.uitkoopsom {
	color: #FFF;
	text-align: center;
	font-weight: bolder;
	font-size: 14px;
}
