/*--------------------------------------------------------------------
Basic Style Sheet

Version: 1.1
Author: Tim Derksen
Copyright: 2008, IT=it
Email: info@itisit.nl
Website: http://www.itisit.nl
--------------------------------------------------------------------*/

/* Global settings
-------------------------------------------------------------------------*/

* { 
	font-family: tahoma, sans-serif; 
	font-size: 11px; 
	color: #000;
}

img {
	border: 0;
}

h1 {
	margin: 0;
	padding: 0 0 5px 0;
	color: #336699;
	font-size: 12px;
}

h2 {
	margin: 0;
	padding: 0;
	color: #336699;
	font-size: 11px;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

a {
	color: #336699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	margin: 0;
	padding: 0;
	background-color: #b8b7b7;
	text-align: center;
}

div#site {
	width: 909px;
	text-align: left;
}

div#header {
	position: relative;
	width: 909px;
	height: 185px;	
}

div#header div#headerleft, div#footer div#footerleft  {
	position: absolute;
	top: 0;
	left: 55px;
	width: 185px;
	height: 185px;
	/*background: url(../images/pix.png);*/
}

div#header div#headerright, div#footer div#footerright {
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 185px;
	/*background: url(../images/pix.png);*/
}

div#logo {
	position: absolute;
	top: 110px;
	left: 75px;
}

div#header div#text {
	position: absolute;
	bottom: 21px;
	left: 258px;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
}

div#middle {
	position: relative;
	width: 909px;
	min-height: 388px;
	background: #eff6fc url(../images/bg_middle.jpg) repeat-y;
}

div#middle div#menu {
	position: relative;
	float: left;
	margin-left: 55px;
	width: 166px;
	padding: 19px 0 0 19px;
}

div#middle div#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#middle div#menu ul li {
	width: 139px;
	background: #58565d;
	text-align: right;
	padding: 0 7px 0 2px;
	margin-bottom: 9px;
	vertical-align: middle;
}

div#middle div#menu ul li.active {
	background: #4c5590;
}

div#middle div#menu ul li a {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

div#middle div#menu ul.sub {
	margin: 0 0 7px 0;
	padding: 0;
	list-style: none;
	background: #fff;
	width: 148px;
	border-top: 1px solid #fff;
}

div#middle div#menu ul.sub li {
	width: 139px;
	background: #eff6fc;
	text-align: right;
	margin: 7px 0 0 0;
	padding: 0 7px 0 2px;
}

div#middle div#menu ul.sub li a {
	color: #000;
}
div#middle div#menu ul.sub li a.active {
	color: #336699;
}

div#content {
	position: relative;
	float: left;
	width: 591px;
	padding: 19px 18px;
}

div#content ul {
	margin: 0 0 0 10px;
	padding: 0;
	float: right;
	list-style: none;
}

div#content ul li {
	margin-bottom: 14px;
}

div#content ul.content {
	margin: 0 0 0 15px;
	padding: 0;
	float: none;
	list-style: url(../images/dot.gif);
}

div#content ul.content li {
	margin: 0;
	padding: 0;
	color: #336699;
	font-weight: bold;
}

div#footer {
	position: absolute;
	width: 651px;
	height: 46px;
	color: #fff;
	font-size: 9px;
	padding: 0 0 0 258px;
	line-height: 46px;
	vertical-align: middle;
	background: url(../images/footer.jpg) no-repeat;
}

div#footer div#footerleft, div#footer div#footerright {
	height: 46px;
}

div.ref {
	display: none;
}

div.clear {
	clear: both;
}