@import url(../css/start-immer.css);
@import url(../css/start-standard-klassen.css);
/*
@page { size:21.0cm 29.7cm;
        margin-top:1.5cm;
        margin-bottom:1.4cm;
        margin-left:4cm;
        margin-right:4cm
        }
*/


/* ---------------------- im Druck an/aus */
/* aus */

.menu1,
.menu2,
#spalte,
li.nix,
.unterBilderkiste li,
.prevNext,
.pdfLink {
         display: none;
         }

.unterBilderkiste li.cur {
         display: block;
         }

li {
         list-style: none;
         }
/* an */
.firmenstempel {
         display: block;
         }

/* ---------------------- Schrift */
body,
h1, h2, h3, h4, h5, h6,
a {
         font-family:  Verdana, Helvetica, Arial, sans-serif;
         font-size: 11pt;
         color: #000;
         }

.firmenstempel,
.auszeichnungen {
         font-size: 9pt;
         }

/* ---------------------- Layout */
html, body {
         height: 100%;
         min-height: 100%;
         }

body {
         margin: 0 1cm;
         }

#kopf {
         position: relative;
       /*  font-size: 11pt;      */
         width: 100% !important;
         text-align: center;
      /*    margin: 0 auto;  */
         top: 0;
         left: 0;
         }

#text {
         overflow: visible !important;
       /*  height: 100% !impotant;  */
         }

.pos1, .pos2, .pos3,
.info,
.info p,
#text {
         width: 14cm !important;
   /*      position: relative;
         font-size: 11pt;
         top: 2cm;
         left: 0;   */
         }
/*
.pos1, .pos2, .pos3,
.info,
.info p {
         top: 1cm;
         }

.pos2 {
         position: relative;
         top: -3cm;
         left: 15cm;
         }
*/
#text img {
         border: none !important;
         margin: 0 !important;
         }

#text ul {
         list-style: disc;
         margin-left: 1.5em;
         }

.unterBilderkiste ul {
         list-style: none inline;
         margin-left: 0;
         }

.unterBilderkiste li.cur span {
         display: block;
         }

.firmenstempel {
         position: absolute;
         font-size: 9pt;

       /* */
         bottom: 0;
         width: 100%;
         padding-right: 2cm;
         /*
         width: 5cm;
         top: 2cm;
         right: 0;
         */
         }

ul.auszeichnungen {
         margin-top: 0.5cm;
         }

ul.auszeichnungen img {
         margin-right: 7pt;
         }

.bilderkiste a {
         text-indent: 0;
         }

.news {
         margin-bottom: 1cm;
         }

.news h1 span {
         padding-left: 7pt;
         font-weight: normal;
         }
/* ------------------------------------------------- DL tabellarisch */
/* */
#text dl {
         width: 100%;
         }


dt {
         width: 3.5cm;
         float: left;
         clear: left;
         }

dd {
         margin-left: 4cm;
         width: 100%;
         }

dd:after {
         content: ".";
         display: block;
         clear: left;
         height: 0;
         visibility: hidden;
         }


/* IE 7 */ *+html dl {min-height: 0;}

/* IE<7 */ * html dl,
/* IE<7 */ * html dd {height: 1px;}