body {
	background-color: #000;
	background-image: url(images/background.gif);
	color: #FFF;
	text-align: left;
}
p {
	background-color: #000;
	line-height: 150%;
}
figcaption {
	background-color: #000;
}
.background {
	background-image: url(images/background.gif);
}
.navi {
	font-weight: bold;
	text-align: center;
	background-color: #222;
	margin: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.navi a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.navi a:hover, .aktiv {
	background-color: #069;
}
a img {
	border-style: dotted;
}
a:link {
	color: #F90;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F90;
}
a:hover {
	text-decoration: none;
	color: #F60;
}
a:active {
	text-decoration: none;
	color: #F60;
}
img {
	padding: 10px;
}
h1, h2, h3, h4, h5, h6 {
	text-align: center;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: black;
}
a.badge:link {color: black;}
a.badge:visited {color: black;}
a.badge:active {color: black;}
a.badge:hover {color: black;}
