/* ========================================================================== */
/* Global layout of the complete site                                         */
/* ========================================================================== */

html {
	background-color:  #FFFFFF;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	border:   none;
	margin:    0px;
	padding:   0px;
	overflow: auto; /* important for the use of position: fixed e.g. for the header */
}

body {
	background-image: url(side-back.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin:    0px;
	border:   none;
	padding:   0px;
	overflow: auto; /* important for the use of position: fixed e.g. for the header */
}

h1, h2, h3, h4, h5, h6 {font-family: Arial, Helvetica, sans-serif}

p, td, tr, li, ol {font-family: Arial, Helvetica, sans-serif}

img { border: 0px }

#maincontent {
	top:    100px;
	bottom:   0px;
	left:   120px;
	right:    0px;
	width:  800px;
	
	margin:   0px;
	border:  none;
	padding: 15px;
	
	position: absolute;
	background-color: #FFFFFF;
	overflow: auto; /* for scrollbars only in the content area, without the scrollbars would extend into the header */
}


/* ========================================================================== */
/* General link format                                                        */
/* ========================================================================== */

a:link {
	text-decoration: none;
	color: #000099;
}

a:active {
	text-decoration: none;
	color: #000099;
}

a:visited {
	text-decoration: none;
	color: #000099;
}

a:hover {
	text-decoration: none;
	color: #3366CC;
}


/* ========================================================================== */
/* All kinds of formats needed frequently or on special occations...          */
/* ========================================================================== */

#W3Clogo {
	position: absolute;
	bottom: 15px;
	margin-left: 16px;
	padding-top: 5px;
	height: 35px;
	width: 90px;
	border: none;
	z-index: 1001; /* to float above the side bar*/
}

.container {
	position: relative;
	overflow: auto;
}

.width {
	width: 800px;
}

.aligncenter {
	text-align: center;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.aligntop {
	vertical-align: top;
}

.alignmiddle {
	vertical-align: middle;
}

.colheader {
	background-color: #D7D7D7;
}

.PubTable {
	width:       100%;
	border:      0px;
	vertical-align: top;
}

.tablecell {
}

.logo {
	background-color: #FFFFFF;
	padding: 6px;
	text-align: left;
	width: 600px;
	height: 150px;
}

.logosmall {
	background-color: #FFFFFF;
	padding: 6px;
	text-align: left;
	width: 600px;
	height: 80px;
}

.white {
	background-color: #FFFFFF;
	padding: 6px;
	text-align: left;
	width: 600px;
	line-height: 18pt;
}

.code {
	font-size: 10px;
	line-height: 1px;
	font-family: Courier, "Courier New", monospace;
}

.centredtable {
	margin-left:   auto;
	margin-right:  auto;
	margin-top:    20px;
	margin-bottom: 20px;
}

.indented {
	padding-left:  30px;
}



/* ========================================================================== */
/* Header                                                                     */
/* ========================================================================== */

#header { /* draws the background of the header */
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 80px;
	
	margin: 0px;
	border: none;
	padding: 0px;
	background-image: url(title-back.gif);
	background-repeat: repeat;
	overflow: hidden;
	z-index: 1000; /* to move it in front of all other layers */
}

#header_left { /* positions the logo and the heading of the page */
	position: fixed;
	top: 0px;
	left: 0px;
	
	margin: 0px;
	border: none;
	padding: 0px;
	overflow: hidden;
	z-index: 1000 /* to move it in front of all other layers */;
}

#header_right { /* positions the logo of the university */
	position: fixed;
	top: 0px;
	right: 0px;
	
	margin: 0px;
	border: none;
	padding: 0px;
	padding-right: 10px;
	overflow: hidden;
	z-index: 990; /* it is below the left part of the header */
}


/* ========================================================================== */
/* Footer                                                                     */
/* ========================================================================== */

#footer { /* formats the footer */
	width: 100%;
}

.FooterLeft { /* the left link in the footer */
	margin-top: 20px;
	margin-bottom: 20px;
	
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #3366CC;
	border-width: thin;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 25%;
	text-align: left;
	text-decoration: none;
	float: left;
}

.FooterCenter { /* the centred link in the footer */
	margin-top: 20px;
	margin-bottom: 20px;
	
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #3366CC;
	border-width: thin;
	
	font-style: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	width: 50%;
	float: left;
}

.FooterRight { /* the right link in the footer */
	margin-top: 20px;
	margin-bottom: 20px;
	
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: thin;
	border-color: #3366CC;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	float: left;
	width: 25%;
}

a.footerlink:link {
	text-decoration: none;
	color: #000099;
}

a.footerlink:active {
	text-decoration: none;
	color: #000099;
}

a.footerlink:visited {
	text-decoration: none;
	color: #000099;
}

a.footerlink:hover {
	text-decoration: none;
	color: #3366CC;
}

/* ========================================================================== */
/* Left Navigation Bar                                                        */
/* ========================================================================== */

#NaviSideBar {
	top: 100px;
	left: 0px;
	bottom: 0px;
	width: 120px;
	position: fixed;
	overflow: auto;
	
	margin: 0px;
	border: none;
	padding: 0px;
	
	background-image: url(side-back.gif);
	background-repeat: repeat;
	z-index: 1000;
}

.sidelink a:link {
	text-decoration: none;
	display: block;
	width: 114px; /* 114 px + 6 px left padding = 120 px side bar width */
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	
	color: white;
	padding: 6px;
	padding-right: 0px;
}

.sidelink a:visited {
	text-decoration: none;
	display: block;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	
	color: white;
	padding: 6px;
}

.sidelink a:active {
	text-decoration: none;
	display: block;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	
	color: yellow;
	padding: 6px;
}

.sidelink a:hover {
	text-decoration: none;
	display: block;
	width: 114px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	
	background-color: #EEA70B;
	color: black;
	padding: 6px;
	padding-right: 0px;
}


/* ========================================================================== */
/* Top Navigation Bar                                                         */
/* ========================================================================== */

#NaviTopBar {
	top: 80px;
	left: 0px;
	right: 0px;
	height: 20px;
	position: fixed;
	
	margin: 0px;
	border: none;
	padding: 0px;
	overflow: hidden;
	
	background-image: url(navi-back.gif);
	background-repeat: repeat;
	z-index: 1000;
}

.NaviSpacer {
	float: left;
	width: 120px;
}

.NaviTopLink a:link {
	text-decoration: none;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: small-caps;
	
	color: white;
}

.NaviTopLink a:visited {
	text-decoration: none;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: small-caps;
	
	color: white;
}

.NaviTopLink a:active {
	text-decoration: none;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: small-caps;
	
	color: white;
}

.NaviTopLink {
	float: left;
	width: 150px;
	text-align: center;
}

.NaviTopLink a:hover {
	text-decoration: none;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	
	color: black;
}

/* ========================================================================== */
/* Links to the research topics                                               */
/* ========================================================================== */

.LinkTable {
	border-collapse:  collapse;
	text-align:       center;
	margin-left:      100px;
	width:            600px;
}

.LinkTable tr:hover {
	background-color: #CCCCCC;
}

.break {
	clear:            right;
}

.LinkTablePic {
	width:            60px;
	height:           40px;
	text-align:       center;
	padding-top:      5px;
	padding-bottom:   5px;
	border-bottom:    2px #FFFFFF solid;
	border-collapse:  collapse;
	vertical-align:   middle;
}

.LinkTableLink {
	width:            600px;
	height:           30px;
	text-align:       left;
	font-weight:      bold;
	padding-left:     15px;
	padding-top:      5px;
	padding-bottom:   5px;
	border-bottom:    2px #FFFFFF solid;
	border-collapse:  collapse;
	vertical-align:   middle;
}
/* ========================================================================== */
