/*
 *      default.css
 *
 *      Copyright 2008 Dominik Zogg <schreiner@x-clan.ch>
 *
 *      This program is free software; you can redistribute it and/or modify
 *      it under the terms of the GNU General Public License as published by
 *      the Free Software Foundation; either version 2 of the License, or
 *      (at your option) any later version.
 *
 *      This program is distributed in the hope that it will be useful,
 *      but WITHOUT ANY WARRANTY; without even the implied warranty of
 *      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *      GNU General Public License for more details.
 *
 *      You should have received a copy of the GNU General Public License
 *      along with this program; if not, write to the Free Software
 *      Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 *      MA 02110-1301, USA.
 */
@import url(index/layout.css);
@import url(navigation/layout.css);
@import url(content/layout.css);

body {
    margin: 0px;
    background-color : #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 70%;
    color: #b3a798;
    line-height: 150%;
}

p {
    margin: 0;
}

h1 {
    font-weight: bold;
    font-size: 170%;
    margin: 0;
}

h2 {
    font-weight: bold;
    font-size: 125%;
    margin: 0;
}

span.underline {
    text-decoration: underline;
}

.error {
    font-weight: bold;
    color: red;
}

.success {
    font-weight: bold;
    color: green;
}

.warning {
    font-weight: bold;
    color: yellow;
}

a:link {
    text-decoration: none;
    color : #b3a798;
}

a:hover {
    text-decoration: none;
    color : #e1d1c1;
}

a:visited {
    text-decoration: none;
    color : #b3a798;
}

a:hover:visited {
    text-decoration: none;
    color : #e1d1c1;
}

img {
    border: 0px;
}

table {
    border: none;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}

td {
    border: none;
    padding: 0;
    margin: 0;
}

hr {
    border-top: 1px solid #b3a798;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
}

input.field {
    background-color: #b3a798;
    width: 176px;
    border: 2px solid #605a52;
    color: #2c2925;
    margin-top: 2px;
    margin-bottom: 2px;
}

select.select {
    background-color: #b3a798;
    width: 180px;
    border: 2px solid #605a52;
    color: #2c2925;
    margin-top: 2px;
    margin-bottom: 2px;
}

textarea { overflow: auto }

textarea.textfield {
    background-color: #b3a798;
    width: 530px;
    border: 2px solid #605a52;
    color: #2c2925;
}

textarea.special {
    width: 475px !important;
}

input.button {
    background-color: #b3a798;
    width: 100px;
    border: 2px solid #605a52;
    color: #2c2925;
    margin-top: 15px;
    margin-right: 5px;
}

input.special {
    background-color: #b3a798;
    width: 100px;
    border: 2px solid #605a52;
    color: #2c2925;
    margin-top: 1px;
    margin-left: 10px;
}

ul  {
    margin: 0;
    padding: 10px 0 5px 25px;
}
