html {
	overflow-y:scroll;
}

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:11px;
	color:#000;
	letter-spacing:1px;
	
	background-color:#f95d00;
}

a {
	color:#1E2832;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin:7px 0px;
}

h1 {
	font-size:11px;
	margin:0px 0px 7px 0px;
	font-weight:normal;
}
h1.pagetitle {
	display:inline;
	/*width:160px;*/
	height:20px;
	line-height:20px;
	padding:4px 10px;
}

h2 {
	font-size:13px;
}

h3 {
	font-size:11px;
	margin:0px;
}

h4 {
	font-size:11px;
}

ul {
	margin:0px;
	padding-left:15px;
}

em, strong {
	color:inherit;
}

div#dropshadow {
	width:914px;
	margin:0px auto;
	background:url(../media/dropshadow.jpg) repeat-y #f95d00;
}

div#wrapper {
	width:904px;
	margin:0px auto;
	position:relative;
}

div#header {
	width:904px;
	height:397px;
}
div#header img {
	border:none;
}

div#menu {
	width:904px;
	height:80px;
}
div#menu table {
	width:884px;
	height:60px;
	border-collapse:collapse;
	font-size:11px;
	margin-left:5px;
	margin-top:5px;
}
div#menu table td {
	width:175px;
	height:20px;
	line-height:20px;
}
div#menu table td.lastcolumn {
	width:120px;
}
div#menu table td a {
	display:block;
	color:#FFF;
	text-decoration:none;
	padding-left:10px;
	width:160px;
}
div#menu table td a:hover {
	text-decoration:none;
}
div#menu table td.lastcolumn a {
	color:#000;
	width:120px;
}

div#content-wrapper {
	width:904px;
	margin:0px auto;
	background-color:#fffafa;
}
div#content-left {
	float:left;
	width:224px;
	margin-left:5px;
	margin-top:17px;
	padding-bottom:40px;
}
div#content-left-right {
	float:left;
	width:675px;
}
div#content-left-right div.content-inner {
	width:550px;
	padding:20px 5px;
}
div#content-left-right img {
	border:none;
	margin-right:15px;
	margin-bottom:7px;
}
div#content-middle {
	float:left;
	width:445px;
	margin-top:12px;
}
div#content-middle img {
	padding:2px;
	border:1px solid #CCC;
	margin-top:5px;
}
div#content-middle img.left {
	margin-right:7px;
	margin-bottom:5px;
}
div#content-middle img.right {
	margin-left:7px;
	margin-bottom:5px;
}
div#content-right {
	float:right;
	width:225px;
}

div.content-inner {
	padding:5px 30px 40px 0;
}

div.content-bar {
	width:635px;
	height:25px;
}

img.content-afbeelding {
	float:left;
	margin-right:10px;
	margin-bottom:7px;
}

div#footer {
	width:904px;
	margin:0px auto;
	text-align:center;
	color:#FFF;
}
div#footer a {
	text-decoration:none;
	color:#FFF;
}
div#footer img {
	border:none;
	position:relative;
	top:1px;
}

div.clear {
	clear:both;
	height:1px;
	font-size:1px;
}

div#adres {
	margin-left:5px;
	margin-top:30px;
}


/**
 **/
div.nieuws {
	margin-top:10px;
	padding-bottom:10px;
}

div.nieuws_links {
	float:left;
	width:75px;
	text-align:left;
}
div.nieuws_links img {
	padding:2px;
	border:1px solid #CCC;
}
div.nieuws-geen-afbeelding {
	width:60px;
	height:60px;
	background-color:#CCC;
}

div.nieuws_rechts {
	float:left;
	width:135px;
	margin-left:5px;
}

div.nieuws_sep {
	width:200px;
	background-color:#FFDF01;
	height:1px;
	font-size:1px;
	text-align:center;
	margin-left:0px;
	margin-top:5px;
}

div.paging {
	margin-left:5px;
	color:#ea00bb;
	text-align:left;
}
div.paging a {
	color:#ea00bb;
}

div.agenda {
	clear:both;
	width:225px;
	margin-top:10px;
	background-color:#ecb906;
	color:#fff;
	font-weight:bold;
	height:20px;
	line-height:20px;
}

div#agenda {
	width:215px;
	background-color:#ecb906;
	margin-top:35px;
	padding:5px;
	color:#000;
}

div.random_gedicht {
	padding:20px 10px;
	color:#c90068;
	text-align:center;
	line-height:16px;
}

/**
 * Styles voor koppen
 */
h1.podium, h3.podium {
	color:#fc7c01;
}
h1.projecten, h2.projecten {
	color:#d3da00;
}
h1.lessen, h3.lessen {
	color:#01a6ea;
}
h1.publicaties {
	color:#11fa00;
}

div.archive {
	margin-top:25px;
	padding-left:5px;
}

div.agenda_item {
	margin:20px 0;
	padding-bottom:20px;
	border-bottom:1px dotted #028FDF;
}

ul.gedicht_groep_lijst,
ul.gedicht_categorie_lijst {
	width:80%;
	list-style-type:none;
	padding:0px;
	margin:0px 0 0 5px;
}
ul.gedicht_groep_lijst li,
ul.gedicht_categorie_lijst li {
	border-bottom:1px dotted #7fbe31;
	padding:6px 0;
}
ul.gedicht_groep_lijst li a.selected,
ul.gedicht_categorie_lijst li a.selected {
	font-weight:bold;
}

div#random_image {
	margin:17px 0 40px 0;
}
