body {
	font-family: Arial, Helvetiva, sans-serif;
	font-size: 76.5%;
}

a {
	color: #193773;
}

a.wfd-download-view {
	background-image: url(../img/filetypes/file.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-bottom: 1px;
	padding-left: 20px;
}

a.wfd-filetype-pdf { background-image: url(../img/filetypes/acrobat.png); }
a.wfd-filetype-doc { background-image: url(../img/filetypes/word.png); }
a.wfd-filetype-html { background-image: url(../img/filetypes/html.png); }
a.wfd-filetype-xls { background-image: url(../img/filetypes/excel.png); }
a.wfd-filetype-jpg { background-image: url(../img/filetypes/image.png); }

a.anchor {
	color: #333;
}

h1 {
	font-weight: normal;
	font-size: 170%;
	color: #80001B;
	margin-bottom: 1.5em;
}

h1 .section {
	color: #333;
}

h2 {
	margin-left: 3%;
	font-size: 130%;
	margin-bottom: 1em;
}

h3 {
	font-size: 115%;
}

h4 {
	font-size: 100%;
}

h3, h4 {
	margin-left: 3%;
	margin-bottom: 1em;
}

ul h4, ul p {
	margin: 0;
}

p, ul, ol, dl {
	line-height: 1.5;
	margin: 1em 0 1em 3%;
}

dl dt {
	font-weight: bold;
}

dl dd {
	margin-left: 2em;
	margin-bottom: 1em;
}

code {
	font-size: 130%;
	background-color: #ddd;
	padding: 0.1em 0.2em;
}

.clickable {
	cursor: pointer;
}

/* BILDER */

img.XStandardImageLeft, #illustration, img.mitarbeiter-image {
	float: left;
	margin-right: 1em;
	margin-bottom: 0.5em;
}

img.XStandardImageRight {
	float: right;
	margin-left: 1em;
	margin-bottom: 0.5em;
}

#illustration {
	float: left;
	margin-right: 1em;
	margin-bottom: 0.5em;
}

/* TABELLEN */

table {
	border-collapse: collapse;
	width: 97%;
	margin: 1em 0 1em 3%;
}

table thead th {
	background: #FAA226;
	font-weight: bold;
	color: #000;
	text-align: left;
	padding: 4px 10px;
}

table thead th a {
	color: black;
	text-decoration: none;
}

table th {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

table tbody td {
	padding: 4px 10px;
	border-bottom: 1px solid #999;
}

/* AUFZÄHLUNGSLISTEN */

ul {
	list-style: none;
	padding: 0;
}

ul li {
	background-image: url(../img/bullet.png);
	background-position: 0 0.4em;
	background-repeat: no-repeat;
	padding-left: 16px;
	position: relative;
}

/* NUMMERIERTE LISTEN */

ol {
	padding-left: 18px;
}

/* ZITATE */

blockquote {
	margin-left: 54px;
	border-left: 1px solid #999;
	font-style: italic;
}


/* PRESSEMITTEILUNGEN */

span.date {
	font-weight: bold;
}

/* HIGHLIGHT-BOXEN */

div.highlight {
	background: #FFE199;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 29%;
	float: left;
}

div.highlight h3 {
	color: #fff;
	background: #FFB400;
	font-size: 100%;
	border-bottom: 1px solid #fff;
}

div.highlight h3, div.highlight p {
	padding: 4px 8px;
	margin: 0;
	line-height: 1.2;
}
