* {
    padding: 0;
    margin: 0;
}

html, body {
    font-family: arial, sans-serif;
    font-size: 100%;
}

body {
    background-color: lightblue;
    background-color: #ccd7da;
    background-color: whitesmoke;
    text-align: center;
	/* background-image: url(bilder/hintergrund.png); */
}

#wrapper {
    text-align: left;
    /* width: 900px; */
    width: 100%;
    /* margin: 0 auto; */
    /* background-image: url(bilder/nav.png); */
	/* border-left: black 1px solid;
	border-right: black 1px solid; */

	/* margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  margin-top: 8em;
  overflow: auto;
  width: 80%; */
}

/* header {
	height: 8em;
	position: fixed;
	top: 0;
	width: 100%;
	overflow: hide;
} */

header h2 {
	margin-top: 1em;
	color:coral;
	font-style: italic;
}

header h1 {
	color: black;
	margin-top: .5em;
	/* text-shadow: 1px 1px 1px black; */
	font-style: italic;
}

header p {
    color: white;
    text-align: right;
    font-size: 2em;
    padding: 10px 40px 0 0;
	text-shadow: 1px 1px 1px black;
	opacity: 0.8;
}

nav {
	background-image: url(../bilder/nav.png);
    width: 242px;
    float: left;
	height: 35em;
}

nav ul {
    list-style-type: none;    
	color: white;  /* damit Aufzählungszeichen weiß angezeigt werden */
}

nav li {
	margin-top: 1.0em;
	margin-left: 1.5em;
}

nav ul ul {
/*	background-color: limegreen;*/
    list-style-type: square;
    padding-left: 1.5em;
    margin-bottom: 1em;
}

nav ul ul li:first-child {
/*	background-color: green;*/
	/* Gegenarbeiten zu nav li { margin-top: 1.3em; */
	margin-top: 0.4em;   
}


nav a {
/*	background-color: lightblue;*/
    color: white;
    text-decoration: none;
	width: 100%;
	display: inline-block;
	line-height: 1.4em;

	/*  sonst Breite nicht sinnvoll handelbar  */
	box-sizing: border-box;  

	/*  wird erst beim hervorheben der aktiven Zeile benötigt  */
	padding-left: 6px;    
	padding-right: 20px;
}

nav li.active a {
	background-color: #7db0c6;
	/*	damit der Pfeil rechts nicht kommt */
	background-image:none;		 
	/*	keine Unterstreichung, dass es nicht nach Link aussieht */
	text-decoration: none;
	/*	Cursor normal, dass es nicht nach Link aussieht */
	cursor: default;             
}

nav a:hover {
    text-decoration: underline;
	background: url(../bilder/dreieck2.gif) top right no-repeat;	
}

.mainheadline {
	color: blue;
	margin-top: 1em;
	text-shadow: 1px 1px 1px black;
	font-style: italic;
}

.small {
	font-size: 0.5em;
}

.smaller {
	font-size: .8em;
	margin-top: -1.5em;
}

main {
/*
    background-color: yellowgreen;
    background-color: #eff;
*/
	margin: 20px 40px 30px 320px;
	margin-right: 6em;
	margin-bottom: 6em;
}

main h1 {
	color: coral;
	font-size: 1.5em;
	margin-top: 1em;
}

main h2 {
	color: darkblue;
	font-size: 1.1em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
main h3 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

main h4 {
	margin-bottom: 0.5em;
}

main h5 {
	margin-bottom: 0.5em;
}

main p {
    padding-bottom: 1em;
    line-height: 1.7em;
}


figure {
	background-color: #eee;
	display: inline-block;
	padding: 10px;
	border: silver 1px solid;
	float: right;
	margin: 0.4em 0 0.4em 1em;
}

figcaption {
	font-size: 80%;
	text-align: center;
	font-style: italic;
}

.bildlinks {
	float: left;
	margin: 0.4em 1em 0.4em 0;
}


main ul {
    padding-left: 1.4em;
    line-height: 1.7em;
	margin-bottom: 2em;
	list-style-type: circle;
}

main ul ul {
	margin-bottom: 0em;
	list-style-type: square;
}

/* table tbody tr {
	margin-bottom: 5em !important;
} */


table {
	width: 100%;
    border: silver 1px solid;
    border-collapse: collapse;
	margin-bottom: 2em;
}

table thead {
    background-color: coral;
    color: white;
}

table th,
table td {
	width: 20em;
    padding: 10px 6px;
	border-right: white 1px solid;
}

thead tr th:first-child,
tbody tr td:first-child {
 
  	width: 20%;
  	padding: 10px 6px;
	border-right: white 1px solid;
}

td input {
	width: 30em;
	height: 1.8em;
}

td textarea {
	width: 30em;
	height: 10em;
}

/*
tbody tr:nth-child(even) {background: #ccc}
tbody tr:nth-child(odd) {background: #fff}

th:last-child,
td:last-child { 
	border: silver 1px solid; 
}

tbody tr:hover {
	background-color: hsla(50, 20%, 50%, 0.6);
	cursor: default;
}
*/

dl {
/*	background-color: yellow;*/
	margin-top: 1em;
	margin-bottom: 2em;
}

dt {
/*	background-color: orange;*/
	display: inline-block;
	float: left;
	font-weight: bold;
	max-width: 155px;
/*	color: coral;*/
}

dd {
/*	background-color: lime;*/
	margin-left: 160px;
	margin-bottom: 0.5em;
}

dl div {
/*	background-color: red;*/
	clear: both;
	margin-bottom: 1em;
	border: 0;
}

footer {
    background-color: darkgreen;
	text-align: center;
    clear:both;
	line-height: 2em;
	color: silver;
	font-size: 80%;

	position: fixed;
  	bottom: 0px;
  	overflow: hide;
	width: 100%;

}

footer a {
	color: silver;
	text-decoration: none;
}

.tk66-button {
	width: 10em;
	height: 3em;
}

.twocol {
	column-count: 2;
}

.colbreak {
	-webkit-column-break-before: always;
}

tk-logo {
	color: green;
	text-shadow: 1px 1px 1px black;
}

.menu-button {
	visibility: hidden;
	height: 0px;
}

.mobile-logo {
	visibility: hidden;
	height: 0;
}

@media (max-width: 479px) {
	nav {
		width: 0px;
		visibility: hidden;
	}
	main {
		margin: 3em;
	}
	.menu-button {
		visibility: visible;
		font-size:30px;
		height: 30px;
		cursor: pointer;
	}
	.mobile-logo {
		visibility: visible;
		height: 78px;
	}
	td input {
		width: 12em !important;
	}
	td textarea {
		width: 12em !important;
	}
}


/* Beispiel für Header und Footer fix */
/* header {
	height: 20px;
	background-color: #1d0d0a;
	position: fixed;
	top: 0;
	width: 100%;
	overflow: hide;
  }
  
  content {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	margin-top: 20px;
	overflow: auto;
	width: 80%;
  }
  
  footer {
	position: fixed;
	bottom: 0px;
	overflow: hide;
	width: 100%;
  } */