#ausgabe #head.fullLength  {
/*   display: block;
   vertical-align: top;
   width: 66em;
   clear: both;
   border-bottom: dodgerblue dotted 2px;
   padding: 0 1em 0 1em;
*/
}

#ausgabe #segments.fullLength  {
   display: block;
   vertical-align: top;
   width: 66em;
   clear: both;
   border-top: dodgerblue dotted 2px;
   padding: 0 1em 0 1em;
}

#ausgabe .fullLength .left,
#ausgabe .fullLength .middle,
#ausgabe .fullLength .right {
   display: inline-block !important;
   vertical-align: top;
   width: 32%;
   /*display: table-cell;*/
}

#ausgabe .fullLength .left{
   /*border-right: dodgerblue dotted 2px;    */
}

#ausgabe .fullLength .right{
   /*border-left: dodgerblue dotted 2px;    */
}

#ausgabe .fullLength .middle {
    text-align: center;
}

#ausgabe #ausgabePgLogo {
    height: 78px;
}

#ausgabe #foot .left,
#ausgabe #foot .right{
   display: inline-block;
   vertical-align: top;
   width: 48%;
} 

#ausgabe #pdfButton {
    background-color: #aaa;
}

#ausgabe #pdfButton {
    text-align: right;
    padding: 0 1em 1em 0;
}

input[type=submit] {
    background-color: #1e8ed8;
    color: #fff;
    width: 10em;
    margin-top: 1em;
}

input[type=submit]:hover {
    background-color: #00b3f0;
}

#ausgabe .hide {
    display: none;
}

#ausgabe .segmentAmpel {
    font-family: sans-serif;
}

#ausgabe #textDimension svg{
    font-size: 10px !important;
}

#ausgabe #projektinfosSVG {
    font-size: 12px;
    width: 1050px;
    height: 275px;
}

#ausgabe #segmentsSVG {
    font-size: 12px;
    width: 1050px;
    height: 275px;
}

#ausgabe #ausgabeSVG {
    /*font-family: 'freesans', arial;*/
    /*font-weight: bold;*/
    font-size: 12px;
    width: 950px;
    position: relative;
    top: -1em;
    /*
    height: 450px;*/
}