body {
	background-color: White;
	margin: 0;
	padding: 0;
	font: 13px "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #101d51;
}

#container {
	width: 852px;
	margin: 0 auto;
}
#logo-top {
	background-image: url(./logo.jpg);
	width: 852px;
	height: 181px;
}

#balloon-top {
	margin-top: -160px;
	margin-left: 700px;
	width: 130px;
	height: 84px;
	text-align: center;
	padding-top: 5px;
	z-index: 1;
	font-size: .9em;
	background: url(./balloon-kl.gif) no-repeat;
}
#tip {
	color: white;
	font-size: 1.1em;
	font-weight: bold;
}
#tip-text {
	color: #cc0351;	
}
#menubalk {
	margin-top: 40px;
	width: 852px;
	height: 50px;
	font-size: 1.6em;
	color: #dbdad5;
	z-index: 10;
}
#menuknop1 {
	position: absolute;
	height: 25px;
	margin: 10px auto auto 270px;
}
#menuknop2 {
	position: absolute;
	height: 25px;
	margin: 10px auto auto 550px;
}
#menuknop3 {
	position: absolute;
	height: 25px;
	margin: 40px auto auto 30px;
}
#menuknop4 {
	position: absolute;
	height: 25px;
	margin: 40px auto auto 385px;
}
#menuknop5 {
	position: absolute;
	height: 25px;
	margin: 40px auto auto 635px;
}
#zijmenu {
	margin-top: 190px;
	margin-left: 20px;
	height: 200px;
	width: 100px;
	float: left;
}
#midden { /*container voor slogan, bodybox en balloon2 */
	padding: 0;
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	height: 400px;
	width: 700px;	
	float: right;
	z-index: 2;

}
#slogan {
	width: 500px;
	height: 80px;
	font: italic "Arial Black" "DejaVu Sans" "Franklin Gothic Medium";
	font-weight: bold;
	font-style: italic;
	float: left;
}
/*de rechter text-balloon */
#topballoon2 {
	padding-left: 10px;
	padding-right: 10px;
	width: 116px;
	height: 28px;
	background: url(./balloon-gr-top.gif) no-repeat;
	margin-left: 565px;

}
#balloon2 {
	margin-left: 565px;
	width: 116px;
	height: 250px;
	padding-left: 10px;
	padding-right: 10px;
	background: url(./balloon-gr-mid.gif) repeat-y;
	vertical-align: middle;
	font-size: 12px;
}
#botballoon2 {
	margin-left: 565px;
	padding-left: 10px;
	padding-right: 10px;
	width: 116px;
	height: 58px;
	background: url(./balloon-gr-bot.gif) no-repeat;
}
/*-------------------------*/

#tabjes {
	height: 25px;
	width: 554px;
	float: left;
	text-align: center;
}
.tabje {
	float: left;
	width: 182px;
	height: 40px;
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(./tab.jpg);
	cursor: pointer;
	padding-top: 5px;
	display: block;
	vertical-align: bottom;
}
#bodybox {
	width: 534px;
	height: 319px;
	font: italic "Arial Black" "DejaVu Sans" "Franklin Gothic Medium";
	background-image: url(./textbg.jpg);
	float: left;
	padding: 10px;
	z-index: 2;
}
.tabbox {
	margin: 0 auto auto 0;
	width: 534px;
}
/* ---------- onderkant ---------- */
#logo-bot {

	width: 852px;
	height: 157px;
	background-image: url(./bottom.gif);
	color: white;
	clear: both;
	z-index: 1;
}
#adres {
	margin-top: 127px;
	padding-left: 10px;
	float: left;
	z-index: 1;
}
#cred { /* btw nr enzo */
	padding-top: 127px;
	padding-right: 10px;
	float: right;
	
}

.menuitem {
	font: bold 14px "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	display: block;
	line-height: 22px;
	cursor: pointer;
}
a {
	font: bold 14px "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #101d51;
	
}
a:hover, a:active {
	color: #be0a15;
}

.menu a {
	text-decoration: none;
}

li {
	list-style: url(li.jpg);
}
.aktief {
	color: #be0a15;
}
.klein {
	font-size: 11px;
}
.error {
	color: #be0a15;
	font-weight: bold;
}
