/* standard elements */
html {
        margin-left: auto;
        margin-right: auto;
    	min-height: 100%;
        max-width: 1024px;
	font: normal 1.1em  Verdana,Geneva,Arial,Helvetica,sans-serif; 
}

* {
	margin: 0;
	padding: 0;
}

a {
	color:#195EA9;
}

a:hover {
	color: #C60;
}

body {
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
}

ul {padding-bottom: 1.2em;}

h1 {
	font: normal 1em  Verdana,Geneva,Arial,Helvetica,sans-serif;
	margin-bottom: 4px;
}

blockquote {
	background: url(images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

div#content h1, h2, h3, h4 {
	font-size:1.3em;
	font-family:Trebuchet MS,arial;
	font-weight:normal;
	color:#4182C4;
}

div#content img {
	margin-left: 10px;
}

h1 {
        font-size: 1.4em;
}

h2 { 
	font-size: 1.2em;
}

h3, h4{

	font-size: 1.2em;
}

/* structure */
div#container {
        background: #FFF;
	font-size: 1.2em;
	/*margin: 0 auto 0;*/
	padding: 0 10px 10px;
        width: 98%;
}

/* header
div#top {
	background: url() repeat-x;
	padding: 0;
}
*/

/* title */
div#header {
        height: 125px;
/*        margin: 40px 10px 10px 10px;*/
        margin: 40px auto 0;
	padding-bottom: 2px;           /*added from default*/
        width: 98%;
}

/* navigation */
div#navigation {	
	background: #D9E1E5 url(../../images/layout/navigator.png) repeat; 
	border: 1px solid #AFBEC7; 
        margin: 0px 0px 18px 0px;
	height: 20px;
}

/*navigation a forms the holstege group button in the header*/
div#navigation a {
        background: #D9E1E5 url(../../images/layout/navigator.png) repeat;
	/*border-left: 1px solid #AFBEC7;*/
        color: #195EA9;
        display: block; 
	float: left;
	font: normal 0.9em sans-serif;
	line-height: 20px;
	padding: 0 19.3px;
	text-decoration: none;
}

div#navigation a:hover {
	background-position: right bottom; 
	color: #AFBEC7;
}

/* main */
div#main {
    /* height: 100%;
    border: 2px solid red;*/
}

/* image above the navigation menu */
div#main_image {
   margin: 5px 0px 5px 0px;
}

/* sub navigation */
div#dropmenu {
        /*border: 1px solid red;*/
}

div#sidenav {
	float:left;
	width:160px;
	overflow:hidden;
}

div#sidenav a {
	display: block;
	height:20px;
	xcolor: #FD6732;
	color:#666666;
}

div#sidenav ul {
	margin: 0 0 10px 0;
	border: solid #BEEFFD;
	border-width: 0 0 1px;
}

div#sidenav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: solid #BEEFFD;
	border-width: 1px 0 0;
}

div#sidenav ul li a {
	color: #1963AC;
	text-decoration: none;
	display: block;
	background: none;
	padding: 4px 0 4px;
	font-size: 1em;
}

div#sidenav ul li a:hover{
	background: #F3FBFE;
}

div#sidenav ul li ul {
	display: none;
	background: none;
	border: 0 none;
}

div#sidenav ul li.active {
}

/* the bioinformatics site doesnt have submenus, thus not used */
div#sidenav ul li.active a {
	background: url(images/bgLiLinksActief.gif) no-repeat 145px 6px;
	background-color: #F3FBFE;
	font-weight: bold;
	font-family: verdana;
	border-bottom:1px solid #BEEFFD; 
	padding-right:22px;
}

div#sidenav ul li.active a:hover {
	background: #F3FBFE url(images/bgLiLinksActief.gif) no-repeat 145px 6px;
	border-bottom:1px solid #BEEFFD;
}

div#sidenav ul li.active ul {
	display:block;
	margin: 0 0 0 10px;
}

div#sidenav ul li ul li.last {
	border-top:0px none;
}

div#sidenav ul li ul li a.last {
}

div#sidenav ul li.active ul li a {
	background: none;
	padding: 4px 0;
	color: #38B8F7;
	font-weight: normal;
	border-bottom:0px none; 
	font-family:"Trebuchet MS";
}

div#sidenav ul li.active ul li a:hover {
	color: #FD6732;
	border-bottom:0px none;
}

div#sidenav ul li.active ul li a.selected {
	font-weight:bold;
        height:20px;
	color:#195EA9;
	background:#F3FBFE;
}

/* content */
div#content {
       padding-left: 180px;
       padding-top: 15px;
       /*height: 400px;*/
       /*border: 2px solid green;*/
}
div#content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
div#content li {
	list-style: url(images/li.gif);
	margin-left: 6px;
}

div#content p {
        font: 82%  Verdana,Geneva,Arial,Helvetica,sans-serif;
}

/*
div#content h1 {
	border:0px solid;
	margin-top:0px;
	width:100%;		
	line-height:1.15em;		
	padding-right:25px;		
}
*/
div#print {
float: right;
padding-top:10px;

}

/* table stuff */
table#header_table {
margin: 0 auto 0;
/*border-spacing: 0; does not seem to work in IE, use border-collapse instead*/
border-collapse: collapse;
width: 100%;
}

td#right {
background: #31C1F6 url(../../images/headers/header_right_fill.png) repeat;
}

td#center {
width: 150px;
text-align: center;
}

td#left {
background: #1961AB url(../../images/headers/header_left_fill.png) repeat;
}

.services {
/*border: 1px solid blue;*/
table-layout: fixed;
width: 98%;
}

.services td {
/*border: 2px solid orange;*/
vertical-align: top;
padding: 10px;
}

.services p {
height: 20px;
background: #D9E1E5 url(../../images/layout/navigator.png) repeat; 
border: 1px solid #AFBEC7;
}

img#alignright{
 float: right;
}

.space {
background-color:#CCCCCC;
}

/* login form */

/* footer */
div#footer {
	background-color:#1961ab;
	color: #FFF;
	font: 0.9em sans-serif;
	line-height: 25px;
	text-align: center;
        clear: both;
        height: 5%;
        border-top: 1px solid green;
       padding: 0;
        margin: 0; 
}

div#footer a, div#footer a:hover {
	color: #FFF;
}

img#bioinf_pic {
border: 1px solid #AFBEC7;
margin-bottom: 5px; 
}