/*
 *  (c) 2006
 *  Andreas Wagner <a.wagner@progressima.org>
 *
 */

body {  	
    text-align: center;
}

#RAMSES {
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    width: 850px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header {
    margin-top: 20px;
}

#logo {
    float: left;
    margin-bottom: 20px;
}

#navigation {
    float: right;
    font-size: 14pt;
    color: #59342c;
}

#navigation img {
    margin: 5px 10px 0px 0px;
}

#image_left {
    width: 630px;
}

#image_right {
    width: 220px;
}

#image_right img {
    margin-left: 4px;
}

#main {
    margin-top: 10px;
}

#content {
    float: left;
    width: 630px;
    height: 440px;
    overflow: auto;
}

#content ul {
    font-size: 10pt;
    color: #646464;
    font-family: Verdana,sans-serif;
    line-height: 140%;
    margin-right: 10px;
}

#menu {
    float: right;
    width: 210px;
    font-size: 10pt;
    background-color: #f0f0f0;
}

#menu ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#menu li {
    border-top: 1px solid #bbbbbb;
}

#menu li a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

#menu li.level1-no {
    background-color: #f0f0f0;
}

#menu li.level1-act {
    background-color: #ffffff;
}

#menu li.level1-no a:hover, #menu li.level1-act a:hover {
    background-color: #ffbd52;
}

#menu li.level1-first {
    border-top: none !important;
}

#menu li.level1-no a, #menu li.level1-act a {
    padding-left: 30px;
}

#menu li.level2-no a, #menu li.level2-act a {
    padding-left: 50px;
}

#footer {
    float: left;
    width: 850px;
    color: #59342c;
    font-size: 10pt;
}

#footer hr {
    margin-top: 20px;
    background-color: #59342c;
    color: #59342c;
}


/* Welcome page */

#navigation span, #navigation a {
    font-size: 9pt;
    font-weight: bold;
    color: #59342c;
    margin-right: 3px;
}

#navigation span.level1-last a, #navigation span.level1-last {
    margin-right: 2px !important;
}

#navigation a:hover {
    color: #ffbd52;
}

#navigation span.level1 {
    float: left;
    margin-top: 35px;
}


/* News */

#menu table.public-news-header {
    margin: 5px 5px 0px;
    font-weight: bold;
    color: #59342C
}

table#latest-news {
    margin: 5px;
    color: #59342C;
}

table#latest-news span.news-title {
    font-size: 9pt;
}

table#latest-news span.news-date {
    font-size: 9pt;
}

table#news-single, table.news-list {
    margin-left: 5px;
}

table#news-single span.title, table.news-list span.title {
    font-size: 9pt;
    font-weight: bold;
}

