/* Reset everything */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-style: normal;
}

ol, ul {
	list-style: none;
}

body{
	margin-left: 46px;
	margin-top: 43px;
	margin-bottom: 43px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #282828;
}

#headline{
	margin-bottom: 15px;
}


/*NAVIGATION*/

#navigation{
	margin-bottom: 30px;
}

#navigation li { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #282828}
#navigation li a { color: #282828; text-decoration: none}
#navigation li a:hover {color: #6EA100; text-decoration: none}
#navigation li a:visited {color: #282828; text-decoration: none}
#navigation li a:visited:hover { color: #6EA100; text-decoration: none}

#navigation li.active, #navigation li.active a { color: #6EA100; text-decoration: none}


/*INTROTEXT*/

#introtext{
	margin-bottom: 30px;
	width:315px;
}

#introtext a{
	color: #282828; 
	text-decoration: underline;
}


/*FORMULAR*/

#formular{
	width:320px;
	padding-bottom: 45px;
	overflow: hidden;
}

#formular input, #formular select{
	border: 1px solid #999999;
	color: #3D3D3D;
	height: 18px;
	width: 135px;
	font-size: 10px; 
}

#formular select{
	width: 137px;
}

#formular li{
	float: left;
	position: relative;
	display: inline;
	width: 160px;
	height:45px;
	margin-bottom: 5px;
}

#sendsuccess {
	color: #6EA100;
	margin-bottom: 14px;
}

#missingfields {
	color: #6EA100;
	margin-bottom: 14px;
	font-weight: bold;
}


/*LECTURES*/

#lectures, #lectures table{
	clear: both;
}

.lecture {
	width: 300px;
	overflow: hidden;
}

#lectures li{
	clear: both;
	overflow: hidden;
}

#lectures a{
	color: #282828; 
	text-decoration: underline;
}

#lectures span.left{
	float: left;
	width:52px;
	margin-right:16px;
	padding-bottom: 20px;
}

#lectures span.left img{
	padding-bottom:4px;
}

#lectures span.left input{
	vertical-align: top;
}

#lectures span.right{
	float: right;
	width:230px;
	padding-bottom: 20px;
}

#lectures .pdf{
	padding-top:14px;
}

#lectures span.right img{
	vertical-align: middle;
}

#lectures .error {
	margin-bottom:20px;
}


/*SENDEN*/
#senden{
	clear: both;
	width: 300px;
	
}

#senden input{
	float: right;
	border: 1px solid #999999;
	color: #3D3D3D;
	height: 18px;
	width: 135px;
}

.error {
clear: both;
float:left;
color: #6EA100;
}

