html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body {
	position: relative;
	margin: 0px;
	padding: 0px;
	background-image: url("../images/bg-fader-small.gif");
	background-repeat: repeat-x;
}

#bg-large {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50%;
	height: 309px;
	background-image: url("../images/bg-fader-extra-small.gif");
	background-position: right top;
	z-index: 0;
}

div#container {
	position: relative;
	width: 760px;
	margin: 0px auto;
	text-align: left;
	_height: 500px;
	min-height: 500px;
	border-left: solid 8px #FFFFFF;
	border-right: solid 8px #FFFFFF;
	background-color: #FFFFFF;
	z-index: 1;
}

/**
*	Top
*/
div#top {
	position: relative;
	top: 0px;
	padding: 0px;
	width: 760px;
	height: 138px;
}

/**
*	Logo's
*/
div#logo {
	position: absolute;
	top: 14px;
	left: 0px;
	width: 120px;
	height: 56px;
	background-image: url("../images/logo-autogroep.gif");
	background-repeat: no-repeat;
}
div#logo img {
	border: 0px;
	width: 120px;
	height: 56px;
}

div#logo-right {
	position: absolute;
	top: 17px;
	right: 0px;
	background-image: url("../images/logo-today-tomorrow-toyota.gif");
	width: 164px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: top right;
}

div#logo-right img {
	width: 164px;
	height: 42px;
}

/**
*	Menu
*/
div#bg-menu {
	position: absolute;
	top: 108px;
	width: 760px;
	height: 30px;
	background-image: url("../images/bg-menu.gif");
	background-repeat: no-repeat;
}

ul#menu {
	position: absolute;
	top: 102px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul#menu li {
	width: 120px;
	height: 30px;
	background-image: url("../images/bg-menu-item.gif");
	background-repeat: no-repeat;
	float: left;
	text-align: center;
}

ul#menu li div {
	width: 92px;
	height: 30px;
	padding: 0px 14px 0px 14px;
}

ul#menu li.space {
	margin-right: 8px;
}

ul#menu li a {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

div#mnu-toyota-oostendorp, 
div#mnu-oostendorp-occasions, 
div#mnu-bosch-car-service, 
div#mnu-oostendorp-autoschade, 
div#mnu-oostendorp-autolease,
div#mnu-financiering-en-verzekering { 
	position: absolute;
	top: 96px;
	width: 120px;
	height: 6px;
	background-repeat: no-repeat;
	display: none;
}

div#mnu-toyota-oostendorp { background-image: url("../images/mnu-red.gif"); left: 0px; }
div#mnu-oostendorp-occasions { background-image: url("../images/mnu-yellow.gif"); left: 128px; }
div#mnu-bosch-car-service { background-image: url("../images/mnu-mosterd.gif"); left: 256px; }
div#mnu-oostendorp-autoschade { background-image: url("../images/mnu-orange.gif"); left: 384px; }
div#mnu-oostendorp-autolease { background-image: url("../images/mnu-blue.gif"); left: 512px; }
div#mnu-financiering-en-verzekering { background-image: url("../images/mnu-green.gif"); left: 640px; }

div#mnu-toyota-oostendorp-visible, 
div#mnu-oostendorp-occasions-visible, 
div#mnu-bosch-car-service-visible, 
div#mnu-oostendorp-autoschade-visible, 
div#mnu-oostendorp-autolease-visible,
div#mnu-financiering-en-verzekering-visible { 
	position: absolute;
	top: 96px;
	width: 120px;
	height: 6px;
	background-repeat: no-repeat;
}

div#mnu-toyota-oostendorp-visible { background-image: url("../images/mnu-red.gif"); left: 0px; }
div#mnu-oostendorp-occasions-visible { background-image: url("../images/mnu-yellow.gif"); left: 128px; }
div#mnu-bosch-car-service-visible { background-image: url("../images/mnu-mosterd.gif"); left: 256px; }
div#mnu-oostendorp-autoschade-visible { background-image: url("../images/mnu-orange.gif"); left: 384px; }
div#mnu-oostendorp-autolease-visible { background-image: url("../images/mnu-blue.gif"); left: 512px; }
div#mnu-financiering-en-verzekering-visible { background-image: url("../images/mnu-green.gif"); left: 640px; }


/**
*	Inhoud
*/
div#inhoud {
	position: relative;
	width: 760px;
	min-height: 370px;
	_height: 370px;
}

/**
*	Properties
*/
div#properties {
	position: absolute;
	top: 165px;
	left: 560px;
	z-index: 2;
}

div#properties a {
	margin-right: 2px;
}

div#properties img {
	border: 0px;
}

/**
* History
*/
div#history {
	position: absolute;
	top: 123px;
	left: 0px;
	width: 760px;
	height: 21px;
	background-image: url("../images/bg-history.gif");
	background-repeat: no-repeat;
	color: #02538C;
	padding-top: 3px;
	z-index: 2;
	display: inline;
}

div#history p {
	margin: 0px;
	padding: 0px;
}

div#history a {
	color: #02538C;
	font-size: 11px;
	text-decoration: none;
}

div#history span.label {
	margin-left: 105px;
	margin-right: 22px;
	color: #000000;
}

/**
*	Navigatie home
*/
div#nav-home {
	position: absolute;
	background-image: url("../images/icon-home.gif");
	background-repeat: no-repeat;
	z-index: 2;
	top: 24px;
	left: 13px;
	padding-left: 25px;
}

div#nav-home p {
	margin: 0px;
	padding: 0px;
}

div#nav-home a {
	text-decoration: none;
}

div#nav-home a:hover {
	text-decoration: underline;
}

/**
*	Content left
*/
div#content-left {
	position: relative;
	float: left;
	width: 180px;
	margin-top: 144px;
	margin-bottom: 8px;
}

/**
*	Menu left
*/
ul#menu-left {
	width: 167px;
	margin: 2px 0px 2px 0px;
	padding: 18px 0px 17px 0px;
	list-style: none;
	border-left: solid 13px #19B5B2;
}

ul#menu-left li {
	background-color: #EDEDED;
	border-bottom: solid 1px #FFFFFF;
	color: #000000;
	width: 168px;
	padding: 3px 0px 3px 0px;
	margin: 0px;
	position: relative;
	top: 0px;
	left: 0px;
}

ul#menu-left li.selectable {
	background-image: url("../images/li-hassub.gif");
	background-repeat: no-repeat;
	background-position: right 7px;
}

ul#menu-left li a {
	text-decoration: none;
}

ul#menu-left li a:hover {
	color: #19B5B2;
}

ul#menu-left li div {
	padding-left: 10px;
	padding-right: 10px;
}

ul#menu-left li.selectable:hover, 
ul#menu-left li.selectable.over, 
ul#menu-left li#selected {
	cursor: pointer;
	padding: 3px 0px 3px 0px;
}

ul#menu-left li.selectable:hover ul , 
ul#menu-left li.selectable.over ul, 
ul#menu-left li#selected ul {
	padding: 5px 0px 5px 0px;
}

ul#menu-left li.selectable:hover ul li , 
ul#menu-left li.selectable.over ul li, 
ul#menu-left li#selected ul li {
	padding: 3px 0px 3px 10px;
}

ul#menu-left li#selected {
	background-image: url("../images/li-issub.gif");
	background-repeat: no-repeat;
	background-position: right 7px;
}

ul#menu-left li:hover ul, 
ul#menu-left li.over ul {
	z-index: 10;
}

ul#menu-left li#selected ul {
	display: block;
}

ul#menu-left li ul {
	display: none;
	position: relative;
	top: 3px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: #FFFFFF;;
}

ul#menu-left li ul li {
	width: 148px;
	padding: 3px 0px 3px 0px;
	margin: 0px;
	border: none;
	background-color: #FFFFFF;
}

ul#menu-left li ul li div {
	background-image: url("../images/li-hassub.gif");
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 10px;
}



/**
*	Menu main groep
*/
div#menu-main-groep {
	border-bottom: solid 1px #A1A1A1;
	padding-top: 2px;
	padding-bottom: 2px;
}

div#menu-main-groep ul {
	width: 167px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-left: solid 13px #19B5B2;
	background-image: url("../images/bg-main-groep.gif");
	background-position: bottom;
	background-repeat: repeat-x;
}

div#menu-main-groep ul li {
	padding: 3px 0px 3px 10px;
}

div#menu-main-groep ul li a {
	text-decoration: none;
}

/**
*	Banners
*/
div#banners {
	margin-bottom: 10px;
}

div#banners img {
	border: 0px;
	margin-top: 15px;
}

/**
*	Content
*/
div#content {
	position: relative;
	float: right;
	width: 572px;
	margin-top: 16px;
	margin-bottom: 8px;
	z-index: 0;
}

/**
*	Flash
*/
div#flash {
	height: 101px;
	width: 572px;
	clear: both;
	background-repeat: no-repeat;
	background-image: url("../images/atmos-portal.jpg");
}

div#flash-no-bg {
	height: 101px;
	width: 572px;
	clear: both;
}


/**
*	300 occasions
*/
div#driehonderd-occasions {
	position: absolute;
	top: 141px;
	left: 440px;
	background-image: url("../images/top-300-occasions.gif");
	background-repeat: no-repeat;
	width: 134px;
	height: 206px;
}

#sidebanner {
	position: absolute;
	top: 341px;
	left: 440px;
	width: 134px;
	height: 206px;
}

div#driehonderd-occasions img {
	border: 0px;
	width: 134px;
	height: 206px;
}

/**
*	Text
*/
div#text {
	padding: 45px 10px 10px 10px;
	width: 420px;
}

div#text h2 {
	font-size: 18px;
	margin-top: 0px;
	width: 350px;
}

/**
*	Search
*/
div#search-home {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 106px;
	background-image: url("../images/bg-left.gif");
	z-index: 1;
}

div#search-home p {
	margin: 0px;
	padding: 0px;
}

div#searchform {
	position: absolute;
	top: 53px;
	left: 8px;
}

div#searchform input#trefwoord {
	border: solid 1px #A5ACB2;
	font-size: 10px;
	width: 155px;
	clear: both;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 3px;
}

div#searchform input.btn {
	font-size: 10px;
	border: solid 1px #7894A9;
	background-image: url("../images/bg-button.gif");
	background-repeat: repeat-x;
}

/**
*	Bottom
*/
div#bottom {
	width: 100%;
	position: relative;
	background-image: url("../images/bg-bottom.gif");
	background-repeat: repeat-x;
	height: 25px;
	text-align: center;
	font-size: 10px;
	clear: both;
}

div#bottom a {
	text-decoration: none;
}

div#bottom a:hover {
	text-decoration: underline;
}

div#bottom-container {
	position: relative;
	background-image: url("../images/bg-bottom.gif");
	background-repeat: repeat-x;
	width: 760px;
	margin: 0px auto;
	border-left: solid 8px #FFFFFF;
	border-right: solid 8px #FFFFFF;
	text-align: left;
	padding-top: 5px;
}

/**
*	Navigatie
*/

a.nav {
	background-image: url("../images/bg-li-nav.gif");
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding-left: 12px;
	color: #02538C;
	text-decoration: none;
}

a.nav:hover {
	text-decoration: underline;
}

/**
*	Nieuws right
*/
div#nieuws-right {
	position: absolute;
	top: 141px;
	left: 452px;
	width: 120px;
	font-size: 10px;
}

div#nieuws-right p {
	margin: 0px;
	padding: 0px;
}

div#nieuws-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#nieuws-right ul li {
	margin-bottom: 10px;
}

/**
*	Testimonial right
*/

div#testimonial-right {
	position: absolute;
	top: 141px;
	left: 452px;
	width: 120px;
	font-size: 10px;
}

div#testimonial-right p {
	margin: 0px;
	padding: 0px;
}

div#testimonial-right img {
	margin-bottom: 8px;
	clear: both;
}

/**
*	Tooltip
*/
span.info {
	height: 40px;
	position: relative;
}

span.info a {
	background-image: url("../images/icon-info.gif");
	background-repeat: no-repeat;
	padding-left: 20px;
	text-decoration: none;
}

span.info a strong {
	font-weight: normal;
}

span.info a span {
	display: none;
}

span.info a:hover {
	font-size: 99%;
	text-decoration: none;
}

span.info a:hover span {
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	margin-top: 10px;
	margin-left: -10px;
	width: 310px;
	padding: 5px;
	border: solid 1px #000000;
	background-color: #FFFFFF;
	color: #000000;
	z-index: 100;
}

/**
*	Forms
*/
table.formulier th {
	background-color: #19B5B2;
}


/**
* Nieuws items
*/

div#nieuwsItem{
	border-bottom: 1px solid #B3CBDC; 
	overflow:hidden;"
}

div#nieuwsItem img{
	float:left; 
	margin-right:10px; 
	margin-bottom:15px;
}


