* {
	margin: 0;
	padding: 0;
	border-width: 0;
}

body, input, button, textarea, select {
	font: 87.5% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6;
	color: #222;
}

p, ul, ol {
	margin-bottom: 1.5em;
}

ul, ol {
	margin-left: 2em;
}

a {
	color: #4E6DA8;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	color: #004A8F;
	font-size: 2em;
	line-height: 1.25;
	margin-bottom: 1em;
}

h2 {
	color: #004A8F;
	font-size: 1.2857em;
	line-height: 1.25;
	margin-top: 2em;
	margin-bottom: 0.75em;
	padding-bottom: 0.25em;
}

h2.caption {
	text-transform: uppercase;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #004A8F;
	background: #eeeef8;
	border-bottom: 1px solid #BFC6E0 !important;
	padding: 0.3em 0.5em;
}

h3 {
 	margin-top: 1em;
 	margin-bottom: 0.75em;
	color: #004A8F;
	font-size: 1em;
}

h2, h3 {
	border-bottom: 1px solid #BFC6E0;
}

option { /* nötig, weil wir oben alle paddings zurücksetzen */
	padding-left: 0.2em;
	padding-right: 0.4em;
}

.intro {
	font-size: 1.1428em;
	color: #555;
	font-weight: bold;
}

blockquote {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1em;
	font-style: italic;
	color: #444;
	padding-left: 65px;
	background: url(../img/blockquote-bg.png) no-repeat left top;
}

cite {
	font-weight: bold;
	display: block;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}

.microcopy {
	font-size: 0.857em;
}

a.secondary-action {
	font-weight: normal;
}


