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

body
{
	background-image: url(http://www.alfaromeo.nl/ALFA_MM/testSwf/bg_alfaromeo_tutto.jpg);
	font-family: arial;
}

#container
{
	width: 1000px;
	margin: auto auto;
}

#header
{
	background-image: url(../img/diversen/header_logo.png);
	background-repeat: no-repeat;
	position: relative;
	min-height: 95px;
}

#header > a
{
	position: absolute;
	right: 20px;
	top: 20px;
}

#header > a
{
	position: absolute;
	right: 20px;
	top: 20px;
}

#header .per-post
{
	position: absolute;
	right: 20px;
	top: 73px;
	font-size: 11px;
	color: #a7a7a7;
}

#header .per-post a
{
	color: #a7a7a7;
}

#header .menu
{
	position: absolute;
	left: 20px;
	top: 82px;
}

#content
{
	color: #fff;
	background-color: #474747;
	padding: 30px;
	padding-left: 20px;
	padding-right: 0;
	font-size: 11px;
	color: #cccccc;
}

#content_left
{
	width: 730px;
}
#content_right
{
	float: right;
	width: 214px;	
	padding-right: 14px;
	height: 377px;
}

#content_left h3
{
	font-size: 14px;
	color: #ffffff;
	padding: 0;
	margin: 0;
}

#content_left div.list
{
	height: 44px;
}

#content_left div.list div.desc
{
	padding: 10px;
	padding-left: 10px;
	float: left;
	width: 560px;
}

#content_left div.list div.image
{
	float: left;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 0;
}

#content_left div.list div.download
{
	float: left;
	width: 82px;
	padding: 10px;
}

#content_left div.list.even
{
	background-image: url(../img/diversen/stippellijn.gif);
	height: 46px;
}

#_privacy,
#_algemenevoorwaarden
{
	line-height: 16px;
}

#_privacy a,
#_algemenevoorwaarden a
{
	color: #fff;
}

#footer
{
	background-image: url(../img/diversen/zwart_vlak-stippellijn_ondercontentbox.png);
	height: 435px;
	padding-top: 20px;
	padding-left: 20px;
	font-size: 11px;
	color: #a7a7a7;
}

#footer a
{
	color: #a7a7a7;
	text-decoration: none;
}


