@charset 'utf-8';

/* 
CSS Reset by Eric Meyer
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* SCHRIFT und FARBEN */
body {
	font: 11pt/1.3 Georgia, Times, serif;
	color: #000;
	background-color: #fff;
}
/* UNNÖTIGE ELEMENTE */
#menu, #submenu, #footer {
	display: none;
}
/* HEADER */
#header {
	margin-bottom: 2em;
	border-bottom: 1pt solid #000;
}
#header * {
	font-size: 1em;
}
/* ALLGEMEINES */
body * {
	max-width: 40em;
}
h2, h3, h4, h5, p {
	margin-bottom: 5pt;
}
h2, h3, h4 {
	margin-top: .6em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
}
.spim, strong, h2, h3, h4, h4, h5 {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* PROJEKTE */
.projekt {
	margin-bottom: 1em;
	border-bottom: 1pt solid #000;
}
/* LISTEN */
#main ul {
	list-style: disc;
	margin-left: 1.2em;
	margin-bottom: 1.2em;
}
#main ol {
	list-style: decimal;
	margin-left: 1.6em;
	margin-bottom: 1.2em;
}

/* LINKS */
a {
	color: #000;
	text-decoration: none;
}
a.mehr, a.pdf {
	text-decoration: underline;
	padding-left: 1em;
}
/* UMBRUCH */
div.adresse, #footer {
	page-break-inside: avoid;
}
