* {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0;
}
ul, ol, de {
	margin: 0 0 10pt;
	list-style-position: inside;
	position: relative; /*Beseitigt IE-Disappearing-List-Background-Bug im IE5-IE6*/
}
select, input, textarea {
	font-size: 99%;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
body {
	font-size: 100.01%;
	position: relative;
	text-align: left;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
a[href^="http://"]::after {
 content: " ["attr(href)"]";
 font-style: italic;
}