/***** Allmein *****/

* {
    margin: 0;
    padding: 0;
    border: 0;
}

body  {
    font: small/150% Arial,verdana, helvetica, sans-serif;
    background: #FAF7F1 url("/pics/body/bodybg.gif") repeat-y left;
    text-align: left;
    color: #71152A;
}


/***** Container *****/
#wrapper {
    white-space: nowrap;
    width: 960px;
    margin-bottom: 2em;
}

#wrapper1 {
    white-space: nowrap;
    width: 960px;
    margin-bottom: 2em;
    background: transparent url(/altes_schloss.jpg) no-repeat scroll 150px 0
}

#head {
    height: 140px;	
    border: 0px;
}

#balken {
     position: absolute;
     top: 70px;
     left: 0px;
     width: 100%;
     height: 70px;
     background-color: #71152A;
     color: #fff;
}

.wappen {
     z-index: 10;
     position: absolute;
     top: 23px;
     left: 39px;
}

.logo {
   z-index: 10;
   position: absolute;
   top: 76px;
   left: 182px;
} 

.schloss {
    z-index: 10;
    position: absolute;
    top: 15px;
    left: 550px;
}

div.sidebar {
    overflow: hidden;
    float: right;
    margin-left: 1em;    
    margin-bottom: 1em;
}

#navi {
    margin-top: 15px;
    float: left;
    width: 150px;
    font-size: 90%;
    font-weight: bold;
    list-style: none;
}

#content {
     white-space: normal;
     width: 780px;
     float: right;
     margin-top: 15px;
}

#content li {
     margin-left: 30px;
}

#navi ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#navi ul a {
    display: block;
    background-color: #CA9E61;
    border-bottom: 5px solid #9c6531;
    padding: 4px 0px 4px 5px;
    text-decoration: none;
    color: #71152A;
}

#navi ul ul li a {
    padding-left: 30px;
}

#navi a.active {
    font-weight: bold;
    background: #71152A;
    color: #fff;
}

#navi a:hover {
    background: #71152A;
    color: #fff;
}

/*********************
Typo
**********************/
h1 {
  font-size: 150%;
  font-weight: bold;
  padding-bottom: 10px;
}

h2 {
  font-size: 120%;
  font-weight: bold;
  padding-bottom: 5px;
}

/*********************
Misc
**********************/

.floatL {
    float: left;
    margin-right: 1em;    
}

.floatR {
    float: right;
    margin-left: 1em;    
}

.clear {
    clear: both;
    width: 0.1em;
    height: 0.1em;
    line-height: 0.1em;
}

div.selfclear {
    clear: both;
    margin-bottom: 1em;
    border-top: 1px solid #963;
    padding-top: 1em;
}

table {
    font-size: 0.9em;
}

.td {
    padding: 2px;
    width: 120px;
    height: 20px;
}

table .form {
    border: 1px solid #963;
}

hr {
    height: 1px;
    background-color: #963;
}


table.tblLose {
    font-size: 1em;
}

table.tblLose td {
    vertical-align: top;
}



table.ergebnis {
    border: 1px solid #71152A;
    border-collapse: collapse;
}

table.ergebnis th, table.ergebnis td {
    border: 1px solid #71152A;
    padding: 0.2em 0.5em;
    margin: 0.2em;
}

table.ergebnis td {
    text-align: right;
}



