/* 
    Document   : default
    Created on : 15.03.2009, 15:03:40
    Author     : Mathias
    Description:
        Purpose of the stylesheet follows.
*/

html, body {
    margin: 0px;
    padding: 0px;

    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: black;
    background-color: white;
}

p, a {
    font-size: 11px;
}

#Main {
    width: 1000px;
    min-height: 500px;
    border: 0px solid #8d8d8d;
    margin: 20px auto;
}

#Logo {
    border: 0px;
    margin-left: 57px;
}

#Header {
    height: 110px;
    padding: 0px;
}

#HeaderPostfix {
    margin-left: 885px;
    color: #961425;
}

#Header h1 {
    font-size: 20px;
    color: #58585a;
    font-weight: bold;

    position: absolute;
    margin-left: 295px;
    margin-left: 310px;

    margin-top: -45px;
    margin-top: -86px
}

#Menu {
    padding: 0px;
    color: white;
    width: 100%;
    height: 40px;
    margin-left: 4px;
}

div.debug {
    height: 30px;
    overflow: hidden;
    opacity: 0.5;
}

div.debug:hover {
    height: auto;    
    opacity: 1.0;
}

/**************************************************************
* Anmelde-Kasten                                              *
**************************************************************/

#Login {
    font-size: 80%;
    position: absolute;
    margin-top: -80px;
    margin-top: 10px;
    margin-left: 788px;
}

#Login th {
    width: 70px;
    text-align: left;
    color: #811926;
}

#Login td {
    width: 150px;
}

#Login input {
    width: 128px;
    font-size: 10px;
}

#Login input.button {
    width: 134px;
}

/**************************************************************
* Inhalt                                                      *
**************************************************************/
#Content {
    padding: 0px 0px;
    margin-left: -4px;
    margin-right: -11px;
}

#Content div.core {
     margin: 10px; margin-right: 8px;
}

div.left {
    width: 470px;
    margin-right: 19px;
    margin-left: 8px;
    float: left;
}

div.left div.left, div.right div.left {
    width: 231px;
    margin-right: 9px;
    float: left;
}

div.right {
    width: 470px;
    margin-left: 19px;
    float: left;
}

div.right div.right, div.left div.right {
    width: 231px;
    margin-left: 9px;
    float: left;
}

br.clear {
    clear: left;
}

/*========== PLAIN LIST =======================*/

table.plainList th {
	text-align: left;
	background-color: #d0d0d0;
        padding: 5px;
}

table.plainList th a {
    
}

table.plainList th a.sortAsc {
    border-top: 1px solid black;
}

table.plainList th a.sortDesc {
    border-bottom: 1px solid black;
}

table.plainList th abbr {
	
	border-bottom-color: black;
}

table.plainList th abbr:hover {
	border-bottom-color: black;
	color: black;
}

table.plainList tr.a {
	background-color: #eeeeee;
}

table.plainList tr.a, table.plainList tr.b {
    cursor: pointer;    
}

table.plainList tr.a:hover, table.plainList tr.b:hover {
    background-color: #dddddd;
}

.debug {
    padding: 10px;
    margin: 10px;
    margin-top: 20px;
    margin-bottom: 0px;
    border: 1px dashed violet;
}

.debug .notice {
    margin-top: 8px;
}

.debug .notice:first-child {
    margin-top: 0px;
}

/*========== FOOTER ===========================*/

div#Footer {
    margin-top: 20px;
    border-top: 1px solid #606060;
}

#Footer .col {
    margin: 10px;
    width: 230px;
    float: left;
    color: #606060;
}

#Footer .col big {
    display: block;
    font-size: 12px;
    border-bottom: 1px solid #404040;
    color: #606060;
    font-variant: small-caps;
}

#Footer span, #Footer p {
    line-height: 1.5em;
}

#Footer ul {
    margin-left: 0px;
    padding-left: 0px;
    list-style-type: circle;
}

#Footer li {
    margin-left: 15px;
}

#Footer li a {
    color: #808080;
    font-weight: normal;
}

#Footer li a:hover {
    color: #303030;
    text-decoration: underline;
}

/*=================*/

.slot {
    border-bottom: 1px solid black;
    background-color: #ffe7ea;
    background-color: #f5f5f5;
    min-height: 0.1%;
}

.slot .new {
    position: absolute;
    margin-left: 85px;
    margin-top: 18px;
}

.currentSlot {
	background-color: #d9dadb;
}

.coloredBox .b {
    /*background-color: #fff2f4;*/
}

.smallPhotoContainer {
    float: left;
    width: 85px;
    max-height: 60px;
    overflow: hidden;
    margin-right: 4px;
}

img.overlaySmall {
    position: absolute;
    margin-left: -80px;
    margin-top: 2px;
}

.overlayBig {
    position: absolute;
    margin-left: 40px;
    margin-top: -100px;
    z-index: 100;
}

.overlayBig2 {
    position: absolute;
}

.h_sub {
    margin: 0px;
    padding: 0px;
    text-align: right;
    color: #ffffff;
    margin-top: -23px;
    margin-right: 3px;
    height: 24px;

    display: block;
}

/*======== LOADING */

#Loading {
    display: none;
    position: absolute;
    text-align: center;

    padding: 100px;
    padding-top: 20px;
    width: 400px;

    margin-left: 200px;
}

#Loading .background {
    color: #dddddd;
}

#Loading .background a {
    color: #dddddd;
}

/*============ DEBUG */

#logDisplay {
    margin:10px;
    background-color:#eeeeee;
    border:1px solid #606060;
    padding: 5px;
    max-height: 100px;
    overflow: auto;
}
