﻿/* CSS-Layout */

html {
	height: 101%; 
	font-size: 75%;
}

h1 {
	/* Ueberschrift rot fett*/
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2em;
	color: #8B2323;
}

h2 {
	/* Ueberschrift rot Versalien */
	font-family: Verdana, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	line-height: 1.2em;
	color: #8B2323;
}

h3 {
	/* Fliesstext */
	font-family: Verdana, sans-serif;
	color: black;
	font-size: 1.0em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
	margin-right: 50px;
}

h4 {
	/* Navigation */
	font-family: Verdana, sans-serif;
	color: black;
	font-size: 1.0em;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5em;
}

h5 {
	/* Fussnote und Untertitel */
	font-family: Verdana, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5em;
}

a {
	color: #8B2323;
	font-weight: bold;
}

a:visited {
	color: gray;
}

a:active {
	color: #000000;
}

a:hover {
	color: black;
}
