/*  Allgemeines Layout  */

body {
	background-color: white;
	width: 90%;
	margin: auto;
	padding: 0;
	font-family: Arial, sans-serif;
}

.printadresse {
	display: none;
}

/*  Seitenkopf  */

#logo {
	position: fixed;
	top: 5px;
	left: 10%;
	float: left;
	text-align: left; 
	z-index: 45;
}

#headline {
	color: black;
	position: fixed;
	width: 95%;
	top: 10px; 
	right: 15%;
	text-align: right;
	line-height: 12px;
	z-index: 40;
}

.topline {
	font-size: 1.2em;
	font-family: "Times New Roman", serif;
}

.topline1 {
	font-family: Arial, "sans-serif";
	font-size: 0.8em;
	color: gray;	
}

#menu {
	position: fixed;
	width: 90%;
	height: 170px;
	right: 5%;
	top: 0px;
	text-align: center;
	z-index: 30;
/*	border-left: 1px dotted grey;
	border-right: 1px dotted grey; */
}

#navigation {
	position: fixed;
	width: 62%; 
	top: 95px;
	margin: auto;
	margin-left: 15%;
	margin-right: 8%; 
	text-align: left;
	font-size: 0.9em;
	border-bottom: 1px dotted gray;
}



/*  Seiteninhalte   */ 

#content {
	width: 79%;
	margin: auto;
	margin-top: 180px; 
	background: transparent;
	z-index: 20;
	clear: left;
}

h1, h2 {
	font-family: "Times New Roman", serif;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

.inhalt {
	font-size: 0.9em;
}

ol {
	font-size: 0.9em;
}

ul {
	font-size: 0.9em;
}

.imageright {
	float: right;
	margin: 5px;
	margin-left: 10px;
}

.imageright-2 {
	width: 300px;
	float: right;
	margin: 5px;
	margin-left: 10px;
}

.imageleft {
	float: left;
	margin: 5px;
	margin-left: 10px;
}

.caption {
	text-align: center;
	font-size: 0.8em;
}

.textright {
	float: right;
	width: 200px;
	margin: 5px;
	margin-left: 10px;
	padding: 5px;	
	border: 1px solid black;
	font-style: italic;
}

.textright2 {
	float: right;
	width: 175px;
	margin: 5px;
	margin-left: 10px;
	padding: 5px;
	text-align: center;
	font-size: 0.9em;
	font-style: italic;
}

#footer {
	clear: all;
	width: 50%;
	margin: auto;
	margin-top: 30px;
	text-align: center;
	font-size: 0.8em;
}

.beerdigungskosten {
	text-align: center;
	font-size: 0.9em;
}

.bottomline {
	border-bottom: 1px solid black;
}

/*
.beerdigungskosten td {
	border: 1px solid black;
}
*/

/*  Links  */

.aktiv {
	display: block;
	float:left;
	margin: 5px;
	padding-left: 5px;
	font-size: 0.9em;
	font-weight: bold;
	color: black;
	padding-bottom: 2px;
	border-left: 1px dotted gray;
}

a.nav {
	display:block;
	float:left;
	margin: 5px;
	padding-left: 5px;
	font-size: 0.9em;
	color: #18398C;
	text-decoration: none;
	border-left: 1px dotted grey;
}

a.nav:link {
	float:left;
	margin: 5px;
}

a.nav:visited {
	float:left;
	margin: 5px;
	color: #0F2459;	
}

a.nav:hover {
	float:left;
	margin: 5px;
	text-decoration: underline;
	color: #18398C;
}




/*  IE only */

* html body {
	overflow: hidden;
	bottom: 0;
}

*html #menu {
	position: absolute;
	width: 90%;
	height: 170px;
	margin: auto;
	top: 0px;
	text-align: center;
	z-index: 30;
}

*html #navigation {
	position: absolute;
	width: 73%;
	top: 95px;
	margin: auto; 
	margin-left: -29%; 
	text-align: center;
	border-bottom: 1px dotted grey;
}

*html #logo {
	position: absolute;
	width: 25%;
	z-index: 40;
}

*html #headline {
	position: absolute;
	width: 90%;
	margin-right: 5%;
	padding: 2px;
	text-align: right;
	margin-top: -5px;
	line-height: 0.7em;
}

*html .topline1 {
	font-size: 0.7em;	
}

*html #central { 
	height: 100%; 
	width: 100%;
	overflow: auto; 
} 

*html #content {
	width: 85%;
	margin-left: 15%;
	margin-right: 2%;
	margin-top: 180px;
}

*html #footer {
	width: 100%;
	margin: auto;
	margin-top: 30px;
	text-align: center;
	font-size: 0.9em;
}



/* IE */