/*
Copyright 2009 FFXS.nl
Downloaded from CSSWEBSITES.FFXS.NL

All rights reserverd:
Manieu Internet Services, www.manieuinternetservices.nl
FFXS.nl, www.ffxs.nl

CSS created by Wouter Nieuwstraten

Do not remove this copyricht notice.
*/

html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

body {
	background: #CBEAF4 url('background.png') repeat-x;
	color: #000000;
	font: 14px Tahoma, Verdana, sans-serif;
}



div.wrap {
	background-color: transparent;
	min-height: 500px;
	width: 900px;
	margin: 50px auto;
}



div.border-top, div.border-bottom {
	height: 50px;
	clear: both;
}

div.border-top, div.border-bottom, div.border-left, div.border-right {
	background: transparent url('cloud.png') no-repeat;
}

div.border-bottom {
	background-position: 100% 100%;
}

div.border-left, div.border-right {
	height: 200px;
	width: 50px;
}

div.border-left {
	float: left;
	background-position: 0 -50px;
}

div.border-right {
	position: relative;
	bottom: 200px;
	float:right;
	background-position: -350px -150px;
}



/* Overall Title */
div.border-top h1 {
	float: right;
	font-size: 215%;
	font-weight: bold;
	padding: 0;
	margin: 10px 50px 0 0;
}

/* Overall Footer */
div.border-bottom p {
	float:left;
	color: #F1F9FB;
	margin: 0 0 0 50px;
}

div.border-bottom p a {
	background: transparent;
	color: #F1F9FB;
	text-decoration: none;
}



/* Content */
a {
	color: #454856;
	text-decoration: underline;
}

a:hover {
	color: #081328;
}

div.center-container {
	float: left;
	background-color: #F1F9FB;
	min-height: 400px;
	width: 800px;
}

div.menuwrap {
	width: 100%;
	float:right;
	margin-bottom: 20px;
}

div.menu {
	background: transparent;
	float: right;
}

div.menu:hover {
	background: #CBEAF4;
	float: right;
}

div.menu a {
	background: transparent;
	display: block;
	float:left;
	padding: 2px;
	width: 100px;
	text-align: center;
	font-weight: bold;
	color: #454856;
	text-decoration: none;
}

div.menu a:hover {
	background: #F1F9FB;
	color: #081328;
}

div.menu div.spacer {
	 width: 50px;
	 height: 21px;
	 background: transparent url('menubg.png') no-repeat;
	 float:left;
}

div.center-container div.content {
	margin: 20px;
}

div.content p {
	margin: 0 0 20px 0;
}

div.content h1 {
	font-size: 150%;
	display: block;
	width: 100%;
	clear: both;
	border-bottom: solid 1px #CBEAF4;
	padding: 2px;
	margin: 0;
}