
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common browsers */
:link,:visited { text-decoration:none; color: inherit; }
ul,ol { list-style:none; }
li { display: block;}
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd
{ margin:0; padding:0; }
a img,:link img,:visited img { border:none; }
address { font-style:normal; }


body
  {
    position: relative;
    font: 80%/1.3 Arial, Helvetica, sans-serif;
    background: #FFE9B7;
    background: url(/fileadmin/SSW/design/kirchheimer-weinwelt/laub.gif) right 120px no-repeat #FFE9B7;
    color: black;
  }

div#wrapper
  {
    min-height: 100%;
  }

* html body div#wrapper
  {
    height: 100%;
  }

div#header
  {
    height: 120px;
    background: #B20000;
    text-align: right;
  }

div.subheader
  {
    margin-top: 26px;
    padding-left: 20px;
    height: 26px;
    background: #B20000;
    line-height: 26px;
    font-size: 1.1em;
    font-weight: bold;
    color: #FFE9B7;
  }

div#head105
  {
    background: #8B9235;
  }

div#head106
  {
    background: #E99F00;
  }

div#head107
  {
    background: #002967;
  }

div#head108
  {
    background: #357DAD;
  }

div.topnavimg
  {
    position: absolute;
    top: 0px;
    left: 20px;
  }

div#topnavimg105
  {
    left: 140px;
  }

div#topnavimg106
  {
    left: 280px;
  }

div#topnavimg107
  {
    left: 420px;
  }

div#topnavimg108
  {
    left: 560px;
  }

div#topnav
  {
    position: absolute;
    left: 20px;
    top: 100px;
  }

div#topnav ul
  {
    list-style: none;
  }

div#topnav ul li
  {
    display: inline;
    float: left;
    border-left: 4px solid #FFE9B7;
    border-top: 4px solid #FFE9B7;
    margin-right: 20px;
    width: 116px;
    height: 26px;
    background: #B20000;
  }

div#topnav ul li.top2
  {
    background: #8B9235;
  }

div#topnav ul li.top3
  {
    background: #E99F00;
  }

div#topnav ul li.top4
  {
    background: #002967;
  }

div#topnav ul li.top5
  {
    background: #357DAD;
  }

div#topnav ul li a
  {
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 26px;
    padding-left: 6px;
    color: #FFE9B7;
  }

div#topnav ul li strong a
  {
    color: #FFE9B7;
  }

div#subnav
  {
    position: absolute;
    left: 20px;
    top: 172px;
    width: 240px;
  }

div#subnav ul
  {
    margin-top: 1.4em;
    list-style: none;
  }

div#subnav ul li
  {
    padding-bottom: 0.5em;
  }

div#subnav li a
  {
    font-size: 1.1em;
    font-weight: bold;
    color: #666666;
  }

div#subnav li strong a
  {
    color: #B20000;
  }

div#content
  {
    margin: 1.4em 160px 1.4em 280px;
  }

div#left
  {
    display: inline;
    float: right;
    margin: 1.4em 60px 1.4em 20px;
  }

div#left div dl
  {
    margin: 0;
    padding: 0;
  }

div#content p
  {
    margin-top: 1.4em;
  }

div#content h3
  {
    margin-top: 1.5em;
    font-size: 1.4em;
    font-weight: bold;
  }

table.csc-mailform td
  {
    padding-right: 10px;
    padding-bottom: 4px;
    font: 80%/1.3 Arial, Helvetica, sans-serif;
  }

table.csc-mailform td.csc-form-labelcell
  {
    padding-top: 4px;
  }

table.csc-mailform td.csc-form-fieldcell input, select, textarea
  {
    border: solid #FFD470;
    border-width: 0 0 1px 1px;
    padding: 2px 5px;
    background-color: #FFF4DB;
    color: #990000;
  }

table.csc-mailform td.csc-form-fieldcell input.csc-mailform-submit
  {
    border: 1px solid #FFF4DB;
    padding: 2px 20px;
    background-color: #B20000;
    color: #FFF4DB;
    cursor: pointer;
  }

div.csc-textpic-clear
  {
    clear: left;
  }
