* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

body {
	background: url(../images/background.png) repeat-x;	
	font-family: Arial;
	font-size: 11px;
	color: #d8d8d8;
}

body {
   _behavior: url("css/csshover3.htc");
}

td {
	vertical-align: top;
}

h1 {
	font-weight: bold;
	color: #f2960b;
	font-size: 14px;
	margin-bottom: 24px;
}

h1.link {
	margin-bottom: 0;
}

h1.lastLink {
	margin-bottom: 24px;
}

h1.link a {
	text-decoration: none;
	color: #565656;
}

h1.link a:hover {
	color: #f2960b;
}

p {
	margin-bottom: 24px;
	line-height: 17px;
}

div.cushycms {
	line-height: 17px;
}

p:last-child {
	margin-bottom: 0;
}

/* container */
#container {
	margin: 0 auto;
	width: 820px;
}

#outerContainer {
	width: 959px;
	margin: 0 auto;
	background: url(../images/headerBack.png) top left no-repeat;
}

/* topMenu */
#topMenu {
	font-family: Arial;
	color: #c4c4c4;
	font-size: 10px;
	z-index: 10;
	float: right;
	display: inline;
	margin-right: 35px;
}

.largest #topMenu {
	margin-right: 0 !important;
}

#topMenu a {
	color: #f2960b;
	text-decoration: none;
	line-height: 22px;
	display: block;
	height: 22px;
	float: left;
	text-transform: uppercase;
}

#topMenu a:hover {
	text-decoration: underline;
}

#topMenu li {
	float: left;
	display: inline;
	list-style: none;
	padding: 0 6px 0 8px;
	background: url(../images/dash.png) no-repeat center left;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
}

#topMenu li:first-child, #topMenu li.first {
	background: none;
}
/* /topMenu */

/* header */
#header {
	width: 820px;
	height: 265px;
	position: relative;
}

#logo {
	position: absolute;
	top: 46px;
	left: 37px;
}

#logo img {
	_display: none;
}

#logo {
	_display: block;
	_width: 331px;
	_height: 121px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='images/logo.png' );
	_cursor: pointer;
}

/* menu */
#menu {
	font-family: Arial;
	color: #212121;
	font-size: 12px;
	text-transform: uppercase;
	float: right;
	display: inline;
	position: absolute;
	width: 590px !important;
	right: 0;
	top: 220px;
}

#menu ul li {
	position: relative;
}

#menu ul ul {
	position: absolute;
	top: 14px;
	left: -85px;
	width: 600px;
	display: none;
	text-transform: none;
}

#menu .smaller {
	width: 240px;
	left: -39px;
}
#menu li:hover ul, .show {
	display: block !important;
	padding-top: 6px !important;
}

#menu li {
	float: left;
	list-style: none;
	padding: 0 7px;
}

#menu a {
	color: black;
	text-decoration: none;
}

#menu a:hover, #menu a.active {
	color: #f2960b;
}
/* /menu */
/* /header */

/* content */
#content {
	background: #0e2c55;
	position: relative;
	overflow: hidden;
	_border: 1px solid #0e2c55;
}

/* image */
#image {
	float: left;
	display: inline;
	margin-right: 39px;
	margin-bottom: -3px;
}

.withMargin {
	margin-top: 39px;
	margin-left: 39px;
	margin-bottom: 35px !important;
}
/* /image */

/* text */
#text {
	padding-top: 39px;
	padding-bottom: 32px;
	padding-right: 39px;
	width: 390px;
}

.smaller {
	width: 270px !important;
}

#text a {
	color: rgb(242, 150, 11);
	text-decoration: none;
}

#text a:hover {
	text-decoration: underline;
}

#text ul {
	margin-left: 45px;
	margin-top: -24px;
}
/* text */

#textscale {
	position: absolute;
	top: 10px;
	right: 40px;
	color: #7d7d7d;
	display: none;
}

#textscale span {
	cursor: pointer;
	padding: 1px;
}

#textscale .active {
	text-decoration: underline;
}

#textscale .normal {
	font-size: 11px;
}

#textscale .larger {
	font-size: 14px;
}

#textscale .largest {
	font-size: 17px;
}
/* /content */

/* footer */
#footer {
	background: #f0f0f0;
	padding: 21px 39px;
	margin-bottom: 100px;
	overflow: auto;
}

#footerText {
	clear: both;
	padding-top: 30px;
}

#footerText {
	height: 20px;
}

#footerText li{
	float: left;
	display: inline;
	list-style: none;
	padding: 0 4px 0 6px;
	color: #929292;
	font-size: 9px;
	background: url(../images/footerSpacer.png) center left no-repeat;
}

#footerText li:first-child, #footerText li.first {
	background: none;
}

#footerText a {
	color: #008bdb;
	text-transform: uppercase;
	text-decoration: none;
}

#footerText a:hover {
	text-decoration: underline;
}

#footerText .copy {
	background: none;
	padding-left: 18px;
}

#footer .images, #footer .links {
	margin-top: 15px;
}

#footer .links {
	font-family: 'Arial';
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 29px;
}

#footer .images li, #footer .links li {
	float: left;
	display: inline;
	margin-right: 86px;
}

#footer .images, #footer .links {
	*overflow: auto;
}

#footer .links li {
	margin-right: 20px;
}

#footer .links a {
	text-decoration: none;
	color: #737373;
}

#footer .links a:hover, #footer .links .active {
	color: #f2a22a;
}
/* /footer */

.form {
	margin-top: 24px;
}

.form input, textarea {
	margin-bottom: 7px;
}

.form input {
	width: 170px;
	border: 1px solid #3d3d3d;
	padding: 2px;
}

.form .button {
	width: 90px;
}

.form textarea {
	height: 160px;
	width: 320px;
}

.website {
	display: none; /* for keeping bots away :) */
}

.error {
	background: #f3b0b0;
}

p.error {
	color: #f3b0b0;
	background: none;
}
/* /container */

.normal #menu {
	font-size: 15px !important;
	width: 560px;
}

.normal {
	font-size: 13px;
}

.normal p {
	line-height: 20px;
}

.normal h1 {
	font-size: 17px;
}

.normal #footerText li {
	font-size: 12px;
}

.normal #topMenu {
	font-size: 13px;
}

.large #menu {
	font-size: 17px !important;
	width: 650px !important;
}

.large #menu .menuItemContact ul {
	margin-left: 33px !important;
}

.large {
	font-size: 15px;
}

.large p {
	line-height: 22px;
}

.large h1 {
	font-size: 19px;
}

.large #footerText li {
	font-size: 14px;
}

.large #topMenu {
	font-size: 15px;
}

.largest #menu {
	font-size: 19px !important;
	width: 730px !important;
}

.largest #menu .menuItemContact ul {
	margin-left: 32px !important;
	width: 170px !important;
}

.largest #menu .menuItemDiensten ul {
	margin-left: 86px !important;
}

.largest #menu .menuItemProducten ul {
	margin-left: 76px !important;
}

.largest {
	font-size: 17px;
}

.largest p {
	line-height: 24px;
}

.largest h1 {
	font-size: 21px;
}

.largest #footerText li {
	font-size: 16px;
}

.largest #topMenu {
	font-size: 17px;
}

.menuItemHome ul {
	margin-left: 85px;
}

.menuItemContact ul {
	width: 150px !important;
	margin-left: 45px;
}

.menuItemDiensten ul {
	width: 350px !important;
	margin-left: 10px;
}

.formContainer, .withMarginContainer {
	margin-left: 30px;
}
