/* ====================================================
	Title:		Screen Style Sheet - Frank Sanders Akademie
	Author:		Harm Wimmenhove
	Site:		http://www.siyou.nl
	Date:		2007.12.04
==================================================== /*


/* Global element styling
================================================== */
*{
	margin: 0;
	padding: 0;
}

/* KLUDGE: font-size: 100.01% because of IE/Win Font Sizing Bugs */
html, body { 
	margin: 0; 
	padding: 0;	
	color: #000;
	font-family: Georgia, Times, serif;
	font-size: 100%;
	line-height: 1.125em; /* 16x1.125=18px */
	background: #fff;
	text-align: left;
}

/* KLUDGE: making the scrollbar always visible in firefox */
html { 
	height: 100%; 
	margin: 0 0 1px 0; 
	}

h1 {
	font-size: 1.8em; 
	line-height: 1.8em;
	color: #fff; 
	white-space: nowrap; 
	}

h2 {
	margin: 0; 
	font-size: 1.2em;
	line-height: 1.6em;	
	color: #fff;
	}
h3 {
	font-size: 1.375em;
	line-height: 1.3em;
	font-style: italic;
	font-weight: normal;
}
h4 {
	font-size: 0.6875em;
	font-weight: bold;
	line-height: 1.2em;
}
select option {
	font-size: 11px;
	}
img, a img { border: 0;}

a { 
	color: #fff;	
	text-decoration: none;
 }
a:hover {
	color: #fff;
	text-decoration: none;
	 }

.center { text-align: center; }
.left { float: left; }
.right { float: right;}

/* form */
form {
	margin: 0;
	padding: 0;
	font-weight: bold;	
}
.textinput {
	border: 0;
	padding: 2px 0 0 2px;
	height: 15px;
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	color: #1c002e;
}
textarea {
	border: 0;	
	padding: 2px 0 0 2px;
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	color: #1c002e;
}
label {
	cursor: pointer;
}
.radio .label {
	float: left;
	display: inline;
}
label, form span {
	font-size: 0.6875em;
	font-weight: bold;	
}

/* colors */
.white {color: #fff; }
.midnight {color: #1c002e; }
.red {color: #f00; }
.pink {color: #ff00a0; }
.yellow {color: #ff0; }
.blue {color: #0af; }
.orange {color: #fa0; }
.purple {color: #8c00ff; }

