/* CSS Document */
/************** header tag styles **************/

body {
font-family: Arial, Helvetica, sans-serif;
background-color: #FFCC66;
}

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: #9C2921;
	font-size: 120%;
	}
	
p{
	color:#000000;
	margin-top:0px;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	text-align: justify;
	margin-right: 20px;
	}
	
.tabletext {
	color:#333333;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	}
	
.footer {
	font-size:80% ;
	color: #9C2921;
	text-align: center;
	padding-top: 4px;
	}



#container
{
	margin: 0 auto;
	width: 900px;
	background: #9C2921;
}

#header
{
	height: 250px;
}

#header h1 { margin: 0; }

#navigation
{
	float: left;
	width: 900px;
	background: #9C2921;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	font-size: 80% ;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	text-transform:uppercase;
	border-right: 1px solid #fff;
}

#navigation li a:hover { background: #FFCC66; }

#content-container
{
	float: left;
	width: 900px;
	background: #FFF;

}

/*************** Content left ***************/

#content_left
{
	clear: left;
	float: left;
	width: 350px;
	padding: 20px 0;
	margin: 0 0 0 30px;
	display: inline;
}


#aside_right
{
	float: right;
	width: 450px;
	padding: 40px 0 0 0;
	margin: 0 30px 0 0;
	display: inline;
	font-size: 75%;
	color: #666666;
	text-align: right;
}

/*************** Content right ***************/

#content_right
{
	clear: right;
	float: right;
	width: 350px;
	padding: 20px 0;
	margin: 0 0 0 30px;
	display: inline;
}


#aside_left
{
	float: left;
	width: 450px;
	padding: 80px 0;
	margin: 0  0  0 30px ;
	display: inline;
	font-size: 75%;
	color: #666666;
	text-align: left;
}

#footer
{
	clear: left;
	background: #CC9966;
	text-align: center;
	padding: 5px;
	height: 1%;
}

#gastenboek {
	position:left;
	width:342px;
	height:700px;
	z-index:1;
	overflow: auto;
	padding: 10 px;
	margin-left: 20px;
	margin-top: 20px;
}

