* {
	font-family: "Lucida Grande",Arial,sans-serif;
}

body {

	margin:0px;
	padding:0px;
	background-image:url('./images/back_repeat.png');
	background-repeat:repeat-x;
	font-size:12px;
	
}

p {
	margin-top:0px;
	margin-bottom:10px;
}

#container {
	position:absolute;
	top:0px;
	width:915px;
	height:600px;
	left:50%;
	margin-left:-457px;
}

#header {
	background:url('./images/header.jpg');
	background-repeat:no-repeat;
	position:relative;
	width:915px;
	height:196px;
	text-align:left;
	margin:0 auto; padding:0 0px 0 0px; 
}

	#joke_naam {
		position:absolute;
		left:60px;
		top: 13px;
		font-size:28px;
		color:#5D667D;
	}
	
	#joke_titel1 {
		position:absolute;
		left:60px;
		top: 110px;
		font-size:12px;
		color:#FAAF16;
	}
	
	#joke_titel2 {
		position:absolute;
		left:60px;
		top: 140px;
		font-size:12px;
		color:#FAAF16;
	}
	
	#zoeken {
		position:absolute;
		right:10px;
		top: 6px;
		font-size:12px;
		color:#FAAF16;
		line-height:16px;
	}
	
	#zoekVeld {
		float:left;
		margin-right:25px;
	}
	
	#zoeken input {
		border:0px;
		color:#CCCCCC;
	}
	
	#zoeken a {
		border:0px;
		padding:0px;
		margin:0px;
		background-color:#FFFFFF;
	}
	
	#zoeken a img {
		border:0px;
		padding:0px;
		margin:0px;
	}

#left {

	background-image:url('images/navigation_back.png');
	background-repeat:no-repeat;
	width:100%;
	padding-left:36px;
	padding-right:20px;
	width:207px;
	height:400px;

}
	.menu_item {
		-webkit-border-radius: 5px;
    	-moz-border-radius: 5px;
    	background-color:#e5e5e5;
    	padding:1px;
    	padding-right:7px;
    	display:block;
    	font-size:18px;
		color:#404d6c;
		text-align:right;
		margin-bottom:1px;
		text-decoration:none;
	}
	
	.menu_item:hover {
		background-color:#ffffff;
	}
	
	.menu_item_active {
		-webkit-border-radius: 5px;
    	-moz-border-radius: 5px;
    	background-color:#ffffff;
    	padding:1px;
    	padding-right:7px;
    	display:block;
    	font-size:18px;
		color:#404d6c;
		text-align:right;
		margin-bottom:1px;
		text-decoration:none;
	}
	
	.menu_subitem {
		-webkit-border-radius: 5px;
    	-moz-border-radius: 5px;
    	background-color:#efefef;
    	background-image:url('images/menu_sub_not_selected.png');
    	background-repeat:no-repeat;
    	background-position:right;
    	padding:3px;
    	padding-right:10px;
    	display:block;
    	font-size:14px;
		color:#7f8aa3;
		text-align:right;
		margin-bottom:1px;
		text-decoration:none;
	}
	
	.menu_subitem_active {
		-webkit-border-radius: 5px;
    	-moz-border-radius: 5px;
    	background-color:#ffffff;
    	background-image:url('images/menu_sub_selected.png');
    	background-repeat:no-repeat;
    	background-position:right;
    	padding:3px;
    	padding-right:10px;
    	display:block;
    	font-size:14px;
		color:#404d6c;
		text-align:right;
		margin-bottom:1px;
		text-decoration:none;
	}

table{width:auto;}
table td , table th{vertical-align:top; width:auto;padding:0px;margin:0px;}

table.layout{margin:0px 0; width:100%;}

#content {

	width:915px;
	position:relative;

}

#static td,th {
	padding:3px;
	padding-right:8px;
}

#content ul {
	list-style-type: disc;
	padding-left:15px;
}

h1 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#f7921e;
	padding:1px;
	padding-left:7px;
	margin-top:20px;
	display:block;
	font-size:18px;
	color:#ffffff;
	margin-bottom:1px;
	text-transform:uppercase;
}

h1 a {
	color:#ffffff;
	text-decoration:none;
}

h2 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#5d667d;
	padding:1px;
	padding-left:7px;
	margin-top:20px;
	display:block;
	font-size:18px;
	color:#ffffff;
	margin-bottom:1px;
	text-transform:uppercase;
}

h2 a {
	color:#ffffff;
	text-decoration:none;
}

.box_orange {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#f6ede4;
	padding:7px;
}

.box_orange a {
	color:#F7921E;
}

.box_orange_categorie {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#f6ede4;
	padding:7px;
	margin-bottom:2px;
}

.box_orange_categorie a {
	color:#F7921E;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	text-transform:uppercase;
}

.box_blue {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#e5ebf9;
	padding:7px;
}

.box_blue a {
	color:#5D667D;
}

.album {
	float:left;background-color:#EFAA59;padding:3px;width:80px;text-align:center;margin-right:5px;
	margin-bottom:10px;
}

.album:hover {
	background-color:#f7921e;
}

.album a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.album_blue {
	float:left;background-color:#9FA6B6;padding:5px;width:80px;text-align:center;margin-right:10px;
}

.album_blue:hover {
	background-color:#5d667d;
}

.album_blue a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.foto {
	width:80px;height:60px;border:5px solid #EFAA59;float:left;margin-right:7px;margin-bottom:7px;
}

.foto:hover {
	border:5px solid #f7921e;
}

.table_orange {
	width: 100%;
}

.table_orange td {
	background-color:#f6ede4;
	border:0px;
	border-top:1px solid #FFFFFF;
	padding:7px;
}

.table_orange a {
	color:#f7921e;
	font-weight:bold;
	text-decoration:none;
}

.table_orange_date {
	width:70px;
	color:#f7921e;
	font-weight:bold;
	text-decoration:none;
}

.table_orange_right {
	text-align:right;
}

.table_blue {
	width: 100%;
}

.table_blue td {
	background-color:#e5ebf9;
	border:0px;
	border-top:1px solid #FFFFFF;
	padding:7px;
}

.table_blue a {
	color:#5d667d;
	font-weight:bold;
	text-decoration:none;
}

.table_blue_date {
	width:70px;
	color:#5d667d;
	font-weight:bold;
	text-decoration:none;
}

.table_blue_right {
	text-align:right;
}

.date {
	color:#5d667d;
	font-weight:bold;
	text-decoration:none;
}

.picture_small {
	border: 3px solid #f7921e;
}

#edit {
	display:none;
}