/************************************************************************************
GENERAL STYLING
*************************************************************************************/
 .ncolor{
	 color:#897368;
 }
 .rocolor{
	 color:#B2D225;
 }
 .bgcolor{
	background-color:#B2D225;
 }
 .bordercolor{
	border-color:#B2D225;
 }

a {
	color: #3fb8cf;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #3fb8cf;
	text-decoration: none;
}

p {
	/*margin: 0 0 1.2em;*/
	padding: 0;
	font-size:12px;
	line-height:1.5em;
}

.small {
	font-size: 0.8em;
}

.lightgrey {
	color:#999;
}

.grey {
	color:#52513a;
}

.grey a {
	color:#52513a;
}

.grey a:hover {
	color:#52513a;
}

.nodecoration {
	text-decoration:none
	}

/* ------------------- heading ----------------------s */
h1, h2, h3, h5, h6 {
	/*line-height: 1.4em;*/
	/*margin: 20px 0 .4em;*/
	padding-bottom:15px;
	color:#52513a;
}
h4 {
	/*line-height: 1.4em;*/
	/*margin: 20px 0 .4em;*/
	padding-bottom:5px;
	color:#52513a;
}
h1 {
	font-size:1.8em;
	font-weight:bold;
	padding-bottom:25pt;
	/*text-shadow: 1px 1px 1px #E1E1E1;*/
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
	
	 
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 0,9em;
}

p {
	font-size: 1.2em;
	margin: 0 0 15px 0;
}

/*
   Box
------------------------------------------------------------------- */

.box {margin-bottom: 1.5em;}
.box_title {
  background-color:#3fb8cf;
  color: #36322b;
  font-size: 1.5em;
  font-weight: normal;
  padding: 5px 8px;
}
.box_content {padding: 8px 0 8px;}
.box li {
  border-top: 1px solid #DDC;
  padding: 8px 6px;
}
.box li:first-child {border-top: none;}



/* ------------------- interesting people ----------------------s */

img {
  background-color: #FFF;
  border: 1px solid #DDD;
  padding: 3px;
}

img.left {border:1px solid #ccc;padding:3px;margin-bottom:10px; margin: 0 15px 12px 0;}
img.right {border:1px solid #ccc;padding:3px;margin-bottom:10px; margin: 0 0 15px 12px;}


.left {float: left;}
.right {float: right;}






/* ------------------- xx ----------------------s */

.padding-top {
	padding-top:25px ;
}

.padding-bottom {
	padding-bottom:25px ;
}

.padding-topbottom {
	padding-top:15px ;
	padding-bottom:15px ;
}

.previousnext {
	padding-left:22px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 180px;
	vertical-align:top;
}

/* ------------------- xx ----------------------s */

.newstitle {
	height: 100%;
	background-color:#ecf3c2 ;
}


html, body {
	height: 100%;
}

body{
	font-family:'Open Sans', sans-serif;
	font-size: 62.5%;
	line-height: 1.5;
	color: #333; 
	background-color:#FFF;
	background:url(../images/site/BGgrid-full.jpg) center top; 
	text-align: left;
}

#wrapper{
	width:980px;
	margin: 0 auto;
}
 
#header{
	height:300px; 
	position:relative;
	background:	url(../images/site/regenesys-banner.png) no-repeat center bottom; 
}
#toprightdiv{
	position:absolute;
	right:28px;
	top:41px; 
	width:390px;
	height:71px; 
	overflow:hidden;
	text-align:right; 
}
#logo{
	position:absolute;
	left:0px;
	top:6px;
	width:319px;
	height:222px;
	overflow:hidden;
	background:url(../images/site/regenesys-logo-header.png) no-repeat;
}

#bgbanner{
 	position:absolute;
	top:106px;
	/*margin:auto;*/
	margin: 0 0 0 0px; 	  
}


/* FOOTER */

#footer{
	width:980px; margin:0 auto;
	text-align: right; clear: both;
	padding: 10px 0;
	
}

#imgfooter{
	position:absolute;
	top:0px;
	left:190px;
	width:55px;
	height:25px;
	background:url(../images/) no-repeat;
	z-index:5;
}

#footer p{
	font-size: 1em;
}


/* LEFT */

#leftsidebar{
	float:left;	
	margin-left:0px;
	margin-right:0px;
	width:170px;
	padding-top: 5px;
}

#leftsidebar .submenu{display: none}

#leftsidebar .glossymenu{
	padding: 0;
	width: 165px; /*width of menu*/
}
		
#leftsidebar .glossymenu a.menuitem{
	background: #f4f4f4;
	font: 1.2em "Open Sans", Helvetica, Arial, sans-serif;;
	color: #333;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	padding: 7px 0 7px 10px;
	text-decoration: none;
	margin-bottom: 5px;
	border: 1px solid #d6d6d6;
	}
	
#leftsidebar .glossymenu a.menuitem_selected{
	background: #007c94;
	font: 11px "Open Sans", Helvetica, Arial, sans-serif;;
	color: #ffffff;
	font-weight: bold;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	margin-bottom: 5px;
	border: 1px;
	border-color: #007c94;
	}
	
#leftsidebar .glossymenu a.menuitem:visited{
	color: #333;
	}
	
#leftsidebar .glossymenu .menuitem:active{
	color: #0C0;
	}
	
#leftsidebar .glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
	}
	
#leftsidebar .glossymenu a.menuitem:hover{
	background: #3fb8cf;
	color: #FFF;
	}
#leftsidebar .glossymenu div.submenu ul li.selected a{
	background: #03c4e8;
	color: white;
	}
	
#leftsidebar .glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: #f5f3f1;
	margin: 0 0 5px 10px;
	}
	
#leftsidebar .glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#leftsidebar .glossymenu div.submenu ul li{
	border-bottom: 1px solid #ebe7e3;
	}
	
#leftsidebar .glossymenu div.submenu ul li a{
	display: block;
	font: 1.2em "Open Sans", Helvetica, Arial, sans-serif;;
	color: black;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
	}
	


#leftsidebar .glossymenu  a.selected{
	background: #3FB8CF;
	color: white !important;
	}





/* CENTER */

#center{
	float:right;
	width:800px;
	height: auto;
	background-color:#FFF;
	border:solid #EFF6F7 5px;
	min-height: 400px;
}

.home #center #content {
	width: 450px;
} 

#center #content{
	width: 750px;
	float: left;
	padding: 25px;
	color: #52513a;
}

#content .projects img {
	float: left;
	border:1px solid #ccc;
	padding:3px;
	margin-bottom:10px;
	margin-right:10px;
}
 
.vlak_dotted{
	border-bottom:1px dashed #fff;
	width:100px;
	margin-top:20px;
	margin-bottom:20px;
	position:relative;
	float:right;
}
.center_dotted{
	border-bottom:1px dashed #B2D225;
	width:525px;
	margin-bottom:20px; 
}

.text-right{
	text-align:right;
		}
	
.center_border{
	border:1px dashed #B2D225;
	width:505px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:10px;
	padding-right:10px;
	margin-top:20px;
	margin-bottom:20px;  
}

.info_rechts{
 
	border-bottom:1px dashed #B2D225;
	border-top:1px dashed #B2D225;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
	text-transform:uppercase;
	color:#B2D225;
	font-weight:bold;
	font-size:13px;	
}

	.sidenavpane { 	float: left; width: 162px; padding-left:16px; margin:0; position: relative; }
	
	
	
/* RIGHT */	
	#rightsidebar{
	border-left: 1px solid #CCB;
	float:right;
	margin:20px 10px 0 0;
	width:250px;
	}
 #sidebar_content {padding-left: 25px;}
#sidebar a {color: #665;}
#sidebar a:hover {color: #b3ba50;}

#vlakrechts{	
	width:195px;
	background-color:#B2D225;	 
}
	

/* INTERESTING PEOPLE */

	
.interesting-people #in-the-picture {
	border-bottom: 1px dashed #ddd;
	overflow: hidden;
	padding-bottom: 20px;
}


.interesting-people #in-the-picture img {
	float: left;
	margin: 0 20px 0 0
}

.interesting-people ul#people {
	padding-top: 20px;
	border-top:  1px solid #ccc;
}

.interesting-people ul#people li {
	float:left;
	width:150px;
	height: 230px;
	margin: 0 35px 30px 0;
	position: relative;
	
}
.interesting-people ul#people li .people-photo img {
}

.interesting-people ul#people li .people-photo img:last-child {
}


.interesting-people ul#people li img {
	border:1px solid #ccc;
	padding:3px;
	margin-bottom:10px;
}

.interesting-people ul#people li .more {
	position: absolute;
	left: 0;
	bottom: 10px;
}


.interesting-people ul#people li .people-content img {
	float: left;
}

.interesting-people ul#people li .people-content h4 {
	float: left;
}


.interesting-people ul#people li .people-content .people-body {
	clear:both;
}

/* PROJECTS */

.projects img {
	float: left;
	margin: 0 20px 20px 0;
}

/* NEWS */


.news .date {
	margin: 0 0 10px 0;
}

.news .news-author {
	float: left;
}

.news .news-author img {
	border:1px solid #ccc;
	padding:3px;
	margin: 0 10px 10px 0;
}

.news .news-item {
	padding: 0 0 20px 0;
	margin:  0 0 20px 0;
	border-bottom: 1px dashed #ddd;
}

.news .news-photo {
	margin:  0 20px 20px 0;
}


#biomember {
	vertical-align: top;
	background:url(../images/site/FlaBiomemberforweb.png) center top;	
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	float: left;
	}


form {
  margin: 0 0 18px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #eee;
}
legend small {
  font-size: 13.5px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
  color: #333333;
}
input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
label input,
label textarea,
label select {
  display: block;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
  /* IE9 and down */

}
input[type="image"] {
  border: 0;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: #ffffff;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
}
select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}
input[type="file"] {
  line-height: 18px \9;
}
select {
  width: 220px;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea {
  height: auto;
}
input[type="hidden"] {
  display: none;
}
.radio,
.checkbox {
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input,
textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input {
  float: none;
  margin-left: 0;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 930px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 850px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 770px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 690px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 610px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 530px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 450px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 370px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 290px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 210px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 130px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 50px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #eeeeee;
  border-color: #ddd;
  cursor: not-allowed;
}
