﻿* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;   /*Neu*/
}

body {
    text-align: center;
    /*background-image: url(bilder/hintergrund1.jpg);*/
    background-color: rgba(33,41,51,1);
    background-attachment: fixed;
    font-family: Candara, Arial, sans-serif;
}

header, nav, footer, aside, section {
    display: block;
}

#wrapper {
    background-color: rgba(236,216,179,1);
    width: 900px;
    /*border: 2px solid red;*/
    margin: 0 auto; 
    text-align: left;
    /*background: rgba(220,160,140,0.7);*/
    /*border-color: rgba(148,054,052,1);*/
    /*border-width: 3px;*/
    /*border-style: solid;*/
    position: relative;  /*Neu*/
    min-height: 100%;    /*Neu*/
}
header {
    background-color: rgba(236,216,179,1);
    /*background-image: url(bilder/titel.gif);*/
    height: 180px;
    width: 900px;
    margin: 0 auto;
    padding-top: 10px;
    border-color: rgba(148,054,052,1);
    /*border-width: 3px;*/
    /*border-style: solid;*/
    border-bottom-style: none;
}
steuerunglinks {
    /*background-color: #CC9933;*/
    width: 220px;
    float: left;
    padding-top: 10px;
	position: sticky;
} 
aside {
    /*background-color: #CC9933;*/
    width: 150px;
    float: right;
    padding-top: 50px;
}
section1 {
    background-color: yellow;
    margin-left: 225px;
    margin-right: 155px;
}
section1 h1 {
    padding-top: 20px;
    padding-bottom: 0.4em;
    color:black;
    text-align:center;
}
section1 p {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 175px;
    padding-bottom: 1em;
    text-align:justify;
    font-size: 16px;
}
section1 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border:2px solid silver;
}
section {
    /*background-color: yellow;*/
    margin-left: 240px;
    margin-right: 10px;
    padding-bottom: 2em;  /*Neu*/
}
section h1 {
    padding-top: 20px;
    padding-bottom: 0.4em;
    color:black;
    text-align:center;
}
section h2 {
    padding-top: 20px;
    padding-bottom: 0.4em;
    color:black;
    text-align:center;
}
section h3 {
    padding-top: 14px;
    padding-bottom: 0.2em;
    color:black;
    text-align:center;
}
section h4 {
    padding-top: 12px;
    padding-bottom: 0.2em;
    margin-left: 10px;
    color:black;
    text-align:left;
}
section p {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 20px;
    padding-bottom: 1em;
    text-align:justify;
    font-size: 16px;
}
section img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border:2px solid silver;
}
section ul {
    /*list-style-type: none;*/
}
section li {
    /*display: inline;*/
    margin-left: 40px;
}
section a {
    display: block;
    width: 150px;
    /*background-color: yellow;*/
    float: left;
    /*border-right: 1px solid red;*/
    text-align: center;
}
section table {
    text-align: center;
    border-style: none;
}
section tr {
    display: table;
    width: calc(100% - 10px);
    /*border: 1px solid blue;*/
    border-style: none;
    padding: 5px;
}
section td {
    display: table-cell;
    /*border: thin solid red;*/
    border-style: none;
    width: 200px;
    padding: 5px;
    text-decoration:underline;
}
.imp  {
    border-collapse:collapse;
    border-spacing:0; 
    border:none;
    margin-left: 10px;
}
.imp td{
    text-align: left;
    text-decoration:none;
    padding:7px 0px;
    border:none;
    word-break:normal;
}

.imp .imp-bo{
    font-weight:bold;
    vertical-align:top
}

.termine  {
    border-collapse:collapse;
    border-spacing:0; 
    border:none;
    margin-left: 10px;
}
.termine td{
    text-align: left;
    text-decoration:none;
    padding:3px 0px;
    border:none;
    /*word-break:normal;*/
}
.termine .Breite430 {
    width: 430px;
}
.termine .Breite150 {
    width: 150px;
}
.termine .Breite80 {
    width: 80px;
}
.termine .Breite550 {
    width: 550px;
}
#bildergalerie img {
     width: 100%;
     max-width: 650px;
     background: #7e8726;
     /*margin: 0 auto;*/
     border: 0;
     margin-bottom: 26px;
}
.tri {
     float: left;
     width: 25%;
     margin: 0;
     padding: 0;
     text-align: center;
     position: relative;
}

.tri img {
     max-width: 90%;
     margin: 11px 3%;
     /*border: 1px solid #ccc;*/
     vertical-align: bottom;
}
.clear {
     clear: both;
     padding-bottom: 2em;  /*Neu*/
}

footer {
    /*background-color: brown;*/
    position: absolute; /*Neu*/
    bottom: 0;    /*Neu*/
    width: 100%;  /*Neu*/
    height: 2em;  /*Neu*/
	z-index: 999;
	bottom: 0px;
	background-color: rgba(33,41,51,1);	
}
footer p {
    text-align: center;
    clear: both;
    color:rgba(236,216,179,1);	
}
#steuerunglinks ul {
    padding-left: 1em;
    padding-top: 10px;
    padding-bottom: 0.5em;
    list-style-type: none;
}
#steuerunglinks h1 {
    font-size:14pt;
    font-weight:bold;
}
#content {
    /*text-align: center;*/
    width: 600px;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    column-rule: 1px solid black;
}
a:link {
    font-style:normal;
    text-decoration:none;
    color:black;
}
a:visited {
    font-style:normal;
    text-decoration:none;
    color:black;
}
a:focus {
    font-style:normal;
    text-decoration:none;
    color:black;
}
a:hover {
    font-weight:bold;
    text-decoration:none;
    color:blue;
}
a:active {
    font-style:normal;
    text-decoration:none;
    color:black;
}
a[href*='.pdf'] {
  padding-left: 1.5em;
  background: url(bilder/pdf_icon2.png) no-repeat;
  background-size: contain;
}

figure {
  position: relative;
  margin: 0;
  padding: 10px;
  width: 500px;
  /*background: white;*/
}
 
figcaption {
  padding: 10px;
  text-align: center;
}