/**********************************/
        /* Section 1: Global definitions  */
/**********************************/
hmtl, body {
        margin: 0;
        padding: 0;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #000000;
        font-size: 11px;
        text-align: center;  /* Zentrierung im Internet Explorer */
        background-color: #e8ecf2;
        height: 100%;

}



 #center {
  text-align: left;    /* Seiteninhalt wieder links ausrichten */
  margin: 0px auto;      /* standardkonforme horizontale Zentrierung */
  width: 790px;
  padding-bottom: 0;
  background-color: white;
  background-image: url(../image/back_all.gif);
  color: #476eb1;
  height: 100%;
}
#contentback{
   position: relative;
        bottom: 0px;
        margin-left: 17px;
        background-image: url(../image/content_back.jpg);
        background-repeat: no-repeat;
        color: #476eb1;
        min-height:510px;

}

* html #contentback{
        margin-left: 17px;
        background-image: url(../image/content_back.jpg);
        background-repeat: no-repeat;
        color: #476eb1;
        height:69%;

}

.tableSpacer {
        width: 100%;
        font-size: 7px;
        background-color: white;
}
/*************************************** Formulare**************************************/
form {
        display: inline;
        font-family: font-family, Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
}
.eingabe {
        width: 300px;
        font-family: font-family, Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        border: 1px outset  #476eb1;
}
.auswahl {
        width: 300px;
         font-family: font-family, Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        border: 1px outset  #476eb1;
}
.eingabeZahl{
        width: 165px;
         font-family: font-family, Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        border: 1px outset  #476eb1;
}
.eingabeNr{
       width: 37px;
        font-family: font-family, Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        border: 1px outset  #476eb1;
}
.eingabeZeit{
       width: 25px;
        font-family: font-family, Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        border: 1px outset  #476eb1;
}
.eingabeStr{
       width: 252px;
        font-family: font-family, Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        border: 1px outset  #476eb1;
}
.eingabeHTTP{
        width: 258px;
         font-family: font-family, Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        border: 1px outset  #476eb1;
}
.eingabeDatum{
        width: 235px;
         font-family: font-family, Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        border: 1px outset  #476eb1;
}
.auswahlklein{
        width: 257px;
         font-family: font-family, Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        border: 1px outset  #476eb1;
}
.eingabeTab1{
        width: 125px;
         font-family: font-family, Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        border: 1px outset  #476eb1;
}
.eingabeTab2{
        width: 150px;
         font-family: font-family, Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        border: 1px outset  #476eb1;
}
input {
        font-family: font-family, Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        /*border: 1px outset  #476eb1;*/
}

select{
        font-family: font-family, Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        border: 1px outset  #476eb1;
}
file{
        font-family: font-family, Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        border: 1px outset  #476eb1;
}
/******************************** Links********************************/
a:link {
        font-size: 11px;
        color: #890501;
        text-decoration: none;
        border: none;
}
a:visited {
        font-size: 11px;
        color: #890501;
        text-decoration: none;
        border: none;
}
a:hover {
        font-size: 11px;
        color: #890501;
        text-decoration: underline;
}
/*********************************** Listen***********************************/
ul {
        font-size: 11px;
        list-style-position: outside;
        list-style-type: disc;
        text-align: left;
}
.mistake {
        font-weight: bold;
        color: red;
}
.error {
        padding: 5px 0 0px 5px;
        font-size: 11px;
        font-weight: bold;
        color: #890501;
}

/********************************************** Tabellen Ausgabe*********************************************/
table.resultcontent{
  /*background-color: #ffffff;*/
        border-top: 0px solid #ffffff;
        border-left: 10px solid #ffffff;
        border-right: 24px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        color: #476eb1;

}
table.box{
  /*border: 1px solid #e9e9e9;*/
        background-color: #e9e9e9;
        font-size:11px;
        color: #476eb1;
}
table.blue{
        border-top: 5px solid #ffffff;
        border-left: 10px solid #ffffff;
        border-right: 5px solid #ffffff;
        border-bottom: 5px solid #ffffff;
        vertical-align: top;
        background-color: #d7d7d7;
        font-size:11px;
        color: #476eb1;
}
table.lightblue{
        padding: 10px;
        border: 5px solid #ffffff;
        vertical-align: top;
        background-color: #e9e9e9;
        font-size:11px;
        width:100%;
        color: #476eb1;
}
table.adr{
        border: 5px solid #ffffff;
        vertical-align: top;
        background-color: #d7d7d7;
        font-size:11px;
        width:100%;
        color: #476eb1;
}
tr.grey {
        background-color: #c0c0c0;
        font-size:11px;
                color: #476eb1;
}
td.lightblueleft {
  padding:10px;
        /*border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;*/
        border-left: 2px solid #ffffff;
        background-color: #e9e9e9;
        font-size:11px;
        color: #476eb1;
}
td.lightblueright {
    padding:2px;
/*        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;*/
        border-right: 2px solid #ffffff;
        background-color: #e9e9e9;
        font-size:11px;
                color: #476eb1;
}
td.lightbluebox {
  padding:10px;
        /*border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;*/
        border-left: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        background-color: #e9e9e9;
        font-size:11px;
        color: #476eb1;
}
td.darkblueleft {
    padding:10px;
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        border-left: 2px solid #ffffff;
        background-color: #d7d7d7;
        font-size:11px;
        color: #476eb1;
}
td.darkblueright {
    padding:2px;
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        background-color: #d7d7d7;
        font-size:11px;
                color: #476eb1;
}

td.blue {
       /* padding: 0px 0px 0px 12px;
        border-right: 24px solid #e9e9e9;
        border-bottom: 2px solid #e9e9e9;*/
        vertical-align: top;
        background-color: #e9e9e9;
        font-size:11px;
        color: #476eb1;
}
td.leftblue {
        padding: 10px 0px 0px 12px;
        border: 5px solid #ffffff;
        vertical-align: top;
        background-color: #e9e9e9;
        font-size:11px;
        color: #476eb1;
}
td.adrleft {
        padding: 0px 0px 0px 12px;
        border-right: 24px solid #d7d7d7;
        border-bottom: 2px solid #d7d7d7;
        vertical-align: top;
        background-color: #d7d7d7;
        font-size:11px;
        font-weight: bold;
}
td.adrright {
        padding: 0px 0px 0px 12px;
        border-right: 10px solid #d7d7d7;
        border-bottom: 2px solid #d7d7d7;
        vertical-align: top;
        background-color: #d7d7d7;
        font-size:11px;
}
td.head {
  padding: 0px 0px 0px 12px;
/*        border-top: 2px solid #ffffff;
        border-left: 12px solid #ffffff;
        border-bottom: 5px solid #ffffff;*/
        font-size: 12px;
        font-weight: bold;
}
td.text0 {
        border-right: 24px solid #e9e9e9;
        border-bottom: 2px solid #e9e9e9;
  background-color: #e9e9e9;
        font-size: 11px;
}
td.white {
  background-color: #ffffff;
        font-size: 11px;
}
td.text1{
        border-right: 24px solid #e9e9e9;
        border-bottom: 2px solid #e9e9e9;
        background-color: #e9e9e9;
                font-size: 11px;
}
td.textf {
        font-size: 11px;
        font-weight: bold;
}

td.gmn {
        padding: 0px 0px 0px 12px;
        border-right: 24px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        vertical-align: top;
        background-color: #ffffff;
        font-size:10px;
}
td.redBar {
        
        border-right: 24px solid  #ffc331;
        border-bottom: 2px solid  #ffc331;
        border-left:12px solid #ffc331;
        vertical-align: top;
        background-color: #ffc331;
        font-size: 11px;
        font-weight: bold;
        color: white;
}
td.topinfo{
        border: 5px solid #ffffff;
        vertical-align: top;
        font-size:11px;
        width:100%;
        color: #476eb1;
}
/********************************************** Tabellen eingabe*********************************************/
table.inputcontent{
  background-color: #ffffff;
        border-top: 0px solid #ffffff;
        border-left: 10px solid #ffffff;
        border-right: 24px solid #ffffff;
        border-bottom: 0px solid #ffffff;
}

td.linkpassiv{
  padding:10px;
  background-color: #ffc331;
  border-right: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffc331;
  color:white;
  font-weight:bold;
  font-size:11px;
}
td.linkaktiv{
  padding:10px;
  background-color: #d7d7d7;
  border-right: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #d7d7d7;
  font-size:11px;
}
td.inputblueleft {
  padding:10px;
        border-top: 2px solid #e9e9e9;
        border-bottom: 2px solid #e9e9e9;
        border-left: 2px solid #e9e9e9;
        background-color: #e9e9e9;
        font-size:11px;
}
td.inputblueright {
  padding:2px;
        border-top: 2px solid #e9e9e9;
        border-bottom: 2px solid #e9e9e9;
        border-right: 2px solid #e9e9e9;
        background-color: #e9e9e9;
        font-size:11px;
}
td.inputdarkblueleft {
  padding:10px;
        border-top: 2px solid #d7d7d7;
        border-bottom: 2px solid #d7d7d7;
        border-left: 2px solid #d7d7d7;
        background-color: #d7d7d7;
        font-size:11px;
}
td.inputdarkblueright {
  padding:2px;
        border-top: 2px solid #d7d7d7;
        border-bottom: 2px solid #d7d7d7;
        border-right: 2px solid #d7d7d7;
        background-color: #d7d7d7;
        font-size:11px;
}
/*********************************************** Kopfzeilen**********************************************/
#top {
        height: 40px;
        text-align: left;
        margin: 1px;
        border: 1px solid #6d8cad;
        background-color: #995b04;
        width: 756px;
        color: #ffffff;
        font-weight: bold;
        font-size: 16px;
        vertical-align: middle;
        z-index: 3;
}
#imagebar {
        background-image: url(../image/imagebar.jpg);
        background-repeat: no-repeat;
        margin-left:17px;
        width: 756px;
        height: 129px;
        z-index: 3;
}
#imagebar_print {
        background-image: url(../image/logo.jpg);
        background-repeat: no-repeat;
       /* margin-left:17px;*/
        width: 756px;
        height: 108px;
        z-index: 3;
        display:none;
}

#topNavigation {
        font-size: 12px;
        font-weight: bold;
        border: 1px solid #6d8cad;
        text-align: left;
        line-height: 22px;
        color: #ffffff;
        vertical-align: middle;

}
#topNavigation a:link, #topNavigation a:visited {
        padding: 5px;
        font-size: 12px;
        color: #43431D;
        text-decoration: none;
        border-right: 1px solid #6d8cad;
}
#topNavigation a:hover {
        padding: 5px;
        font-size: 12px;
        color: #ffffff;
        text-decoration: none;
        border-right: 1px solid #6d8cad;
        background-color: #ffc331;
}
#topNavigation a:active {
        padding: 5px;
        font-size: 12px;
        color: #890501;
        text-decoration: none;
        border-right: 1px solid #6d8cad;
}
.topNavigationCurrentLink {
        padding: 5px;
        font-size: 12px;
        color: #890501;
        text-decoration: none;
        border-right: 1px solid #6d8cad;
}
.toptime {
        padding: 5px 5px 5px 180px;
        font-size: 12px;
        color: #43431D;
        text-decoration: none;
        text-align: right;
}
/******************************************/
/* Linke Seite - Navigation               */
/******************************************/
#left {
        font-size: 11px;
        width: 132px;
        margin-top: 70px;
        float: left;

}
#navigation {
        font-size: 11px;
        z-index: 10;
        padding: 1px;
        margin-top: 1em;
        /*background-image:url(../image/navi_hintergrund2.jpg);
        border: 1px solid #6d8cad;*/
        width: 160px;

         }

#navigation a:link, #navigation a:visited {
        padding-left: 5px;
        border-left: 1px solid white;
        border-right: 1px solid white;  
        display: block;
        width: 155px;
        line-height: 30px;
        font-size: 11px;
        color: #e9e9e9;
        font-weight: bold;
        text-decoration: none;
        vertical-align: middle;
        background-image: url(../image/nav2.jpg);
        background-repeat: no-repeat;
}
#navigation a:hover {
        padding-left: 5px;
        border-left: 1px solid white;
        border-right: 1px solid white;
        display: block;
        width: 155px;
        line-height: 30px;
        font-size: 11px;
        font-weight: bold;
        color: #ffffff;
        text-decoration: none;
        vertical-align: middle;
        background-image: url(../image/nav_hover2.jpg);
        background-repeat: no-repeat;
}
#navigation a:active {
        padding-left: 5px;
        border-left: 1px solid white;
        border-right: 1px solid white;
        display: block;
        width: 155px;
        line-height: 30px;
        font-size: 11px;
        font-weight: bold;
        color: #e9e9e9;
        text-decoration: none;
        background-image: url(../image/nav2.jpg);
        background-repeat: no-repeat;
}
.currentLink {
        padding-left: 5px;
        border-left: 1px solid white;
        border-right: 1px solid white;
        display: block;
        width: 155px;
        line-height: 30px;
        font-size: 11px;
        font-weight: bold;
        color: #ed1c22;
        text-decoration: none;
        background-image: url(../image/nav_hover2.jpg);
        background-repeat: no-repeat;
}
#cms a:link, #cms a:visited {
        padding-left: 5px;
        border-left: 1px solid white;
        border-right: 1px solid white;   
        display: block;
        width: 155px;
        line-height: 30px;
        font-size: 11px;
        color: #e9e9e9;
        text-decoration: none;
        vertical-align: middle;
        background-image: url(../image/nav2.jpg);
        background-repeat: no-repeat;
}
#cms a:hover {
        padding-left: 5px;
        border-left: 1px solid white;
        border-right: 1px solid white;
        display: block;
        width: 155px;
        line-height: 30px;
        font-size: 11px;
        color: #ffffff;
        text-decoration: none;
        vertical-align: middle;
        background-image: url(../image/nav_hover2.jpg);
        background-repeat: no-repeat;
}
#cms a:active {
        padding-left: 5px;
        border-left: 1px solid white;
        border-right: 1px solid white;
        display: block;
        width: 155px;
        line-height: 30px;
        font-size: 11px;
        color: #e9e9e9;
        text-decoration: none;
        background-image: url(../image/nav2.jpg);
        background-repeat: no-repeat;
}
#leader {
        margin-top: 2px;
        padding: 2px;
        background-color: #ffffff;
        width: 128px;
}

#counter2 {
        margin-top:100px;
        margin-left:150px;
        text-align: center;
        width:500px;
}
/*************** Inhalt - Center *********************************************/
#inhalt {
        padding-top: 80px;
        margin: 0 0 1em 175px;
        width:525px;
}

#inhalt_small {
        margin: 0 0 1em 150px;
        width: 466px;
        background-color: white;
}
.title {
        color: #000000;
        font-size: 12px;
        font-weight: bold;
        margin-top: 10px;
}
.datum {
        color: #000000;
        font-size: 11px;
        font-weight: bold;
}
.ort {
        font-size: 11px;
        font-weight: normal;
}
.event {
        font-size: 13px;
        font-weight: bold;
        font-style: italic;
        margin-top: 10px;
}
.event a:link, .event a:visited {
        font-size: 11px;
        font-weight: bold;
        font-style: italic;
        margin-top: 10px;
        color: #995b04;
        text-decoration: none;
}
.event a:hover {
        font-size: 11px;
        font-weight: bold;
        font-style: italic;
        margin-top: 10px;
        color: #890501;
        text-decoration: none;
}
.event a:active {
        font-size: 11px;
        font-weight: bold;
        font-style: italic;
        margin-top: 10px;
        color: #890501;
        text-decoration: none;
}
.artist {
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.1em;
        margin-top: 10px;
}
.artist a:link, .artist a:visited {
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.1em;
        margin-top: 10px;
        color: #995b04;
        text-decoration: none;
}
.artist a:hover {
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.1em;
        margin-top: 10px;
        color: #890501;
        text-decoration: none;
}
.artist a:active {
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.1em;
        margin-top: 10px;
        color: #890501;
        text-decoration: none;
}
.rechts{
  text-align: right;

}

#ContentCat {
        border: 10px solid white;
        background-color: white;
}
h1 {
        padding-top: 2px;
        padding-left: 12px;
        padding-bottom: 10px;
        font-size: 14px;
        font-weight: bold;
}
h2 {
        border-top: 2px solid white;
        border-left: 12px solid white;
        border-bottom: 1px solid white;
        font-size: 12px;
        font-weight: bold;
}

#Head {
        padding-top: 2px;
        padding-left: 12px;
        padding-bottom: 2px;
        font-size: 14px;
        font-weight: bold;
}
#pic {
        width: 80px;
        border-left: 12px solid white;
        border-right: 5px solid white;
        border-bottom: 5px solid white;
        vertical-align: top;
}
#grey {
        background-color: #c0c0c0;
        font-size: 11px;
}
.lightblue {
  padding: 20px;
  border-right:24px solid white;
  border-left:12px solid white;
  background-color: #e9e9e9;
  font-size: 11px;
}
.white {
  border-right:24px solid white;
  border-left:12px solid white;
  background-color: #ffffff;
  font-size: 11px;
}
#lightyellow {
  background-color: #fff1cf;
  font-size: 11px;
}
#text {
        padding: 0px 0px 0px 12px;
        vertical-align: top;
        font-size: 11px;
}
#text0 {
        padding: 0px 0px 0px 12px;
        border-right: 24px solid white;
        border-bottom: 2px solid white;
        vertical-align: top;
        font-size: 11px;
}
p.home {
        padding: 0px 0px 0px 0px;
/*        border-right: 24px solid white;
        border-bottom: 2px solid white;*/
        vertical-align: top;
        font-size: 11px;
}
#textf {
        padding: 0px 0px 0px 12px;
        border-right: 24px solid white;
        border-bottom: 2px solid white;
        vertical-align: top;
        font-size: 11px;
        font-weight: bold;
}
#text1 {
        padding: 0px 0px 0px 12px;
        border-right: 24px solid white;
        border-bottom: 2px solid white;
        vertical-align: top;
        font-size: 11px;
        width: 480px;
}
#textlightblue {
        padding: 12px;
        border-bottom: 2px solid white;
        vertical-align: top;
        font-size: 11px;
        width: 100%;
        background-color: #e9e9e9;
}
#textgrey {
        padding: 12px;
        border-left: 12px solid white;
        border-right: 24px solid white;
        border-bottom: 2px solid white;
        vertical-align: top;
        font-size: 11px;
        background-color: #d7d7d7;
}
#textt {
        padding: 0px 0px 0px 12px;
        border-right: 2px;
        border-bottom: 2px;
        vertical-align: top;
        font-size: 11px;
        width: 380px;
}
#redBar {
        padding: 5px 5px 5px 12px;
        border-right: 24px solid  white;
        border-bottom: 2px solid  white;
        border-left:12px solid white;
        vertical-align: top;
        background-color: #ffc331;
        font-size: 11px;
        font-weight: bold;
        color: white;
}

        /* Section 4.4: Definitions used by message template */
#msgText {
        padding: 11px;
        border-bottom: 5px solid white;
        border-right: 24px solid white;
        font-size: 11px;
        background-color: #D8DDE0;
}
/**************************************************/
/* Rechte Seite - Infos und Werbung               */
/**************************************************/
#right {
        font-size: 11px;
        float:right;
        width:160px;

}
#eventsright {
        padding: 2px;
        border: 1px solid #6d8cad;
        margin: 2px;
}
#contentright {
        padding: 2px;
        border: 1px solid #6d8cad;
        margin: 2px;
}
#eventsright a:link, #eventsright a:visited {
        padding-left: 5px;
        border-left: 1px solid white;
        border-right: 1px solid white;
        display: block;
        width: 120px;
        line-height: 30px;
        font-size: 12px;
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
        vertical-align: middle;
        background-image: url(../image/nav.jpg);
        background-repeat: no-repeat;
}
#eventsright a:hover {
        padding-left: 5px;
        border-left: 1px solid white;
        border-right: 1px solid white;
        display: block;
        width: 120px;
        line-height: 30px;
        font-size: 12px;
        font-weight: bold;
        color: white;
        text-decoration: none;
        vertical-align: middle;
        background-image: url(../image/nav_hover.jpg);
        background-repeat: no-repeat;
}
#eventsright a:active {
        padding-left: 5px;
        border-left: 1px solid white;
        border-right: 1px solid white;
        background-color: #ffffff;
        display: block;
        width: 120px;
        line-height: 30px;
        font-size: 12px;
        font-weight: bold;
        color: #890501;
        text-decoration: none;
        background-image: url(../image/nav.jpg);
        background-repeat: no-repeat;
}
.eventsHead {
        border-left: 2px solid white;
        border-right: 2px solid white;
        font-size: 12px;
        font-weight: bold;
        line-height: 30px;
        color: white;
        display: block;
        background-color: #6d8cad;
        /*background-image: url (../image/nav.jpg);
        background-repeat: no-repeat;
*/
}
.NewsHead {
        padding-left: 5px;
        border-left: 1px solid white;
        border-right: 1px solid white;
        background-color: #6d8cad;
        display: block;
        width: 150px;
        line-height: 30px;
        font-size: 12px;
        color: #476eb1;
        font-weight: bold;
        text-decoration: none;
        vertical-align: middle;
        background-image: url(../image/nav2.jpg);
        background-repeat: no-repeat;
}
#eventsContent {
        border-left: 2px solid white;
        border-right: 2px solid white;
        font-size: 11px;
        font-weight: normal;
        background-color: white;
}
#eventsTop {
        padding: 0 0 0 12px;
        border-top: 5px solid white;
        border-left: 12px solid white;
        border-right: 12px solid white;
        background-color: white;
}
.wetter {
        border-top: 1px solid black;
}
/**************************************************/
/* Footer                                         */
/**************************************************/


#footer {
    clear: both;
    font-size: 0.83em;
    margin: 0px;
    padding: 0.1em;
    text-align: center;
         position: relative;
         left:0px;
         bottom: 0px;
        }
#counter {
        margin:0px;
        padding: 0.1em;
        background-color: #e4f1fa;
        width: 752px;
            text-align: right;
         position: relative;
         left:17px;
         bottom: 0px;
}

* html #footer {
    clear: both;
    font-size: 0.83em;
    margin: 0px;
    padding: 0.1em;
    text-align: center;
         position: static;
         left:150px;
         bottom: 0px;
        }
/***************************************************/
/*   Bilder positionieren                                                */
/***************************************************/
.imgleft{
        border-left: 50px solid white;
        border-bottom: 2px solid white;
        background-color: white;
        font-size: 12px;
}
.imgright{
        border-left: 24px solid white;
        border-bottom: 2px solid white;
        background-color:white;
        font-size: 12px;
}
.imgcenter{
        border-top: 20px solid white;
                    border-left: 300px solid white;
        border-bottom: 2px solid white;
        background-color:white;
        font-size: 12px;
}
.umlaufrechts{
        background-color:white;
        font-size: 12px;
        float:left;
        margin-top:0px;
        margin-right:10px;
        margin-bottom:5px;
}
.umlauflinks{
        border-right: 10px solid white;
        font-size: 12px;
        float: right;
        margin-top:0px;
        margin-left:10px;
        margin-bottom:5px;
}
.textleft{
        border-left: 200px solid white;
        background-color:white;
        font-size: 12px;
        float:left;
        margin-right:20px;
        margin-bottom:10px;
}
