/* Stylesheet voor LSD'06 website van Sint-Janslyceum Leerlingenraad. ŠTommy van der Vorst, 2006. */
BODY {
	width:99%;
	background-color:White;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	margin:0px;
}

DIV {
	display:block;	
	margin:0px;
	padding:0px;
}

DIV#container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-20px;		
}

A#logo {
	display:block;
	background-image:url('../images/logo.jpg');	
	width: 885px;
	height:151px;
	background-repeat:no-repeat;
	background-position:left;
}

A#logo SPAN {
	display:none;	
}

DIV#left {
	background-image:url('../images/logo_links.jpg');	
	width: 85px;
	height:115px;
	background-repeat:no-repeat;
	background-position:left;
	float:left;
}

DIV#main {
	width:800px;
	background-color:#0093D9;
	float:left;
	overflow:hidden;
}

UL#nav {
	margin:0px;
	padding:0px;
	display:block;
	width:800px;
	height:45px;
	background-color:#54B7E6;
}

UL#nav LI {
	margin:0px;
	padding:0px;
	height:45px;
	display:block;
	float:left;	
}

UL#nav LI A {
	margin:0px;
	padding:0px;
	height:45px;
	display:block;
}

UL#nav LI SPAN {
	display:none;	
}

DIV#content-wrapper {
	width:800px;
	background-color:#0093D9;
}

DIV#content {
	margin:5px;
	margin-left:20px;	
	color:White;
}

DIV#copyright {
	display:block;
	width:800px;
	padding:5px;
	color:White;
	border-top: solid 1px #0078B2;
}

DIV#copyright A, DIV#copyright A:hover, DIV#copyright A:visited {
	color:White;	
}

A {
	color:White;
	text-decoration:underline;
}

A IMG{border:0px;}

H2 {
	font-size:16px;
	margin-top:0px;
}

/* Frontpage zut */
DIV.boven {
	height:265px;
	width:800px;
	margin-left:-20px;
	margin-right:-5px;
	display:block;
}

DIV.onder {
	width:800px;	
	background-color:#0078B2;
	height:282px;
	margin-left:-20px;
	margin-right:-5px;
	display:block;
}
