﻿/*** RESET ***/
html, body, div, span, object, 
h1, h2, h3, h4, h5, h6, p, 
a, del, dfn, em, font, img,
small, strong, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
img
{
    border: 0;
}
a {
	text-decoration: none;
	color: #ddd2c0;
}
a:hover {
	color: #ddd2c0;
	text-decoration: underline;
}
body{
	font-family: Georgia, Serif;
	font-size: 1em;
	line-height: 1.2em;
	background: url("../images/patroon.jpg");
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}

a:active { outline: 0; }

.clearfloats {clear: both;}

/*** END RESET ***/

/*** BASIC LAYOUT ***/

#sitecontainer 
{
	width: 100%;
}

/*** SITE ***/

#site 
{
	margin: 0 auto;
	width: 1000px;
}

/*** SIDEBAR ***/

#sidebar 
{
	float: left;
	width: 260px;
	margin-top: 140px;
}

#catchtitle 
{
	background: url("../images/splashlogo.png") no-repeat;
	width: 211px;
	height: 99px;
	position: relative;
	left: 20px;
}
.border 
{
	height: 1px;
	width: 230px;
	border-bottom: 1px solid #416a65;
	margin: 16px 0 16px 0;
}
#description 
{
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	text-align: right;
	position: relative;
	right: 24px;
	width: 250px;
}
#sidebarlinks li
{
	text-align: right;
	padding-right: 34px;	
}
#promotie 
{
	/* background: url("../images/promotie.png") no-repeat;*/
	width: 232px;
	height: 169px;
	margin-top: 35px;
	cursor: pointer;
}
#over 
{
	color: #add6d3;
	line-height: 21px;
	font-size: 0.75em;
	font-style: italic;
	text-align: right;
	padding-right: 30px;
	margin-top: 30px;
}
#splashcopyright 
{
	padding-right: 8px;
	width: 240px;
    border: 0px red solid;
}
#splashcopyright li
{
	font-family: Arial, Sans-Serif;
	float: right;
	font-size: 0.65em;
	text-transform: uppercase;
	color: #ffffff;
	padding: 0 8px 0 10px;
}
#splashcopyright li a
{
	color: #ffffff;
}

.stardekklogo 
{
	cursor: pointer;
}

/*** MAIN ***/

#main 
{
	float: left;
	width: 730px;
}

#landhuis 
{
	width: 346px;
	float: left;
}

#landhuistop 
{
	background: url("../images/landhuistop.png") no-repeat;
	width: 346px;
	height: 309px;
}

#landhuiscontent 
{
	background: url("../images/landhuisrepeater.png") repeat-y;
	width: 346px;
}
#poorthuis 
{
	width: 349px;
	float: left;
}

#poorthuistop 
{
	background: url("../images/poorthuistop.png") no-repeat;
	width: 349px;
	height: 309px;
}

#poorthuiscontent 
{
	background: url("../images/poorthuisrepeater.png") repeat-y;
	width: 349px;
}

#landhuislogo 
{
	/*background: url("../images/bezoeklandhuis.png") no-repeat;*/
	margin-left: 50px;
	padding-top: 30px;
	height: 106px;
	width: 232px;
	cursor: pointer;
}
#poorthuislogo 
{
	/*background: url("../images/bezoekpoorthuis.png") no-repeat;*/
	margin-left: 70px;
	padding-top: 30px;
	height: 106px;
	width: 232px;
	cursor: pointer;
}
.huispic 
{
	padding: 0 0 10px 18px;
}

.descriptionhuis 
{
	color: #bebdbd;
	font-size: 0.9em;
	line-height: 20px;
	font-style:italic;
	width: 300px;
	padding-left: 30px;
}

.borderflyer 
{
	height: 1px;
	border-bottom: 1px solid #4f4f4f;
	width: 290px;
	margin: 20px 0 20px 30px;
}

.info, .infopoorthuis
{
	font-family: Times New Roman, Serif;
	text-transform: uppercase;
	font-size: 0.6em;
	color: #bebdbd;
	line-height: 17px;
	padding-left: 30px;
}

.info{
	padding-bottom: 300px;
}

.infopoorthuis{
	padding-bottom: 239px;
}

.info a
{
	color: #bebdbd;
	text-decoration: none;
}

.info a:hover
{
	text-decoration: underline;
}
#taalbar
{
	float: right;
	position: relative;
	top: -90px;
}
#taalbar ul
{
	list-style: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	font-variant: small-caps;
	margin-right: 30px;
}
#taalbar ul li
{
	float: left;
	margin-left: 5px;
	color: #7FB5AE;
}
#taalbar ul li a
{
	color: #7FB5AE;
	text-decoration: none;
}
#taalbar ul li a:hover
{
	color: #7FB5AE;
	text-decoration: underline;
}
