@charset "UTF-8";
/* tags */
body{
	margin: 0;
	padding: 0;
}
a:link, a:visited{
	color: #1da8e4;
}
a:hover{
	text-decoration: none;
	color: #36434d;
}
h1{
	color: #1da8e4;
	font-style: italic;
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-size: 15pt;
}
h2{
	color: #1da8e4;
	font-style: italic;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 13pt;
	padding: 0;
	margin: 0; 
}
h3{
	color: #1da8e4;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 9pt;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 18pt;
	color: #36434d;
}

/* Classes */
.clear{
	clear: both;
}
.hidden{
	display: none;
}

/* ID's */
#wrapper{
	width: 960px;
	margin: 0 auto;
}
#header{
	position: relative;
	height: 385px;
	background: url(../img/header2.jpg);
}
#header-vervolg{
	position: relative;
	height: 150px;
	background: url(../img/header2.jpg);
}
#gedicht{
	position: absolute;
	left: 0;
	top: 51px;
	width: 214px;
	height: 224px;
	background: url(../img/back_gedicht.png);
	padding: 50px 110px 50px 15px;
}
#gedicht h3, #gedicht p{
	margin: 0;
	padding: 0;
	line-height: 19px;
}
#gedicht p{
	font-style: italic;
	font-size: 9pt;
}
#menu{
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
#menu li{
	display: block;
	color: #1da8e4;
	float: left;
	background: #ffffff;
}

#menu li a:link, #menu li a:visited{
	display: block;
	padding: 12px 10px 12px 20px;
	color: #ffffff;
	text-decoration: none;
	font-style: italic;
	background: #1da8e4;
}
#menu li a:hover{
	color: #36434d;
	background: url(../img/menuball.jpg);
	background-position: center left;
	background-repeat: no-repeat;
}
#menu li a.selected{
	color: #36434d;
	background: url(../img/menuball.jpg);
	background-position: center left;
	background-repeat: no-repeat;
}
#left{
	float: left;
	width: 300px;
}
#left-content-vervolg ul {
	list-style: circle;
	color: #36434d;
}
#left-content{
	position: relative;
	background: url(../img/back_left.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 20px;
	font-style: italic;
}
#left-content-vervolg{
	position: relative;
	padding: 20px;
	font-style: italic;
}
#leesmeer{
	position: absolute;
	bottom: 0;
	width: 300px;
	right: 0;
	height: 11px;
	background: #1da8e4;
}
#leesmeer a{
	display: block;
	float: right;
	margin-right: 2px;
	height: 11px;
	width: 122px;
	background: url(../img/leesmeer.jpg);
}
#content{
	padding: 20px 40px;
	float: right;
	width: 580px;
}
#footer{
	height: 75px;
	background: url(../img/footer.jpg);
}

/* copyright shizzle */
#copy{
	padding-top: 55px;
	margin-right: 40px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 10px;
	color: #ffffff;
		
}
#copy a:link, #copy a:visited{
	text-decoration: none;
	color: #ffffff;
	
}
#copy a:hover{
	text-decoration: underline;
}
#copy a.raadhuis{
	color: #000000;
	font-weight: bold;
}
