body {
	color: black;
	background-color:#fff6cc;
	font-family: sans-serif;
}

body a:link {
	color: #a50000; /* #a52a2a; */
	text-decoration: none;
}

body a:visited {
	color: #700000;
	text-decoration: none;
}

body a:hover[href] {
	text-decoration: underline;
}

body a:active {
	background-color: #a52a2a;
	color: white;
}

h1,h2,h3,h4,h5,h6 {
	font-family: sans-serif;
}

.navcol div.calendar {
	font-size: smaller;
}

.navcol div.calendar table td {
	text-align: right;
}

.navcol div.calendar caption.calendarhead {
	font-variant: small-caps;
}

.navcol p {
	text-align: center;
}

.navcol ul {
	list-style:     none;
	padding-left:   0px;
	padding-right:  0px;
	padding-top:    0px;
	padding-bottom: 0px;
	margin-left:    0px;
}

.navcol ul.level_1 {
	font-size:      smaller;
	border-style:   solid;
	border-width:   1px;
	border-color:   black;
}

.navcol ul.level_2 {
	font-size:      smaller;
	border-style:   none;
}

.navcol ul.level_1 li {
	padding:      3px;
	padding-left: 13px;
	text-indent: -10px;
}

.navcol ul.level_1 li.headerline {
	background-color: #ffc13a;
	color:black;
	font-family: sans-serif;
	font-weight: bold;
	border-color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.navcol ul.level_1 li.headerline[lang=pl] {
	color: white;
	background-color: red;
}

.navcol ul.level_2 li {
	padding:      3px;
	padding-left: 20px;
	text-indent: -10px;
}

.navcol li.menuentry:hover {
	background-color: #ffeb91;
}

.navcol li.separatemenuentry {
	border-top-width: 1px;
	border-top-style: solid;
}

.navcol li.submenu {
	list-style-type: none;
}

div#countdown {
	border-style: solid;
	border-width: 1px;
/* 	background-color: white; */
	background-color:#ffc13a;
	text-align: center;
}

span#countdowntime {
	font-family: monospace;
	font-weight: bold;
}

div#leftnavcol {
	height: 150px;
	overflow: visible;
	width: 150px;
	float: left;
}

div#rightnavcol {
	height: 150px;
	overflow: visible;
	width: 180px; /* 150px */
	float: right;
}

div#main {
	top: 0px;
	margin-left: 170px;
	margin-right: 200px; /* 170px */
	margin-top: 0;
}

div#main li.submenu {
	list-style-type: none;
}

p.categorylinks {
	text-align:center;
	font-family:sans-serif;
	font-size:smaller;
	padding: 0.4ex;
	background-color:#ffc13a;
}

h1.pagetitle {
	color: white;
	background-image: url(title-background.jpg);
	font-family: sans-serif;
	font-weight: bold;
	margin-top:  0px;
	padding:     1ex;
}

p.description {
}

p.entrydate {
	text-align: left;
	font-variant: small-caps;
	font-weight: bold;
	font-size: larger;
}

p.entrycategories {
	font-family: sans-serif;
	font-size: smaller;
	padding: 0.4ex;
	padding-left: 1ex;
	background-color: #ffc13a;
}

p.articlelink {
	font-size: smaller;
	float: right;
}

p.backlink {
	float: right;
}

h3.entrytitle {
	font-family: sans-serif;
	color: #8b1e00;
}

p.entryauthor {
	clear: both;
	color: #606060;
	font-size: smaller;
}

p.entrycomment {
	font-size:smaller;
	text-align: right;
}

div.archives h4 {
	font-family: sans-serif;
	text-align: center;
}

div.archives p {
	font-family: sans-serif;
	text-align:  center;
}

div.archives h4.archivesyear {
	text-align: center;
}

table.monthlyarchives {
}

div.archives td {
	width: 7em;
	text-align:center;
}

div#main table.flags {
	margin-top: 9px;
	border-style: solid;
	border-width: 2px;
	width: 100%;
}

div#main table.flags td[lang=de] {
	border-right-style: solid;
}

div#main table.flags td[lang=pl] {
	border-left-style: solid;
}

div#main h1.indextitle,h2.indextitle {
	text-align: center;
}

p.lastchange {
	text-align: right;
	color: gray;
}

blockquote {
	font-style: italic;
	width:auto;
	border-style: dashed;
	padding: 1em;
	background-color: #E5DDB7;
	background-image: url(quotes.png);
	background-repeat: no-repeat;
}

/* weil Firedrop p-Elemente in Blockquotes setzt */
blockquote p {
	margin: 0px;
}

ol.legend {
	font-size: smaller;
}

dl.imagecaption {
	float: right;
	padding: 5px;
	border: 1px dashed black;
	margin-top: 0px;
	margin-left: 5px;
	background-color:#dfd6ac;
}

dl.leftcap {
	float: left;
	margin-left: 0px;
	margin-right: 5px;
}

div.photo dl.imagecaption {
	float: left;
}

div.photo + p {
	clear: left;
}

dl.imagecaption dt img {
	border-width: 0px;
	border-style: none;
}

dl.imagecaption dd {
	font-size: smaller;
	margin-left: 0px;
}

td.inFuture {
	color: gray;
}

.wrong {
	color: gray;
	text-decoration: line-through;
}

span.path {
	font-family: monospace;
}

.rot13 {
	color: #050;
}

pre.scrollable {
	padding:1ex;
	overflow:auto;
	border:1px dashed black;
}