/* YUI Reset CSS */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,/*em,strong,*/th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/* END - YUI Reset CSS */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #59503c;
}

a {
	color: #996633;
	text-decoration: none;
	border-bottom: 1px solid #e4d0c2;
}

a.zoom {
	border-bottom: 0;
}

a:hover, a:focus {
	border-bottom-color: #996633;
}

a.email {
	background: url(../img/email.png) left center no-repeat;
	padding-left: 20px;
}

a.email:hover {
	background-image: url(../img/email-highlight.png);
}

p, ul, ol, td {
	line-height: 1.5;
}


/* ÜBERSCHRIFTEN */

h1, h2, h3, h4, h5, h6 {
	color: #2380BF;
	font-family: Georgia, "Times New Roman", serif;
	margin-bottom: 1em;
}

h1 {
	font-size: 180%;
}

h2 {
	font-size: 140%;
	margin: 1.8em 0 1em 0;
}

h3 {
	font-size: 110%;
}

p + h3,
ul + h3,
ol + h3,
table + h3 {
	margin-top: 1.75em;
}


/* INHALT */

p, ul, ol, table {
	margin: 1em 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul {
	list-style-image: url(../img/bullet.png);
	margin-left: 1.5em;
}

a.filetype-pdf, a.wfd-filetype-pdf {
	background: url(../img/filetype-pdf.png) 0 0 no-repeat;
	padding-left: 22px;
}

/* TABELLEN */

table {
	border-collapse: collapse;
	border-top: 1px solid #e5d0c2;
	width: 100%;
}

td, th {
	padding: 5px 10px;
	vertical-align: top;
	border-bottom: 1px solid #e5d0c2;
}

thead th {
	background: #f9f8e4;
	font-weight: bold;
}

tbody th {
	color: #2380BF;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 120%;
}

caption {
	color: #2380BF;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 140%;
}

table h2 {
	margin-top: 0;
	margin-bottom: 0;
}

table p {
	margin: 0;
}

.minor {
	font-size: 75%;
}

tbody th .minor {
	margin-left: 1.5em;
}

/* DIAGRAMME */

.fx table.diagram-chart {
	border-top: 0;
}

.fx table.diagram-chart td.bar {
	vertical-align: bottom;
	text-align: center;
	height: 300px;
}

.fx table.diagram-chart * {
	border-bottom: 0;
}

.fx table.diagram-chart tr.captions-x * {
	text-align: center;
	border-bottom: 0;
}

.fx table.diagram-chart td.caption-y {
	text-align: right;
	border-bottom: 0;
	vertical-align: bottom;
}

.fx table.diagram-chart div.bar, .fx div.legend div.bar {
	background: #E3E19E;
}

.fx div.legend div.bar {
	width: 3em;
	height: 1.2em;
	display: inline;
	margin-right: 1em;
}

.fx div.legend {
	text-align: center;
	font-size: 80%;
}


/* GESCHÄFTSFELDER DIAGRAMM */

table.areas {
	font-size: 80%;
}

table.areas td {
	text-align: center;
	padding: 0;
}

table.areas td ul {
	text-align: left;
}

/* XStandard-Bilder */

.XStandardImageLeft, .XStandardImageRight {
	margin: 0.4em 1.5em 0.5em 1.5em;
}

.XStandardImageLeft {
	margin-left: 0;
	float: left;
}

.XStandardImageRight {
	margin-right: 0;
	float: right;
}
