margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}
p {
	margin: 10px;
}
ul, ol {
	margin: 5px 10px;
	padding: 0 15px;
	color: #FF1A00;	
}
ul span, ol span {
	color: #666;
}

/* form elements */
form {
	margin:10px; padding: 5px;
	border : 1px solid #000000;
	background-color : #EDEDED;
}
label {
	cursor: pointer;
}
label.field {
	cursor: auto;
	display : block;
	font-weight : bold;
	margin : 5px 0;
	color : #666;
	background-color : #EDEDED;
}
label.veld {
	display: block;
	font-weight: bold;
	margin: 5px 0;
	color: #666;
	width: 150px;
	background-color : #EDEDED;
	}
input, select, button {
	border : 1px solid #eee;
	padding : 4px;
	margin-right: 2px;
	font : Verdana;
	color : #666;
	width : 313px;
}
input[type=checkbox], input[type=radio], input[type=date] {
	border : 0px solid #eee;
	width: auto;
}
input.small, select.small {
	width: 150px;
}
input.none, textarea.none, select.none {
	width: auto;
	height: 250px;
}
input.error, textarea.error {
	border: 2px solid #000000;
}
p.none {
	padding: 0;
}
form #submit, select {
	width : 323px;
}
textarea {
	width : 300px;
	padding : 4px;
	font : Verdana;
	border : 1px solid #eee;
	height : 125px;
	display : block;
	color : #666;
}
div.stats, table.stats {
	border: 2px solid #000000;
	font-size: 8px;
	margin: 5px;
	padding: 4px;
}
table.stats tr.title {
	font-weight: bold;
}
table.stats td {
	padding: 0px 4px;
}
pre {
	font-family: "Verdana", Verdana, monospace;
}


input[type='submit'] {  
   background-color: #B3B3B3;  
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 600px;
	background: #FFF;
	margin: 0px auto;
	padding: 7px 7px 30px 7px;
	text-align: left;
	border: 1px solid #CCC;
	overflow: hidden;
}

#footwrap {
	width: 600px;
	background: #FFF;
	margin: 0px auto;
	padding: 7px 7px 60px 7px;
	text-align: left;
	border: 1px solid #CCC;
	min-height: 2%;
	height: 250px;
	overflow: hidden;
}
#content-wrap {
	clear: both;
	width: 949px;
	padding: 0; 
	margin: 0 auto;
}
#admin-wrap {
	width: 400px;
	background: #FFF;
	margin: 0px auto;
	padding: 7px 7px 60px 7px;
	text-align: left;
	border: 1px solid #CCC;
	min-height: 35%;
	height: auto;
	overflow: hidden;
}
#header {
	width: 950px;
	position: relative;
	height: 80px;
	background: #CCC url(../images/header.png) no-repeat center bottom;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1 {
	padding: 5px 0px 0px 20px;
	font: Verdana;
	letter-spacing: -1px;
	color: #FFF;
}
#header h2 {
	padding: 0px 0px 0px 20px;
	font: Verdana;
	letter-spacing: -1px;
	color: #eee;
}
#header h3 {
	padding: 0px 0px 0px 20px;
	font: Verdana;
	letter-spacing: -1px;
	color: #eee;
}
#info {
	border: 1px solid #ccc;
	margin: 10px 0px 0px 10px;
	padding: 10px;
	width: 300px;
	display: block;
}
#info p {
	padding: 0;
	margin: 0;
}

/* Menu */
#menu {
	clear: both;	
	margin: 0; 
	padding: 0 10px 0 0;
	background: url(../images/menu.png) repeat-y center top;	
	font: Verdana;
	height: 18px;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover, #menu ul li a.active {
	background-color: #FFF;
	color: #333;	
}
/* Main Column */
#main {
	float: right;
	width: 70%;
	padding: 0; 
	margin-right: 20px;
	text-align: justify;
}
#main h1 {
	margin-top: 10px;
	font: Verdana;
	color: #88ac0b;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(../images/square-green.png) no-repeat 3px 50%;	
}
#main h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0;
	color: #555;
	border-bottom: 1px dotted #EFF0F1;
}
#main h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0;
	color: #555;
	border-bottom: 1px dotted #EFF0F1;
}
#main h2.stats {
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 0px;
}
#main h2.more {
	background: #FFF url(../images/arrow_right.png) no-repeat 3px 50%;
	cursor: pointer;
	padding: 4px 0px 5px 25px;
	margin-bottom: 0px;
}
#main h2.less {
	background: #FFF url(../images/arrow_down.png) no-repeat 3px 50%;
	cursor: pointer;
	padding: 4px 0px 5px 25px;
	margin-bottom: 0px;
}
#main h3 {
	margin-top: 10px;
	background: #FFF url(../images/header3bg.png) repeat-x left bottom;
}
#main p.subh3 {
	margin: 0px;
	padding: 5px 10px;
	border: 1px solid #E4E4E4;
}
#main ul li{
	line-height: 15px;
}
#main ol li {
	line-height: 15px;
}
#source {
	padding-top: 20px;
}
#reacties p {
	padding-left: 6px;
}
#reacties p.titel {
	background-color: #EEF7D4;
	font-weight: bold;
	padding: 1px 0px 1px 4px;
}
#reacties p.reactie {
	background-color: #f9f9f9;
	margin-top: -5px;
}	
#reacties textarea {
	width: 400px;
	height: 150px;
}
#output {
	margin: 10px;
	padding: 10px;
	width: 400px;
	border: 1px solid #fc0;
	background-color: #ffc;
}
.hr {
	margin: 10px;
	border-bottom: 1px solid #f2f2f2;
}

/* Gastenboek */
.gb_message {
	border: 2px solid #88ac0b;
	margin: 10px;
}
.gb_message p {
	margin: 5px;
}
.gb_datum {
	float: right;
}
.gb_datum p {
	margin: 0px 10px 0px 0px;
}
.gb_title {
	border-bottom: 1px dotted #88ac0b;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 26.5%;
	padding: 0; margin: 0;	
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(../images/headerbg.png) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
#sidebar h1 a {
	color: #555;
}
#sidebar .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	background: url(../images/go.png) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#sidebar ul.sidemenu a {
	text-decoration: none;	
	background-image: none;	
}

/* Footer */	
#footer {
	color: #000000;
	background: #FFF;
	width: 600px;
	height: 40px;
	text-align: center;	
	font-size: 92%;
	border-top: 1px solid #ccc;
	margin: 0px auto;
	position: relative;
	margin-top: 55px;
}
#footer a { text-decoration: none; }

/* Snippets */
ul.snippets {
	float: left;
	width: 29%;
	height: 150px;
	overflow: auto;
	list-style:none;
	border: 1px solid #EFF0F1;
	padding: 2px 0px 2px 5px;
}
ul.snippets li {
	padding: 3px 0px;	
}
ul.snippets li a:link, 
ul.snippets li a:visited {
	border: 1px solid #fff;
}
ul.snippets li a:hover,
ul.snippets li a:active {
	text-decoration: underline;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.small { font-size: 9px; line-height: 0px; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }

/* display and additional classes */
.clear { clear: both; }
.hidden { display: none; }
.shown { display: block; }
.gray { color: #000000; }
.img_lijnuit { margin-left: 10px }
.loading { height: 30px; width: 313px; background:url(../images/loading.gif) no-repeat center;}

/* AJAX sorting table */
table.ajax_sort { margin: 10px; }
table.ajax_sort td { padding: 0px 15px 0px 4px; }
table.ajax_sort td.asc { background:url(../images/sort_arrow_asc.png) no-repeat right; }
table.ajax_sort td.desc { background:url(../images/sort_arrow_desc.png) no-repeat right; }
table.ajax_sort td.sort_link { cursor: pointer; }
table.ajax_sort tr.title { font-weight: bold; }


