/**
 * allgemeine Font styles
 */

body {
	color: #5F4100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}

#container {
	font-size: 0.8em;
}

h1, h2 {
	font-weight: bold;
}

h1 {
    font-size: 1.83em;
    margin-top: 0.5em;
}
h2 {
    font-size: 1.25em;
    margin-bottom: 0.4em;
}

a {
    color: #308BA3;
		font-weight: bold;
}

a:hover, a:active {
	color: #5F4100;
}

#content p,
#content ul,
#content ol {
    line-height: 1.4em;
    margin-bottom: 1em;
}

#breadcrumb {
	font-size: 0.94em;
	font-weight: bold;
}
#breadcrumb a {
	color: #5F4100;
}
#breadcrumb a:hover, #breadcrumb a:active {
    color: #308BA3;
}

#navigation a {
    color: #402C00;
}

#navigation a:hover, #navigation a:active {
	text-decoration: underline;
}

.bild-links-220, .bild-rechts-220 {
    color: #308BA3;
}
.copy-right {
	font-weight: normal;
	font-size: 0.9em;
	margin-top: 10px;
}
.font-0-8 {
	font-size: 0.85em;
}