﻿/* CSS-Layout */

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

h1 {
	/* Ueberschrift 2 */
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.3em;
	color: black;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 50px;
	margin-right: 100px;
}

h2 {
	/* Ueberschrift fett */
	font-family: Verdana, sans-serif;
	color: blue; 
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1.3em;
	margin-left: 50px;
}

h3 {
	/* Fliesstext */
	font-family: Verdana, sans-serif;
	color: black;
	font-size: 1.1em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 15px;
	margin-right: 200px;
	margin-left: 50px;
}

h4 {
	/* Navigation */
	font-family: Verdana, sans-serif;
	color: black;
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	/* text-transform: uppercase; */
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 50px;
}

h5 {
	/* Fliesstext in Tabelle*/
	font-family: Verdana, sans-serif;
	color: black;
	font-size: 1.1em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 15px;
}

h6 {
	/* Fliesstext, wenn Bildspalte rechts */
	font-family: Verdana, sans-serif;
	color: black;
	font-size: 1.1em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 15px;
	margin-right: 100px;
	margin-left: 50px;
}

td {
	margin-left: 50px;
}

a {
	color: blue;
	text-decoration:none;
}

a:visited {
	color: blue;
}

a:active {
	color: navy;
}

a:hover {
	color: black;
}

