﻿/* ----------------------------------------------------------------------------
global
-----------------------------------------------------------------------------*/
body {
   	background:         #fff;
   	margin:            0px;
}

table {
   border:              0px;
   border-collapse:     collapse;
   margin:              0px;
   padding:             0px;
}
form {
   border:              0px;
   margin:              0px;
   padding:             0px;
}

td, div {
   text-align:          left;
}

div, span, input, td, p {
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-size: 12px;               
   color:               #000;
}
a 
{
    font-size: 12px;
    color: #ff0000;
	text-decoration: none;
}
a:hover 
{
    font-size: 12px;
    color: #000;
	text-decoration: underline;
}

img {
   border:            0px;
   margin:			0px;
   padding:			0px;
}
h1
{
    font-size: 20px;
	color: #ff0000;
}
h2
{
    font-size: 15px;
}
/* ----------------------------------------------------------------------------
default classes
-----------------------------------------------------------------------------*/
.clear {
	clear: both;
	overflow:hidden;
}
.right {
	float: right;
}
.left {
	float:left;
}
/* ----------------------------------------------------------------------------
Base layout structure
---------------------------------------------------------------------------- */
#pageholder
{
	text-align: center;
}
#contentholder
{
	width:978px; /* DEVELOP Comment: Breedte is de breedte van totale site */
	margin-left: auto;
	margin-right: auto;
}
#top
{
    width:978px;
    text-align: left;
    margin-top: 20px;
    height: 80px;
}
#bottom
{
    width:400px;
    text-align: left;
    margin-top: 20px;
    height: 55px;
	background-color: #CCCCCC;
	color:#383838;
	padding:20px;
}
#content
{
	height: 660px;
	width: 478px;
	top: 100px;
	float:left;
	text-align: center;
	padding-right: 20px;
}
#content_inner
{
    margin: 15px;
}
#rechterkolom {
	height: 660px; 
	width: 	480px;
	float:	left;
}
#content_Inner {
	text-align: left;
}
    

