@import url("common.css");

html {
	min-height: 100%;
	margin-bottom: 1px;	
}

body {
	background: rgb(200,200,200);
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#site {
	width: 950px;
	margin: auto;
	text-align: left;
	height: 101%;
}

/* HEADER */
#headerimage {
	display: block;
	width: 950px;
	background: url("../img/header.jpg") left no-repeat;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	position: relative;
}

#headerimagesub {
	display: block;
	border: 1px solid black;
	height: 135px;
}

#headerimage a {
	text-decoration: none;
}

#headerimage span#weblogname {
	float: right;
	text-align: right;
	margin: 33px 20px 0px 0px;
	width: 280px;
	color: white;
	font-size: 15px;
	font-weight: bold;
}

/* MENU */
#menu {
	margin-top: 5px;
	position: absolute;
	height: 21px;
	bottom: 5px;
	left: 5px;
}

#menu ul {
	list-style: none ! important;
	padding: 0px;
	margin: 0px;
}

#menu li {
	float: left;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	list-style-image: none;
	list-style-type: none;
	line-height: 14px;
	width: 140px;
}

.menu6 li {
	width: 154px;
}

#menu a {
	padding: 1px 3px 1px 3px;
	text-decoration: none;
	background-color: #BAD80A;
	color: white;
	border: 1px solid white;
	display: block;
	font-weight: bold;
}

#menu li.expanded ul li a {
	background: #BAD80A url("../img/arrow.gif") no-repeat right center;
}

#menu li.expanded ul li.leaf a {
	background-image: none;
}

#menu a:hover {
	color: #5A574A;
}

#menu li ul {
	position: absolute;
	display: none;
}

#menu li ul li {
	float: none;
	margin-top: -1px;
	_margin-top: -3px;
}

#menu li ul li ul {
	margin-left: 153px;
	margin-top: -20px;
}

/* CONTENT */
#content {
	margin-top: 5px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	overflow: hidden;
	_overflow: visible;
	width: 950px;
	background: url("../img/background.png");
}

.clearwhite {
	clear: both;
	height: 20px;
	overflow: hidden;
	margin: 0px 2px 0px 2px;
	padding: 0px;
	background: white;
}

#contentsub {
	padding: 0px 20px 0px 20px;
	min-height: 400px;
	_height: 400px;
}

#contentleft {
	float: left;
	width: 620px;
}

#contentright {
	float: right;
	width: 250px;
	padding-bottom: 10px;
	margin-top: -11px;
}

#contentright .block {
	border-bottom: 1px solid #1461A8;
	padding: 10px 0px 10px 0px;
}

#contentright h2 {
	color: #D6E03D;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 5px;
}

#contentright ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

/* FOOTER */
#footer {
	margin: 15px 0px 15px 0px;
	background-image: url("../img/footerbackground.png");	
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	overflow: hidden;
	_overflow: visible;
	width: 950px;
}

.cleargreen {
	clear: both;
	height: 15px;
	overflow: hidden;
	margin: 0px 2px 0px 2px;
	padding: 0px;
	background: #BAD80A;
}

#footersub {
	margin: 0px;
	padding: 0px 20px 0px 20px;
}

#footer, #footer a {
	color: #5A574A;
}

div#footer div.left {
	float: left;
}

div#footer div.right {
	float: right;
}

/* Profile */
div.passport div.picture {
	text-align: center;
	background: url("../img/passport_picture.jpg") no-repeat 40px 0px;
	height: 141px;
	margin-bottom: 7px;
}

div.passport div.picture img {
	margin-left: 5px;
	margin-top: 5px;
	width: 164px;
}

div.last {
	border-bottom: 0px ! important;
}

div.trackweblog a {
	display: block;
	width: 230px;
	height: 71px;
	background: url("../img/trackweblog_en.jpg") no-repeat center;
}

div.trackweblog_nl a {
	background: url("../img/trackweblog_nl.png") no-repeat center;
}

div.trackweblog a span {
	display: none;
}
