td.sheetheading {
   padding-right: 20px;
   vertical-align: top;
   font-weight: bold;
}

td.sheet {
   padding-left: 50px;
   vertical-align: top;
   font-weight: bold;
}

p.sheetheading {
   margin: 0px;
   padding: 0px;
}

p.sheet {
   margin: 0px;
   padding: 0px;
}

p, td {
   font-size: 13px;
}

  /**
   * Basic page structure.
   * When changing something, make sure widths are coherent.
   */
  body { 
      margin: 0;
      background-color: #fff;
      color: #333;
      font-family: "Trebuchet MS", sans-serif;
      font-size: 13px;
      line-height: 18px;
  }

  table {
      border-collapse:collapse;
  }

  h1 {
      color: #3b0;
      margin-top: 0px;
      margin-bottom: 15px;
      font-size: 13px;
  }

  h2 {
      color: #f30;
      margin-top: 0px;
      margin-bottom: 15px;
      font-size: 18px;
  }

  h3 {
      color: #f30;
      margin-top: 25px;
      margin-bottom: 15px;
      font-size: 16px;
  }
  
  h4 {
      color: #3a0;
      margin-top: 25px;
      margin-bottom: 15px;
      font-size: 13px;
  }

  h5 {
      color: #6d0;
      margin-top: 25px;
      margin-bottom: 15px;
      font-size: 13px;
  }

  div.header {
      padding: 0;
      border: 0;
      margin: 0;
      background-color: #9c9;
  }
  
  div.body { 
      width: 90%;
  }
  
  .headerContent {
      margin: auto;
      padding: 16px 0px 8px 20px;
      font-size: 16px;
      font-weight: bold;
      color: #669;
  }

  .headerContent a, .headerContent a:visited, .breadcrumb a, .breadcrumb a:visited {
      color: #669;
      text-decoration: none;
  }

  
  .breadcrumb {
      font-size: 11px;
      padding: 10px;
      padding-left: 10px;
  }

  .breadcrumb a, .breadcrumb a:visited {
      color: #669;
      text-decoration: none;
  }

  .popupHeaderContent {
      margin: auto;
      padding: 20px;
  }
  
  .footer { 
      padding: 12px; 
      text-align: center; 
      border-top: 1px solid #999;
      font-size: 11px;
      color: #666;
  }

  .main { 
      width: 600px;
      vertical-align: top; 
  }

  .mainframe { 
      background-color: #e0f3e0;
      width: 600px;
  }
  
  .mainbox { 
      padding: 20px;
      padding-top: 0px;
  }
  
  .right { 
      width: 25%;
      vertical-align: top; 
      /* line-height: 18px; */
      padding: 0px 20px 0px 12px;
  }
  
  .pageHeader {
      font-size: 14px;
      font-weight: bold;
      padding-top: 14px;
  }

  .weblogHeader {
      font-size: 14px;
      font-weight: bold;
      padding-top: 14px;
  }

  .weblogFooter {
      font-size: 11px;
      padding-bottom: 14px;
  }

  .tabs {
      padding: 0;
      border: 0;
      margin: 0;
      font-size: 11px;
      border-bottom: 1px solid #ddd;
      background-color: #eee;
      background-position: 0% 100%;
      background-repeat: repeat-x;
  }

  .tabs table {
      position: relative;
      bottom: -1px;
  }

  .tabs .tabsLeft {
      margin-left: 10%;
      margin-right: auto;
  }

  .tabs .tabsRight {
     float: right;
     margin-right: 10px;
  }

  .tabsRight td {
    padding: 2px 10px;
  }

  .tabsLeft td {
      padding: 0;
  }

  .tabs .tab-sel {
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom: 0;
  }

  .tabsLeft a, .tabsLeft a {
      display: block;
      text-decoration: none;
      padding: 2px 8px;
  }
  
  .tabs .tab a, .tabs .tab a:visited, .tabsRight a, .tabsRight a:visited {
      text-decoration: none;
      color: #999;
  }

  .tabs .tab-sel a, .tabs .tab-sel a:visited {
      color: #333;
  }
  
  .tab, .tab-sel, .tabsRight td {
      font-size: 11px;
  }
  
  .message {
      position: relative;
      top: 0;
      left: 0;
      float: right; 
      width: 160px;
      background-color: #cf9;
      color: #6d0;
      padding: 6px; 
      font-style: italic;
      margin-right: 14px;
      text-align: center;
  }

  a:link {
    color: #090;
    text-decoration: none;
  }

  a:visited {
    color: #090;
    text-decoration: none;
  }
  
  .main a:hover {
    color: #0c0;
  }

  a.undefinedLink {
    color: #696;
    text-decoration: none;
    border-bottom: 1px dotted #696;
  }

  .horizontalFill {
    width: 90%;
  }

  textarea {
    border: 1px solid #666;
    padding: 5px;
  }

  input.name {
    font-weight: bold;
  }
  
  textarea, input, select {
    background-color: #ddd;
    border: 1px solid #666;
  }

  input {
    padding: 2px 3px;
  }

  input[type=submit], input[type=button] {
     border: 1px outset #666;
  }
  
  .highlighted {
    background-color: #ddd;
  }
  
  table.list {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
    /* border: 1px solid #eee; */
  }

  table.list td {
    padding:3px 6px;
    margin: 0;
    border: 0;
    font-weight: normal;
  }

  table.list tr.even {
  }
  
  table.list tr.odd {
    background-color:#eeeeee;
  }

  table.list td.caption {
    font-weight: normal;
    font-size: 13px;
    color: #aaaaaa;
    border-bottom:1px solid #cccccc;
  }

  .calSelected {
    background-color: #dddddd;
    border: 1px solid #dddddd;
  }

  .calTable {
    float: left;
    margin-right: 24px;
  }

  .calDefault {
    border: 1px solid #ffffff;
  }

  .cal2Table {
    width: 100%;
  }

  .cal2Table th {
    font-size: 14px;
    padding-bottom: 5px;
    width: 14%;
  }

  .cal2Header {
    text-align: center;
    width: 14%;
    color: #666666;
    padding-bottom: 5px;
  }

  .cal2DayHeader {
    text-align: center;
    background-color: #cccccc;
    padding: 2px;
    width: 14%;
  }

  .cal2Highlighted {
    text-align: center;
    background-color: #999999;
    padding: 2px;
    width: 14%;
  }

  .cal2Default {
    vertical-align: top;
    background-color: #f0f0f0;
    height: 28px;
    padding: 3px;
    width: 14%;
  }

  .box {
    padding: 5px;
    padding-left: 15px;
    margin-top: 2px;
    margin-bottom: 5px;
    border-style: none;
  }
  
  .boxheader {
    color: #999;
    font-weight: bold;
    padding: 0;
    border-bottom: 1px solid #6b6;
  }
  
  .box a {
    text-decoration: none;  
  }
  
  .box a:hover {
    background-color: #cf9
  }
    
  .navlink-0, .navlink-0-active {
    font-size: 11px;
    display: block;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 1px dotted #6b6;
  }
  
  .navlink-1, .navlink-1-active {
    font-size: 11px;
    display: block;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 1px dotted #6b6;
  }
  
  .navlink-2, .navlink-2-active {
    font-size: 11px;
    display: block;
    padding-left: 17px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 1px dotted #6b6;
  }
  
  .navlink-3, .navlink-3-active {
    font-size: 11px;
    display: block;
    padding-left: 29px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 1px dotted #393;
  }
  
  .navlink-4, .navlink-4-active {
    font-size: 11px;
    display: block;
    padding-left: 41px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 1px dotted #393;
  }
    
  .navlink-0-active, .navlink-1-active, .navlink-2-active, .navlink-3-active, navlink-4-active {
      font-weight: bold;
  }

  .spider0, .spider1 {
    text-decoration: none;  
  }
  
  .spider1:hover {
    color: #9a6a84;
    background-color: #dbcbd4;
    border: 1px solid #9a6a84;
  }
    
  .spider0, .spider0-active, .spider1, .spider1-active {
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    border: 1px solid #D0EED0;
  }
  
  .spider0-active, .spider1-active {
      font-weight: bold;
  }
  
  .spider0 {
    background-color: #dceed1;
    border: 1px solid #78c04c;
  }
    
  .linkEditorBox {
      width: 89%;
      padding: 4px;
      border: 1px solid #aaaaaa; 
      background-color: #dddddd;
      float:left;
      margin-bottom: 14px;
  }

  .linkEditorSelected {
      text-decoration: none;
      background-color: #dddddd;
      border: 1px solid #cccccc;
  }

  .linkEditorPlain {
      text-decoration: none;
  }

  pre {
      background-color: #f6f6f6;
      border: thin solid #e6e6e6;
      padding: 6px;
      overflow: auto;
      font-family: "Monaco", sans-serif;
      font-size: 12px;
  }

  li {
      margin-bottom: 2px;
  }
  
  hr {
      height: 1px; 
      width: 100%; 
      border: 0;
      color: #dddddd; 
      background-color: #dddddd;
  }

  .toc {
      width: 50%;
      font-size:13px;
      color: #999;
      background-color: #ddf;
      border: thin solid #999;
      padding: 0px 14px;
      margin-top: 24px;
  }

  .toc a {
      color: #669;
  }

  .comments {
      width: 80%;
      font-size:13px;
      color: #669;
      background-color: #ff9;
      border: thin solid #669;
      padding: 0px 14px;
      margin-top: 24px;
  }

  .comments a {
      color: #339;
  }

  .commentLink {
      font-size:13px;
  }

  #commentInput {
      width: 80%;
      height: 220px;
  }

  /** changeset file listing */

  ul.files {
     list-style-type:none;
     margin:0px;
     padding:0px;
  }

  ul.files li {
     margin-bottom:0px;
     padding:0;
     white-space:nowrap;
  }

  ul li div.marker {
     float:left;
     border:1px solid #999;
     width:10px;
     height:10px;
     margin:5px 5px 0 0;
     overflow:hidden;
  }
  ul li div.added {
     background-color:#339933;
  }
  ul li div.deleted {
     background-color:#dd0033;
  }
  ul li div.modified {
     background-color:#ffcc00;
  }

  ul li a {
     text-decoration:none;
  }

  .diffbody {
      margin-left: 40px;
      border: 1px solid #999;
      padding: 4px;
  }
  ul.diffproperties {
      list-style-type: none;
  }

  .diffpropname {
      font-weight: bold;
  }

  .diffremoved {
      background-color: #f99;
  }

  .diffadded {
      background-color: #9f9;
  }
  
  
  
  .tools, .tools b.rtop b, .tools b.rbottom b,
.pagetools, .pagetools b.rtop b, .pagetools b.rbottom b 
    {background: #bf7}
    
.intro, .intro b.rtop b, .intro b.rbottom b,
.pageintro, .pageintro b.rtop b, .pageintro b.rbottom b 
    {background: #fd6}
    
.website, .website b.rtop b, .website b.rbottom b,
.pagewebsite, .pagewebsite b.rtop b, .pagewebsite b.rbottom b 
    {background: #7cf}
    
.contentbox, .contentbox b.rtop b, .contentbox b.rbottom b 
    {background: #eee}

b.rtop, b.rbottom{display:block;background: #fff}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden;}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.r4{margin: 0 1px;height: 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

.contentbox {
    margin-right:8px;
    margin-bottom:10px;
    width:175px;
}

.erstens {
    float:left;
}

.zweitens {
    float:left;
}

.drittens {
    float:right;
}

.contentmargin h1 {
    margin-bottom:5px;
}

.contentmargin p {
    margin-top: 5px;
}

.contentmargin {
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 5px;

}

h1 a:link, h2 a:link, h3 a:link, h4 a:link {
    color: #3a0;
    text-decoration: none;
  }

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited {
    color: #3a0;
    text-decoration: none;
  }
  
.aktuelles {
    float:left;
    margin-right:8px;
    width:355px;
}

.seitenspalte {
    float:right;
    margin-left:3px;
    margin-top:15px;
    width:175px;
}


.front, .tabelle {
    vertical-align: top;
    border: 0px;
}

td.tx p {font-family:Tahoma,sans-serif;font-size:8pt}
td.im{padding:0px 0px 10px 0px}
td.tx p {
    padding:0px 2px 0px 2px;
    margin:0px 0px 0px 0px;
    line-height: 13px;
}
.imx{overflow:hidden;width:79px;height:94px}

.footer, .small {
    font-family: "Trebuchet MS", sans-serif, Helvetica, sans-serif; 
    font-size: 11px; 
    color: #959595; 
    line-height: 12px;
}

