/**************************************************/
/*      Copyright 2007: SF Sutcliffe,             */
/*      Sodaflux - Design & Development internet  */
/* 		Hortensialaan 40a					      */
/* 		Groningen, The Netherlands                */
/* 		www.sodaflux.nl	 | info@sodaflux.nl	      */
/* 		+31 (0)50-3140658  | +31 (0)6-40587993    */
/**************************************************/


/* Stylesheet for hybrid with a table just for the 3 columns */

* {margin: 0; padding: 0;}

body {
/*	font: 11px/160% "Arial", Geneva, Verdana, Helvetica, sans-serif;*/
	color:#ffffff;
	font-family: "Arial", Geneva, Verdana, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:0.4px;
	background-color:#fff;
	/*
	-moz-user-select: none;
	-moz-user-focus: none;
	*/	
	text-align:left;
}

a {
	color:#ffffff;
}

a:hover a:link{

	color:#ffffff;
	text-decoration:underline;
}

.clearie6 {
	margin:0;
	padding:0;
	width:264px; 
	position:absolute;
	bottom:34px;
	right:99px;

}

.black {
	color:#000000;
}


#main {
	background-position:top left; 
	background:url(../images/background.png) no-repeat; 
	width:850px;	
	height: 524px; 
	border: 0px groove black;
}
	
#header {
	position:relative;
	background:url(../images/top-menunew.jpg) no-repeat;
	background-attachment:scroll; 
	height: 137px;
	width: 850px;
	border:0px solid black;
}

#container {
	background:url(../images/head.png) no-repeat;
	background-attachment:scroll; 
	height: 700px;
	width: 850px;
	position: relative;
	margin-top: 26px;
	border: 0px groove black;
}

input.btn {
	margin-top: 10px;
    color:#cc0000;
	font-family:"Arial", Geneva, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:bold;
    padding:3px;
    background-color:#f1f1f1;
    border:1px indent;
	border-top-color:#cc0000;
    border-left-color:#cc0000;
    border-right-color:#666666;
    border-bottom-color:#666666; 
    cursor: pointer;
    float:right;
   }



/***********************************************/
/* Menu				                           */
/***********************************************/

#navcontainer
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position:relative;
	/******new*****/
	z-index: -3;
	/****end new***/
}

.navlist li
{
	float: left;
	margin-top: 5px;
	padding: 1px;
	width: auto;
	display: block;
}

#navcontainer .navlist li a, .navlist li a:link
{

	color: #000;
	padding: 3px 5px 3px 5px;
	display: block;
	font-weight: none;
	line-height: 22px;
	text-decoration: none;
}

#navcontainer .navlist li a:hover
{
	color: #000;
	cursor: pointer;
	text-decoration: underline;
}

.current {
	font-weight: bold;
}

/***********************************************/
/* Sub-Menu									   */
/***********************************************/

.right {
	float:left;

}

.left {
	float:left;
    margin-right:100px;
}

#colomnBoxLeft {
	border:solid 0px #ffffff; 
	padding:0px; 
	width:440px; 
	height: 400px; 
	overflow:auto; 
	float:left;
	margin-left:0px; 
	padding-left:20px;
	margin-top:70px;
}


.bereikbaarheid { /* positie van bereikbaarheids plaatje */
	position:absolute;
	top:420px;
	left:20px;
/*	width: ??? ;      /* kan je instellen hoe breed/ hoog deze moet zijn */
/*	height: ??? ; */
}


#colomnBoxLeft_beheer {
	border:solid 0px #ffffff; 
	padding:0px; 
	width:440px; 
	height: 400px; 
	overflow:auto; 
	float:left; 
	padding-left:20px;
	margin-left:0px; 
	margin-top:70px; 
}


#colomnBoxRight {
	float: left;
	margin: 0 auto;
	width: 20px;
	text-align: left;
	border: 0px groove black;
}

/***********************************************/
/* LightBox-Menu							   */
/***********************************************/

#lightbox-buttonsBOX {
	position:absolute;
	left:357px;
	top:62px;
	width: 520px;
	
}

#lightbox-buttons {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 121px; 
	display: inline;
	overflow: hidden;
	margin-top:0px;
}


#lightbox-buttons li {
	margin-right: 0; 
	padding: 0px;
	display: inline;
	list-style-type: none;
}

#lightbox-buttons a {
	float: left; 
	padding: 29px 1px 0 0; /*height of each button, and margin between */
	margin: 0 auto;
	overflow: hidden;
	height: 29px !important; 
	height: /**/29px; /* for IE5/Win */
	}

#lightbox-buttons a:hover {
	background-position: 0 0px;
	margin: 0 auto;
	border: none;
	}



#werken a  {
	width: 121px;
	background: url(../images/menu-werken.jpg) top left no-repeat;
}

#ontspannen a  {
	width: 121px;
	background: url(../images/menu-ontspannen.jpg) top left no-repeat;
}

#gezond a  {
	width: 121px;
	background: url(../images/menu-gezond.jpg) top left no-repeat;
}

#thuis a  {
	width: 121px;
	background: url(../images/menu-thuis.jpg) top left no-repeat;
}

#werken a:hover  {
	width: 121px;
	background: url(../images/menu-werkenB.jpg) top left no-repeat;
}


#ontspannen a:hover  {
	width: 121px;
	background: url(../images/menu-ontspannenB.jpg) top left no-repeat;
}


#gezond a:hover  {
	width: 121px;
	background: url(../images/menu-gezondB.jpg) top left no-repeat;
}


#thuis a:hover  {
	width: 121px;
	background: url(../images/menu-thuisB.jpg) top left no-repeat;
}
/***********************************************/
/* END LightBox-Menu						   */
/***********************************************/

/***********************************************/
/* SUBMENU   			                       */
/***********************************************/

#subcontainer {
	position: relative;
	width: 124px;
	height:162px;
/*	height: 162px; */ /* for IE7-win */
	padding: 0;
	margin: 10px 0 0 40px;
	background: #000;
	}

#submenu {
	position: absolute;
	top: 0px;
	left: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 124px;
	height: 162px; 
	display: inline;
	overflow: hidden;
	margin-top:2px;
	}
	
#submenu li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#submenu a {
	float: left;
	padding: 20px 0 0 0;
	margin-top:1px;
	margin-bottom:1px;
	border-color:#000000;
	overflow: hidden;
	height: 0px !important; 
	height /**/:26px; /* for IE5/Win */
	}
	
#submenu a:hover {
	background-position: 0 -20px;
	margin-top:1px;
	margin-bottom:1px;
	}

#submenu a:active, #submenu a.selected {
	background-position: 0 -40px;

	}
	
#li_1 a  {
	width: 124px;
	background: url(../images/submenu/1.gif) top left no-repeat;
	}

#li_2 a  {
	width: 124px;
	background: url(../images/submenu/2.gif) top left no-repeat;
	}

#li_3 a  {
	width: 124px;
	background: url(../images/submenu/3.gif) top left no-repeat;
	}

#li_4 a  {
	width: 124px;
	background: url(../images/submenu/4.gif) top left no-repeat;
	}

#li_5 a  {
	width: 124px;
	background: url(../images/submenu/5.gif) top left no-repeat;
	}

#li_6 a  {
	width: 124px;
	background: url(../images/submenu/6.gif) top left no-repeat;
	}

#li_7 a  {
	width: 124px;
	background: url(../images/submenu/7.gif) top left no-repeat;
	}

#li_1 a:hover  {
	background-color:#000000;
	width: 124px;
	background: url(../images/submenu/1_over.gif) top left no-repeat;
	}

#li_2 a:hover  {
	background-color:#000000;
	width: 124px;
	background: url(../images/submenu/2_over.gif) top left no-repeat;
	}

#li_3 a:hover  {
	background-color:#000000;
	width: 124px;
	background: url(../images/submenu/3_over.gif) top left no-repeat;
	}

#li_4 a:hover  {
	background-color:#000000;
	width: 124px;
	background: url(../images/submenu/4_over.gif) top left no-repeat;
	}

#li_5 a:hover  {
	background-color:#000000;
	width: 124px;
	background: url(../images/submenu/5_over.gif) top left no-repeat;
	}

#li_6 a:hover  {
	background-color:#000000;
	width: 124px;
	background: url(../images/submenu/6_over.gif) top left no-repeat;
	}

#li_7 a:hover  {
	background-color:#000000;
	width: 124px;
	background: url(../images/submenu/7_over.gif) top left no-repeat;
	}
/*
.current {
	background-color:#000000;
}

#li_1 .current  {
	width: 124px;
	background: url(../images/submenu/1_over.gif) top left no-repeat;
	}

#li_2 .current  {
	width: 124px;
	background: url(../images/submenu/2_over.gif) top left no-repeat;
	}

#li_3 .current  {
	width: 124px;
	background: url(../images/submenu/3_over.gif) top left no-repeat;
	}

#li_4 .current  {
	width: 124px;
	background: url(../images/submenu/4_over.gif) top left no-repeat;
	}

#li_5 .current  {
	width: 124px;
	background: url(../images/submenu/5_over.gif) top left no-repeat;
	}

#li_6 .current   {
	width: 124px;
	background: url(../images/submenu/6_over.gif) top left no-repeat;
	}

#li_7 .current  {
	width: 124px;
	background: url(../images/submenu/7_over.gif) top left no-repeat;
	}
*/

/***********************************************/
/* END SubMenu				                   */
/***********************************************/

.footer {
	margin-top:530px;
	width:850px;
/*	border:1px #000000; */
}


p {
	font-family: "Arial", Geneva, Verdana, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	color:#ffffff;
	margin:0;
	padding:0;
	text-align:left;
}

h1 {
	font-family: "Arial", Geneva, Verdana, Helvetica, sans-serif;
	font-size:15px;
	color: #ffffff;	
	line-height: 15px;
}

h2 {
	font-family: "Arial", Geneva, Verdana, Helvetica, sans-serif;
	font-size:14px;
	color: #ffffff;
	line-height: 15px;
}

h1 a:hover, h2 a:hover{
	color: #ffffff;
	text-decoration:underline;
	
}
h1 a:link, h2 a:link {
	color: #ffffff;
	text-decoration: none;
}

h1 a:visited, h2 a:visited {
	color: #ffffff;
	text-decoration: none;
}

b {
	font-family: "Arial", Geneva, Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

i {
	font-family: "Arial", Geneva, Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-style:italic;
}

hr{
	margin-top: 10px;
}


.headline {
	font-size:11px; color:#222222; 	
	font-family: "Arial", Geneva, Verdana, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold; 
	text-decoration:none;
	} 
	
.headline2 {
	font-size:20px; color:#222222; 
	font-family: "Arial", Geneva, Verdana, Helvetica, sans-serif;
	line-height:20px; 
	font-weight:bold; 
	width:100%
	}

.mceVisualAid {
	border: 1px dashed #bbbbbb;
}


/* END */

