/************************************************************
	Main gedeelte
/************************************************************/
body {
	font: 12px verdana;
	background-color: #7a7373;
}

#container {
	margin: 0 auto;
	width: 900px;
	background: #fff;
	position:relative;
}

/************************************************************
	Brandbar gedeelte
/************************************************************/


#brand-bar {
	padding-top: 20px;
	width: 100%;
	height: 125px;
	background: url(../images/slogan.gif) no-repeat left center;
}

#logo {
	float: right;
	background: url(../images/logo.gif);
}
#logo a{
	display:block;
	width: 350px;
	height: 100px;	
	background: url(../images/logo.gif);
	overflow:hidden;
}
#logo a span {
	margin-left: -9999px;
}

#slogan {
	float: left;
	width: 350px;
	height: 100px;
	background: url(../images/slogan.gif);
}

#reclame {
    position: absolute;
    top: 145px;
    left: 40px;
    z-index: 1;
}

/************************************************************
	Menu gedeelte
/************************************************************/
a.white
{
	text-decoration: none;
	color: White;
}
#menu {
	height: 30px;
}

#menu ul {
	float: right;
}

#menu ul li {
	float: left;
	height: 22px;
	width: 145px;
	border-left: 1px solid #000;
}

#menu ul li a {
	display:block;
	margin: 3px 5px;
	color: #000;
	text-decoration:none;
	font-size: 11px;
}
#menu ul li a.active { color: #ff6600;}
#menu ul li a:hover { text-decoration: underline; }

#subMenu {
	position: absolute;
	top:350px;
	left: 37px;
	z-index:90;
}

#subMenu ul li {
	height: 33px;
	width: 240px;
	margin-bottom: 4px;
	background: url(../images/submenu-bg.gif);
	font-size: 11px;
}

#subMenu ul li a {
	display:block;
	margin-left: 8px;
	padding-top: 9px;
	text-decoration:none;
	color: #4e4679;
}
#subMenu ul li a.active { color: #ff6600;}
#subMenu ul li a:hover { text-decoration: underline; }

/************************************************************
	Feature gedeelte
/************************************************************/

#feature {
	background: #3a3160 url(../images/feat-bg-home-4.jpg) no-repeat; 
	position: relative;
	_height: 400px;
	min-height: 400px;
}
.orange #feature { background: #ff6600 url(../images/feat-bg-home-2.jpg) no-repeat; }
.grey #feature { background: #42424a url(../images/feat-bg-home-2.jpg) no-repeat; }


#language-bar {
	margin-left: 775px;
	height: 165px;
	position: relative;
}
#language-bar ul{
	position: absolute;
	top: 78px;
	display:block;
}
#language-bar ul li{
	height: 35px;
}
#language-bar ul a{
	display:block;
	width: 45px;
	height:27px;
	overflow: hidden;
}
#language-bar ul a span{
	margin-left: -9999px;
}
#language-bar ul a#lang-nl {
	background: url("../images/lang-nl.gif");
}
#language-bar ul a#lang-en {
	background: url("../images/lang-en.gif");
}
#language-bar ul a#lang-ch {
	background: url("../images/lang-ch.gif");
}

#introText {
	color: #fff;
	margin: 10px 45px 0 315px;
	padding: 10px;
	background: #3a3160;
	
}
.orange #intro-text { background: #ff6600; }
.grey #intro-text { background: #42424a; }

/************************************************************
	Subcontent gedeelte
/************************************************************/

#sub-content {
	width: 100%;
	height: 400px;
	margin: 10px 0;
	position: relative;	
	background: url(../images/sub-bg-logo.gif) no-repeat;
	padding-bottom: 20px;
}

#pictures {
	float: left;
	width: 315px;
}

#text {
	float: left;
	width: 530px;
	padding: 10px 0 0 10px;
}


/************************************************************
	Algemeen gedeelte
/************************************************************/	

p {
	margin-bottom: 15px;
	line-height: 170%;
}

.clear { clear: both; height: 0px; }

h1,h2 {
	font-weight: bold;
	font-size: 1.1em;
}
h1{
	margin-bottom:1em;
}

strong {
	font-weight: bold;
}

/************************************************************
	COLORED gedeelte
/************************************************************/	

.orange #sub-content h1, .orange #sub-content h2 { color: #ff6600; }
.grey #sub-content h1, .grey #sub-content h2 { color: #ff6600; }



.rounded,
.roundedbig {
	margin: 0 auto;
	overflow: hidden;
	width: 190px;
	margin-bottom:20px;
}
.roundedbig{
	width: 190px;
}

.rounded div{
	width: 190px;
	overflow:hidden;
}

.roundedbig div{
	width: 190px;
	overflow:hidden;
}

#text ul,
#introText ul {
	margin: 0;
	margin-bottom: 10px;
	margin-top: -10px;
	padding:0;
	list-style:inside disc;
}
#introText ul {
	color: #fff;
}


#ontwerp-logo {
	position:absolute;
	right: 10px;
	top:20px;
	display:block;
	height:285px;
	width:23px;
	overflow: hidden;
	background: url(../images/ontwerp-logo.gif);
}
#ontwerp-logo span{
	margin-left: -9999px;
}

.inspringen {
	margin-left: 12px;
}


/************************************************************
	Custom Added By Gerwin Boode
/************************************************************/

#lblResult
{
    width: 900px;
    background-color: #dd0000;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    padding-top: 5px;
    padding-bottom: 5px;
}

#text h2 
{
    color: #ff6600;
}

.fade {
    z-index: 100;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: #000000;
	opacity: 0.2;
	-moz-opacity: 0.2;
	filter: alpha(opacity=20);
}

.fade2 {
    z-index: 125;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
}

.standOut {
    z-index: 150px;
	text-align: left;
	width: 450px;
	height: 500px;
	background-color: #ffffff;
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}

.popUp {
	position: absolute;
	height: 300px;
	z-index: 150;
	background-color: #e1e1e1;
	border: 1px solid #c0c0c0;
	padding: 2px;
	overflow: auto;
}

.popupContent{
    background-color: #42424a;
    color: #ffffff;
}

.closeButton {
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #c0c0c0;
}   
