/*
Theme Name: B-Way
Theme URI:
Description: 
Version:
Author: Mike Weijenberg
Author URI: http://simplevision.nl/
*/

BODY {
	font-family: Arial, "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333;
	margin-top: 0px;
	line-height: 18px;
}

.home {			background: url(gfx/background1.jpg) top center no-repeat;}
.werkwijze {	background: url(gfx/background3.jpg) top center no-repeat;}
.crew {			background: url(gfx/background5.jpg) top center no-repeat;}
.transport {	background: url(gfx/background2.jpg) top center no-repeat;}
.double-drive {	background: url(gfx/background6.jpg) top center no-repeat;}
.contact {	background: url(gfx/background4.jpg) top center no-repeat;}

h2 {
	font-size: 30px;
	letter-spacing: -3px;
	color: #666;
	text-transform: lowercase
}
h3 {
	font-size: 18px;
	letter-spacing: -2px;
	color: #777;
}
h4 {
	font-size: 16px;
	letter-spacing: -1px;
	color: #888;
}

a {
	color: #d0182e;
}

.alignleft {float:left;}
.alignright {float:right;}
.aligncenter {text-align:center;}

#wrapper {
	width: 945px;
	margin: 0 auto;
	position: relative;	
}

#logo {
	background: url(gfx/logo.png) top left no-repeat;
	width: 208px;
	height: 102px;
	cursor: pointer;
	margin-left: -14px;
}
#logo h1 {display:none;}

#topnav {
	position: absolute;
	top: 0;
	right: 53px;
	height: 60px;
}
#topnav ul li {
	display: inline;
}
#topnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topnav li {
	display: inline;
	float:left;
    margin-left: 1px;
	background: url(gfx/nav.png) top left repeat-x;
	height: 50px;
	line-height: 55px;
}

#topnav li:hover,#topnav li:hover, #topnav .current_page_item {
	background: url(gfx/nav_over.png) top left repeat-x;
}

#topnav ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #ebebeb;
	padding: 13px;
	font-size: 16px;
	letter-spacing: -1px;
	text-transform: lowercase;
}

#topnav ul li a:hover {
	color:#fff;
}

#lang_sel_footer {
	position: absolute;
	top: 0;
	right: 0px;
	height: 60px;
}

#lang_sel_footer ul li {
	display: inline;
}
#lang_sel_footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#lang_sel_footer li {
	display: inline;
	float:left;
	background: url(gfx/nav.png) top left repeat-x;
	height: 50px;
	line-height: 78px;
}
#lang_sel_footer IMG {
	border: none;
	margin: 4px;
}
#lang_sel_footer a {
	text-decoration: none;
}
#lang_sel_footer {
	font-size: 0px;
}

#content {
	position: absolute;
	top: 295px;
	left: 30px;
	width: 560px;
}
#content a {
	padding: 2px;
}

#content a:hover {
	color: #fff;
	background-color: #d0182e;
	text-decoration:none;
	padding: 2px;
}

#emailform {
	background-color:#EFEFEF;
	text-align: right;
	color: #777;
	padding: 15px;
	font-size: 13px;
	margin-bottom: 40px;
}

#emailform .fields {
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	width: 360px;
	margin: 4px;
	color: #222;
}

#emailform .button {
	cursor:pointer;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#emailform .top {
	vertical-align: top;
	padding-top: 8px;
}

INPUT.error, TEXTAREA.error {border: 2px solid red;}

#sidebar {
	position: absolute;
	top: 295px;
	left: 640px;
}
#sidebar ul {
	margin: 0;
	margin-top: 60px;
	margin-left: 45px;	
	padding: 0;
	list-style-type: none;
}
#sidebar li {
	height: 45px;
	line-height: 31px;
	padding-left: 44px;	
	font-weight: bold;	
	letter-spacing: -1px;
	font-size: 16px;
	color: #555;
}
#sidebar a {
	text-decoration: none;
}

#sidebar .telefoon {
	background: url(gfx/icon_phone.png) no-repeat top left;
}
#sidebar .email {
	background: url(gfx/icon_mail.png) no-repeat top left;
}

	