body {
	color: #000;
	background: #ffe;
}

img {
	border:none;
	width:auto;
	height:auto;
	max-width:100%;
}

.billede { text-align: center; }

.indeksbillede {
	float: left;
	width: 150px;
	height: 170px;
	margin: 0;
	padding: 10px;
	text-align: center;
}

.comment {
	clear: both;
	width: 50%;
	margin:0;
	padding: 0 0 0 1em;
}

.navigation {
	margin: 10px;
	font-size: 120%;
}
.navigation ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
.navigation li {
	margin: 10px;
	padding: 2px;
	border: solid thin;
	display: inline;
}
.navigation a { text-decoration: none; }
.navigation a:link, .navigation a:visited { color: #a30; background: inherit; }
.navigation a:hover, .navigation a:focus { color: #ffffdc; background: #a30; }
.endstop {
	color: #ffe;
	cursor: pointer;
}
