
@charset "utf-8";

/* #################################################################################### */
/* ## Einstellungen der Seite                                                        ## */
/* ##                                                                                ## */
/* #################################################################################### */


/* #################################################################################### */
/* ## Definitionen des Seitenrahmens                                                 ## */
/* ## Der Seitenrahmen ist nach den Body Einstellungen das oberste Element           ## */
/* #################################################################################### */

.lauftext_rahmen
{
  padding: 15px 0 50px 0;
}

.lauftext
{
  # font - family : sans;
  # position: absolute;
  # top: 540px;
  # left: 15px;
  width: 1094px;
  height: 30px;
  color: #FFFFFF;
  padding: 5px 0 0 0;
  border-top: 1px double #0000FF;
  border-bottom: 1px double #0000FF;
  background-color: #A8A8A8;
  font-family: georgia, arial, helvetica, verdana, tahoma, sans-serif;
  font-size:18px;
  font-style: normal;
  font-weight: bold;
  float: left;
}

.lauftext_rand_anfang
{
  width: 50px;
  height: 30px;
  padding: 5px 0 0 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top: 1px double #0000FF;
  border-bottom: 1px double #0000FF;
  border-left: 1px double #0000FF;
  background-color: #A8A8A8;
  float: left;
}

.lauftext_rand_ende
{
  width: 50px;
  height: 30px;
  padding: 5px 0 0 0;
  border-top: 1px double #0000FF;
  border-bottom: 1px double #0000FF;
  border-right: 1px double #0000FF;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #A8A8A8;
  float: left;
}

.text_blinkend
{
  text-decoration: blink;
  color: #590000;
}

.text_blinkend:hover
{
  text-decoration: none;
  color: #F4F400;
}


.seite
{
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  # background-color: ;
}

.seite_innen
{
  margin-left: 0px;
  margin-right: 0px;
  margin-top : 5px;
  margin-bottom : 4px;

  padding-left: 0px;
  padding-right: 0px;
  padding-top : 0px;
  padding-bottom : 0px;

  border : 0px #732036 solid;
}

/* #################################################################################### */
/* ## Definitionen des Banners im Seitenkopf                                         ## */
/* ##                                                                                ## */
/* #################################################################################### */

.leiste_top
{
  height: 30px;
  background-color: #000000;
}

.top
{
  height: 250px;
}

.image_banner
{
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.image_banner_2
{
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 15px;
  padding-top: 0px;

  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);
  # border: 1px solid #D1D1D1; # #FFFFFF; # #FF8040;
  # border: 1px solid #FFFFFF;
  background: rgba(0, 0, 0, .65);
  z-index: 800;

}

.image_banner_3
{
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 25px;

  border-radius: 15px 15px 15px 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);
  # border: 1px solid #D1D1D1; # #FFFFFF; # #FF8040;
  # border: 1px solid #FFFFFF;
  background: rgba(0, 0, 0, .65);
  z-index: 800;
}

.box_rahmen_shadow_01
{
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  border-radius: 5px 5px 5px 5px;
  padding: 30px 0;
  box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, .85);
  z-index: 800;
  text-align: center;

  word-spacing: 2px;
  letter-spacing:0.8px;
  margin-bottom: 10px;

  font-family: georgia, arial, helvetica, verdana, tahoma, sans-serif;
  font-size:20px;
  font-style: normal;
  font-weight: normal;
  line-height: 19px;

}

.image_banner_4
{
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 25px;

  border-radius: 15px 15px 15px 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);
  # box-shadow: 0px 0px 20px rgba(0, 0, 117, 0.9);
  # border: 1px solid #D1D1D1;
  # border: 1px solid #FFFFFF;
  background: rgba(144, 144, 144, .5); #909090
  # background: rgba(238, 138, 123, .45);  #EE8A7B
  # background: rgba(EE, 8A, 7B, .65);  #751C0F
  # background: rgba(149, 160, 244, .65);
  # background: rgba(#973C0F, .65);     #973C0F
  z-index: 800;
}

/* #################################################################################### */
/* ## Definitionen des Mittelteils                                                   ## */
/* ## Hier befinden sich alle Spaltendefinitionen                                    ## */
/* #################################################################################### */

.mittelteil
{
  # background-color: #C1CACA;
  background-image: url(../../image/hg_inhalt_muster_01.jpg);

  margin-left: 0px;
  margin-right: 0px;
  margin-top : 0px;
  margin-bottom : 0px;

  padding-left: 20px;
  padding-right: 20px;
  padding-top : 20px;
  padding-bottom : 20px;

  float: left;
}

/* #################################################################################### */
/* ## Definitionen des linken Spalte                                                 ## */
/* ## Direkt eingebunden im Mittelteil                                               ## */
/* #################################################################################### */

.spalte_links
{
  width: 320px;

  margin-left: 0px;
  margin-right: 20px;
  margin-top : 0px;
  margin-bottom : 0px;

  padding-left: 0px;
  padding-right: 0px;
  padding-top : 0px;
  padding-bottom : 0px;

  float: left;
}

.spalte_links_innen
{
  margin: 0px auto;
}


/* #################################################################################### */
/* ## Definitionen der mittleren Spalte                                              ## */
/* ## Direkt eingebunden im Mittelteil                                               ## */
/* #################################################################################### */

.rahmen_mittelteil
{
  # border : solid 5px #0000FF;
  # background-color: #818181;
  # padding : 20px;
  # float: left;
}

.spalte_mitte
{
  margin-left: 0px;
  margin-right: 0px;
  margin-top : 0px;
  margin-bottom : 0px;

  padding-left: 10px;
  padding-right: 10px;
  padding-top : 10px;
  padding-bottom : 10px;

  border : solid 5px #008080;
  background-color: #818181;

  float: left;
}

.spalte_mitte_innen
{
  margin:0px auto;
}

/* #################################################################################### */
/* ## Definitionen der rechten Spalte                                                ## */
/* ## Direkt eingebunden im Mittelteil                                               ## */
/* #################################################################################### */

.spalte_rechts
{
  width: 220px;

  margin-left: 20px;
  margin-right: 0px;
  margin-top : 0px;
  margin-bottom : 0px;

  padding-left: 0px;
  padding-right: 0px;
  padding-top : 0px;
  padding-bottom : 0px;

  float: left;
}

.spalte_rechts_innen
{
  margin: 0px auto;
}


/* #################################################################################### */
/* ## Definitionen der verschiedenen Boxen                                           ## */
/* ## Direkt eingebunden im den verschiedenen Spalten                                ## */
/* #################################################################################### */

.box_vertikal
{
  background-color: ;

  margin: 5px 0px 20px 10px;
  padding: 0px 0px 0px 5px;

  border : 0px #FF8040 solid;
}

.hauptbereich
{
  background-color: #888686;
  background-image: url(../../image/hg_innenbereich.png);
  background-position: left;
  background-repeat: repeat-y;

  border: solid 0px #008080;
  margin: 0px 0px 0px 0px;
  padding: 20px 20px 20px 20px;
}

.hauptbereich_farbtest
{
  background-color: #76E2BF;

  border: solid 0px #008080;
  margin: 0px 0px 0px 0px;
  padding: 20px 20px 20px 20px;
}

