* { 
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline:0px;
}

body {
	font-family: Georgia;
	font-size: 14px;
	padding: 11px;
	line-height: 1.5em;
}


a {
	text-decoration: none;
	color: #000;
}

ul {
	margin-left: 17px;
}

li {
	list-style-position: inside;
	text-indent: -17px;
}
	
li:first-line {
	text-indent: 0px;
}	
	

p.halbezeile {
	line-height: 0.75em;
}

span.hinweis {
	font-size: 10px;
}

input, select {
	border: 1px solid #999;
}

textarea {
	border: 1px solid #999;
}
