/* Allgemein */

body { background-color:#ffffff;
       font-size:9pt;
       font-family:arial, helvetica, sans-serif, sans;
       font-weight:normal;
       font-style:normal;
       border-top: solid 12px #ff4600;
       border-left: solid 12px #ff4600;
       padding-left:50px;
       min-height:100%;
       max-height:10000%;
       max-width: 100%;
       padding-top:30px;
       margin:0pt;
}

div#rand { 
           margin:0px 0px 0px -62px;
           border-left: solid 12px #ff4600;
           height:100%;
           width: 12px;
           position:fixed;
           z-index:-1;
 }

div#container { 
                position:relative;
                z-index:1;
 }

hr { 
     width:300px; 
     text-align:left;
     margin-top:20px;
     margin-left:0pt;
     margin-bottom:32px;
     height:0px;
     border:1px solid black;
}

.strikethrough { 
                 background-image:url("../img/strikethrough.gif");
 }

.abstand { 
           height:20px;
}

div.balken { 
          max-width:99%;
          height:80px;
          margin-left:-50px;
          padding-left:70px;
          background-image:url(../img/verlauf.gif);
          background-repeat:repeat-x;
          padding-right:10px;
}

.indented { 
            margin-left:17px;
}

/* Überschriften */

h1, h2, h3, h4, h5 { 
                     font-size:9pt;
                     font-family:arial, helvetica, sans-serif, sans;
                     font-weight:bold;
                     font-style:normal;
                     line-height:150%;
}

/* Absätze */
p { 
    margin:0pt; 
    font-size:9pt;
    line-height:150%;
}

/* Bilder */

img { border:0px; }

.img_left { 
            margin-right:15px;
            float:left;
}
.img_right { 
            margin-left:15px;
            margin-right:15px;
            float:right;
}

.images { 
          float:left; 
          padding-left:10px; 
          padding-right:10px;
}

div.thumb1,
div.thumb2,
div.thumb3,
div.thumb4,
div.thumb5 { 
             width:64px;
             height:100%;
             border: 0px;
             margin-bottom:8px;
             cursor:pointer;
 }


.imgcontent { 
              margin-bottom:-8px;
              overflow:auto; 
              }
.thumbscont { 
              float:left; 
              width:72px; 
              margin-bottom: 8px; 
 }
.bigimage { 
            padding:0; 
            margin-left:72px; 
 }



/* Tabellen */

table.content { margin: 0 20px 20px 20px;
                max-width: 1024px;
                border: 0px;
}

.content { 
           max-width: 1024px;
           font-size:9pt;
 }

/* Formulare */

select.button { 
                font-size:9pt;
                background-color:#fff;
                border:solid 1px #BDBDBD;
                margin-top:20px;
                margin-left:-3px;
                -moz-border-radius:10px;
                -khtml-border-radius:10px;
}

/* Listen */

ul { 
     list-style-type:circle;
 }

/* Links */

a:link { 
         color:black; 
         text-decoration:underline;
 }
a:focus { 
          text-decoration:none; 
 }
a:hover { 
          text-decoration:none;
 }
a:active { 
           text-decoration:none;
 }
