/* css declarations for the structure of the Hogeschool Leiden website */
/* Copyright 2005; Capital ICT, Den Haag, The Netherlands */ 

/* temporary measure to hide search option */
div#cb_h_menu {
	display: none;
}

/* undo browser margin and padding for list items */
ul {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
}

/* undo all standard borders */

body * {
	border: 0;
	font-family: verdana, helvetica, arial, sans-serif;
	color: black !important;
	font-size: 10px;
}
#main img {
	margin: 4px;
}

#disclaimer {
	margin-top: 5px;
	border-top: 1px solid black;
	font-size: small;
}


#masthead h1 {
	font-size: x-large;
}

#masthead h2 {
	font-size: large;
}

#hl-logo {
	display: none;
}
#editorialMenu {
	display: none;
}

#menu {
	display: none;
}

#address {
	margin-top: 2em;
	border-top: 1px solid black;
}

#std-hp-text {
	display:none;
}
