body {
	margin: 0;
	padding: 0;
	font: 9pt/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000;
}

/* Headlines */

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0 0 0.25em;
	color: #004386;
}
h1 { font-size: 16pt; }
h2 { font-size: 13pt; }
h3 { font-size: 10pt; }
h4 { font-size: 9pt; }
h5 { font-size: 8pt; }
h6 { font-size: 7pt; }

/* Links */

a {
	text-decoration: underline;
	color: #004386;
	font-weight: bold;
}


/* KRZ Logo */

h1#logo a {
	text-decoration: none;
}


/* Breadcrumbs */

p#breadcrumbs {
	text-transform: uppercase;
}
p#breadcrumbs a {
	font-weight: normal;
	text-decoration: none;
	font-size: 90%;
	color: #000;
}


/* Content */

div#content ul {
	list-style-type: square;
}
a.more_link {
	display: none;
}

div.float-r {
	float: right;
	margin: 0 0 1.5em 20px;
	clear: both;
}
div.float-l {
	float: left;
	margin: 0 20px 1.5em 0;
	clear: both;
}
span.clearer {
	display: block;
	clear: both;
}

/* Tabs-Panel */

ul#tabs_nav {
	display: none;
}
div.module_pane {
	display: block !important;
	clear: both;
}
div.module_pane img {
	display: block;
	float: left;
	margin: 0 20px 20px 0;
}

/* News-Panels */

div.news_panel, div.news_panel_inner {
	height: auto !important;
	clear: both;
}


/* Footer */

div#footer {
	clear: both;
	border-top: 1px solid #888;
}


/* Ausblenden */

ul#fontResize,
ul#primary_nav,
ul#secondaryNav,
p#footer_tools {
	display: none;
}