@charset "UTF-8";
/* CSS Document */

*
{
	padding: 0;
	margin:0;
	border: 0;
}

body
{
	background-color: #fff;
	font-size: 11px;
	color: #000;
	font-family:Verdana, Helvetica, sans-serif;
	font-weight: normal;
}

#container
{
	position: relative;
	width: 750px;
	top: 0px;
	left: 50%;
	margin: 0 0 0 -375px;
	text-align:center;
	/*border: 1px solid blue;*/
}

#header
{
	position: relative;
	top: auto;
	left: 50%;
	margin: 0 0 0 -165px;
	width: 330px;
	text-align:center;
}

#header h2
{
	margin-top: 0px;
	font-size: 130%;
	color: #f60;
	font-weight:bold;
	text-transform:capitalize;
}

#left
{
	float: left;
	width: 156px;
	text-align: left;
}

#content
{
	margin-top: 30px;
	float: left;
	width: 426px;
}

#content-wide
{
	margin-top: 30px;
	float: left;
	width: 750px;
}

#content-verhuis
{
	margin-top: 10px;
	float: left;
	width: 750px;
}

#right
{
	float: right;
	width: 156px;
	text-align: right;
	
}

#footer
{
	clear:both;
	text-align:center;
	color: #011a33;
	font-size: 10px;
	padding: 25px 0;
}

#footer a
{
	text-decoration:underline;
	color: #011a33;
}

#left-nav,#right-nav
{
	list-style-type:none;
	list-style-position:outside;
	text-align: center;
	
	
}

#left-nav
{
	float: left;
	width: 154px;
}

#right-nav
{
	float: right;
	width: 154px;
}
#left-nav li, #right-nav li
{
	
	height: 20px;	
	margin-top: 25px;
	padding-top: 5px;
	/*border: 1px solid green;*/
}

#left-nav li
{
	width: 148px;
}

#right-nav li
{
	width: 148px;
}

#left-nav li a
{
	display:block;
	float: left;
	clear: both;
	width: 140px;
	height: 20px;
	padding-top: 5px;
	color: #fff;
	font-weight:bold;
	text-decoration:none;
	background-color: #011a33;
	/*border: 1px solid maroon;*/
}

#right-nav li a
{
	display:block;
	float: right;
	width: 140px;
	height: 20px;
	padding-top: 5px;
	color: #fff;
	font-weight:bold;
	text-decoration:none;
	background-color: #011a33;
}

#active
{
	display: block;
	float: right;
	width: 6px;
	height: 25px;
	background-color:#011a33;
}
	
#active-left
{
	display: block;
	float: left;
	width: 6px;
	height: 25px;
	background-color:#011a33;
}

.img-link
{
	border:  0;
	float: left;
	text-decoration: none;
}

.img-link-right
{
	border:  0;
	text-decoration: none;
	float: right;
	margin-top: 25px;
}

.img-link img
{
	margin-top: 25px;
}

.bodytext
{
	align: left;
	font-family: Verdana;
	text-align: left;
	font-size: 11px;
	font-style: normal;
	color: #000;
}

.bodytextbold
{
	align: left;
	font-family: Verdana;
	text-align: center;
	font-size: 11px;
	font-style: normal;
	color: #011a33;
	font-weight: bold;
}

.bodytext-center
{
	align: center;
	font-family: Verdana;
	text-align: center;
	font-size: 11px;
	font-style: normal;
	color: #000;
}

.bodyorange
{
	align: left;
	font-family: Verdana;
	text-align: left;
	font-size: 11px;
	font-style: normal;
	color: #f60;
}

.bodyorange-center
{
	align: left;
	font-family: Verdana;
	text-align: center;
	font-size: 11px;
	font-style: normal;
	color: #f60;
}

.bodyorangebold
{
	align: left;
	font-family: Verdana;
	text-align: left;
	font-size: 11px;
	font-style: normal;
	color: #f60;
	font-weight: bold;
}

.bodyhead
{
	align: left;
	font-family: Verdana;
	text-align: center;
	font-size: 11px;
	font-style: normal;
	color: #000;
	font-weight: bold;
}

.bodylist
{
	align: left;
	font-family: Verdana;
	text-align: left;
	font-size: 11px;
	font-style: normal;
	color: #000;
	background-position: left;
	margin-left: 16px;
}

.bodylistorange
{
	align: left;
	font-family: Verdana;
	text-align: left;
	font-size: 11px;
	font-style: normal;
	color: #f60;
	background-position: left;
	margin-left: 16px;
}



#form1 { width:426px; text-align: left;}
label {width: 426px; text-align: left;} 
