﻿#abstand {
	background-color: #000099;
	height: 5px;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	border-bottom: 1px solid black;
}
#bannertext {
	color: white;
	font-size: 50px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	background-color: navy;
}
#banner {
	float: left;
	clear: right;
	width: 100%;
	background-color: navy;
	min-width:550px;
}
.banner2 {
	color: white;
	background-color: navy;
	text-align: center;
	height: 20px;
	padding: 0;
	margin: 0;
	width: 100%;
	font-weight: bold;
	min-width:500px;
}
#navigation {
	float: left;
	clear: left;
	margin-right: 15px;
	width: 15%;
	min-width: 95px;
	min-height: 300px;
	height: 300px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: navy;
	color: white;
	text-decoration: none;
}
#inhalt {
	float: left;
	margin: 10px;
	width: 70%;
	font-size: large;
}
#navigation a {
	text-decoration: none;
	color: white;
	display: block;
	padding: 2%;
}
#navigation ul {
	padding-left: 0px;
	margin-left: 2px;
	display: block;
	width: 100%;
}
#navigation li {
	border-top: 2px white solid;
	display: block;
	list-style: none;
	width: 100%;
}
#navigation a:hover {
	background-color: blue;
}
.nav-current {
background-color:blue;
}
#titel {
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-bottom: 1px dotted black;
}
h1 {
	color: navy;
	font-weight: bold;
	font-variant: small-caps;
}
span {
	color: red;
	
}
.bild {
	margin:15px;
	
}
.bild1 {
	margin-left:15px;
	margin-right:15px;
}
