/*
CSS Style der PosterSelect Seite.
Menü ist ausgegliedert.
*/

/* Body einstellungen */
body
{
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    color: #1B3892;
    background-color:#FFFFFF;
    font-family: arial;
    font-size: 8pt;
}

/* Normale Tabellenstruktur */
table,tr,td
{
    border-spacing: 0;
    border: 1;
    color: #1B3892;
    font-family: arial;
    font-size: 8pt
}

/* Normale Links */
a:link
{
    color: #C80071;
    text-decoration:none;
    font-family: arial;
    font-size: 8pt;
}
a:visited
{
    color:#C80071;
    text-decoration:none;
    font-family: arial;
    font-size: 8pt;
}
a:active
{
    color:#1B3892;
    text-decoration:none;
    font-family: arial;
    font-size: 8pt;
}
a:hover
{
    color: #1B3892;
    text-decoration:none;
    font-family: arial;
    font-size: 8pt;
}

/* Schriften */
h1 {
    font-family: arial;
    font-size: 10pt;
    color: #1B3892;
    font-weight: bolder;
}
h2 {
    font-family: arial;
    font-size: 9pt;
    color: #1B3892;
    font-weight: bolder;
}
b {
    font-family: arial;
    font-size: 8pt;
    color: #1B3892;
    font-weight: bold;
}

/*      Eingabefelder   */
textarea {
    background-color: #D7EBFF;
    color: #1B3892;
    font-family: arial;
    font-size: 8pt;
}
/*
********************
            Klassen
********************
*/

/* Rubrik einstellungen */
/* Navigationstabelle links */
.rubrik
{
    border-spacing: 0;
    border: 0;
    padding-left:5px;
    background-color:#E9F4FF;
    color:#1B3892;
    text-decoration:none ;
    font-family: arial;
    font-size: 8pt;
    width:140px;
    padding-top:1px;
    padding-bottom:1px;
    height:18px;
}
.nav
{
    border-spacing: 0;
    border: 0;
    background-color:#D7EBFF;
    color:#000000;
    text-decoration:none;
    font-family: arial;
    font-size: 8pt;
    padding-left: 1px;
    padding-bottom: 1px;
    padding-top: 1px;
}

/*      Obere Blaue Leiste im Kopfbereich  */
.leisteoben
{
    border-spacing: 0;
    border: 0;
    background-color:#E9F4FF;
    color:black;
    text-decoration:none ;
    font-family: arial;
    font-size: 8pt;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px auto;
    height:15px;
}

/*      Untere Blaue Leiste im Kopfbereich  */
.leisteunten
{
    border-spacing: 0;
    border: 0;
    background-color:#D7EBFF;
    color:black;
    text-decoration:none ;
    font-family: arial;
    font-size: 8pt;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px auto;
    height:15px;
}
/*      Grüne Leiste        */
.leistenfuss
{
    /* Grüne Leiste */
    background-color: #BAD953;
    margin:           none;
}
/*      Weiße Schrift im Leistenfuß     */
.vonallem
{
    color:            #FFFFFF;
    font-family:      Arial;
    font-size:        8pt;
    font-weight:      bold;
    padding-right:    50px;
}
/* Infofeld mit blauen hintergrund */
.special
{
    border-spacing: 0;
    table-layout: auto;
    border: 0;
    font-family: arial;
    font-size: 8pt;
    background-color:#E9F4FF;
}
.Bogenf-Table
{
    border:5;
    border-collapse:separate;
    border-spacing:10px;
    background-color:#1B3892;
}

/* Fette Schrift */
.fett {
    font-family: arial;
    font-size: 8pt;
    color: #1B3892;
    font-weight: bolder;
}

/*	Alte Bereiche! */
/*
/* Tabelle der Index Seite -> Inhalt der Seiten 
.BodyTable
{
    border-spacing: 0;
    border: 0;
    color:#1B3892;
    text-decoration:none;
    font-family: arial;
    font-size: 8pt;
    table-layout:fixed;
    empty-cells:show;
}
.2LineTable
{
    border:5;
    border-collapse:separate;
    border-spacing:10px;
    background-color:#E9F4FF;
    color:#1B3892;
}
/* Inline Frame 
.ifr
{
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: arial;
    font-size: 8pt;
}
/* Block für den Inline Frame 
.block {
  position: absolute;
  width: 80%;
  height: 60%;
  left: 2%;
  top: 2%;
}
.block2 {
  position: absolute;
  width: 96%;
  right: 20px;
  left: 20px;
  top: 20px;
}
.Downloadblock1 {
  position: relative;
  left: 20px;
}
.flash_wt
{
	height:440px;
}
.fwhite {
    font-family: arial;
    font-size: 8pt;
    color: #FFFFFF;
    font-weight: bold;
}
*/
