/* 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: rgb(245,245,245);
}

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 */
h1.contentheader {
	margin-left: 10px;
}

/* contentBody met daarin de contentext */
.contentbody {
	font-size: 0.8em;
	color: #000000;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 15px;
	float: left;
	/*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: rgb(245,245,245);
	/*background-image: url(../images/interface/sitebackground.gif);
	background-repeat: repeat-y; */
}

#siteleft {
	float: left;
	width: 210px;
    _height: auto !important;
    min-height: 750px;
}

#siteright {
	float: left;
	width: 783px;
    _height: auto !important;
    min-height: 800px;
}

#logo {
	height: 100px;
	background-color: #e9e5db;
	border-left: 1px solid #e9e5db;
}

#sitelinks {
	float: left;
	width: 98%;
	text-align: right;
}

#menu {
	width: 200px;
	margin-right: 20px;
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 0;
	min-height: 300px;
	margin-bottom: 220px;
	border-left: 1px solid #e0dbce;
}

#menu ul {
	padding: 0;
	margin-left: 15px;
}

#siterighttop {
	float: left;
	width: 783px;
	height: 300px;
	position: relative;
}

#siterighttopsmall {
	float: left;
	width: 783px;
	height: 100px;
	background-color: #29568f;
}

#topimage {
	float: left;
	width: 600px;
	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 {
	position: absolute;
	bottom: 10px;
}

#toprightcontact div {
	margin: 0 0 0 20px;
}

#toprightcontact div p {
	margin-bottom: 10px;
}

#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;
}

#sitefooter {
position: relative; 
}

#bottomimages {
	position: absolute;
    bottom: 19px;
    width: 210px;
	/*float: left;
	
	margin-top: -202px; */
}

#bottomimages img {
margin: 0;
padding: 0;
display: block;
}

.bottomimage1, 
.bottomimage2, 
.bottomimage3, 
.bottomimage4, 
.bottomimage5, 
.bottomimage6 {
	display: inline-block;
    *display: inline;
	width: 100px;
	height: 100px;
    overflow: hidden;
}

img.border 
{
	border-width: auto;
    	border-color: #000000;
	border-style: solid
}




