body {
	background-color: white; color: black;
	font-family: 'Architects Daughter', fantasy;
	font-size: 16px;
		
}
#wrapper {
	position: relative;
	width: 960px;
	margin-left: auto; margin-right: auto;

} 
h1 { font-size: 22px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }

a {color: #6a3b2b; }
a:hover {color: #6a3b2b;}
a:visited: {color: #4b5054; }	
	
#kopfleiste {
	width: 900px; margin:0 30px; text-align: center; font-family: Arial, sans-serif;
}
#kopfleiste img {margin-bottom: 4px; }
#navigation {
	position: absolute; left: 32px; width: 200px; margin-top: 32px;
	font-size: 24px;
	font-family: sans-serif; 
}
#navigation a { background-color: white; color: #4b5054; text-decoration: none; display: block; width: 100%; height: 100%; padding-top: 8px; padding-bottom: 8px;}
#navigation a:hover { background-color: #6a3b2b; color: white;}
#navigation ul {
	background-color: white; color: #4b5054; border: 2px solid #4b5054;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;	
}
#navigation li {
	box-sizing: border-box;
	border: 1px solid #4b5054;
	margin: 0; padding: 0;
	text-align: center;
	width: 100%;
}
#navigation li.selected {
	color: white; background-color: #4b5054;	
}
#navigation li.selected a {
	color: white; background-color: #4b5054;	
}

#content {
	width: 600px; min-height: 400px; overflow: auto;
	position: absolute; right: 32px; margin-top: 32px; 
	background-color: lightgray; 
	box-shadow: 2px 3px 3px 1px gray;
	padding: 8px;
	
}
#bildspalte {
	float: right;
	width: 240px;	
}
.bild { width: 180px; height: 240px; float: left; padding: 5px; font-size: 13px; clear: right; border: 2px solid #6a3b2b; text-align: center; margin-right: 5px; margin-bottom: 5px;}
.bild img {  max-height: 180px; max-width: 180px;  border: none; margin-bottom: 1px; border: 2px solid #4b5054; }
.bild-zoom { width: 100%; padding: 0 0 10px 0; font-size: 13px; clear: right; }
.bild-zoom img { width: 100%; border: none; margin-bottom: 1px; border: 2px solid #4b5054; }

.artikelauswahl img { max-width: 180px; max-height: 180px; }

.embed-audio {
	width: 100%;
	margin-top: 4px; margin-bottom: 4px;	
}
.embed-video {
	width: 100%;	
	margin-top: 4px; margin-bottom: 4px;	
}