* {
	padding: 0;
	margin: 0;
}

html {
	font-size: 12px;
	font-family: Verdana;
	height: 100%;
}

body {
	background: #88d6f4 url("/img/bg.jpg") repeat-x fixed;
}

a {
	color: black;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

p {
	margin-bottom: 10px;
}

h1 {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	border-bottom: 1px solid #C6D6E7;
	margin-bottom: 8px;
	margin-top: 8px;
	margin-left: -10px;
	padding-left: 10px;
	margin-right: -10px;
	padding-right: 10px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

td, th {
	vertical-align: top;
}

table {
	border-collapse: collapse;
	width: 100%;
}

hr {
	height: 0px;
	border: 0px;
	border-bottom: 1px dotted black;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1px;
}

#text li {
	margin-left: 20px;
}

/*******************************
 * Main layout
 *******************************/

div#maincontainer {
	position: relative;
	width: 730px;
	padding: 0px 15px 0px 15px;

	margin-left: auto;
	margin-right: auto;
	/* background: transparent url(img/back.png) repeat-y left top; */
}

#header {
	background: url(img/header.jpg) no-repeat;
	height: 241px;
	margin-bottom: 30px;
}

#menudiv {
	position: absolute;
	top: 240px;
	left: 21px;
	height: 30px;
	width: 718px;
	background-image: url(img/menu_back.png);
}

div#menuleft, div#menuright {
	position: absolute;
	top: 240px;
	width: 6px;
	height: 30px;
}


div#menuleft {
	left: 15px;
	background-image: url(img/menu_left.png);
}

div#menuright {
	left: 739px;
	background-image: url(img/menu_right.png);
}

div#greentopleft, div#greentop, div#greentopright {
	font-size: 1px;
	float: left;
	height: 10px;
	width: 6px;
}

div#greentop {
	background-image: url(img/green_back.png);
	width: 718px;
}

div#greentopleft {
	background-image: url(img/green_left.png);
}

div#greentopright {
	background-image: url(img/green_right.png);
}


div#greenbottomleft, div#greenbottom, div#greenbottomright {
	font-size: 1px;
	float: left;
	height: 10px;
	width: 6px;
}

div#greenbottom {
	background-image: url(img/green_bottom_back.png);
	width: 718px;
}

div#greenbottomleft {
	background-image: url(img/green_bottom_left.png);
}

div#greenbottomright {
	background-image: url(img/green_bottom_right.png);
}


/*********************
* content
************************/

div#content {
	width: 700px;
	padding-left: 15px;
	padding-right: 15px;
	clear: both;
	background-color: white;
}

div#footer {
	clear: both;
	text-align: center;
	font-size: 9px;
	color: gray;
	margin-top: 20px;
}

div#text {
	float: left;
	width: 470px;
}

div#contact {
	margin-left: 5px;
	float: left;
	width: 225px;
}

/****************
* borders
****************/

td.block_top {
	height: 11px;
	background-image: url(img/block_top.png);
}

td.block_bottom {
	height: 11px;
	background-image: url(img/block_bottom.png);
}

td.block_left {
	width: 11px;
	background-image: url(img/block_left.png);
}

td.block_right {
	width: 11px;
	background-image: url(img/block_right.png);
}

td.block_top_left, td.block_top_right, td.block_bottom_left, td.block_bottom_right {
	height: 11px;
	width: 11px;
}

td.block_top_left {
	background-image: url(img/block_top_left.png);
}

td.block_top_right {
	background-image: url(img/block_top_right.png);
}

td.block_bottom_left {
	background-image: url(img/block_bottom_left.png);
}

td.block_bottom_right {
	background-image: url(img/block_bottom_right.png);
}



/****************
* borders 2
****************/

td.block2_top {
	height: 11px;
	background-image: url(img/block2_top.png);
}

td.block2_bottom {
	height: 11px;
	background-image: url(img/block2_bottom.png);
}

td.block2_left {
	width: 11px;
	background-image: url(img/block2_left.png);
}

td.block2_right {
	width: 11px;
	background-image: url(img/block2_right.png);
}

td.block2_top_left, td.block2_top_right, td.block2_bottom_left, td.block2_bottom_right {
	height: 11px;
	width: 11px;
}

td.block2_top_left {
	background-image: url(img/block2_top_left.png);
}

td.block2_top_right {
	background-image: url(img/block2_top_right.png);
}

td.block2_bottom_left {
	background-image: url(img/block2_bottom_left.png);
}

td.block2_bottom_right {
	background-image: url(img/block2_bottom_right.png);
}




/* JS crossfade */
div#cf_div1, div#cf_div2 {
	position: absolute;
	/* background-color: white; /* for IE you need to set a background color */
}



table.aanbied {
	border-collapse: collapse;
	border: 1px solid #C6D6E7;
	margin-bottom: 10px;
}

table.aanbied td {
	border-bottom: 1px solid #C6D6E7;
	border-top: 1px solid #C6D6E7;
}

