/* padding: zwischen Text und Box: oben, rechts, unten, links     */
/* border:  zwischen Box und Umgebung: oben, rechts, unten, links */

/* Allgemeines: http://www.w3.org/MarkUp/Guide/Style              */
/* Keine Tabellen f. Layout: http://www.hotdesign.com/seybold/    */
/* Wiki: http://css-discuss.incutio.com/                          */
/* CSS Tips+Tricks: http://css-discuss.incutio.com/               */

body {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 1em;
    color: #000000;
    background: #FFFFFF;
    text-align: left;
    margin:  0em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
}

pre {
    font-family: monospace;
}

/* ----------------------------------------------- */
#content {
    margin:  1em 1em 1em 1em;
    padding: 0em 1em 0em 1em;
}

/* ----------------------------------------------- */
/* navigation am seiten kopf                       */
/* ----------------------------------------------- */
#nav-header {
    margin:  0em 0em 1em 0em;
    padding: 0em 0em 0em 0em;
    color: #ffffff;
    background-color: #4b70c1;
}

#nav-header ul {
    margin:  0em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
    text-align: left;
}

#nav-header li {
    margin:  0em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
    list-style-type: none;
    display: inline;
    vertical-align: middle;
}

/* ----------------------------------------------- */
/* menue fuer account verwaltung                   */
/* ----------------------------------------------- */
#nav-config {
    margin: 1em 0em 1em 0em;
    border-style: solid;
    border-color: black;
    border-width: 0px 0px 1px 0px;
}

#nav-config ul {
    font-size: 75%;
    text-align: center;
}

#nav-config li {
    font-weight: bold;
    list-style-type: none;
    display: inline;
    padding: 0.25em 0.5em 0.25em 0.5em;
    margin: 0.25em 1em 0.25em 1em;
    border: 1px dashed;
}

#nav-footer {
    font-size: 25%;
    text-align: center;
    border-style: solid;
    border-color: black;
    border-width: 1px 0px 0px 0px;
}

/* ----------------------------------------------- */
.datempty {
    background-color: #FFFFFF;
}

.button {
    text-align: center;
    vertical-align: middle;
}

.datpersontitle {
    font-weight: bold;
    background-color: #E0E0E0;
}

.datperson {
    background-color: #E0E0E0;
}

.dathometitle {
    font-weight: bold;
    background-color: #C4C4C4;
}

.dathome {
    background-color: #C4C4C4;
}

.datworktitle {
    font-weight: bold;
    background-color: #E0E0E0;
}

.datwork {
    background-color: #E0E0E0;
}

/* ----------------------------------------------- */
/* Links                                           */
/* ----------------------------------------------- */
a:link {
    color: #923f28; 		/* unvisited link */
    background: #FFFFFF;
    text-decoration: none;
}

a:visited {
    color: #b6876d; 		/* visited link */
    background: #FFFFFF;
    text-decoration: none;
}

a:active {
    color: #cc3300; 		/* active link */
    background: #FFFFFF;
    text-decoration: underline;
}

a:hover {
    color: #990000; 		/* active link */
    background: #FFFFFF;
    text-decoration: underline;
}

/* ----------------------------------------------- */
/* CSS innerhalb der Wiki Seiten                   */

/* Nutzung:                                        */
/* @@classname Text@@                              */
/* @@color:red;background:grey; Text@@             */
/* ----------------------------------------------- */
