@charset "UTF-8";
/* 

***********************************************************
	
	CSS-file by:
   
	Didjee, grafische vormgeving / multimedia, Delft
	Wateringsevest 38, 2611 AW Delft
	http://www.didjee.nl
	
	            
***********************************************************

*/

@import url('reset.css');
@import url('nav_svm.css');
@import url('forms_svm.css');

body {
	background: url(/images/bg_main.jpg) repeat-x top left fixed;
	width: 100%;
	height: 100%;
}

html {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

h1 {
	position: fixed;
	overflow: auto;
	left: 40px;
	top: 105px;
	width: 90px;
	height: 120px;
	z-index: 1001;
	text-indent: -1000px;
	background-image: url(/images/fotos_serge.jpg);
	background-color: white;
	background-position: 90px 0;
	background-repeat: no-repeat;
	border: 1px solid #878787;
}

.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	margin-top: -1px;
	background: red;
}

div#maincontainer {
	width: 100%;
	height: 100%;
	background: url(/images/dummy.jpg) no-repeat top left fixed;
	overflow: auto;
	min-width: 1010px;
}

div#contentcontainer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 160%;
	color: #484848;
	width: 450px;
	padding: 105px 0 0 225px;
	overflow: auto;
}

div#dummy-top {
	position: fixed;
	overflow: auto;
	left: 0;
	width: 767px;
	height: 110px;
}

div#dummy-top-overlay {
	width: 100%;
	height: 75px;
	background: url(/images/dummy_top.png) no-repeat top left;
}

div#dummy-top-bg {
	width: 100%;
	height: 35px;
	background: url(/images/bg_main.jpg) repeat-x;
}

div#dummy-bottom {
	position: fixed;
	left: 0;
	top: 800px;
	z-index: 1000;
	width: 767px;
	height: 675px;
}

div#dummy-bottom-overlay {
	width: 100%;
	height: 75px;
	background: url(/images/dummy_bottom.png) no-repeat top left;
}

div#dummy-bottom-bg {
	width: 100%;
	height: 100%;
	background: url(/images/bg_main.jpg) repeat-x 0 -890px;
}

div#visitekaartjes {
	position: absolute;
	bottom: 100px;
	width: 220px;
	height: 302px;
	overflow: hidden;
	left: 2000px;
}

div#visitekaartjes a {
	width: 100%;
	height: 100%;
	display: block;
	background: url(/images/visitekaartjes.png) no-repeat top left;
}

div#visitekaartjes a span {
	display: none;
}

div#visitekaartjes address {
	padding-left: 500px;
}

div#scrolltxt {
	position: absolute;
	right: 20px;
	top: 0;
	width: 205px;
	height: 81px;
	background: url(/images/bg_scrolltxt.png) no-repeat top right;
	display: none;
}

div#didjee {
	position: fixed;
	overflow: auto;
	z-index: 1000;
	left: 3px;
}

div#didjee a {
	display: block;
	width: 15px;
	height: 120px;
	background: url(/images/didjee.png) no-repeat top left;
}

div#didjee a span {
	display: none;
}

/*--- NIEUWS ---*/

div.nieuws-artikel {
	border-top: 1px dotted #878787;
	margin-top: 10px;
	overflow: auto;
}

div#contentcontainer div.nieuws-artikel h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 135%;
	margin: 15px 0 10px;
}

/*--- PLAKBOEK ---*/

div.plakboek-artikel {
	margin: 0 0 10px 0;
	width: 206px;
	border: 1px dotted #878787;
	padding: 6px 6px 0;
	height: auto
}

div.plakboek-artikel.even {
	float: left;
	clear: left;
}

div.plakboek-artikel.oneven {
	float: right;
	clear: right;
}

div#contentcontainer div.plakboek-artikel h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 135%;
	margin: 3px 0 7px;
}

img.plakboek-thumb {
	border: 3px solid #878787 !important;
}


/*--- TOOLTIP ---*/

.tip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 110%;
	width: 130px;
	padding: 10px 10px 5px 10px;
	background: url(/images/tip-bg.gif) repeat-y;
}

.tip-top {
	width: 150px;
	height: 11px; 
	background: url(/images/tip-top-bg.gif) no-repeat top left; 
}

.tip-title {
	color: black;
	font-weight: bold;
	margin: 0 0 8px;
}

.tip-text { 
	color: #000;
	padding: 0;
}

.tip-bottom {
	width: 150px;
	height: 5px;
	background: url(/images/tip-bottom-bg.gif) no-repeat bottom left; 
}

/*--- AGENDA ---*/

div#agenda {
	font-family: Verdana, Geneva, sans-serif;
	position: absolute;
	top: 75px;
	left: 2000px;
	width: 255px;
	height: 246px;
	background: url(/images/post-it.png) no-repeat top left;
}

div#item-container {
	position: relative;
	width: 211px;
	height: 170px;
	left: 23px;
	top: 50px;
}
 
.morphtabs_title {
	display: none;
}

.morphtabs_panelwrap { 
	position: relative;	
	top: -1px;
	clear: both;
	overflow: hidden;
}

div#item-container div.content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 130%;
	color: #000E95;
	padding: 25px 10px 10px 15px;
}

div#item-container div.content h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 15px;
}

div#item-container div.content p {
	margin-bottom: 12px;	
}

div#item-container div.content a {
	color: #DD0A00;
	text-decoration: none;
	border-bottom: 1px dotted #DD0A00;
}

div#item-container div.content a:hover {
	border-bottom: 1px solid #DD0A00;
}

a#prev span,
a#next span {
	display: none;	
}


a#prev {
	display: block;
	position: absolute;
	left: 70px;
	bottom: 15px;
	z-index: 1000;
	width: 22px;
	height: 22px;
	background: url(/images/agenda-prev.png) no-repeat center center;
}

a#next {
	display: block;
	position: absolute;
	right: 80px;
	bottom: 12px;
	z-index: 1000;
	width: 22px;
	height: 22px;
	background: url(/images/agenda-next.png) no-repeat center center;
}

/*--- PAGINERING ---*/

div#contentcontainer ul#pagination {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	color: #B3B3B3;

}

div#contentcontainer ul#pagination li {
	display: inline;
	line-height: 12px;
	text-align: center;
	margin: 0 5px;
}

div#contentcontainer ul#pagination li a {
	color: #808080;
}

div#contentcontainer ul#pagination li a:hover {
	color: #484848;
}

div#contentcontainer ul#pagination li.current {
	color: black;
}

/*--- TWITTER ---*/

div#contentcontainer div#twitter_div {
	font: 11px/130% Arial, Helvetica, sans-serif;
	color: #484848;
	margin-bottom: -8px;
	padding: 7px 0 0;
	border-top: 1px dotted #878787;
}

div#contentcontainer div#twitter_div a {
	text-decoration: none;
	color: #000E95;
	border-bottom: 1px dotted #999;
}

div#contentcontainer div#twitter_div a:hover {
	color: #DD0A00;
	border-bottom: 1px solid #DD0A00;
}

div#contentcontainer div#twitter_div h2 {
	font: 16px/110% Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 0 0 8px;
	margin: 0;
}

div#contentcontainer div#twitter_div h2 a {
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

div#contentcontainer div#twitter_div h2 a:hover {
	border-bottom: 1px solid #DD0A00;
}

div#contentcontainer div#twitter_div ul li > a,
div#contentcontainer div#twitter_div ul li > a:hover {
	display: block;
	border-bottom: none;
}

div#contentcontainer div#twitter_div  ul li {
	padding: 5px 0;
}

/*--- SLIMBOX ---*/

div.imglist_wrapper {
	margin: 20px 0 0;
}

a.imglist {
	float: left;
	border: 3px solid #EEE;
	margin: 0 5px 5px 0;
	padding: 0;
	line-height: 1px;
}

/*--- STYLING ---*/

div#contentcontainer h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	color: black;
	line-height: 115%;
	margin-bottom: 25px;
}

div#contentcontainer h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: normal;
	color: black;
	line-height: 105%;
	margin: 25px 0 10px;
}

div#contentcontainer h3 a {
	text-decoration: none;
	color: #000E95;
	border-bottom: 1px dotted #999;
}

div#contentcontainer h3 a:hover {
	color: #DD0A00;
	border-bottom: 1px solid #DD0A00;
	text-decoration: none;
}

div#contentcontainer h3 span {
	font-size: 12px;
	font-style: italic;
	color: #878787;
	padding-left: 5px;
}

div#contentcontainer p {
	margin-bottom: 15px;
}

div#contentcontainer p a {
	text-decoration: none;
	color: #000E95;
	border-bottom: 1px dotted #999;
}

div#contentcontainer p a:hover {
	color: #DD0A00;
	border-bottom: 1px solid #DD0A00;
}

div#contentcontainer p.posted {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 10px;
}

a.leesverder {
	background: url(/images/leesverder.gif) no-repeat top right;
	padding-right: 12px;
	text-decoration: none;
	border: none !important;
}

a.leesverder:hover {
	background: url(/images/leesverder_hover.gif) no-repeat top right;
}

div#contentcontainer img.beeldrechts {
	border: 3px solid #878787;
	margin: 0 0 10px 15px;
	float: right;	
}

div#contentcontainer img.beeldrechts_noborder {
	margin: 0 0 10px 15px;
	float: right;	
}

div#contentcontainer img.beeldlinks_noborder {
	margin: 0 15px 10px 0;
	float: left;	
}