@charset "UTF-8";

@font-face {
	font-family: 'Frutiger';
	font-weight:normal;
	src: url('../fonts/FrutigerLTStd-Roman.eot');
	src: local('☺'), url('../fonts/FrutigerLTStd-Roman.woff') format('woff'), url('../fonts/FrutigerLTStd-Roman.ttf') format('truetype');
}

/* #### RESET AND HTML5 CSS #### */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

html, body
{
	color: #000;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color:#000;
	text-decoration:underline;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del
{
	text-decoration: line-through;
}

abbr[title], dfn[title]
{
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr
{
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select
{
	vertical-align:middle;
}

/* #### ALGEMEEN #### */

.left	{
	float:left;
}

.right	{
	float:right;
}

.clear	{
	clear:both;
	height:0;
	overflow:hidden;
	display:block;
}

/* #### WEBSITE #### */

html {
	background: url(../img/back.jpg) no-repeat top center fixed;
}

html,
body
{
	font: 16px/20px Frutiger, Arial, Helvetica, sans-serif;
	color: #000;
	height:100%;
}

#container {
	margin:	0 auto;
	padding:20px 0 0;
	width:1000px;
	position:relative;
}

#header {
	height:125px;
}

#navigation {
	height:40px;
	width:100%;
	background-color:#c1001f;
}

#navigation ul#nav {
	list-style:none;
	margin:0;
	padding:0;
}

#nav li {
	float:left;
	font-size:16px;
	text-transform:uppercase;
	position:relative;
	line-height:40px;
	color:#fff;
	/*width:136px;*/
}

#nav li:hover, #nav li.active {
	background-color: #C9465B;
}

#nav li a {
	text-decoration:none;
	padding:0 16px;
	color:#fff;
	display:block;
}

#nav ul {
	position:absolute;
	left:0;
	background-color:#c1001f;
	list-style:none;
	height:auto;
	padding:0;
	display:none;
	z-index:99;
}

#nav li:hover ul {
	display:block;
}

#nav ul li {
	padding:0;
	float:none;
	line-height:40px;
	white-space:nowrap;
}

#content {
	margin-top:10px;
	width:960px;
	min-height:535px;
	background:#fff;
	padding:20px;
}

#content #social {
	width:42px;
	position:absolute;
	left:-50px;
}

#content #subnav {
	width:260px;
	float:right;
	text-align:left;
	padding:20px;
	position:relative;
	z-index:10;
}

#content #subnav ul {
	list-style:none;
	margin:0;
	padding:0;
	display: inline-table;
	width:100%;
}

#content #subnav ul:after {
	content: "";
	clear: both;
	display: block;
}

#content #subnav li {
	font-size:16px;
	text-transform:uppercase;
	position:relative;
	line-height:40px;
	background:url('../img/submenu_back.png') repeat left top;
	margin:0 0 10px 10px;
}

#content #subnav li:hover, #content #subnav li.selected {
	background:url('../img/submenu_sel_back.png') repeat left top;
}

#content #subnav li a:hover, #content #subnav li.selected a {
	color: #fff;
}

#content #subnav li a {
	text-decoration:none;
	display:block;
	padding-left:20px;
}

#content #subnav ul ul {
	display: none;
	padding: 0;
	position: absolute;
	right: 250px;
	top: 0;
	text-align: left;
	min-width:200px;
}

#content #subnav ul ul ul {
	right: 240px;
}

#content #subnav ul ul li {
	background:url('../img/submenu_back.png') repeat left top;
	margin:0 10px 10px 0;
	padding-left:20px;
	text-transform:none;
}

#content #subnav ul ul li:hover {
	background:url('../img/submenu_sel_back.png') repeat left top;
}

#content #subnav ul li:hover > ul {
	display: block;
}

#content #subnav ul ul ul li a {
	color:#000!important;
}

#content #subnav ul ul li a {
	color: #000!important;
}

#content #subnav ul ul li a:hover {
	color: #fff!important;
}

#content #main_img {
	width:960px;
	height:331px;
	position:relative;
}

#content #header_backs {
	width:100%;
	height:100%;
	position:absolute!important;
}

#content #text {
	margin-top:40px;
	font-size:14px;
	line-height:26px;
}

#content #big {
	float:right;
}

#content p {
	margin:0 0 20px;
}

#content h1 {
	margin-bottom:30px;
	font-size:16px;
}

#content #team  td{
	vertical-align:middle;
}

#products {
	width:720px;
}

#products .block {
	width: 134px;
	padding-right:10px;
	float:left;
	text-align: center;
	height:200px;
}

#products .block a {
	text-decoration: none!important;
}

#products .block a img {
	border:0px!important;
}

#product #head {
	background-color:#7d7d7d;
	color:#fff;
}

#product #head .left{
	margin:20px;
}

#product #head table {
	float:left;
}

#product #head table a {
	color:#fff;
}

#product #head #pic {
	float:right;
	max-height:238px;
}

#product #specs td {
	padding:10px 10px 10px 0;
}

#footer {
	background:#7f7f7f url('../img/footer_back.jpg') repeat-x left top;
	min-height:200px;
	width:960px;
	padding:20px;
	color:#fff;
}

#footer a {
	color:#fff;
	text-decoration:none;
}

#footer iframe {
	float:left;
	margin-right:20px;
}

#footer #address {
	float:left;
	margin-top:20px;
}

#footer #bovag {
	float:right;
}

#footer #copyright {
	margin-top:120px;
	text-align:right;
	font-size:10px;
}

label.error { color:red!important; display:none; clear:both; }
form#contactform input.text, form#contactform select { width: 345px; border: 1px solid #abadb3; height:20px; }
input.error { border: 1px solid red!important; }
form#contactform textarea.textarea { width: 345px; height: 125px; border: 1px solid #abadb3; }
form#contactform input.submit { float: right; }
.blocker {
	z-index:101!important;
}
.modal {
	z-index:100!important;
}
