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

/*

Document for Arie Molenaar Motors
 _____       _        _ _                         
|  __ \     | |      (_) |                        
| |  | | ___| |_ __ _ _| |_      _____  _ ____  __
| |  | |/ _ \ __/ _` | | \ \ /\ / / _ \| '__\ \/ /
| |__| |  __/ || (_| | | |\ V  V / (_) | |   >  < 
|_____/ \___|\__\__,_|_|_| \_/\_/ \___/|_|  /_/\_\

Copyright 2008 : www.detailworx.nl
Weltevreden 24 G - 3731 AL De Bilt
Tel: 030 - 220 41 81

*/

/* -------------------------------------------------------------------------------- BODY --*/
* {
	margin:0;
	padding:0;
	border:0;
	}

body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	color: #000000;
	}

a:link {
	color: #9e9e9e;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #9e9e9e;
	}
a:hover {
	text-decoration: none;
	color: #000000;
	}
a:active {
	text-decoration: none;
	color: #9e9e9e;
	}

/* -------------------------------------------------------------------------------- STAGE --*/
#stage {
	position: absolute;
	width: 790px;
	height: 497px;
	margin-left: -390px;
	margin-top: -225px;
	top: 50%;
	left: 50%;
	}

/* -------------------------------------------------------------------------------- TOP IMAGES --*/
#siteWrap {
	margin: 0px auto 0 auto;
	margin-left: 0px;
	margin-top: -120px;
	width: 790px;
	height: 5px;
	position: relative;
	z-index:10000;
	}

#pageWrap {
	position: relative;
	top: 130px;
	float:left;
	}
	
#leftimage {
	float: left;
	cursor: pointer;
	}
	
#centerimage {
	float: left;
	cursor: pointer;
	margin-left: -5px;
	}	

#centerimage02 {
	float: left;
	cursor: pointer;
	margin-left: -5px;
	}
	
#rightimage {
	float: left;
	cursor: pointer;
	margin-left: -7px;
	}
	
#bubbleWrap {
	position: absolute;
	left: 275px;
	top: 60px;
	z-index:10000;
	}
	
.bubble {
	position: absolute;
	left: -47px;
	z-index:10000;
	}
	
.clear {
	clear: both;
	}
	
/* -------------------------------------------------------------------------------- TEXT COLUMNS --*/
#columncontainer{
	position: absolute;
	width: 660px;
	height: 214px;
	margin-left: -388px;
	top: 280px;
	left: 459px;
	z-index: 20000;
	}

#topmenuleft{
	text-align:center;
	margin-top: 0px;
	}
	
#topmenucenter{
	text-align:center;
	margin-top: 0px;
	}

#topmenuright{
	text-align:center;
	margin-top: 0px;
	}

#nieuwsleft{
	text-align:left;
	margin-top: 15px;
	margin-left: 15px;
	}
	
#nieuwscenter{
	text-align:left;
	margin-top: 15px;
	margin-left: 13px;
	}
	
#nieuwsright{
	text-align:left;
	margin-top: 15px;
	margin-left: 25px;
	}
	
#lineleft{
	position:relative;
	float:left;
	width:1px;
	height:204px;
	left:-1px;
	background-color:#d6d6d6;
	}
	
#lineright{
	position:relative;
	float:left;
	width:1px;
	height:204px;
	left: 7px;
	background-color:#d6d6d6;
	}

/* -------------------------------------------------------------------------------- ARIE MOLENAAR --*/
#leftcolumn{
	position:relative;
	float:left;
	width: 204px;
	height: 220px;
	}

.titlestyleAM {
	color:#ed1c24;
	font-size:18px;
	letter-spacing: -1px;
	font-weight:bold;
	}

a.titlestyleAM:hover {
	color:#ed1c24;
	font-size:18px;
	letter-spacing: -1px;
	font-weight:bold;
	text-decoration:none;
	}
	
/* -------------------------------------------------------------------------------- MOLENAAR RACING --*/
#centercolumn{
	position:relative;
	float:left;
	width: 204px;
	height: 220px;
	margin-left:7px;
	}

.titlestyleMR {
	color:#038f6a;
	font-size:18px;
	letter-spacing: -1px;
	font-weight:bold;
	}
	
a.titlestyleMR:hover {
	color:#038f6a;
	font-size:18px;
	letter-spacing: -1px;
	font-weight:bold;
	text-decoration:none;
	}
	
/* -------------------------------------------------------------------------------- MOLENAAR MOTORS (BMW) --*/
#rightcolumn{
	position:relative;
	float:left;
	width: 224px;
	height: 220px;
	margin-left:12px;
	}

.titlestyleMM {
	color:#000000;
	font-size:18px;
	letter-spacing: -1px;
	font-weight:bold;
	}
	
a.titlestyleMM:hover {
	color:#000000;
	font-size:18px;
	letter-spacing: -1px;
	font-weight:bold;
	text-decoration:none;
	}

ul {
	display: block;
	list-style: url(../images/arrow-red.gif) none;
	}

.banner {
	position:absolute;
	left:230px;
	top:-75px;
	width:306px;
	height:91px;
	z-index:9000;
	}
