HTML, BODY {
	/*background-color: #f3f5f3;*/
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:10px;
	
	/*scrollbar-base-color: #f3f5f3;
	scrollbar-arrow-color: black;

	scrollbar-shadow-color: black;
	scrollbar-lightshadow-color: #f3f5f3;
	scrollbar-darkshadow-color: #f3f5f3;

	scrollbar-highlight-color: #f3f5f3;*/
	scrollbar-3dlight-color: black;
}

td.kant { 
	border-left: solid 1px lightgrey;
	border-right: solid 1px lightgrey;
}

input {
	font-size: 10px;
	background: #ffffff;
	border: 1px solid #c9c9c9;
	font-family: verdana;
}

textarea {
	font-size: 10px;
	background: #ffffff;
	border: 1px solid #c9c9c9;
	font-family: verdana;
}

A {
	/*color:#507563;*/
	color: #583500;
	text-decoration:none;
}

A.visited {
	color:#507563;
	text-decoration:none;
}

A.active {
	color:#507563;
	text-decoration:none;
}


#contactform .form1 {
	padding-left:4px;
	width:258px;
	height:18px;
	border:none;
	font-family: Arial;
	font-size: 10px;
	color:#000000;
}
	
#contactform .form2 {
	padding-left:4px;
	width:258px;
	height:140px;
	border:none;
	font-family: Arial;
	font-size: 10px;
	color:#000000;
}

#contactform .formClear {
	width:62px;
	height:12px;
	background-image:url(../images/contact/form_clear.jpg);
	border:0px;
}

