<head>
  <title>ISN-R Leiden</title>
  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />

   **** layout stylesheet **** 
  <link rel="stylesheet" type="text/css" href="style/style.css" />

   **** colour scheme stylesheet **** 
  <link rel="stylesheet" type="text/css" href="style/colour.css" />

<style type="text/css">

html{height: 100%;}

body
{ background: #FFFFFF url(back.png) repeat;
  color: #656F57;
}

blockquote
{ background: #FFFFFF;
  color: #656F57;
  border-color: #83B82E;
}

#main
{ background: #FFFFFF url(main.png) repeat-y;
  color: #656F57;
}

#links, #footer
{ background: #83B82E url(linkfoot.png);
  color: #FFFFFF;
  border-color: #656F57;
}

#links a, #footer a, #links a:hover, #footer a:hover
{ background: transparent;
  color: #FFFFFF;
}

#logo
{ background: #FFFFFF;
  color: #656F57;
  border-top-color: #656F57;
  border-bottom-color: #8AAF55;
}

#logo h2
{ background: transparent;
  color: #33559D;
}

h1
{ background: transparent;
  color: #83B82E;
  border-color: #E1E1E1;
}

#menu
{ background: transparent;
  color: #656F57;
}

#menu li a
{ background: #B8D58F;
  color: #656F57;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #8AAF55;
  color: #FFFFFF;
} 

#content, #column2, #column2 a
{ background: #FFFFFF;
  color: #656F57;
  border-color: #656F57;
}

#column2 a:hover
{ background: #FFFFFF;
  color: #83B82E;
  border-color: #83B82E;
}

.sidebaritem
{ background: #F9F9F9;
  color: #656F57;
  border-color: #E1E1E1;
}

.sbilinks li a, .sidebaritem a
{ background: transparent url(link_arrow.png) no-repeat left center;
  color: #656F57;
} 

.sbilinks li a:hover, .sidebaritem a:hover
{ background: transparent url(link_arrow_sel.png) no-repeat left center;
  color: #83B82E;
} 

input, textarea
{ background: #FFFFFF;
  color: #656F57;
  border-color: #E1E1E1;
}

</style>


<style type="text/css">

/* global */
html{height: 100%;}

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .68em;
}

p
{
	padding: 0px 0px 0px 0px;
	line-height: 1.7em;
}

h1
{ font-family: arial, sans-serif;
  font-size: 108%;
  letter-spacing: .1em;
}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
}

img{
	border: 0px;
	display: inline;
}

a{outline: none;}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{
	float: right;
	padding: 0 0px 0px 0px;
	display: inline;
	position: relative;
	margin-left: 20px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #links, #footer, #logo, #menu, #content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main{width: 780px;}

/* links above the logo / footer */
#links, #footer
{ width: 726px;
  height: 24px;
  font-size: 88%;
  text-transform: uppercase;
  padding: 12px 21px 0px 19px;
}

#links{text-align: right;}

#footer
{ text-align: center; 
  border-top: 2px solid;
}

#links a, #footer a{text-decoration: none;}

#links a:hover, #footer a:hover{text-decoration: underline;}

/* logo */
#logo
{ width: 766px;
  height: 180px;
  border-top: 2px solid;
  border-bottom: 5px solid;
}

#logo h1, #logo h2
{ margin: 0px;
  letter-spacing: .2em;
}

#logo h1
{ padding: 28px 0px 0px 19px;
  font-size: 160%;
}

#logo h2
{ font-family: arial, sans-serif;
  padding: 5px 0px 0px 19px;
  font-size: 108%;
}

/* navigation menu */
#menu
{ height: 30px;
  width: 766px;
  margin-top: -30px;
  position: relative;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px 5px 0px 0px; 
  padding: 0px;
  list-style: none;
} 

#menu li a 
{ display: block; 
  float: left; 
  height: 22px;
  text-decoration: none; 
  padding: 6px 19px 2px 19px;
} 

/* main content */
#content
{ width: 766px;
  overflow: hidden;
} 

/* column 1 - contains sidebar items */
#apDiv1apDiv1apDiv1
{ width: 180px;
  margin: 10px 0px 0px 0px;
  float: right;
  padding: 10px 10px 10px 0px;
}

.sidebaritem
{
	text-align: left;
	width: 168px;
	float: left;
	border: 1px solid;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 23px;
	margin-left: 0px;
	padding-top: 14px;
	padding-right: 8px;
	padding-bottom: 14px;
	padding-left: 8px;
}

.sidebaritem h1
{ margin: 0px; 
  font-weight: normal;
  padding: 0px 0px 16px 0px;
  text-transform: uppercase;
}

.sidebaritem p
{ line-height: 16px; 
  padding: 0px 0px 8px 0px;
}

.sidebaritem a, .sidebaritem a:hover
{ padding: 0px 0px 2px 19px;
  text-decoration: none;
}

.sbilinks{padding: 0px}

.sbilinks ul{margin: 0px auto;} 

.sbilinks li 
{ margin: 0px; 
  float: left; 
  list-style: none; 
} 

.sbilinks li a , .sbilinks li a:hover
{ float: left; 
  height: 16px;
  text-decoration: none; 
  padding: 5px 0px 4px 19px;
  width: 149px;
} 

/* column 2 - page content */
#column2
{
	text-align: justify;
	width: 500px;
	float: left;
	padding: 2px 3px 15px 19px;
	display: inline;
}

/* column 2 - alt page content */
#column3
{
	text-align: justify;
	width: 750px;
	float: left;
	padding: 2px 3px 15px 19px;
	display: inline-block;
}

#column2 h1
{ font-family: arial, sans-serif;
  padding: 16px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px solid;
  font-size: 150%;
  text-transform: uppercase;
  font-weight: normal;
}

#column3 h1
{ font-family: arial, sans-serif;
  padding: 16px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px solid;
  font-size: 150%;
  text-transform: uppercase;
  font-weight: normal;
}

#column2 a, #column2 a:hover
{ padding: 0px 0px 2px 0px;
  text-decoration: none;
  border-bottom: 1px dashed;
}


#column2 a:hover{border-bottom: 1px solid;}

/* contact page - form layout */
form{margin-top: 0px;}

div.row
{ clear: both;
  width: 448px;
}

div.row span.formlabel 
{ float: left;
  width: 150px;
  text-align: left;
}

div.row span.forminput
{ float: right;
  text-align: right;
} 

div.spacer
{ clear: both;
  width: 80px;
}

input, textarea
{ width: 259px; 
  font-family: verdana, arial, sans-serif;
  font-size: 100%;
  border: 1px solid;
  margin: 2px;
}

.submit
{ font-family: verdana, arial, sans-serif;
  font-size: 100%; 
  border: 1px solid;
  width: 70px;
  height: 22px;
  cursor: pointer;
}

div.positionLogo
{ position: relative;
left:450px;
top: -60px;
height: 200px;
width: 200px;
padding:1em;
}
</style>

</head>

  </div>


</body>
</html>
