@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	
	font-family: verdana, sans-serif, Courier, 'Franklin Gothic Book', Arial;
	font-size: 12px;
	color: #FFFFFF;
	background: #FFFFFF url(../img/bg_body.jpg) repeat-x;
}

h1,
h2,
h3,
h4 {
	margin: 20px 20px 0 20px;
	padding: 0;
	color: #A1B6DE;
	border-bottom: solid 1px #CCCCCC;
}

table {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
}
td {
	padding: 0;
}

#BaseContainer {
	position: relative;
	margin: 0 auto;
	padding: 0;
	
	height: auto !important;
	height: 100%;
	min-height: 100%;
	
	width: 909px;
	
	background: url(../img/bg_content.png) repeat-y;
}

#BaseHeader {
	padding: 0;
	margin: 0;
	
	height: 358px;

	width: 909px;

	background: url(../img/bg_header_porsche.png) no-repeat;
}

#BaseContent {
	margin: 0;
	padding: 0 0 30px 0;
	
	color: #000000;
	
	width: 909px;
}

.TextWrapper {
	margin: 5px 18px 0 18px;
	padding: 0px 4px 0px 4px;
}

#BaseFooter {
	position: absolute;
	margin: 0;
	padding: 0;
	
	color: #000000;
	
	width: 100%;
	
	text-align: center;
	bottom: 0;
}


/* Menu */
#BaseMenuSpacer {
	height: 329px;
}
#BaseMenu {
	margin: 0;
	padding: 0 19px;
	width: auto;
}

#BaseMenu li {
	margin: 0 -1px 0 0;
	padding: 6px 18px;
	
	height: 12px;
	
	display: block;
	float: left;
	list-style: none;
	
	font-size: 16px;
	line-height: 10px;

	border-left: 1px solid #3E4042;
	border-right: 1px solid #3E4042;
}

#BaseMenu li a {
	color: #FFFFFF;
	text-decoration: none;	
}

#BaseMenu li.active a {
	color: #A1B6DE;
	text-decoration: underline;
}

.lijst {
	width: 100%;
	font-size: 9px;
	border-spacing: 0;
	border-collapse: collapse;
}

.lijst td {
	border: solid 1px #CCCCCC;	
}

.lijst td.head {
	background: #B1CDFD;
	border: solid 1px #CCCCCC;
	
	text-align: center;
}
