/* Stylesheet voor Burghgraef van Tiel & Partners BV
   by Gerben Geijteman - Copyright 2005-2008 (C) 
   
   Version 0.8 - 7 Sep 2008 20:06 */
   
/* Body */
body {
	margin: 0px;
	padding: 0px;
	
	background-color: #FFFFFF;
	background-image:url(../media/images/body-bg.jpg);
	background-repeat:repeat-x;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	/*letter-spacing: 0.3 em;*/
}

html {
   overflow: -moz-scrollbars-vertical;
}

/* Notifications */

.msgbox
{
	position: absolute;
	left: 50%;
	top: 50%;
	
	background: #FFFFFF;
	  
	margin-left: -127px;
	width: 230px;
	height: 25px;
	padding: 12px;
	text-align: center;
	display: none;
}

input  {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: #901438;
	font-family: Verdana;
	font-size: 11px;
	letter-spacing: 1px;
}

textarea  {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: #901438;
	font-family: Verdana;
	font-size: 11px;
	letter-spacing: 1px;
}


button {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: #901438;
	font-family: Verdana;
	font-size: 11px;
	letter-spacing: 1px;
}

select  {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: #901438;
	font-family: Verdana;
	font-size: 11px;
	letter-spacing: 1px;
}


/* Wrapper */
.wrapper {
	width: 98%;
}

.page {
	width: 1004px;
}

/* Textual layout */
h1 {
	font-size: 14px;
	font-weight: 800;
 	letter-spacing: normal;
	display: none;
}

h2 {
	font-size: 12px;
	font-weight: 800;
 	letter-spacing: normal;
}

h3 {
	font-size: 10px;
	font-weight: 800;
 	letter-spacing: normal;
}

p {
}

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

/* Header */

.header {
}

.header-logo {
	background-image: url(../media/images/header-logo.jpg);
	width: 572px;
	height: 239px;
	
	float: left;
}

.header-nav {
	background-image: url(../media/images/header-nav-bg.jpg);
	width: 432px;
	height: 239px;
	
	float: left;
}

.header-nav-content {
	text-align: left;
	padding-top: 151px;
	line-height: 23px;
}

.header-nav-item {
	margin-left: 49px;
	line-height: 27px;
}

.header-nav-pointer {
	background-image: url(../media/images/header-nav-pointer.jpg);
	background-repeat: no-repeat;
	
	margin-top: 8px;	
	margin-left: 0px;
	margin-right: 10px;
	
	width: 39px;
	height: 15px;	
	
	display: none;
	
	float: left;
}

.header-nav-content a:hover {
	color: #cc8e9e;
}

.header-nav-content a, .header-nav-content a:link, .header-nav-content a:visited {
	text-decoration: none;
}

/* Menu */

.menu {
	background-image: url(../media/images/menu-bg.jpg);
	width: 1004px;
	height: 37px;
	
	float: left;	
}

.menu-content {
	text-align: left;
	padding-top: 7px;
	padding-left: 210px;	
	font-size: 10px;
	color: #666666;
}

.menu-item a, .menu-item a:link, .menu-item a:visited {
	color: #666666;
	text-decoration: none;
}

.menu-item a:hover {
	color: #8f1438;
	text-decoration: overline;
}

.menu-item {
	padding-right: 15px;
	letter-spacing: normal;
}

.menu-flags {
	float: right;
}

/* Content body */

.content-body {
	background-image: url(../media/images/content-bg.jpg);
	width: 625px;
	height: 323px;
	
	float: left;
}

.content-content {	
	margin-left: 230px;
	padding-right: 30px;
	margin-right: 4px;
	margin-top: 10px;
	
	height: 303px;
	
	overflow: scroll;
	overflow-x:hidden;
	overflow-y:scroll;	
	
	color: #FFFFFF;
	text-align: left;
}

.text-footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.text-content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Sidebar */

.side-body {
	width: 379px;
	height: 320px; 
	
	float: left;
}

/* AJAX */

.sitemap {
	padding: 15px;
	color: #fff;
	width: 500px;
	text-align: left;
}

.sitemap a, .sitemap a:link, .sitemap a:visited {
	font-size: 9px;
	font-weight: normal;
	letter-spacing: normal;	
	text-align: left;
	color: #fff;
	text-decoration: none;
}

.sitemap a:hover {
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}


/* Footer */

.footer-logo {
	background-image: url(../media/images/footer-logo.jpg);
	width: 602px;
	height: 154px; 
	
	float: left;
}

.footer-content {
	background-image: url(../media/images/footer-content.jpg);
	width: 390px;
	height: 154px;
	
	padding-top: 25px;
	margin-left: 10px;
	
	line-height: 14px;
	
	font-size: 9px;
	letter-spacing: normal;	
	text-align: left;
	color: #8f1438;
	
	float: left;
}

.footer-content a, .footer-content a:link, .footer-content a:visited {
	font-size: 9px;
	font-weight: normal;
	letter-spacing: normal;	
	text-align: left;
	color: #00316d;
	text-decoration: none;
}

.footer-content a:hover {
	font-weight: normal;
	color: #00316d;
	text-decoration: underline;
}

/* Media */

/* Scripted */

/* END */