/* Global CSS Styles */
/* <link href="css/stylesheet.css" rel="stylesheet" type="text/css" media="screen" /> */


body, html {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E0DBCE;
}

div {
	font-family: Arial, Helvetica, sans-serif;
}

h1.sitename {
	display: none;
}

/* Paragraph */

p {
}

/* image */

img {
	border: none;
}

/* Lists */

ol {
}

ol li {
}

ul {
}

ul li {
}

/* Table */

/* table title */
caption {
}

table {
	border: none;
	border-collapse: collapse;
}

tr {
}

td {
}


/* Form styles */

/* Input box */
input {
}

/* Marker als er gezocht is */
span.marker {
}

/* Freecontent (content vanuit CMS bevat deze classes) */

/* ContentHeader met daarin een H1 tag*/
.contentheader {
}

/* ContentHeader wordt aangeroepen met een H1 tag */
.contentheader h1 {
}

/* contentBody met daarin de contentext */
.contentbody {
	font-size: 0.8em;
	color: #000000;
	margin-right: 15px;
	margin-bottom: 15px;
	/*min-height: 190px;*/
}


/* in contenttext komt de text zelf */
.contenttext {
}

.contenttext  p {
}

.contenttext a:link {
}

.contenttext a:visited {
}

.contenttext a:hover {
}

.contenttext a:active {
}

#sitecontainer {
	width: 993px;
	overflow: hidden;
	margin: 0px auto;
	background-color: #ddd8cb;
	background-image: url(../images/interface/sitebackground.gif);
	background-repeat: repeat-y;
}

#siteleft {
	float: left;
	width: 313px;
}

#siteright {
	float: left;
	width: 680px;
}

#logo {
	height: 100px;
	background-color: #e9e5db;
	border-left: 1px solid #e9e5db;
}

#menu {
	min-height: 300px;
	margin-bottom: 220px;
	border-left: 1px solid #e0dbce;
}

#siterighttop {
	float: left;
	width: 680px;
	height: 300px;
}

#topimage {
	float: left;
	width: 500px;
	height: 300px;
	border-left: 1px solid #c9c5b8;
	border-top: 1px solid #c1beb6;
}

#toprightlinks {
	float: left;
	width: 178px;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.6em;
}


#toprightcontact {
	float: left;
	margin-top: 20px;
	margin-left: 7px;
}

#toprightcontact a:link 
{
    color: #ffffff;
    text-decoration: none;
}

#toprightcontact a:visited 
{
    color: #ffffff;
    text-decoration: none;
}

#toprightcontact a:hover 
{
    color: #ffffff;
    text-decoration: underline;
}

#toprightcontact a:active 
{
    color: #ffffff;
    text-decoration: underline;
}

#topright h3 {
	font-size: 0.55em;
	color: #ffffff;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

#topright p{
	width: 150px;
	font-size: 0.55em;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

#bottomimages {
	position: absolute;
	float: left;
	width: 310px;
	margin-top: -202px;
}

img.border 
{
	border-width: auto;
    	border-color: #000000;
	border-style: solid
}



