/* Container */
.contact_form {
	border: 1px dotted #314d78;
  padding: 5px;
  width: 475px;
}	

/* Aussentabelle */
.contact_form table {
  
}	

/* Tabellenfeld links */
.contact_form table tr td.tk1 {
	color : #314d78;
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	font-size: 11px;
	padding:6px;
	width: 100px;
}


.contact_form table tr td.p /* Tabellenfeld links Pflichtfeld*/
{
	font-weight:bold;
}


.contact_form table tr td.tk3 /* Tabellenfeld Warnung*/
{
	color: red;
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	font-size: 11px;
	padding:6px;
}


.contact_form table tr td.tk2 /* Tabellenfeld rechts */
{
	padding:6px;
}


input.text {
	background: #ffffff;
	color : #314d78;
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	text-decoration: none;
	font-size: 11px;
	border: 1px solid #314d78;
}	

input.tx1 {
	width: 27pt;	
  margin-right: 2px;
}

input.tx2 {
	width: 55pt;
}

input.tx3 {
	width: 119pt;
}

input.tx4 {
	width: 150pt;
}

select {
	background: #ffffff;
	color : #314d78;
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	text-decoration: none;
	font-size: 11px;
	width: 150pt;
	border: 1px solid #314d78;
}	

textarea, .area {
	font-family : Verdana,Arial,Helvetica,Sans-serif;
	width: 180pt;
	border: 1px solid #314d78;
	font-size : 11px;
	text-decoration : none;
	color : #314d78;
	background: #ffffff;
}

input.button {
	width:90px;
	height:20px;
	border: 1px solid #314d78;
}

input.chbx {
	width: 12px;
	height: 12px;
	border: 1px solid #314d78;
}

.button {
	width: 76px;
	height: 19px;
	border: 1px solid #314d78;
}

input.err, select.err, textarea.err, chbx.err {
	border: 1px solid red;
}

.advice {
	font-weight: bold;
	color: #d72000;
}

.contact_form table tr td.space {
	padding-left: 20px;
}


