h2 {
	font-size:16px;
	margin-bottom:20px;
}

strong {
	display:block;
	margin-bottom:5px;
	clear:left;
}

form {
	margin-bottom:30px;
	float:left;
}

label {
	float:left;
	clear:left;
}

input {
	float:left;
}

div.formInput {
	margin-bottom:10px;
	width:502px;
}

textarea {
	float:left;
	width:300px;
	height:75px;
}


input.textInput, input.fileInput, textarea {
	border-style:solid;
	border-width:1px;
	border-color:#666666;
}


input.textInput {
	width:300px;
}

form.wettbewerb label {
	width:200px;
}

form.kontakt label {
	width:100px;
}

form.wettbewerb div input.submit {
	float:right;
}

form.kontakt div input.submit {
	float:right;
	margin-right:100px;
}

img.ncbi {
	float:right;
}

p {
	width:450px;
}

#content ul, #content ul li {
 list-style:list-style-image;
 list-style-image:url("./../images/check.gif");
 

 margin-left:15px;

}