body {
	font-family: Verdana;
	color: #003000;
	background-color: #a0ffa0;		
}

a {
	font-family: Tahoma;
	color: #303000;
	text-decoration: none;	
	font-size: 12pt;
}

img.kreuz {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 5%;
}

img.bibel {
	position: absolute;
	right: 20px;
	bottom: 30px;
	width: 15%;
}

div.flaeche {	
	width: 80%;	
	background-color: #d8ffb8;
	position: relative;
	left: 10%;
	top: 0px;
	padding: 20px;
	border-style: solid;
	border-width: 2px;
	border-radius: 1em;	
}


div.start {
	position: fixed;
	top: 20px;
	width: calc(80% - 40px);
	height: 110px;
	left: calc(10%+20px);
	background-color: #ffffff;
	border-radius: 1em;	
	padding: 10px;
}

ul.menu {
	position: relative;
	right: 30px;
	cursor: pointer;
}

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;
}
	
li ul li {
	visibility: hidden;
}

li ul li.nomenu {
	visibility: visible;
}

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 {
		float: left;
		list-style: none;		
		height: 25px;		
		background-color: #ffffff;
		vertical-align: middle;	
		text-align: center;		
		border-style: solid;
		border-width: 1px;	
		color: #004000;
		border-radius: 1em;	
		border-left-style: transparent;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 3px;
		padding-bottom: 3px;
}

p.start {
	margin-top: 140px;
}

h2.start {
	margin-top: 140px;
}

li.menu:hover {	
	background-color: #ffffa0;		
}

a:hover {
	background-color: #ffffa0;
}

p.mark {
	background-color: #f0f0c0;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
}
