
#txt_main_kontakt{
					position: absolute; 
					left: 412px;
					top: 56px;
					width: 520px;
}

input, select{
	font-family: "Arial, Helvetica", sans-serif;
	font-size: 12px;
	border: 0px solid;
	border-color: #ffffff;
	
}

.input_zusatz{
	width: 350px;
	background-color: #e0e4e4;
}


.textfeld{
	height: 119px;
	width: 380px;
	border: 1px solid;
	border-color: #e0e4e4;
	scrollbar-face-color: #e0e4e4;
	scrollbar-shadow-color: #e0e4e4;
	scrollbar-highlight-color: #e0e4e4;
	scrollbar-base-color: #e0e4e4;
	scrollbar-darkshadow-color: #e0e4e4;
	background-color: #e0e4e4;
	resize: none;
	
	
}


.sendbutton{
	border-bottom: 0px; 
	border-left: 0px;
	border-right: 0px;
	border-top: 1px solid; border-color:#009ee0;
	background-color: #e0e4e4;
	height: 26px;
	width: 83px;
	font-size: 12px;
	color: #000000;
}

.tableinhalt{
	color: #000000;
}

.tableinhalt2{
	color: #ffffff;
		border-top: 1px solid;
	border-color: #009ee0;
}
.tablecell{
	border-top: 1px solid;
	border-color: #009ee0;
	background-color: #e0e4e4;
}

.tablecell_nachricht{
	border-bottom: 1px solid;
	border-color: #009ee0;
	background-color: #e0e4e4;
}

.tablecell_noline{
	background-color: #e0e4e4;
}

.tablecell2{
	border-top: 1px solid;
	border-color: #009ee0;
}

.tablecellkomplett{
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #009ee0;
}


.topausrichtung{
		vertical-align: top;
		text-align: top;
		border-top: 1px solid;
		border-bottom: 1px solid;
	border-color: #ffffff;
}