/* CSS */
/* Zidiot for The Square Mile */
/* Author, Lucas Winckers, studio@zidiot.com */
/* Last version, August 18, 2009 */


/* ------------------------Language Assement Test---------------------- */
/* Body */
body {
	margin: 0;
	padding: 0;
	/*background-color: #262626;*/
	background-color:#F2F2F2;
	/*background: url(../images/bg_donker_licht.gif) #FFFFFF;
	background-repeat: repeat-x;*/
	}


/* Lay-out */
#logo {
	position: absolute;
	width: 80px;
	height: 80px;
	left: 20px;
	top: 20px;
	z-index: 1;
	}
#test, #content {
	position: absolute;
	width: 650px;
	left: 120px;
	top: 20px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	z-index: 1;
	}
table {
	table-layout: fixed;
	width: 620px;
	border-collapse: collapse;
	}
td {
	border-bottom: 1px dotted;
	vertical-align: top;
	}
col#c1 {
	width: 30px;
	}


/* Type */
h1 {
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Arial, Sans-serif;
	font-size: 115%;
	font-weight: normal;
	color: black;
	line-height: 24px;
	}
h2 {
	margin-left: 15px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Arial, Sans-serif;
	font-size: 105%;
	font-weight: normal;
	color: black;
	line-height: 16px;
	}
p {
	margin-left: 15px;
	margin-right: 15px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Arial, Sans-serif;
	font-size: 12px;
	color: #262626;
	line-height: 16px;
	}
ul, li {
	margin-right: 15px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Arial, Sans-serif;
	font-size: 12px;
	color: #262626;
	line-height: 16px;
	}
strong {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Arial, Sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: black;
	line-height: 16px;
	}
a {
	text-decoration: underline;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Arial, Sans-serif;
	font-size: 100%;
	color: #FF1300;
	line-height: 16px;
	}
a:hover {
	text-decoration: underline;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Arial, Sans-serif;
	font-size: 100%;
	color: #262626;
	line-height: 16px;
	}
form {
	margin-left: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Arial, Sans-serif;
	font-size: 12px;
	color: #262626;
	line-height: 16px;
	}
input, textarea {
	text-decoration: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Arial, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #262626;
	line-height: 15px;
	}
