html, body
{
	padding: 0px;
	margin: 0px;
	color: #000;
	font-family: sans-serif;
	background-color: #fa0;
	font-size: 17px;
}

di v { border: 1px solid blue; }

#wrapper
{
	width: 960px;
	margin: 20px auto;
	background-image: url(graphics/menuback.png);
	background-repeat: repeat-y;
}

#header
{
}

#menu
{
	float: left;
	width: 200px;
}

#menutitle
{
	background-color: #000;
	text-align: center;
	border-bottom: 1px solid #fa0;
	margin: 0px 3px;
	padding: 5px 0px 0px;
	font-weight: bold;
	text-align: center;
	color: #fa0;
}

#menu ul, #menu li
{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 5px;
}

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

#menu a
{
	text-decoration: none;
	display: block;
	padding: 3px;
	margin: 3px 0px;
	
	color: #fa0;
}

#menu .current a, #menu a:hover
{
	text-decoration: underline;
}

#content
{
	float: right;
	width: 720px;
	padding: 10px;
	min-height: 500px;
	
	background-color: #fff;
	border: 3px solid #000;
}

#title
{
	margin: 0px -10px 5px;
	padding: 0px 0px 5px;
	border-bottom: 3px solid #000;
	text-align: center;
}

#sessionbar
{
	margin: 0px -10px 5px;
	padding: 0px 0px 5px;
	border-bottom: 2px solid #fa0;
	text-align: right;
	font-size: 14px;
}

#footer
{
	text-align: center;
	padding: 10px;
	clear: both;
	background: #fa0;
}

#footer a
{
	text-decoration: none;
	color: #000;
}

form, fieldset
{
	padding: 0px;
	margin: 0px;
	border: none;
	clear: left;
}

label
{
	float: left;
	width: 250px;
	margin: 5px;
	padding: 5px;
}

input, select, textarea, span.input
{
	float: left;
	width: 350px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #000;
}
span.input
{
	border: 1px solid transparent;
}
input.submit
{
	width: 360px;
}
input.checkbox
{
	width: 20px;
}
textarea
{
	width: 620px;
	height: 300px;
}

fieldset br, .clear
{
	clear: both;
}

a
{
	text-decoration: none;
	color: #00f;
}

a:hover
{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, h7
{
	font-family: 'Comic Sans MS', sans-serif;
	clear: left;
}

#content img
{
	border: none;
	margin: 2px;
}

img.alignleft
{
	float: left;
	clear: left;
}
img.alignright
{
	float: right;
	clear: right;
}

p.error, p.warning
{
	padding: 5px;
}
p.error
{
	border: 3px solid #f00;
}
p.warning
{
	border: 3px solid #fa0;
}

p.lastupdate
{
	color: #666;
	font-size: 15px;
	clear: both;
}

p.pages
{
	text-align: right;
}

p.pages a.current
{
	text-decoration: none;
	font-weight: bold;
}

.comment
{
	clear: right;
	border: 2px solid #fa0;
	margin: 5px 0px;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.comment .avatar
{
	width: 130px;
	float: left;
	padding: 10px;
	margin-right: 10px;
}
.comment .avatar img
{
	display: block;
	margin: 5px auto;
}
.comment .user
{
	font-weight: bold;
	border-bottom: 1px solid #fa0;
	border-left: 1px solid #fa0;
	margin-left: 150px;
	padding: 3px;
}

.commentform label
{
	display: none;
}
.commentform textarea
{
	height: 100px;
	width: 520px;
}

.controls
{
	float: right;
}

.PopupOverlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
	background-color: #000;
}
.PopupFrame
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 400px;
	margin: -220px 0 0 -250px;
	z-index: 5001;
	background-color: #000;
}
.PopupFrame img
{
	display: block;
	margin: auto auto;
	margin: 0px;
	padding: 0px;
	border: none;
}
.PopupFrame a, .PopupFrame a:hover
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: center;
}

div.leiding h2, div.leiding h3,
div.bestuur h2, div.bestuur h3
{
	clear: both;
}

ul.dirs
{
	list-style-image: url(graphics/folder.png);
}

ul.files
{
	list-style-image: url(graphics/file.png);
}

.thumbs a
{
	display: block;
	width: 170px;
	height: 170px;
	float: left;
	text-align: center;
}
.thumbs a img
{
	display: block;
	margin: 10px auto !important;
}

.verhuurinfo iframe
{
	border: 2px solid #fa0;
	width: 700px;
	height: 400px;
}
iframe + a
{
	display: block;
	text-align: center;
	font-size: 15px;
}

#content a.mail img
{
	margin: 0;
	padding: 0;
}

#content table
{
	border-collapse: collapse;
}

#content table th, 
#content table td
{
	padding: 5px;
}

#content table th,
#content table td.header
{
	font-weight: bold;
	text-align: center;
}

#content table.striped
{
	width: 100%;
}
#content table.striped th, 
#content table.striped td
{
	border: 1px solid #fa0;
}
#content table.striped th
{
	background-color: #fc4;
}
#content table.striped tr.odd td
{
	background-color: #fea;
}

.avatarlist
{
	margin-left: 270px;
	margin-top: -45px;
}
.avatarlist img
{
	width: 30px;
	height: 30px;
	float: left;
	border: 2px solid #fff !important;
}
.avatarlist img.selected
{
	border: 2px solid #fa0 !important;
}
#usr_avatar 
{ 
	display: none; 
}

form.nolabels label
{
	display: none;
}

table.calendar tr
{
	height: 90px;	/* Actually, this acts as min-height... */
}

table.calendar tr.header
{
	height: auto;
}

table.calendar td, table.calendar th
{
	border: 2px solid #fa0;
	vertical-align: top;
	width: 90px;
}

table.calendar th
{
	background-color: #fc4;
}

table.calendar .day
{
	text-align: center;
	font-weight: bold;
}

table.calendar .name
{
	display: block;
	font-size: 12px;
	width: 90px;
	overflow: auto;
}

table.calendar td.today
{
	background-color: #fe8;
}

p .prevmonth
{
	display: block;
	float: left;
}
p .nextmonth
{
	display: block;
	float: right;
}
