﻿/*
Copyright (c) 2009. All rights reserved. H.T.G. Weffers, Eindhoven University of Technology. 
*/

body {
	background-color: #fff; 
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #000;
}
		
div#page {	
	width:900px;
	margin: 1em auto;
	padding:0 0 1em 0;
}

div#banner {
	background-color: #006699;
	background-image: url('../images/Header-Low-Narrow-LaQuSo.png');
	background-repeat: no-repeat;
	background-position: left;
	color: #fff;
	border-bottom: 1px solid #000;
}

div#banner h1 {
	text-align:right;
	color: #006699;
	padding: .3em 10px .3em 0em; 
	line-height:1.8em;
	font-size: 1.8em;
	font-weight:bold;			
	text-decoration:none;
}

div#banner h2 {
	text-align:left;
	padding: .1em 0em 0em 6em;
	font-size: 1.2em;
	font-weight: normal;
}

div#container {
	background-image: url();
	background-repeat: repeat-y;
}

div#container2 {
	background-image: url(http://css.maxdesign.com.au/selectutorial/steps/lmore_col_base.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

div#more {
	float: right;
	width: 180px;
	margin: 0;
	padding: 2em 10px 0 0;
}

div#more h3 {
	margin-top: 0;
	padding: .2em;
	background-image: url(http://css.maxdesign.com.au/selectutorial/steps/more_base.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

div#content {
	margin-left: 180px;
	margin-right: 200px;
}

div#content h2 {
	font-size: 2em;
	color: #006699;
	margin: 0;
	padding:1.5em 0 0.2em 0;
	font-weight: normal;
}

div#content { 
	line-height: 150%; 
}

#cleardiv {
	clear: both;
	height: 1em;
}

div#footer {
	clear: both;
	padding: .5em 1em;
	background-color: #006699;
	background-image: url('../images/Footer-LaQuSo-Safe.png');
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	border-top: 1px solid #999;
}


div#footer ul {
	padding: 1em;
	margin: 0;
	list-style-type: none;
}

div#footer li {
	display: inline;
	margin-right: 1em;
	color:white;
}

div#footer li img {
	border:0;
	width:88px;
	height:31px;
}

div#footer a {
	color:white;
	text-decoration:none;
}


/*

*/

div#form td {
	vertical-align:top;
}
