﻿/* CSS-Layout */

body {
	background-color:#A0FFE0;
}

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

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

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

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;	
	color: #008080;
}

a {
	color: #000000;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color: #008080;
}
a:active {
	color:gray;
}
a:hover {
	color: #008080;
}
