/* CSS Document */
/************** header tag styles **************/

body {
font-family: "Courier New", Courier, monospace;

background-color: #CCFFFF;
}

a:link {
	color: #9C2921;
	text-decoration: none;
}
a:visited {
	color: #9C2921;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

h1{
	color: #333333;
	font-size: 110%;
	}
	
p{
	color:#333333;
	margin-top:0px;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	}
	
.tabletext {
	color:#333333;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	}
	
.footer {
	color: #333333;
	font-size: 80%;
	text-align: center;
	padding-top: 4px;
	}



#container
{
	margin: 0 auto;
	width: 800px;
	background: #CCFFFF;
}

#header
{
	height: 150px;
}

#header h1 { margin: 0; }

#navigation
{
	float: left;
	width: 800px;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 17px;
	font-size: 100% ;
	color: #000000;
	font-weight:bold;
	text-transform:uppercase;
}



#content-container
{
	float: left;
	width: 800px;
}

#email-print
{
	text-align: right;
}


/*************** Content ***************/

#content_left
{
	clear: left;
	float: left;
	width: 284px;
	height: 344px;
	margin: auto;
	padding: 28px;
	background-color: #FFFFCC;
}


#aside_right
{
	float: right;
	width: 404px;
	height: 344px;
	padding: 28px;
	display: inline;
	background-color: #99CC99;
}

/*************** Content2 ***************/

#content_left2
{
	clear: left;
	float: left;
	width: 404px;
	height: 344px;
	padding: 28px;
	background-color: #FFCC99;
}


#aside_right2
{
	float: right;
	width: 284px;
	height: 344px;
	margin: auto;
	padding: 28px;
	display: inline;
	background-color: #9999CC;
}

/*************** Content3 ***************/

#content_left3
{
	clear: left;
	float: left;
	width: 435px;
	height: 344px;
	padding: 28px;
	background-color: #A5BB8C;
}


#aside_right3
{
	float: right;
	width: 252px;
	height: 344px;
	margin: auto;
	padding: 28px;
	display: inline;
	background-color: #FFCC66;
}

/*************** Content4 ***************/

#content_left4
{
	clear: left;
	float: left;
	width: 214px;
	height: 450px;
	padding: 28px;
	background-color: #A41C00;
}


#aside_right4
{
	float: right;
	width: 474px;
	height: 450px;
	margin: auto;
	padding: 28px;
	display: inline;
	background-color: #FCFEF3;
}


#footer
{
	clear: left;
	text-align: center;
	padding: 5px;
	height: 1%;
}

#gastenboek {
	position:left;
	width:313px;
	height:310px;
	z-index:1;
	overflow: auto;
	padding: 10 px;
}

.bgcolor {
	background-color: #CCCCFF;
}


