/*  Allgemeines Layout  */

body {
	background-color: white;
	width: 100%;
	margin: auto;
	padding: 0;
	font-family: Arial, sans-serif;
}

.printadresse {
	position: absolute;
	top: 25px;
	right:20px;
	text-align: right;
}

/*  Seitenkopf  */

#logo {
	position: absolute;
	top: 25px;
	left: 20px;
}

#headline {
	display: none;
}

.topline {
	display: none;
}

.topline1 {
	display: none;
}

#menu {
	display: none;
}

#navigation {
	display: none;
}



/*  Seiteninhalte   */ 

#content {
	width: 100%;
	margin: auto;
	margin-top: 180px; 
}

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;
}

.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 {
	display: none;
}

.beerdigungskosten {
	text-align: center;
	font-size: 0.9em;
}

.bottomline {
	border-bottom: 1px solid black;
}


/*  Links  */

.aktiv {
	display: none;
}

a.nav {
	display: none;
}

a.nav:link {
	display: none;
}

a.nav:visited {
	display: none;
}

a.nav:hover {
	display: none;
}

