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

a {
	color: #DCF6CE;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
}

body {
	margin:0;
	height: 100%;
	width: 100%;
} 

#box {
	height: 630px;
	width: 690px;
	margin: 40px auto 20px;
}

#body-l {
	background: url(img/body-l.png) no-repeat;
	height: 650px;
	width: 20px;
	float: left;
}

#body-m {
	background: url(img/body-m.png) repeat-x;
	height: 650px;
	width: 650px;
	float: left;
}

#body-r {
	background: url(img/body-r.png) no-repeat;
	height: 650px;
	width: 20px;
	float: left;
}

#logo {
	background: url(img/vegibite_logo.jpg) no-repeat;
	height: 92px;
	width: 370px;
}

#slogan {
	margin: -15px 0;
	font-family: Calibri, Arial;
	font-size: 24px;
	font-weight: bold;
	color: #246101;
	width: 650px;
	text-align: center;
}

#mtt {
	background: url(img/mtt.jpg) no-repeat;
	height: 106px;
	width: 114px;
	float: right;
	margin-top: -95px;
	margin-bottom: 10px;
}

#opties {
	font-family: Calibri, Arial;
	font-weight: bold;
	font-size: 24px;
	color: #DCF6CE;
	height: 50px;
	width: 380px;
	margin-top: 20px;
	float: left;
}

#koop {
	background: url(img/koop.png) no-repeat;
	height: 40px;
	width: 240px;
	margin-top: 30px;
	float: left;
}

#footer {
	font-family: Calibri, Arial;
	font-weight: bold;
	font-size: 16px;
	color: #246101;
	text-align: center;
	width: 650px;
	padding: 20px;
	margin: 0 auto;
}