html, body{
	margin-top: 0px;
	margin-left: 0px;;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Arial", sans-serif;
	font-size: 11px;
	height: 100%;
	background-image:url("pics/background.jpg");
	background-repeat: repeat-x;
	background-color: #b0dff5;
	color: #004494;


}



#text_contact{
		position: absolute;
		top: 0px;
		left: 89px;
		width: 287px;
		height: 422px;
		/*background-image:url("pics/kontaktformular.png");*/
		background-repeat: no-repeat;
}

#tablecontent{
		position: absolute;
		top: 100px;
		width: 287px;
		height: 422px;
}

input, select{
	font-family: "Arial, Helvetica", sans-serif;
	font-size: 11px;
	border: 0px solid;
	width: 170px;
	height: 10px;
	color: #004494;
	background-color: transparent;
	
}

.textfeld{
	height: 95px;
	width: 250px;
	margin-left: 10px;
	border: 0px solid;
	border-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-base-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	background-color: #ffffff;
	
}

.sendbutton{
	border: 1px solid; border-color:#ffffff;
	background-color: #ffffff;
	height: 15px;
	width: 80px;
	font-size: 10px;
	color: #004494;
	font-weight: bold;
}


.tablecell1{
	line-height: 19px;
}

.tablecell2{
	text-align: right;
	line-height: 25px;
}