/* ------------------------------------ Allgemeines */

html {
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
	-ms-text-size-adjust: 100%; /* For IE Phones */
	-moz-text-size-adjust: 100%; /* Firefox */
}

body {
	background-color : #ffffff;
	background-image : url(https://www.narnd.de/includes/tiles.png);
}

/* ------------------------------------ Container */

div#container {
	padding : 0.5em;
}

div#container * {
	text-decoration : none;
	text-align : left;
	font-family : monospace;
	line-height : 1.5em;
}

/* ------------------------------------ Logo */

div#logo {
	margin-bottom : 2em;
}

div#logo * {
	border-style : none;
	vertical-align : middle;
}

div#logo a {
	font-size : 0;
}

/* ------------------------------------ Navigation */

div#navigation ul {
	margin : 0;
	padding : 0;
	margin-top : 1em;
	margin-bottom : 1em;
}

div#navigation li {
	display : inline;
	list-style-type : none;
	margin-right : 0.5em;
	font-weight : bold;
}

/* ------------------------------------ Content */

div#content .author {
	font-size : 0.8em;
	font-weight : bold;
}

div#content .citation {
	font-size : 0.8em;
}

div#content .progressbar {
	font-size : 0.7em;
	margin : 0;
	padding : 0;
	white-space: nowrap;
}

div#content .ulmenu {
	margin : 0;
	padding : 0;
	margin-bottom : 1.5em;
}

div#content .limenu {
	display : inline;
	list-style-type : none;
	margin-right : 0.5em;
	font-weight : bold;
}

div#content .ulrefs {
	margin : 0;
	padding : 0;
	margin-bottom : 1.5em;
}

div#content .lirefs {
	list-style-type : none;
}

div#content .uldisc {
	margin-bottom : 1.5em;
}

div#content .lidisc {
	list-style-type : disc;
}

div#content input {
	margin-right : 1em;
}

div#content p {
	margin-bottom : 1.5em;
}

div#content pre {
	font-size : 0.8em;
}

div#content th {
	padding-right : 2em;
}

div#content td {
	font-size : 0.7em;
	padding-right : 2em;
}

/* ------------------------------------ Footer */

div#footer p {
	font-weight : bold;
}
