* {
   box-sizing: border-box;
   font-family:Verdana, Geneva, Tahoma, sans-serif;
}

body {
   background-color: rgb(50, 50, 50);
   width: 96%;
}

.container {
    background-color:rgb(228, 240, 251);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    padding-bottom: 10px;
	
}

#impressumZeile{
	background-color:rgb(182, 218, 251);
	border-radius: 10px;
	min-height: 1cm;
}

.impressumItem{
	text-align: center;
	background-color:rgb(228, 240, 251);
	padding: 10px;
	margin: 10px;
}

.verzeichnis{
	background-color:rgb(228, 240, 251);
	border-radius: 30px;
	text-align: center;
}

.unterverzeichnis{
	background-color:rgb(182, 218, 251);
	border-radius: 10px;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}



h1 {
	color: #000000;
}

h2 {
	color: #000000;
}

p {
	color: rgb(0, 0, 0);
}

li {
	color: rgb(0, 0, 0);
}

a:link {
	color: rgb(0, 0, 0);
}

a:visited {
	color: #ffcc66;
}

a:hover {
	color: #ffff00;
	font-style: "italic";
	font-weight: bold;
}

a:active {
	color: #000000;
	background-color: #ffff00;
}

figcaption {
	color: #000000;
}

#text {
	padding: 0.5em 1em;
   min-height: 100px;
   text-align: center;
   background-color: rgb(182, 218, 251);
   justify-content: stretch;
   display: block;
}

.links{
	float: left;
	max-width: 49%;
}

.rechts{
	float: right;
	max-width: 49%;
}

.vorschaubild{
	max-width: 90%;
}

