/* Start of CMSMS style sheet 'tesselaaradvies' */
html{
	margin:0px;
	padding:0px;
}

body{
	margin:0px;
	padding:0px;
	background-image:url(images/Home/background.jpg);
	background-repeat:repeat-x;
	background-color:#006d29;
}

#container{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	width:759px;
}

#header{
	width:759px;
	height:124px;
	background-image:url(images/Home/header.jpg);
	background-repeat: no-repeat;
}

#inlog {
	position:absolute;
	right:55px;
	top:25px;
	color:#016A27;
	font-size:10px;
}

.logininput{
	width:150px;
	height:13px;
}

.loginsubmit{
	width:68px;
	height:24px;
	background: transparent url(images/buttons/login.jpg) no-repeat;
	outline: none;
	border: none;
	cursor : pointer;
	
}

#menu{
	height:30px;
	background-color:#5D5E60;
}

#bottom{
	height:462px;
}

#homeimage{
	height:328px;
	background-image:url(images/Home/image.jpg);
	background-repeat:no-repeat;
}

#hometext{
	height:134px;
	position:relative;
	background-color:#9ABA95;
}

#text {
	left:37px;
	position:absolute;
	top:15px;
	width:700px;
	color:#016A27;
}

#footer{
	height:20px;
	background-image:url(images/Home/footer.jpg);
	background-repeat:no-repeat;
        text-align: right;
}
#footer a {
        color: #fff;
        position: relative;
        top: 46px;
        font-size: 11px;
}

/* End of 'tesselaaradvies' */

