/* === Font =============================================== */
body, p, li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* === Textgrössen ============================================ */
p, li {
	font-size: 0.9em; /*90%; */
}
.caption {
	font-size: 0.8em; /*90%; */
}
h1 {
	font-size: 1.3em; /*130%; */
}
h2 {
	font-size: 1.2em; /*120%; */
}
h3 {
	font-size: 1em; /*100%; */
}
.top-menu li {
	font-size: 1.2em; /* 120%;*/
}
#footer, #last-modified {
	font-size: 0.75em; /*75%*/
}

/* ===  =============================================== */
p {
	line-height: 2.7ex;
	margin: 0 0 1.5em 0;
}
div#title {
	font-size: 28pt;
	letter-spacing: 4px;
	font-variant: small-caps;
	font-family: Copperplate, Verdana, sans-serif;
	color: #68242B;
}
div#subtitle {
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #666; /*#68242B;*/
}

#banner-left {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bolder;
	letter-spacing : 2px;
}
h1 {
	font-weight: bold;
	margin-bottom: 1.5em;
}
h2 {
	font-weight: bold;
	margin-bottom: 1.5em;
}
h3 {
	margin-top: 8px;
	margin-bottom: 4px;
}


/* ===  Links =============================================== */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*=== side column ==========================================*/
.MarginalElem {
	font-size: 0.9em; /*90%;*/
}

.sub-menu .CurrentItem {
	font-weight: bold;
}

