/*reset */
h1, h2, h3, h4, h5, h6,
ul, /*ol, */li, p, div,
table, tbody, thead, tr, th, td,
dl, dd, dt,
blockquote, cite, code,
form, legend, fieldset, label {
	margin: 0;
	padding: 0;
}
p {
	margin: 1em 0;
}
p.teaser {
	margin: 0;
}
body {
	position: relative;
	margin: 0;
	padding: 0;
}

:focus {
	outline: 0;
}

a {
	outline: none;
	text-decoration: none;
}

a img {
	border: none;
}

ul, ul li {
	list-style-type: none;
	list-style-position: outside;
}
/*main */
html, body {
	height: 100%;
}


