.content h1 {
	color: #0066FF;
	margin : 0px;
	padding : 0px;
	font-weight : normal;
	font-size : 12px;
	letter-spacing : 0.1em;
	border-bottom : 1px solid #5A7C22;
}
.content table {
	margin : 20px;
	width : 761px;
}
.content table td {
	width : 33%;
}
.content table td div {
	padding-bottom : 10px;
	border-bottom : 1px solid #5A7C22;
}
.content .formular, .content .contact {
	padding-right : 10px;
}
.content .contact, .content .partner {
	padding-left : 10px;
}
.content input[type=text] {
	border : 1px solid #5A7C22;
	border-top : none;
	border-bottom : none;
	background : black;
	color : white;
}
.content input {
	color : white;
	background : black;
	border-bottom : 1px solid #5A7C22;
	width : 200px;
}
.content textarea {
	color : white;
	background : black;
	width : 200px;
	height : 150px;
}
.content input.submit {
	color : white;
	background : black;
	border : 1px solid #5A7C22;
	margin : 2px 0px;
}
