body {
	margin:			0px;
	padding:		0px;
	background:		#ccc url("images/back.jpg") repeat-y scroll center;
	text-align:		center;
	font-family:	verdana, arial, sans-serif;
}
input {
	font-family:	verdana, arial, sans-serif;
}
 
.nodisplay {
	display:		inline;
}

#center{
	width:			auto;
	background:		#fff;
}

#header {
	background:		none;
	height:			80px; 
	width:			auto;
}
#header h1 {
	top:			0px;
	left:			140px;
	font-size:		48px;
}
#header h2,
#leftcol,
img.admin {
	display:		none;
}
#footer{
	clear:			both;
	display:		block;
	height:			20px;
	width:			auto;
	color:			#000;
	background:		#fff;
	font-family:	'arial narrow', tahoma, arial, sans-serif;
	font-size:		11px;
}
#footer #midden {
	width:			auto;
}
#main{ 
	float:			left; 
	width:			auto;
	margin:			0px;
	position:		relative;
	padding:		0;
	top:			0px;
} 

.left {
	float:			left;
	width:			68%;
}
.right {
	float:			right;
	width:			28%;
}

#main p {
	margin:			5px 0px 5px 0px;
	line-height:	15px;
	width:			95%;
}

#main div.bigbox{
	width:			auto;
	margin:			0px;
	border:			0px;
	background:		#fff;
	font-size:		12px;
}
#main div.bigbox h3 {
	font-size:		18px;
	font-style:		italic;
	font-weight:	bold;
	margin:			5px 2px 2px 2px;
	border-bottom:	1px solid #ccc;
	padding:		0;
	height:			22px;
	background:		#ccc;
	width:			auto;
	text-align:		center;
}

#agenda div {
	position:		absolute;
	font-size:		10px;
	height:			14px;
	text-align:		center;
}
#agenda table {
	margin-left:		auto;
	margin-right:		auto;
	border-width:		0px 0px 0px 0px;
	border-spacing:		0px;
	border-collapse:	collapse;
}
#agenda thead td {
	background:		url("images/agenda-30.gif");
	height:			30px;
	font-weight:	bold;
	text-align:		center;
	vertical-align:	middle;
	font-size:		12px;
	border-width:	0px 1px 0px 1px;
	padding:		0px 0px 0px 0px;
	border-style:	solid solid solid solid;
	border-color:	#000 #fff #000 #fff;
}
#agenda tbody td {
	font-size:		10px;
	vertical-align:	top;
	height:			80px;
	border-width:	0px 1px 0px 1px;
	padding:		0px 0px 0px 0px;
	border-style:	solid solid solid solid;
	border-color:	#000 #fff #000 #fff;
}
#agenda tfoot td {
	height:			30px;
	text-align:		center;
	border-width:	0px 1px 0px 1px;
	padding:		0px 0px 0px 0px;
	border-style:	solid solid solid solid;
	border-color:	#000 #fff #000 #fff;
}
#agenda .entry1 {
	background:		#eee url("images/agenda-80.gif");
	width:			112px;
}
#agenda .entry2 {
	background:		#fff url("images/agenda-80.gif");
	width:			112px;
}
#agenda .wknd {
	background:		#ddd url("images/agenda-80.gif");
	width:			75px;
}
#agenda .weekno {
	background:		url("images/agenda-80.gif");
	width:			30px;
	font-weight:	bold;
	text-align:		center;
	vertical-align:	middle;
	font-size:		12px;
}
#agenda .act_studie {
	background:		#99f;
}
#agenda .act_recreatief {
	background:		#9f9;
}
#agenda .act_tentamen {
	background:		#f99;
}
#agenda .act_vakantie {
	background:		#cef;
}
#agenda .act_vdw {
	background:		#f90;
}
#agenda .act_vdw a:hover {
	color:			#fff;
}
#agenda .act_extern {
	background:		#fe9;
}
#agenda .act_overig {
	background:		#fff;
}

.koerier table tr td {
	width:			180px;
	text-align:		center;
}

table {
	border:			0;
	border-spacing:	0;
	padding:		0;
	margin:			0px 10px 0px 10px;
}

.besturen td {
	height:			20px;
	text-align:		left;
	vertical-align:	top;
	font-size:		12px;
}

table.borrel_assortiment {
	width:			600px;
	margin:			0px 0px 0px 10px;
}
.borrel_assortiment td {
	width:			50%;
	text-align:		left;
	vertical-align:	top;
	font-size:		12px;
}

table.admin {
	width:			600px;
}

table.photoalbums, table.photos {
	border:			0;
	border-spacing:	0;
	padding:		0;
}
.photoalbums td {
	width:					185px;
	line-height:			20px;
	border:					1px solid black;
	text-align:				center;
	vertical-align:			top;
}
.photos td {
	width:			190px;
	height:			160px;
	text-align:		center;
	vertical-align:	middle;
}

table.photo {
	border:			0;
	border-spacing:	0;
	padding:		0;
	margin:			0px 10px 10px 10px;
	width:			600px;
}
.photo td.nav img {
	margin-top:		150px;
}

.date {
	display:		block;
	width:			100%;
	margin:			0px;
	text-align:		right;
	font-size:		10px;
	font-style:		italic;	
}
.reactions {
	display:		block;
	width:			100%;
	margin:			0px;
	font-size:		10px;
	font-style:		italic;
}

.reaction em {
	margin-left:	10px;
	font-size:		10px;
	color:			#808080;
}
p.reaction {
	border:			1px dotted black;
	padding:		5px;
}

#main p.shout em {
	display:		inline;
}

textarea {
	font-family:	verdana, arial, sans-serif;
	font-size:		12px;
}

textarea.html {
	font-family:	courier;
	font-size:		12px;
}

.poll {
	font-size:		10px;
	width:			220px;
}
table.poll {
	margin-left:	auto;
	margin-right:	auto;
}
.poll td {
	text-align:		left;
	font-size:		10px;
	padding:		2px;
}
.poll th {
	text-align:		center;
	font-size:		11px;
}
.poll td td {
	text-align:		left;
}
.sectiontableentry1  td {
	background:		#eee;
}
.sectiontableentry2 td {
	background:		#fff;
}
.button {
	border:			1px solid #bbb;
}
.inputbox {
	border:			1px solid #bbb;
}
form {
	margin:			0;
	padding:		0;
}

table.borreltenders {
	border:			0;
	padding:		0;
	margin: 		0px 0px 0px 0px;
	background:		#000 url("images/borreltenders.jpg");
	color:			#fff;
	text-align: 	left;
}

.clear {
	clear:			both;
}

.admin th {
	text-align:	center;
}

.books td {
	border-bottom:	1px solid #000;
	font-size:		11px;
}

.warning {
	padding:		10px;
	display:		block;
	color:			red;
	background:		yellow;
}
.browse {
	font-size:		10px;
	text-align:		center;
	line-height:	100%;
}
.browse img {
	position:		relative;
	top:			2px;
}

.enquete td {
	border-bottom:	1px solid grey;
}