

body {	
	font-family: Verdana;
	font-size: 14pt;
	background-color: #ffffff;
	color: #404040;
	border-style: solid;
	border-width: 4px;
	border-color: #e0e0e0;
	border-radius: 10px;
}

div.kopf {
	position: absolute;
	left: 1%;
	top: 12px;
	right: 0px;
	text-align: center;	
	background-color: #ffffff;
	padding: 10px;
	width: 96%;
	z-index: 3;
}

div.ruhepunkt {
	text-align: center;
	font-size: 70px;
	font-weight: 600;
}

ul.menu {		
	cursor: pointer;
	border-radius: 10px;
	width: 100%;
}

li ul li {
	visibility: hidden;
}

li ul li.sichtbar {
	visibility: visible;
}

ul.menu li.menu
{
	
	display: inline-block;
	vertical-align: top;
	list-style: none;	
	width: 13%;
	text-align: center;
	height: 30px;
	line-height: 30px;
	vertical-align: center;	
	color: #404040;
	border-width: 1px;
	background-color: #ffffff;
	border-style: solid;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-color: #d8d8d8;
	z-index: 3;
}

ul.menu li.menu:hover {
	background-color: #f8f8f8;
	border-color: #000000;
	
}

li.menu:hover ul li {
	margin-top: 2px;
	margin-left: -51px;
	visibility: visible;
	list-style: none;
	font-weight: 300;
	text-align: center;
	padding-left: 10px;
	border-style: solid;	
	border-width: 1px;	
	background-color: #ffffff;
	
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-color: #d8d8d8;
	z-index: 2;
}

li.menu:hover ul li:hover {
	margin-top: 2px;
	margin-left: -51px;
	visibility: visible;
	list-style: none;
	font-weight: 300;
	text-align: center;
	padding-left: 10px;
	border-style: solid;	
	border-width: 1px;	
	background-color: #f8f8f8;
	
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-color: #000000;
	z-index: 2;
}


div.inhalt {	
	margin-top: 200px;
	padding-left: 1%;
	padding-right: 1%;
	z-index: -1;
	
}

blockquote {
	font-style: italic;
}

strong {
	font-weight: 600;	
}

a {
	font-family: Tahoma;
	text-decoration: none;
	color: #000000;
	
}

a:hover {
	background-color: #f8f8f8;
}

p,li {
	text-align: justify;
	font-size: 13pt;
}

img.mausi {
	position: relative;
	left: 20px;
	top: 20px;
	
	
}

img {
	position: absolute;
	right: 20px;
	top: 400px;
	width: 400px;
	z-index: 1;
}

h1 {
	font-size: 34pt;
}

h2 {
	font-size: 26pt;
}

h3 {
	font-size: 22pt;
}

h4 {
	font-size: 16pt;
}

h5 {
	font-size: 14pt;
	font-weight: 300;
}

td.zahl {
	text-align: right;
}