html {
 font-size: 90%;
 width: 100%;
 height: 101%;
}

* {
 font-family: Arial,Helvetica,Verdana,sans-serif;
 margin: 0;
 padding: 0;
}


body {
 background-color: #fff;
}

/* +++++++++++++++++++++++++++++++++++
++++ Header Formate
++++++++++++++++++++++++++++++++++++++*/

#logo {
 position: absolute;
 top: 5px;
 left: 740px;
 border: 0;
}

#header {
 height: 128px;
 margin-top: 60px;
 padding: 0;
 border-top: 7px solid #003399;
 background-color: silver;
}

#startbild {
 position: relative;
 height: 128px;
 width: 470px;
 padding-left: 260px;
/* overflow: hidden; */
}

#breadcrump {
 position: absolute; 
 top: 20px;
 left: 25px;
 width: 185px;
 padding: 5px;
 color: #353535;
 background-color: #ddd;
 font-size: 1.15em;
 text-align: left;
}

#breadcrump ul {
 list-style-type: circle;
}

#slogan {
 position: absolute; 
 top: 80px;
 left: 25px;
 width: 185px;
 padding: 10px 5px;
 border: 1px solid #353535;
 background-color: #B2C6ED;
 color: #353535;
 font-size: 1.15em;
 text-align: center;
}

#breadcrump a {
 color: #353535;
 font-size: .9em;
 text-decoration: none;
}

#breadcrump a:hover {
 color: #003399;
}

#language-menu {
 position: absolute;
 top: 20px;
 left: 760px;
 list-style-type: none;
 margin-left: 0;
}

#language-menu li {
 height: 18px;
 margin-bottom: 8px;
}

#language-menu li img {
 border: 2px solid #c0c0c0;
}

#language-menu li.active img {
 border-color: #fecf0d !important;
}

#language-menu li a:hover img {
 border-color: #353535;
}

#language-menu a {
 outline: none;
}

/* +++++++++++++++++++++++++++++++++++
++++ Inhalt Formate
++++++++++++++++++++++++++++++++++++++*/

#content {
 width: 470px;
 min-height: 28em;
 padding: .5em .5em .5em 260px;
 z-index: 0;
}

#tri-spalte td {
 padding: .5em;
}

/* +++++++++++++++++++++++++++++++++++
++++ Menu Formate
++++++++++++++++++++++++++++++++++++++*/

#navigation {
 position: absolute;
 top: 275px;
 left: 40px;
 width: 11em;
 border: 0;
}

#navigation ul {
 margin: 0;
 z-index: 10;
}

#menu ul.submenu1 {
 border: 0;
 z-index: 20;
}

#menu ul.submenu2 {
 border: 0;
 z-index: 30;
}

#menu li {
 padding-bottom: .3em;
 list-style-type: none;
 position: relative;
}

.menubullet {
 position: absolute;
 left: 10em;
 top: .1em;
 color: #3c3c3c;
 z-index: 10;
}

#menu ul {
 position: absolute;
 left: 10em;
 top: .1em;
 width: 14em;
 display: none;
}

#menu a {
 display: block;
 text-decoration: none;
 outline: none;
 color: #3c3c3c;
 border: 0;
 background: white;
 padding: .1em;
 text-transform: uppercase;
}

#menu a:hover,
#menu .active a {
 font-weight: bold;
 text-decoration: underline;
}

#menu a:active, 
 #menu .current a:focus {
 border: 0;
 font-weight: bold;
 color: #003399;
}

#menu .submenu1 .menubullet {
 color: #fff;
}

#menu .submenu1 a {
 color: #fff;
 background-color: #003399;
 text-decoration: none;
 text-transform: none;
 padding-bottom: 5px;
 font-weight: bold;
}

#menu .submenu1 a:hover,
 #menu .submenu1 .current a {
 font-weight: bold;
 color: #c0c0c0;
 text-decoration: underline;
}

#menu .submenu1 .submenu2 a {
 color: #c0c0c0;
 border-left: 1px solid white;
 background-color: #003399;
 font-weight: bold;
 padding-bottom: 5px;
}

#menu .submenu1 .submenu2 a:hover {
 font-weight: bold;
 color: white;
}

#menu li:hover ul.submenu1,
#menu ul.submenu1 li:hover ul.submenu2 {
 display: block;
}

#menu .submenu1 li, #menu .submenu2 li {
 padding: 0;
}

#search {
 margin-top: 2.5em;
 border-top: solid 1px silver;
 padding-top: .5em;
}

#search p.csc-form-label-req,
#search input {
 margin: 0;
 padding: 0;
}

/* +++++++++++++++++++++++++++++++++++
++++ Fusszeile Formate
++++++++++++++++++++++++++++++++++++++*/

#fusszeile {
 background-color: white;
 padding: 20px;
 padding-top: 5px; /* Innenabstand oben unterhalb Linie */
 padding-bottom: 5px;
 border-top: 2px solid blue; /* Rahmenlinie oben */
 margin-top: 10px; /* Aussenabstand oben, oberhalb Linie */
}

address {
 text-align: center;
 font-size: 80%;
 font-style: normal;
 letter-spacing: 2px;
 line-height: 1.5em;
}

#fusszeile a {
 color: #3c3c3c;
}

#fusszeile a:hover {
 color: #003399;
}


/* +++++++++++++++++++++++++++++++++++
++++ Allgemeine Formate
++++++++++++++++++++++++++++++++++++++*/

h1 { 
 font-size: 150%;
 margin: 1em 0;
 color: #003399;
}

a img { 
 border-style: none;
}

ul {
 margin-left: 1.5em;
}

table {
 width: 100%;
 table-layout: fixed;
 font-family: Verdana,Arial,Helvetica,sans-serif;
}

tr { 
 vertical-align: top;
 text-align: left;
}

th {
 text-align: center;
 color: #003399
}

.tabtext {
 font-size: .9em;
 color: black;
 padding-left: 5px;
}

.center {
 text-align: center;
}

a {
 color: #003399;
}

a:hover {
 color: #3c3c3c;
}
/* +++++++++++++++++++++++++++++++++++
++++ Typo3 Formate
++++++++++++++++++++++++++++++++++++++ */

.csc-frame-invisible {
 margin: 0 0 1.2em 0;
}

fieldset .csc-mailform {
  padding: .5em;
}

.csc-mailform-field {
  margin-bottom: .25em;
  clear: left;
}

.csc-mailform-field label {
  float: left;
  display: block;
  width: 6em;
  text-align: right;
  padding-right: .25em;
}

.csc-mailform-submit {
  margin-left: 6em;
}

/* +++++++++++++++++++++++++++++++++++
++++ Extension Dynamic Fontsize
+++++++++++++++++++++++++++++++++++ */

.tx-dynamicfontsize-pi1 {
 position: absolute;
 top: 80px;
 left: 810px;
}

.tx-dynamicfontsize-pi1-menu {
 list-style-type: none;
 margin-left: 0;
}

.tx-dynamicfontsize-pi1-menu li {
 margin-bottom: 4px;
 font-size: 14px;
}

.tx-dynamicfontsize-pi1 a{
 display: block;
 color: #000;
 font-weight: bold;
 text-decoration: none;
 background-color: white;
 border: 1px solid #353535;
 width: 20px;
 height: 20px;
 text-align: center;
}

.tx-dynamicfontsize-pi1-link07 {
 font-size: .7em;
 line-height: 2em;
}

.tx-dynamicfontsize-pi1-link10 {
 font-size: 1em;
 line-height: 1.3em;
}

.tx-dynamicfontsize-pi1-link13 {
 font-size: 1.3em;
 line-height: 1em;
}
