﻿/* =========================== */
/*  BLACK SHUTTLE WEBSITE      */
/*  VERSIE 1.0.00              */
/*  2008 KW 3                  */
/* =========================== */
/*  © 2008 LuSaneT Group       */
/*  www.lusanet.nl             */
/* =========================== */
/*  Basis Blackshuttle-website */
/*  includes/base.css          */
/* =========================== */

/* === Body === */
body, html {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #C00000;
	background-image: url('../images/background_v3.jpg');
	background-position: center top;
	background-repeat: repeat-y;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

img {
	border: 0px;
}

#frame {
	width: 1000px;
	overflow: hidden;
	background-color: transparent;
	background-image: url('../images/background_top_v3.jpg');
	background-position: -1px 0px;
	background-repeat: no-repeat;
}

#windowsize {
	position: absolute;
	z-index: 0;
	right: 0px;
	bottom: 3px;
	width: 1px;
	height: 10px;	
	font-size: 2px;
}

.break {
	clear: both;
	float: none;
	width: 100%;
	height: 2px;
	font-size: 2px;
}

#header {
	clear: both;
	float: left;
	width: 960px;
	height: 160px;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
	background-image: url('../images/logo.gif');
	background-position: 740px 10px;
	background-repeat: no-repeat;
}

#page {
	clear: left;
	float: left;
	width: 710px;
	margin-left: 40px;
	text-align: left;
}

#rightbar {
	clear: right;
	float: left;
	width: 210px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 25px;
	text-align: right;
}

#copyright {
	clear: both;
	float: left;
	width: 960px;
	height: 32px;
	margin: 20px;
	color: #707070;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	line-height: 13pt;
}

#copyright a {
	color: #707070;
}

#copyright a:hover {
	color: #C00000;
}

/* === HEADER === */
	#header img {
		margin-top: 66px;
	}

/* === MENU === */
	.menuItem0, .menuItem1, .menuItem2, .menuItem3, .menuItem4 {
		clear: both;
		float: right;
		width: 80px;
		height: 14px;
		padding-right: 20px;
		border: 1px solid #000000;
		background-image: url('../images/menu_block.gif');
		background-position: right 0px;
		background-repeat: no-repeat;
		font-size: 8pt;
		text-align: right;
		cursor: pointer;
	}
	.menuItem0 {
		width: 90px;
		margin-right: 203px;
		margin-top: 10px;
	}
	.menuItem1 {
		margin-right: 213px;
		margin-top: 27px;
	}
	.menuItem2 {
		width: 88px;
		margin-right: 205px;
		margin-top: 7px;
	}
	.menuItem3 {
		width: 83px;
		margin-right: 210px;
		margin-top: 16px;
	}
	.menuItem4 {
		width: 89px;
		margin-right: 204px;
		margin-top: 23px;
	}
	
	.menuItem0:hover, .menuItem1:hover, .menuItem2:hover, .menuItem3:hover, .menuItem4:hover {
		border: 1px solid #C00000;
		background-position: right -14px;
		background-color: #000000;
		color: #FFFFFF;
	}

/* === RIGHTBAR & CONTACT === */
	#rightbar .box, #contact {
		clear: both;
		float: right;
		width: 132px;
		height: 99px;
		margin-right: 71px;
		margin-bottom: 29px;
		border: 2px solid #C00000;
		background-color: #C0C0C0;
		background-position: center center;
		background-repeat: no-repeat;
		text-align: left;
	}
	
	#contact {
		background-image: url('../images/rightbar_contact.jpg');
		cursor: pointer;
	}
	#contact:hover {
		border-color: #FF0000;
	}
	
	#rightbar #fillBox {
		clear: both;
		float: none;
		width: 132px;
		height: 44px;
		font-size: 2px;
	}
