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.
   */
  
  img {
      border : none;
      border-bottom : none;
  }
  
  body { 
      margin: 0;
      background-color: #fff;
      color: #333;
      font-family: "Comic Sans MS";
      font-size: 13px;
      line-height: 18px;
  }

  table {
      border-collapse:collapse;
  }

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

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

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

  div.header {
      padding: 0;
      border: 0;
      margin: 0;
      background-color: #eef;
  }
  
  div.body { 
      width: 85%;
      margin: auto;
      padding: 0;
      padding-top: 0px;
  }
  
  .headerContent {
      text-align: center;
      margin: auto;
      padding: 4px 0 8px 18px;
      font-size: 13px;
      font-weight: bold;
      color: #888;
  }

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

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

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

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

  .main { 
      width: 660px;
      min-width: 660px;
      vertical-align: top; 
      padding: 20px;
      padding-top: 40px;
  }
  
  .right { 
      width: 200px;
      vertical-align: top; 
      /* line-height: 18px; */
      padding: 0px 10px 0 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 #99c;
      background-color: #e0e0f0;
      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 #99c;
      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: #88b;
  }

  .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: #bbc;
      color: white;
      padding: 6px; 
      font-style: italic;
      margin-right: 14px;
      text-align: center;
  }

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

  a:visited {
    color: #34c;
    text-decoration: none;
  }
  
  .main a:hover {
    color: #cc3333;
  }

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

  .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: 60px;
    margin-top: 2px;
    margin-bottom: 18px;
    border-style: none;
  }
  
  .boxheader {
    color: #000000;
    font-weight: bold;
    padding: 0;
    border-bottom: 1px solid #dddddd;
  }
  
  .box a {
    text-decoration: none;  
  }
  
  .box a:hover {
    background-color: #dddddd
  }
    
  .navlink-0, .navlink-0-active {
    font-size: 11px;
    display: block;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 1px dotted #dddddd;
  }
  
  .navlink-1, .navlink-1-active {
    font-size: 11px;
    display: block;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 1px dotted #dddddd;
  }
  
  .navlink-2, .navlink-2-active {
    font-size: 11px;
    display: block;
    padding-left: 17px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 1px dotted #dddddd;
  }
  
  .navlink-3, .navlink-3-active {
    font-size: 11px;
    display: block;
    padding-left: 29px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 1px dotted #dddddd;
  }
  
  .navlink-4, .navlink-4-active {
    font-size: 11px;
    display: block;
    padding-left: 41px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 1px dotted #dddddd;
  }
    
  .navlink-0-active, .navlink-1-active, .navlink-2-active, .navlink-3-active, navlink-4-active {
      font-weight: bold;
  }
  
  .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: #ff9;
      border: thin solid #aa6;
      padding: 6px;
      overflow: auto;
  }

  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:10px;
    margin-bottom:10px;
}

.erstens__ {
    float:left;
}

.zweitens__ {
    float:left;
}

.drittens__ {
    float:left;
}

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

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

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

}

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

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited {
    color: #46f;
    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;
}
