﻿/*************************************** 
CSS Stylesheet for http://dod.4242.hu/
(C) Szabolcs Molnar, 2009
Last updated: Jan 15, 2009
****************************************/
   
body {
    color: #ffffff;
    background-color: #9e8f5c;
    font-family: verdana,helvetica,sans-serif;
    font-size: 10pt;
    margin-top: 10px;
}

a, a:visited {
    color: #6b5e35;
    font-weight: bold;
}

a:hover {
    color: #ffffff;
}

#header {
    background-image: url("./img/dodbg.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #796b3c;
    height: 205px;
}

#header img {
    position: relative;
    left: 10px;
    top: 10px;
    border: none;
}

#header ul li a,
#header ul li a:visited,
#header ul li a:hover {
    color: #ffffff;
    text-decoration: none;
    padding: 5px 5px 5px 5px;
}

#header ul li a:hover {
    background-color: #887b52;
}

#header ul {
    display: block;
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 80px;
    position: relative;
}

#header li {
    float: left;
    padding: 0 10px 0 10px;
}

#content {
    width: 795px;
    border: solid 2px #000000;
    margin-left: auto;
    margin-right: auto;
    background-color: #928148;
}

#footer {
    text-align: center;
    font-size: 8pt;
}

p.center {
    text-align: center;
}

img.center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
