html, body {
	background-color:	#FFFFFF;
}

body, table, tr, td, div, h1, input, textarea, form, select, a {
	font-family:		Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:			10px;
	color:				#636362;
	line-height:		18px;
	margin:				0px;
	padding:			0px;
}

p {
	margin-top:			0px;
}

img {
	border:				0px;
	line-height:		0px;
	font-size:			0px;
	display:			block;
}

h1 {
	color:				#002E63;
}

/* FORM SETTINGS  */

.form_spacer {
	width:				15px;
	text-align:			center;
}

select {
	border-width:		1px;
	border-style:		solid;
	border-color:		#000000;
}

textarea {
	color:				#000000;
	border-width:		1px;
	border-style:		solid;
	border-color:		#000000;
	width:				381px;
	height:				75px;
}

*:lang(en) textarea {
	height:				65px !important;
}

input {
	color:				#000000;
	border-width:		1px;
	border-style:		solid;
	border-color:		#000000;
	padding-left:		2px;
}

.input_general {	
	width:				244px;
}

.input_housenumber {
	width:				60px;
}

.input_street {
	width:				100px;
}

.input_zipcode {
	width:				50px;
}

.input_radio {
	border:				0px;
}

.input_checkbox {
	border:				0px;
	margin-right:		10px;
}

.button_send {
	cursor:				pointer;
	text-align:			center;
	background-color:	#17479E;
	color:				#FFFFFF;
}

.button_ok {
	cursor:				pointer;
	text-align:			center;
	background-color:	#17479E;
	color:				#FFFFFF;
	height:				14px;
	line-height:		10px;
	margin-left:		2px;
}

/* LINK SETTINGS  */

a {
	text-decoration:	underline;
}

a:hover {
	text-decoration:	none;
}
