
/* CSS STYLESHEETS EKD ONLINEGAMES
   Media:   handheld / handy
   Version: 1.0
   Date:    2004-09-21
   Author:  David Maciejewski
   COPYRIGHT (C) 2004 ARES SOFTWARE
   www.ares-software.de */


/*** Grundsätzliches ***/

body {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    background-color: #fff;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 0.85em;
    color: #000;
}

body, div, p, table, h1, h2, h3, img, form {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

/*** Container ***/

#header1, #header2 {
    width: 0px;
    height: 0px;
    visibility: hidden;
    display: none;
}

#contentwrapper {
    text-align: left;
    margin: 0px auto;
    margin-top: 20px;
    width: 770px;
    padding: 0px;
    line-height: 5px;
}

#pagecontent {
    line-height: 1.3em;
}

#content {
    margin: 0px 20px 0px 20px;
    padding: 0px 0px 15px 0px;
}

/*** Nützliches ***/

.hide {
    width: 0px;
    height: 0px;
    visibility: hidden;
    display: none;
}

.alternative {
    visibility: visible;
}

/*** Textformatierungen ***/

h1, h2, h3, h4 { line-height: 1.3em; color: #000; }

h1 { font-size: 2em; margin-bottom: 15px; }
h2 { font-size: 1.5em; margin-bottom: 10px; }

p { margin-bottom: 15px; line-height: 1.3em; }

a:link, a:visited, a:active, a:hover { color: #000; text-decoration: underline; }

/*** Tabellen ***/

table {
    border-collapse: collapse;
    border: 1px solid #000;
    margin-bottom: 15px;
    empty-cells: show;
}

caption {
    border: 1px solid #000;
    color: #000;
    text-align: left;
    padding: 2px 5px 2px 5px;
    font-weight: bold;
}

th {
    background-color: #fff;
    font-weight: normal;
    border: 1px solid #000;
    padding: 2px 5px 2px 5px;
    font-size: 0.8em;
    color: #000;
    font-style: italic;
}

td {
    background-color: #fff;
    border: 1px solid #000;
    padding: 2px 5px 2px 5px;
}

/*** Formulare ***/

input, select, textarea {
    font-family: "Courier New", Courier, monospace;
    color: #000;
    background-color: #fff;
    padding: 2px 5px 2px 5px;
    border: 1px solid #000;
}

input#box {
    border: 0px;
    background-color: transparent;
}

/*** Listen ***/

ul {
    list-style-position: outside;
    margin: 0px 0px 10px 0px;
}
