﻿@import url("layout.css");
.Autor {
	text-align: right;
	font-style: italic;
}
body {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1em;
	color:#444444;
	width: 95vw;
}
#container {
	width: 100%;
	height: 100%;
	background-color: #cb8;
}
#masthead {
	width: 95;
	text-align: center;
	background-color: #c5d5e5;
}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 20vw;
	background-color: #cb8;
}
#content {
	margin-left: 20vw;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #fff;
}

.Todesanzeige {
	border-color: inherit;
	border-style: outset; 
	border-width: thin; 
	width: 50%; 
	margin:auto; 
	padding: 20px;"	
}


@media (orientation: landscape)  {	/* zweispaltiges Layout für breitere Viewports */ 
  	body {
		font-size:1.1em;
		width: 95vw;
		max-width:90em;
	  	}
	#sidebar {
		width: 15vw;
	}
	#content {
		margin-left: 15vw;
	}

}


address {
	text-align:right;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
}
#footer {
	clear: both;
	width: 100%;
	background-color: #cdf;
}
#masthead img {
	float: left;
}
#masthead p {
	margin: 0.2em;
	margin-right: 1%;
	font-size: 1em;
}
h4, h5, h6 {
	font-family: Arial Black;
	text-align: center;
}
/* Formatvorlagen für die Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cb8;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #dc9;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.thumb {
	margin:10px;
}
