html, body
{
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #85798d;
	font-size: 11px;
	color: #565751;
}

*
{
	font-family: verdana;
}

img
{
	border: 0;
	display: block;
}

a
{
	color: #565751;
}

a:hover
{
	text-decoration: underline;
}

textarea
{
  font-size: 12px;
}

#header
{
	width: 980px;
	height: 223px;
	position: relative;
	background-image: url('../images/header.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}

#container
{
	margin: 0 auto;
	width: 980px;
	min-height: 100%;
	position: relative;
	background-image: url('../images/container-rep.jpg');
	background-position: center center;
	background-repeat: repeat-y;
	background-color: #ebebeb;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	overflow: auto;
}

#footer
{
	height: 49px;
	width: 980px;
	clear: both;
	position: relative;
	margin: -49px auto 0 auto;
	background-image: url('../images/footer-rep.jpg');
	background-position: center top;
	background-repeat: repeat-x;
}

#menu
{
	background-image: url('../images/menu-rep.jpg');
	background-position: center top;
	background-repeat: repeat-x;
	position: relative;
	height: 48px;
	width: 980px;
}

#menu-inner
{
	width: 644px;
	height: 48px;
	margin: 0 auto;
	color: #FFFFFF;
}

#menu-inner a
{
	color: #FFFFFF;
	text-decoration: none;
}

#menu-inner a:hover
{
	color: #FFFFFF;
	font-style: italic;
	text-decoration: underline;
}

#menu-inner ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu-inner li
{
	display: inline;
	float: left;
	margin-left: 15px;
	padding-top: 23px;
	font-size: 11px;
}

#home, #route
{
	width: 33px;
}

#nieuwsbrieven
{
	width: 83px;
}

#contact
{
	width: 44px;
}

#administratie
{
	width: 75px;
}

#belasting
{
	width: 52px;
}

#financieel
{
	width: 56px;
}

.contact-item
{
	width: 75px;
	margin-top: 10px;
}

.err
{
	color: #FF0000;
}

.succes
{
	color: #009900;
}

hr
{
	height: 0;
	border: 0;
	border-top: 1px solid #85798d;
}

.menu-hover, .menu-active
{
	background-image: url('../images/menu-hover.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}

#content
{
	width: 644px;
	margin: 0 auto;
	overflow: auto;
}

#content-left
{
	margin-left: 30px;
	padding-top: 30px;
	float: left;
	display: inline;
	position: relative;
	width: 365px;
}

#content-right
{
	width: 187px;
	margin-right: 32px;
	margin-bottom: 54px;
	float: right;
	display: inline;
	position: relative;
}

#contactBox
{
	height: 239px;
	color: #FFFFFF;
	font-size: 10px;
}

#contactBox-Content
{
	height: 194px;
	background-color: #574963;
}

#contactBox-img
{
	float: left;
	width: 144px;
	height: 160px;
	margin: 20px;
	background-image: url('../images/contact.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}

#contactBox-txt
{
	float: left;
	margin-top: 10px;
	width: 155px;
}

.contactMail, .contactMail a
{
	color: #FFFFFF;
}


.contactBox-Bar
{
	height: 23px;
	background-color: #877c8f;
}

.box
{
	width: 185px;
	height: 184px;
	background-image: url('../images/box.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}

.box a
{
	color: #FFFFFF;
	text-decoration: none;
}

.box-wrapper
{
	width: 113px;
	margin: 0 auto;
	position: relative;
	padding-top: 32px;
}

.box-text
{
	background-image: url('../images/box-text-bg.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	height: 31px;
	padding-top: 5px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
}

#footer-inner
{
	width: 644px;
	height: 49px;
	position: relative;
	margin: 0 auto;
	background-image: url('../images/footer-inner-rep.jpg');
	background-position: center top;
	background-repeat: repeat-x;
}

#footer-text
{
	padding-top: 20px;
	color: #3d3345;
	font-size: 10px;
	margin-left: 30px;
}