* {
margin					: 0px;
padding					: 0px;
}

body {
margin					: 0px;
padding					: 0px;
background-color			: #efede9;
font-family				: Georgia, Arial, Helvetica, sans-serif;
font-size					: 14px;
line-height				: 24px;
color					: #486080;
}

p {
padding					: 0px 0px 25px 0px;
}

a {
color					: #486080;
text-decoration			: none;
}

a:hover {
text-decoration			: underline;
}

em {
font-size					: 16px;
display					: block;
}

span {
font-size					: 11px;
font-weight				: bold;
text-transform				: uppercase;
display					: block;
padding					: 0px 0px 15px 0px;
}

/* Basiselementen ----------------------------------------------------------------------------- */

.container {
position					: absolute;
width					: 630px;
height					: 580px;
left						: 50%;
top						: 50%;
margin					: -290px -315px;
}

.container_showroom {
position					: absolute;
width					: 700px;
height					: 574px;
left						: 50%;
top						: 50%;
margin					: -287px -350px;
}

.container_basicpage {
position					: absolute;
width					: 630px;
height					: 580px;
left						: 50%;
top						: 50%;
margin					: -290px -315px;
}

.logo {
width					: 560px;
margin					: 0px auto;
}

.content {
width					: 560px;
height					: 394px;
margin					: 0px auto;
text-align				: center;
padding					: 40px 0px;
}

/* Navigation elementen ----------------------------------------------------------------------------- */

.nav ul {
list-style				: none;
margin					: 0px auto;
padding					: 0px;
width					: 468px;
font-size					: 0px;
}

.nav li {
float					: left;
display					: inline;
height					: 20px;
margin					: 0px;
padding					: 0px;
}

.nav li span {
display					: none;
}

.nav a {
display					: block;
height					: 20px;
margin					: 0px;
background-position			: 0px 0px;
background-repeat			: no-repeat;
}

.nav a:hover,
.nav a.selected {
background-position			: 0px -20px;
}

.nav a.nav_home 			{ background-image:url(../img/nav_home.gif); width: 55px;}
.nav a.nav_about 			{ background-image:url(../img/nav_about.gif); width: 149px;}
.nav a.nav_brands		 	{ background-image:url(../img/nav_brands.gif); width: 74px;}
.nav a.nav_contact 			{ background-image:url(../img/nav_contact.gif); width: 81px;}
.nav .nav_splitter			{ background-image:url(../img/nav_splitter.gif); width: 35px; height:20px;}
