/* Font used below is Droid Sans. See http://en.wikipedia.org/wiki/Droid_(font) for license information. */

@font-face {
	font-family: "Droid Sans";
	src: url("droid_sans.eot");
	src: local("Droid Sans"), url("droid_sans.woff") format("woff"), url("droid_sans.ttf") format("truetype"), url("droid_sans.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 4em 0 5em 0;
	background-color: #fff;
	color: #444;
	font: 1.1em "Droid Sans", sans-serif;
}

header, section {
	display: block;
	width: 45em;
	margin: 0 auto;
}

header {
	margin-bottom: 10em;
}

section {
	margin-top: 5em;
}

h1, h2, h3 {
	color: #006aaa;
}

h1 {
	text-align: center;
	font-size: 5.5em;
}

h2 {
	font-size: 2em;
}

h3 {
	margin-top: 1.5em;
	font-size: 1.2em;
}

p {
	margin-top: 2em;
	text-align: justify;
	line-height: 1.5em;
}

ul {
	margin: 2em 0 0 4em;
	padding: 0;
	line-height: 1.5em;
	list-style-type: circle;
}

a {
	color: #006aaa;
}

abbr[title] {
	border: none;
	cursor: help;
}

q:before {
	content: "„";
}

q:after {
	content: "”";
}
