/* ====== Allgemeine Layout Einstellungen ===== */

body {
 font-family: Arial;
 font-size:10pt;
 margin-left: 15px;
 background: #1C60AB;
}

img {
  border: 0px;
  }
a:link {
 color: #1C60AB;
}

a:visited {
 color: #1C60AB;
}


h1 {
  padding-top: 5px;
  color: #1C60AB;
  font-size: 13pt;
  }

/* Grosse schwarze Ueberschrift im Text */
h2 {
 /* color: black;       */
  color: #1C60AB;
  font-size: 11pt;
  font-weight: bold;
}


h3 {
  font-size: 10pt;
  font-weight: bold;
}

h4 {
  font-size: 10pt;
  font-weight: bold;
}



p {
  font-family: Arial;
  color: black;
  font-size: 10pt;
 }

 em {
 color: #1C60AB;
 font-style: normal;
 font-weight: bold;
}

.noprint {
 display: none;
 }



/* ====== Spalten Layout ======= */

div#title {

        display: none;

 }

     div#navigation {

         display: none;
         background: white;


  }

  /* margin/padding: oben, rechts, unten links */

     div#main {

       background: #E8EAF7;

      }


  /* Formatierung von Bildern */

  .imageright {
	float: right;
	margin-bottom: 15px;
	margin-left: 10px;
         clear: right;
}

  .imageleft {
	float: left;
	margin-right: 10px;

}

  .imagecenter {
	margin-left: auto;
         margin-right:auto;
         float:right;
         display:block;
}

/* Semantische Formatierungen */

 ul.linklist {
list-style-type:none;
}

 ul.blanklist {
list-style-type:none;
margin-left: 0px;
padding-left: 0px;

}

 /* Liste, die innerhalb eines Textfluss z.B. nach <p> erscheint */
.intextlist {padding-bottom:0px;margin-top:0px;margin-bottom:0px;}
.intextlist li {margin:0px; padding: 0px;}

 .arrowlist { list-style-type: disc; list-style-image:url(/bilder/pfeilkl2.gif); }
 .arrowlist li {padding-bottom:18px; }
 .arrowlinklist { list-style-type: disc; list-style-image:url(/bilder/pfeilkl2.gif); }

 /* link with no underline */
 .linkasnormaltext {text-decoration: none; }

  #smallinfotext p {font-size: 8pt; }
  #smallinfotext address {font-size: 8pt; }

  .error {font-weight:bold;color: red; }




/* IE Display Bug */

.absatz {
 clear:both;
 }

 /* nette Tabellenformatierung */

 thead {
   color: white;
   background-color: #1C60AB;
   padding-bottom: 10px;


 }

 table {

  font-size: 8pt;
  width:100%;

 }

tr.rowone{
    padding-top: 10px;
    padding-bottom: 10px;



 }

tr.rowtwo{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #DEDFDE;

  }

 td {
 padding-left:3px;
 }
 .tdtogether{ white-space:nowrap; }


 /* Navigation innerhalb des Hauptdokuments */
div#navposition {
font-size: 14pt;font-weight:bold  ; }


}

.noprint {
 display: none;
}


/* Hides from IE-mac \*/
* html .#magic {height: 1%;}
/* End hide from IE-mac */
