/* Default */
html, body{
	height:100%;
}
body{	
	margin:0px;
	background:#eee;
}
#container-table{
	background:#fff;	
	margin:auto;
	width:936px;
}
#container_column{
	background:url('../images/achtergronden/1.jpg') no-repeat bottom right;	
}
#container{
	width:936px;
	padding:20px 20px 0 20px;	
	/*background:url('../images/layout/body_background.jpg') no-repeat 280px 310px;*/
}


#sidebar-left{
	width:240px;
	float:left;
}
#zout_logo{
	margin-bottom:60px;
}
.knop{
	margin:10px 0;
}
#content-container{
	width:690px;
	float:left;
	padding-bottom:20px;
}
#header{
	clear:left;
	margin-bottom:20px;
}
#navigation{
	margin-bottom:12px;
}

#illustrations{
	float:right;
	width:150px;
	padding:90px 0 0 0;
	position:relative;
	top:-60px;
	margin:0px 0;
	
}

#sub-navigation{
	margin-top:20px;
}

#content{
	float:left;
	width:470px;
}


#footer{
	background-color:#666;
	clear:both;
	font-size:10px;
	color:#ffffff;
	padding:2px;
	text-align:center;
}

/* Default Formulieren */

.formulieren #page_illustration, .formulieren #sidebar_pics{display:none;}
.formulieren #content_container{padding-right:10px;}

/* Texts */
body{
	font-size:11px;
	font-family:Arial, Sans;
	color:#555;
}
#content_container{
	font-size:11px;
	line-height:140%;
}
#content{
	line-height:160%;
}
h2{
	font-size:17px;
	text-transform:uppercase;	
}
h3{
	font-size:12px;
	margin:10px 0 10px 0;
	color:#608096;
}
h3 a{
	text-decoration:none;
}
body a{
	color:#608096;
}
body a:hover{
	color:#000;
}


/* Administratie */

.form-category{
	color:#608096;
	font-size:13px;
	font-weight:bold;
	height:1.6em;
	background:#eee;
}

#admin-panel{
	background:#608096;
	overflow:none;
	padding:4px 10px;
	margin:0;
	border:0;
	text-align:center;
}
#admin-panel a{
	font-size:11px;
	margin:0 10px;
	color:#fff;
}

.content-preview{
	border:1px #ccc dashed;
	padding:10px;
}
.content-preview a{
	color:#608096;
}

.content-preview h2{
	font-size:17px;
	text-transform:uppercase;	
	color:#608096;
}
.content-preview h3{
	font-size:12px;
	margin:10px 0 10px 0;
	color:#608096;
}

/* Control Tabs */
ul.control-tabs li a.active {
	background:#608096;
}

