
/* 
    Created on : Nov 21, 2015, 2:30:45 PM
    Author     : janeysermans
    Project    : scienceonline
*/



	
/* LAYOUT */ 	
	
* 				{ margin:0; padding:0; border: 0; }

body, html 			{ background-color: #FFF  ; color: #000; height:100%; width: 100%;  }
.screen				{ margin: 0 auto; overflow: hidden; }

.header				{ width: 100%; height: 100px; font-family: arial; background-color: #303030 ; }
.content  			{ width:900px; margin: 0 auto;  text-align: justify; }
.footer				{ margin: 0 auto; text-align:center; font: 10px Arial;  padding: 50px 0 25px 0; } 

.text				{ width: 750px; margin: 0 auto; margin-top: 20px; }


.pageDescription        { width: 700px; margin-top: 10px; padding-left: 200px; font-family: Lora, georgia, serif; font-size: 16px; letter-spacing:0.01rem; font-weight:1000; color: #303030 ; }
.block {  width: 900px; display: flex; margin: 0 auto; padding-top: 20px;}
.blockLeft    { flex: 1; width: 189px; border-right: 1px solid #C8C8C8; text-align: right; padding-right: 10px; font-family: Lora, georgia, serif; }
.blockRight   { width: 700px;  padding-left: 10px; font-family: Lora, georgia, serif; }

/* TEXT */ 

.nav a, a:visited, a:active	{ font: 12px Arial; color: #43453D; text-decoration: none; }
.nav a:hover 				{ font: 12px Arial; color: #43453D; text-decoration: underline; }

a, a:visited, a:active		{ text-decoration: none; color: #000; }
a:hover						{ text-decoration: underline; }

p							{ }
h1							{ font-size: 25px; font-family: 'Open Sans', sans-serif; padding-bottom: 10px; font-weight: 300; color: #000; }
h2							{ font-size: 18px; font-family: Tahoma, Geneva, sans-serif;  font-weight: none; }
h3							{}
h4							{}
h5							{}
h6							{}


/* FORMS */ 

input				{ border: 1px solid #929786; margin-bottom: 20px; }
textarea			{ border: 1px solid #929786; margin-bottom: 20px; }
label				{ width: 100px; float:left; text-align:left; }
select				{ border: 1px solid #929786; margin-bottom: 20px; width: 125px; }
.contactform_submit		{ border: 1px solid #929786; height: 18px; width: 90px; background-color: #FFF; }
form				{ margin-top: 30px; }


/* LISTS */ 
li				{  margin: 5px auto auto 20px;}


.nav { 
	text-align: center;
	margin: 0 auto;
	height: 25px;
	width: 790px;
	background-color: #E9E9E9;
	border-bottom: 1px solid #5A5A5A;
	border-top: 1px solid #5A5A5A; 
}

.nav ul				{  margin-top: 2px; padding:0; list-style:none; z-index: 10;  }	
.nav li				{ font: 14px arial; color: #333; height:12px; padding:0; list-style:none; float:left;  margin: 3px auto auto 20px;  }




div.latex { margin-left: 15px; margin-top: 5px; } 