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

body {
	font-family:Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; 
	margin-top:40px;
	padding: 0;
	text-align: center; 
	color: #24658b;
	line-height:12pt;
}

#page-wrap{
	position: absolute;
	left:50%;
	width:800px;
	height: 500px;
	margin-left:-400px;
	background-image:url(images/background.jpg);
	border: 1px solid #96c5e1;
}
#logo {
	position:absolute;
	left:10px;
	top: 10px;
	width:107px;
	height:181px;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	}
#menu {
	list-style: none;
  	position: absolute;
	padding: 0;
  	margin: 0;
	height:27px;
	width:586px;
  	background: url(images/menubg.jpg) no-repeat;
	background-position:right top;
	left: 214px;
	top:100px;
}
#menu li {
	position: relative;
	float: left;
}

#menu span {
  display: none;
  position: absolute;
}
#menu a {
  display: block;
  text-indent: -10000px;
  position: absolute;
  outline: none;
}
#menu a:hover {
  background-position: left bottom;
}
#menu a:hover span {
  display: block;
}
#menu .home {
  position: relative;
  width: 59px;
  height: 27px;
  background: url(images/img_home.jpg) no-repeat;
  float: left;
  top: 0px;
}
#menu .informatie {
  position: relative;
  width: 72px;
  height: 27px;
  background: url(images/img_modellen.jpg) no-repeat;
  top: 0px;
  float: left;
}
#menu .collection {
  position: relative;
  width: 72px;
  height: 27px;
  background: url(images/img_collection.jpg) no-repeat;
  top: 0px;
  float: left;
}
#menu .contact {
  position: relative;
  width: 69px;
  height: 27px;
  background: url(images/img_contact.jpg) no-repeat;
  top: 0px;
  float: left;
}
#menu .referenties {
  position: relative;
  width: 89px;
  height: 27px;
  background: url(images/img_referenties.jpg) no-repeat;
  top: 0px;
  float: left;
}
#menu .references {
  position: relative;
  width: 89px;
  height: 27px;
  background: url(images/img_references.jpg) no-repeat;
  float: left;
  top: 0px;
}

#slogan {
	position: absolute;
	left:200px;
	top: 30px;
	width: 550px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:52px;
	color:#96c5e1;
	padding-bottom: 20px;
	padding-top: 20px;
}
#content {
	position: absolute;
	left:210px;
	top: 130px;
	width: 530px;
	height:300px;
	overflow: auto; 
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 4px;
	
	}
#left {
	position: absolute;
	left:0px;
	bottom:0px;
	width: 211px;
	height: 284px;
	background-image:url(images/left.jpg);
	}

#languages {
	position: absolute;
	left: 680px;
	bottom: 40px;
	width: 100px;
	height: 20px;
	text-align: right;
	}

body,td,th {
	font-size: 11px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #24658b;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #24658b;
}
a:hover {
	text-decoration: none;
	color: #24658b;
}
a:active {
	text-decoration: underline;
	color: #24658b;
}

.modellen:link {
	text-decoration:none;
	font-weight: bold;
	color:#052e45;
}
.modellen:visited {
	text-decoration:none;
	font-weight: bold;
	color:#052e45;
	}
.modellen:hover {
	text-decoration: underline;
	font-weight: bold;
	color:#052e45;
}
.modellen:active {
	text-decoration:none;
	font-weight: bold;
	color:#052e45;
}

h1 {
	font-size: 16px;
	color: #052e45;
}
strong {
	color: #052e45;
}
#referenties {
	margin-left: 200px;
	margin-top: -242px;
}

