/* CSS Document */
/* Copyright 2008 JMAdesign */
/* www.jmadesign.nl */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color:#0c0c0c;
}
#twitter{
	float: right;
	margin-top: 84px;
	width: 49px;
	height: 44px;
	z-index: 99;
	background-image:url(images/twitbird.png);
}

#totaal {
	width: 710px;
	height: 760px;
	margin-top: -8px;
	margin-left:auto;
	margin-right:auto;
	z-index: 1;
}
#head {
	float:left;
	width: 710px;
	height: 161px;
	background-image:url(images/head.jpg);
	text-align: right;
	z-index: 1;
}
#menu {
	float:left;
	text-align:center;
	font-size: 18px;
	cursor:default;
	width: 710px;
	height: 25px;
	background-image:url(images/menu.jpg);
	z-index: 1;
}
#field_top {
	float:left;
	width: 710px;
	height: 58px;
	background-image:url(images/field_top.jpg);
	z-index: 1;
}
#field_left {
	float:left;
	width: 45px;
	height: 317px;
	background-image:url(images/field_left.jpg);
	z-index: 1;
}
#field_title {
	float:left;
	font-size:26px;	
	cursor:default;
	width: 621px;
	height: 36px;
	background-image:url(images/field_title.jpg);
	z-index: 1;
}
#field_content {
	float:left;
	cursor:default;
	width: 621px;
	height: 281px;
	background-image:url(images/field_content.jpg);
	z-index: 1;
}
#content {
	float:left;
	cursor:default;
	width: 621px;
	height: 281px;
	overflow: auto;
	z-index: 1;
}
#field_right {
	float: right;
	width: 44px;
	height: 317px;
	background-image:url(images/field_right.jpg);
	z-index: 1;
	margin-top: -36px;
}
#footer {
	float:left;
	cursor:default;
	width: 710px;
	height: 172px;
	background-image:url(images/footer.jpg);
	z-index: 1;
}
#copyright {
	float:left;
	cursor:default;
	text-align:center;
	width: 710px;
	height: 18px;
	z-index: 1;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #5ec9cd;
	text-decoration:underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #5ec9cd;
}

