html, body {
	width: 100%;
	min-height: 100%;

	background-color: #111;
}



body {
	min-width: 320px;

	padding: 15px 15px 40px 15px;

	color: #fff;
	font-family: opensanslight, sans-serif;
	font-size: 14px;
	line-height: 1.25em;
}



a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-transform: uppercase;
}



header {
	height: 128px;

	background: #222 url(/static/frontend/img/ui/ifschleife-logo.png) no-repeat 20px center;
	background-size: 128px 128px;

	cursor: pointer;
}

@media only screen and (max-width: 959px) {
	header {
		height: 64px;

		background-size: 64px 64px;
	}
}

@media only screen and (max-width: 479px) {
	header {
		height: 32px;

		background-size: 32px 32px;
	}
}



p {
	position: relative;
	margin-bottom: 15px;
}

p.br, pre.br, code.br {
	margin-top: -12px;
}



@media (max-width: 1000px) {
	pre {
		white-space: pre-wrap;
		white-space: -moz-pre-wrap;
	}
}



code {
	display: block;
	overflow: auto;

	border-left: 3px solid #444;
	padding: 5px;
	margin: 5px 0 17px 0;

	font-family: sourcecodeproregular, sans-serif;
	white-space: pre;

	background-color: #1a1a1a;
}

code p:first-child {
	margin-top: 0;
}

code p:last-child {
	margin-bottom: 0;
}

code.no-pre {
	white-space: normal;
}



em {
	font-style: italic;
	text-shadow: 0 0 5px #fff;
}
