﻿h1 {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: x-large;
	color: #509EED;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #509EED;
}
h2 {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: large;
	border-left-style: solid;
	padding-left: 5px;
}
p {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: medium;
}
ul {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	line-height:20pt;
}
body {
	margin: 40px;
	background-color:#FFFFFF;
}

a:hover
{
  text-decoration: underline;
/*  color: #7f8eaa */
  color: #800000;
}

.navigation {
	margin: 0px;
	background-color: #FFFFFF;
	color: #000000;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: x-large;
	font-weight: lighter;
	font-variant: small-caps;
	padding: 20px;
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #6BA1C5;
}
.link {
	color: #336699;
	text-decoration: none;
}
.aktiv {
	font-size: xx-large;
}
