div.audiences{
   padding-right: 25px;
   padding-bottom: 5px;
   padding-top: 0px;
}

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;
      margin-top: 20px;
      background-color: #dbe8f7;
      color: #333;
      font-family: "Trebuchet MS";
      font-size: 13px;
      line-height: 18px;
  }

  table {
      border-collapse:collapse;
  }

  .breadcrumbs {
      margin-bottom: -10px;
  }

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

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

  h3 {
      color: #888;
      margin-top: 10px;
      margin-bottom: 5px;
      font-size: 15px;
  }
  
  h4 {
      color: #888;
      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;
  }
  
  .breadcrumb {
      font-size: 13px;
      margin: 0px;
      padding: 0px;
      padding-bottom: 20px;
      padding-left: 20px;
  }

  .breadcrumb a, .breadcrumb a:visited {
      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: 0px;
      line-height: 18px;
  }
  
  .navarea { 
      width: 200px;
      vertical-align: top; 
      /* line-height: 18px; */
      padding: 90px 10px 0 12px;
      background-image: url(/static/svaj_navheader.png);
      background-repeat: no-repeat;
      visibility: hidden;
  }
  
  .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;
  }

  .small {
      font-size: 11px;
  }

  .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: #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: 25px;
    margin-top: 2px;
    margin-bottom: 18px;
    border-style: none;
    visibility: hidden;
  }
  
  .boxheader {
    color: #000000;
    font-weight: bold;
    padding: 0;
    border-bottom: 1px solid #c6d8ec;
    visibility: hidden;
  }
  
  .box a {
    text-decoration: none;  
    visibility: hidden;
  }
  
  .box a:hover {
    background-color: #c6d8ec;
    visibility: hidden;
  }
    
  .navlink-0, .navlink-0-active {
    font-size: 13px;
    display: block;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px dotted #89acd2;
  }
  
  .navlink-1, .navlink-1-active {
    font-size: 13px;
    display: block;
    padding-left: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px dotted #89acd2;
  }
  
  .navlink-2, .navlink-2-active {
    font-size: 13px;
    display: block;
    padding-left: 25px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px dotted #89acd2;
  }
  
  .navlink-3, .navlink-3-active {
    font-size: 13px;
    display: block;
    padding-left: 29px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px dotted #89acd2;
  }
  
  .navlink-4, .navlink-4-active {
    font-size: 13px;
    display: block;
    padding-left: 41px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px dotted #89acd2;
  }
    
  .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;
  }
  
  
  

.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;
}

.headerarea {
    background-image: url(/static/svaj_pageheader.png);
    height: 0px;
    width: 0px;
    .sidebar {
      background-color: #fff;
      visibility: hidden;
}

}

.contentarea {
      background-color: #fff;
}

.sidebar {
      background-color: #fff;
      width: 0px;
      visibility: hidden;
}

.navarea {
      background-color: #fff;
      visibility: hidden;
}

.toolbar {
      background-color: #fff;
      visibility: hidden;
}
.footer {
      background-color: #fff;
      visibility: hidden;
}
