@font-face {
	font-family: 'ZettelGSRegular';
	src: url('seite/zettelgs-webfont.eot');
	src: local('☺'), url('seite/zettelgs-webfont.otf') format('truetype'), url('seite/zettelgs-webfont.svg#webfont1z3QXNyh') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	margin:0;
	padding:0;
	border:0;
	font-size:10pt;
	line-height:1.4em;
}
body, html {
	background-color: #98968D;
	background-image: url(seite/weiss500.gif);
	background-position: 30px;
	background-repeat: repeat-y;
}
* html, * html body{
	height:100%;
/*	width:100%;*/
	overflow:hidden;
}
* html #wrap {
	height:100%;
	width:100%;
	overflow:auto;
}
#header {
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box;
	padding:20px 0 0 30px;
	width:100%;
	height:133px;
	font-family: 'ZettelGSRegular', Georgia, Times, serif;
	position:relative;
	color:white;
	font-size: 19px;
	z-index:100;
	background-color: #98968D;
	top: expression(this.offsetParent.scrollTop);
}
#logo {
	font-size: 19px;
	display:block;
	white-space:nowrap;
}
html>body #header {position:fixed}/* for moz/opera and others*/
#header em {
	color:black;
	font-style: normal;
	font-size: 30px;
	margin-right:10px;
}
#header a {
	text-decoration: none;
}
#navigation {
	width:100%;
}
#navigation ul {
/*	display:block;*/
	list-style: none;
	background-color: #98968D;
	margin:4px 0 9px 0;
	line-height:20px;
}
#content .menu {
	padding:20px;
}
#content .menu ul {
	list-style: none;
}
#content .menu li {
/*	float: left;*/
	margin-right:20px;
	white-space:nowrap;
}
#navigation li {
	display: inline;
	background-color: #98968D;
	white-space:nowrap;
}
#navigation.select, #navigation .select a {
	color:black;
}
#navigation a {
/*	display:block;*/
/*	margin:5px 16px 5px 0;*/
/*	padding:8px 3px 0 3px;*/
	white-space:nowrap;
	color: #fff;
}
#navigation a:hover {
	color: #DDD;
}
.menunoClass li {
	margin:0 16px 0px 0;
}
.menunoClass a {
	font-size:19px;
}
#header .menu li {
	margin:0 16px 2px 0;
	font-size:16px;
	white-space:nowrap;
}
#header .menu a{
	font-size:16px;
}

#content {
/*	min-height:100%;*/
	z-index:0;
	position:relative;
	top:0px;
	left:0px;
	font: 14px "Courier New", Courier, monospace;
	width:600px;
	margin-left:30px;
}
* html #content {
	background-color: #98968D;
	background-image: url(seite/weiss500.gif);
	background-position: 0px;
	background-repeat: repeat-y;
}
html>body #content {
	padding-top:133px;
}
.text {
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box;
	padding:20px;
	float:left;
/*	margin-left:30px;*/
	width:500px;
}
html>body .text {
	width:500px;
}
.text + .text {
	float:none;
}
#content .menu {
/*	padding:20px;*/
	padding-bottom:0px;
/*	margin-left:30px;*/
/*	width:420px;*/
}
#content .menu a {
	text-decoration: none;
}
#galerie {
/*	float:right;*/
/*	position:absolute;*/
	top:132px;
	left:519px;
	width:500px;
}
html>body #galerie {
	position:absolute;
}
* html #galerie {
	top:0px;
}
#content a {
	color: #d22
}
.text ul {
	padding-left: 1em;
	list-style-type: circle;
}
#description {
	margin-top: 1em;
}
#thumbs a{
	text-decoration: none;
}
#galerie .select {
	border: 2px solid #d22;
}
#thumbs {
	margin-top:20px;
}
.style1 {
	color: #0019aa;
}
.eintrag {
	margin-bottom:1em;
}
.date {
	font-style: italic;
}
.Zettel {
	padding:23px 20px 20px 18px;
/*	margin-left:30px;*/
	background-color: #fff;
	width:420px;
}
.nav {
	text-decoration: none;
}
@media screen and (max-width: 840px) {
	html>body #galerie {
		float:none;
		position: static;
		left:0;
		top:0;
	}
	body, html {
		background-position: 15px;
		background-image: url(seite/weiss600.gif);
	}
	#header {
		padding:20px 0 5px 15px;
		position:relative;
		height:auto;
	}
	html>body #content {
		position:relative;
		margin-top:0px;
		padding-top:0px;
		width:600px;
		margin-left:15px;
	}
	html>body #header {position:relative}/* for moz/opera and others*/
	.text {
/*		margin-left:15px;*/
		width:585px;
	}
	#galerie {
/*		padding-left:15px;*/
	}
	.Zettel {
/*		margin-left:15px;*/
	}
}

@media screen and (max-device-width: 480px) {
	* {
		line-height:0.85em;
	}
	#navigation ul {
		line-height:35px;
		-webkit-text-size-adjust:170%;
	}
	body, html {
		-webkit-text-size-adjust:150%;
	}
	#content {
		-webkit-text-size-adjust:180%;
	}
}
* html #galerie {
	position:expression(document.body.clientWidth > 800 ? "absolute" : "static");
}
audio {
	background-color: #98968D;
	border: 1px solid #999;
}