@charset "utf-8";
.head-image-container {
    width: 960px;
    height: 174px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url(../images/header.png);
}

.header {
    margin-bottom: 4px;
    /*margin-top: 5px;*/
}

.header-navline {
    background-image: url(../images/navi-short.png);
    height: 40px;
    color: white;
    font-size: 80%;
    border: 1px solid #666633;
}

.header ul.nav {
    /* Don't mess with formatting uls, they are not properly supported across browsers */
    display: inline;
    list-style: none;
}

/* # <- padding | <- margin | <- padding TEXT  */

.header ul.nav li {
    /* Don't mess with lis at all, they cannot be formated properly across all browsers, to our regret */
    display: inline;
    padding: 0px;
    margin: 0px;
}

.header ul.nav a.header-nav-item, .header ul.nav a.header-nav-item:visited {
    display: inline;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 5px;
    margin-left: 5px;
    color: white;
}

.header ul.nav a.header-nav-item:hover {
    /*color: gray;*/
}

.header ul.nav li div.header-nav-item {
    float: left;
    height: 40px;
    line-height: 40px;
    border-left: 1px solid #A98146;
}

.header ul.nav li:first-child div.header-nav-item {
    border-left: none;
}

.header ul.nav li div.header-nav-item:hover {
    background-color: #804000;
}

.header ul.nav li.align-right {
    float: right;
}

.header ul.nav li.align-right div.header-nav-item {
    border-left: none;
}

.nav1 {
border-bottom: 1px dotted #000000;
padding-bottom:10px;

}

.news2 {
border-bottom:#000000 1px dotted;
padding: 14px;
padding-bottom:15px;
padding-top: 15px;
color:#663300;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.nav2 {
padding-top:15px;
}

.news2 a{
text-decoration:none;
color:#663300;
}

