chars {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    background-image: url(bilder/cnvbkgnd.jpg);
    background-attachment: fixed;
    font-size: 100%;
    /*font-family: "Times New Roman", Georgia, Serif, "Futura", "Gothic", sans-serif;*/
    font-family: "Times New Roman";
}

header, nav, footer, aside, section {
    display: block;
}

#wrapper {
    background-color: #eeeeee;
    width: 900px;
    /* border: 2px solid red; */
    margin: 0 auto;
    text-align: left; 
    /*background-image: url(bilder/durchsichtig8.png);*/   
}

header {
    /*background-color: yellow;*/
    background-image: url(bilder/trb_neu.jpg);
    height: 240px;
    width: 828px;
    margin: 0 auto;
}

header p {
    /* background-color: orange; */
    /* text-align: center;*/
    padding-right: 15px;
}

header a {
    text-align: right;
    padding-left: 450px;
    color: red;
}

#logotext {
    padding-top: 10px;
    font-size: 200%;
    font-family: sans-serif; 
    color: #C80000;
}
#logotext2 {
    font-size: 160%;
    color: #C80000;
}

#steuerungoben {
    /* background-color: red; */
    background-image: url(bilder/grau-50.png);
    height: 24px;
}

#steuerungoben ul {
    list-style-type: none;
}

#steuerungoben li {
    display: inline;
}

#steuerungoben a {
    display: block;
    width: 230px;
    /* background-color: yellow; */
    float: left;
    /* border-right: 1px solid red; */
    text-align: center;
    line-height: 24px;
    color: white;
    text-decoration: none;
    font-weight: bold; 
}

#steuerungoben a:hover {
    background-image: url(bilder/grau-50.png);
} 

#steuerunglinks {
    /*background-color: green;*/
    padding-top: 40px;
    line-height: 33px;
    width: 175px;
    float: left;
}

#steuerunglinks ul {
    text-decoration: none;
    padding-left: 2em;
    padding-top: 0.6em;
    list-style-type: none;
    text-align: left;
    font-weight: bold; 
}

#steuerunglinks ul ul {
    font-weight: normal; 
    padding-top: 0.1em;
    /*list-style-type: square;*/
}

#steuerunglinks li {
    padding-bottom: 0.5em;
}

aside {
    /*background-color: #808000; */
    width: 175px;
    float: right;
}

aside p {
    margin-top: 20px;
    margin-left: 5px;
}

aside img {
    /* margin-left: 10px; */ 
    border:1px solid silver;
}

section {
    /*background-color: orange;*/
    padding-top: 15px;
    margin-left: 170px;
    margin-right: 175px;
    text-align: center;
}

section h1 {
    color: #00008b;
    padding-top: 12px;
    padding-bottom: 6px;
    font-size: 155%;
    text-shadow: 1px 1px #ff0000;
}

section h2 {
    color: #00008b;
    padding-top: 8px;
    padding-bottom: 4px;
    font-size: 140%;
}

section h3 {
    color: #00008b;
    padding-top: 4px;
    padding-bottom: 2px;
    font-size: 125%;
}

section p {
    padding-bottom: 1em;
}

section ul, section ol  {
    padding-left: 3em;
}

section li {
    padding-bottom: 0.5em;
}

footer {
    /* background-color: brown; */
    background-image: url(bilder/grau-50.png);
    color: white;
    text-align: center;
    clear: both;
    font-size: 90%;
}  

table {
    border:1px solid green;
    border-spacing:10px;
    text-align: left;
    margin-left:auto;
    margin-right: auto;
    border-collapse: collapse;
    -webkit-box-shadow: 10px 10px 5px #888888;
    -mox-box-shadow: 10px 10px 5px #888888;
    -ms-box-shadow: 10px 10px 5px #888888;
    -o-box-shadow: 10px 10px 5px #888888;
    box-shadow: 10px 10px 5px #888888;
}

td {
    border:1px solid green;
    padding: 5px;
}

th {
    font-weight: bold; 
    border:1px solid black;
    background-color: #efffcf; 
}

.size_10 {font-size: 100%;}
.size_12 {font-size: 110%;}
.size_15 {font-size: 120%;}
.size_18 {font-size: 130%;}
.size_20 {font-size: 140%;}
.size_25 {font-size: 150%;}
.linksbuendig {text-align: left;}
.rechtsbuendig {text-align: right;}
.zentriert {text-align: center;}
.blocksatz {text-align: justify;}

#headerbild {
	width: 325px;
	height:450px;
	float:left;
}

/*for Lightbox */
ul.lightbox li {
  overflow: scroll;
  overflow-x: hidden;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.85);
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}

ul.lightbox li:target {
  width: 100%;
  height: 100%;
  opacity: 1;
}

ul.lightbox li:target a {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -315px 0 0 -415px;
  border: 15px solid #dff;
}

/*
.bildvorschau {
   border:2px dotted orange;
   float:left;
}

.bild {
  float:right;
  width:160px;
  height:259px;
  border:1px solid black;
}
*/
