@charset "utf-8";
/* CSS Document */

####### Formulare ############

#onlineform form table{
	width: 100%;
}

#onlineform table td{
	width: 33%;
	padding: 4px;
}

#onlineform input[type=text]{
	width: 100%;
}

#onlineform .table_border{
	border: 1px solid #00a150;
	padding: 4px;
	width: 100%;
	margin-top: 10px;
}

#onlineform .fivteen td{
	width: 15%;
}

.form_head{
	background-color: #00a150;
	text-align: center;
	height: 24px;
	font-size: 14px;
}

span
{
	text-align: left;
}

fieldset
{
	text-align: left;	
	border: #9BFFCC 1px solid;
	padding: 25px;
}

legend
{
  font-weight: bold;
}

label
{
	margin-top: 5px;
	text-align: left;
	display: block;
}

input, textarea
{
	border: #00a150 1px solid;
}

.styleblock
{
	display: block;
	border: #00a150 1px solid;
}

.styleinline
{
	display: inline;
	border: #00a150 1px solid;
}

.dateday, .datemonth
{
	display: inline;
	border: #00a150 1px solid;
	width: 18px;
}

.dateyear
{
	display: inline;
	border: #00a150 1px solid;
	width: 30px;
}

.styleinline:hover {
	background:#AFFFBF;
}

.styleblock:hover {
	background:#AFFFBF;
} 

.dateday:hover {
	background:#AFFFBF;
} 

.dateyear:hover {
	background:#AFFFBF;
}

input:hover {
	background:#AFFFBF;
}

textarea:hover {
	background:#AFFFBF;
}

th
{
  font-weight: lighter;
}
