body {
    font-family: Verdana, Arial;
    font-size: 0.76em;
    color: #CCFFCC;
    background-color: #003311;
    background-image: url(../images/sun.gif);
    background-repeat: no-repeat;
    width: 880px;
    padding: 0px;
    margin: 0px;
	margin-right: 13px;
}

h1 {
    font-weight: bold;
    font-size: 1.6em;
    padding: 7px 0px 3px 5px;
}

h2 {
    font-weight: bold;
    font-size: 1.25em;
}

h3 {
    font-weight: bold;
    font-size: 1.1em;
    font-style: italic;
    margin: 3px;
}

a:link, a:visited {
    color: #CCCC33;
    text-decoration: none;
}

a:hover, a:active {
    color: #CCCC33;
    text-decoration: underline;
}

.menu a:link, .menu a:visited {
    color: #CCffcc;
    text-decoration: none;
}

.menu a:hover, .menu a:active {
    color: #CCCC33;
    text-decoration: underline;
}

.menu {
    font-weight: bold;
}

.left {
    float: left;
    width: 230px;
}

.right {
    float: right;
    text-align: left;
    width: 640px;
}

.titlepic {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCC33;
    margin-top: 5px;
}

#homeLink {
    margin-top: 200px;
    margin-left: 140px;
}

#decocLink {
    margin-top: 30px;
    margin-left: 134px;
}

#derilabLink {
    margin-top: 30px;
    margin-left: 124px;
}

#forumLink {
    margin-top: 30px;
    margin-left: 114px;
}

#literatureLink {
    margin-top: 30px;
    margin-left: 100px;
}

.content {
    text-align: justify;
    margin-left: 5px;
}

.footer {
    text-align: center;
    font-size: 0.8em;
    margin-top: 50px;
    margin-bottom: 12px;
    padding-top: 3px;
    border-top: 1px solid #003e14;
}

.yellow {
    color: #CCCC33;
}

.little {
    font-size: 0.65em;
    vertical-align: top;
}

table {
    width: 100%;
    border-collapse: collapse;
}

td, th {
    border: 1px solid #006400;
    padding: 3px 7px 2px 7px;
    vertical-align: top;
    text-align: left;
}

th {
    background-color: #009100;
    color: #003311;
    font-style: italic;
    font-weight: bold;
}

tr.alt td {
    background-color: #003e14;
}

#inconstruction table, #inconstruction td, #inconstruction tr {
    border: none;
    vertical-align: middle;
    font-style: italic;
}

hr {
    width: 80%;
    height: 1px;
    border: none;
    background-color: #999999;
	text-align: center;
}

