BODY{
	margin: 0px;
	background-color : #FFFFFF;
	background-image:url('../img/bg.jpg');
	background-repeat: repeat-x;
}

DIV, LI, P{
	padding:0;
	margin:0;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: "Times New Roman", Times, serif;
	line-height:20px;
	font-size: 16px;
	color:#333333;
}

P {
	clear:both;
	text-align:justify;
	padding: 0 0 20px 0;
}

B, STRONG {
	/*color:#9999cc;*/
	/*
	color:#400770;
	font-weight:normal;
	*/
	font-weight:bold;
}

EM {
	font-style: italic;
}

IMG{
	padding:0;
	margin:0;
}

BR{
	clear:both;
}

HR{
	color: #ff9900;
	background-color: #ff9900;
	height: 3px;
	border: 0px;
	margin: 0 0 10px 0;
}

H3 {
	padding: 10px 0 20px 0;
	font-size: 18px;
	font-weight: bold;
	color:#ff9900;
}

#contentwrapper {
	width:940px;
	margin:0 auto;
	text-align:left;
	vertical-align: top;
}

#header {
	width:940px;
	height:230px;
	margin:0;
	padding:0;
}

#headerpic {
	clear:both;
}

#logo {
	float:left;
	width:283px;
	height:69px;
	background-image:url('../img/logo.jpg');
	border:0px;
}

#logo span {
	display:none;
}

#logoprint {
	display:none;
}

#content {
	clear:both;
	padding: 0 12px 0 12px;
}

#content UL {
	list-style:disc;
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
}

#content LI {
	padding: 0 0 10px 0;
}

#options {
	clear:both;
	height:20px;
	float:right;
	padding: 0 12px 0 0;
}

#options P {
	float:right;
	clear:left;
	padding:0 0 0 5px;
	margin:0;
	font-size:12px;
}

#footer {
	clear:both;
	margin:0;
	padding: 55px 12px 0 12px;
	height:50px;
	color : #999999; 
	background-image: url('../img/bg_footer.jpg');
	background-repeat: no-repeat;
	background-position:top left;
}

#footer_left {
	float:left;
	margin:0;
	padding:0;
	font-size : 12px;
}

#footer_right {
	float:right;
	margin:0;
	padding:0;
	font-size : 12px;
}

a:link  {
	text-decoration : underline;
	color: #ff9900;
}

 a:active {
	text-decoration :underline;
	color: #ff9900;
}

 a:visited {
	text-decoration : underline;
	color: #666666;
}

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


#footer_left a:link, #footer_right a:link  {
	color: #ff9900;
	border : 0;
	text-decoration : underline;
	font-weight: normal;
}

#footer_left a:active, #footer_right a:active {
	color: #ff9900;
	border:0;
	text-decoration : underline;
	font-weight: normal;
}

#footer_left a:visited, #footer_right a:visited {
	color: #ff9900;
	border:0;
	text-decoration : underline;
	font-weight: normal;
}

#footer_left a:hover, #footer_right a:hover {
	color: #ff9900;
	border:0;
	text-decoration : none;
	font-weight: normal;
}

.txtpic_left {
	margin: 0 5px 5px 0;
	border: 4px solid #CCCCCC;
}

.txtpic_right {
	margin: 0 0 5px 5px;
	border: 4px solid #CCCCCC;
}



#loginscreen {
	width:600px;
}

FORM {
	width:200px;
	float:right;
}

label {
	display:block;
	width:150px;
	text-align:left;
}

input {
	float:left;
	width:150px;
}

#submitknop {
	clear:both;
	color:#FFFFFF;
	width:150px;
	height:20px;
	border:0px;
	padding: 0 0 3px 0;
	background-image: url('../img/bg_button.jpg');
	background-repeat: no-repeat;
	background-position:top left;
}

.error {
	color:red;
}