/* css */

/*////////// GENERAL //////////*/
body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-size: 0.8em;
	color: #000000;
	background-repeat: repeat-y;
	background-image: url(images/muur3.jpg);
}
		
#container {
	margin-left: -390px;
    position: absolute;
    top: 0px;
    left: 50%;
	width: 780px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F5F5DC;
}

#container2 {
	width: 780px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}

#container3 {
	width: 770px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}

h1	{
	text-align:center;
}

.highlight	{
	background-color:#FF9900;
}

/*////////// HEADERS //////////*/
#header {
	width: 780px;
	height: 205px;
	clear: both;
	color:#003366;
	background-image: url(images/bouwplaatsheader3.jpg);
	background-repeat: no-repeat;
}

#headertext{
	padding-top:10px;
	text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.headertextlarge {
	font-size: 4em;
	font-weight: bolder;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


/*////////// CONTENT //////////*/
#content {
	width: 600px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	float: right;
	background-color: #F5F5DC;
}

/*////////// NAV //////////*/
/*this is the tab layout*/
#top_navlist {
	width:780px;
	height:auto;
	line-height:normal;
	clear: both;
	border-bottom: 1px solid #e3dabd;
	background-color: #F5F5DC;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* begin top menu */

#menu	{
	font-size:1em;
	text-align:center;
	padding-left:1em;
	padding-top:0.5em;
	height: auto;
	color: #333333;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

#menu li {
	display: inline;
	margin-bottom: 10px;
	margin-top: 50px;
}

#menu li a:link {
	margin-right:5px;
	padding: 5px 4px 5px 4px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
}

#menu li a:visited {
	margin-right:5px;
	padding: 5px 4px 5px 4px;
	color: #666666;
	text-decoration: none;
	border: 1px solid #666666;
}

#menu li a:hover {
	margin-right:5px;
	padding: 5px 3px 5px 3px;
	color: #003399;
	background-color: #FFFFCC;
	border: 1px solid #CCCCCC;
}
#topblock {
	text-align: center;
	height: auto;
}


/* end top menu */

/*////////// RIGHT SIDEBAR //////////*/
#sidebarRT {
	float: right;
	width: 2px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
}

/*////////// LEFT SIDEBAR //////////*/
#sidebarLT {
	float: left;
	width: 140px;
	padding-left: 10px;
	padding-top: 10px;
}

#sidebarLT ul {
	list-style-type: none;
	margin-left: -35px;
}

#sidebarLT li {
	display: block;
	list-style-type: none;
}

#sidebarLT li a:link {
	margin-right:5px;
	padding: 0px 4px 0px 4px;
	color: #003399;
	text-decoration: none;
	display: block;
}

#sidebarLT li a:hover {
	margin-right:5px;
	padding: 0px 4px 0px 4px;
	color: #990033;
	text-decoration: none;
	display: block;
}

#sidebarLT li a:visited {
	margin-right:5px;
	padding: 0px 4px 0px 4px;
	color: #666666;
	text-decoration: none;
	display: block;
}

/*//////////BOTTOMBLOCK/////////*/
#bottomblock {
	width:780px;
	float:left;
	margin-bottom:20px;
	margin-top: 10px;
	text-align: center;
	}
	

/*////////// FOOTER //////////*/
#footer {
	margin-top: 15px;
	padding-top: 0px;
	padding-bottom:0px;
	clear: both;
	width: 780px;
	border-top: 1px solid #e3dabd;
	background:inherit;
	font-size: 0.7em;
}

#footertext {
	text-align: center;
}

#footertext a	{
	color:#000000;
}

.headertextsmall {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2em;
}

