body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    background-color: #000000;
    color: #CCCCCC;
    font-size: 13px;
}

h1 {
    border-bottom: 1px solid #7B7B7B;
    font-weight: normal;
    font-size: 25px;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 5px;
    color: #ffffff;
    padding-bottom: 5px;
}

h1.arrow {
    background-image: url(../images/arrow_big.gif);
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

h1 a:link, h1 a:active, h1 a:visited {
    color: #ffffff;
    text-decoration: none;
}

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

h2 {
    border-bottom: 1px solid #7B7B7B;
    font-weight: normal;
    font-size: 25px;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 5px;
    color: #ffffff;
    padding-bottom: 5px;
}

h3 {
    color: #ffffff;
}

h4 {
    color: #FF0000;
}

p {
    text-align: justify;
}

img {
    border: 0px none;
}

a:link, a:active, a:visited {
    color: #0099FF;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

div.clear {
    clear: both;
}

.center {
    text-align: center;
}

strong {
    color: #0099FF;
    font-weight: normal;
}

.strong {
    font-weight: bold;
}

/*
 * MESSAGES
 */
div.errors, div.messages, div.warnings, div.informations {
    padding: 10px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: 12px 12px;
}

div.errors p, div.messages p, div.warnings p, div.informations p {
    margin: 0;
    padding: 0;
    padding-left: 25px;
}

div.errors {
    background-color: #FFE4E3;
    background-image: url(../images/cross.gif);
    border-bottom: 2px solid #E47E7A;
    color: #000000;
}

div.errors a:link      {color: #000000; text-decoration: underline;}
/* visited link */
div.errors a:visited   {color: #000000; text-decoration: underline;}
/* mouse over link */
div.errors a:hover     {color: #444444; text-decoration: underline;}
/* selected link */
div.errors a:active    {color: #000000}

div.messages {
    background-color: #E0FFD3;
    background-image: url(../images/accept.gif);
    border-bottom: 2px solid #8BD76B;
    color: #000000;
}

div.messages a:link      {color: #000000; text-decoration: underline;}
/* visited link */
div.messages a:visited   {color: #000000; text-decoration: underline;}
/* mouse over link */
div.messages a:hover     {color: #444444; text-decoration: underline;}
/* selected link */
div.messages a:active    {color: #000000}

div.warnings {
    background-color: #FFF6BF;
    background-image: url(../images/error.gif);
    border-bottom: 2px solid #FED324;
    color: #000000;
}

div.informations {
    background-color: #E3F1FE;
    background-image: url(../images/information.gif);
    border-bottom: 2px solid #7AA6D5;
    color: #000000;
}

/*
 * FORM ELEMENTS
 */
label {
    float: left;
    display: block;
    width: 200px;
}

input[type=text], input[type=password] {
    width: 200px;
    background-color: #666666;
    color: #ffffff;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    padding: 3px;
}

select {
    width: 200px;
    background-color: #666666;
    color: #ffffff;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    padding: 3px;
}

textarea {
    background-color: #666666;
    color: #ffffff;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    padding: 3px;
}

input[type=submit] {
    background-color: #666666;
    color: #ffffff;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    padding: 3px;
    cursor: pointer;
}

/*
 * PAGE
 */
#page_container {
    width: 968px;
    margin: 0 auto;
}

/*
 * HEADER
 */
div.header_flash {
    height: 203px;
}

div.pre_header {
    width: 968px;
    height: 203px;
    background-image: url(../images/random_header.php);
}
 
div.header {
    font-size: 12px;
}

div.header h1 {
    background-image: url(../images/arcacmf_logo.png);
    background-repeat: no-repeat;
    background-position: 0px 50%;
    text-align: right;
    padding-top: 40px;
}

/*
 * MAIN MENU
 */
div.header div.main_menu {}

div.header div.main_menu a:link, div.header div.main_menu a:active, div.header div.main_menu a:visited {
    color: #ffffff;
    text-decoration: none;
}

div.header div.main_menu a:hover {}

div.header div.main_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

div.header div.main_menu li {
    float: left;
    padding-top: 10px;
    text-align: center;
    margin-right: 1px;
    width: 120px;
    height: 26px;
    background-color: #666666;
    background-image: url('../images/menu_corner.gif');
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

div.header div.main_menu li div.item {}

div.header div.main_menu li.first {}

div.header div.main_menu li.last {
    margin-right: 0px;
}

div.header div.main_menu li.selected {
    background-color: #CCCCCC;
    background-image: url('../images/menu_corner_active.gif');
}

div.header div.main_menu li.selected a:link, div.header div.main_menu li.selected a:active, div.header div.main_menu li.selected a:visited {
    color: #CC0000;
    text-decoration: none;
}

div.header div.main_menu li.selected a:hover {
    text-decoration: none;
}

/*
 * LANGUAGE MENU
 */
div.language_menu ul {
    float: right;
    font-size: 0.7em;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

div.language_menu ul li {
    padding: 10px;
    padding-right: 5px;
    float: left;
}

div.language_menu ul li.last {
    padding-right: 0px;
}

/*
 * ATTACHMENTS LIST
 */
div.attachments ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

div.attachments ul li {
    padding: 10px;
    padding-left: 45px;
    background-repeat: no-repeat;
}

div.attachments ul li.doc {
    background-image: url(../images/doc_32.jpg);
}

div.attachments ul li.zip {
    background-image: url(../images/zip_32.jpg);
}

div.attachments ul li.rar {
    background-image: url(../images/rar_32.jpg);
}

div.attachments ul li.pdf {
    background-image: url(../images/pdf_32.jpg);
}

/*
 * CONTENT
 */
div.content {
    min-height: 430px;
    padding-top: 5px;
    padding-bottom: 20px;
    overflow: hidden;
}

div.content div.left {
    float: left;
    padding-right: 1px;
}

div.content div.right {
    float: right;
}

div.content div.w_30 {
    width: 289px;
}

div.content div.w_70 {
    width: 678px;
}

div.content div.w_50 {
    width: 483px;
}

div.content div.box {
    padding: 10px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #333333;
    min-height: 260px;
    margin-bottom: -2000px;
    padding-bottom: 2000px;
}

/* IE
* html div.content div.box {
    min-height: 260px;
}
*/

div.content div.corner {
    background-image: url(../images/black_corner.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
}

div.content ul {
    list-style-image: url(../images/arrow_small.gif);
}

div.content li {
    padding-top: 2px;
    padding-bottom: 2px;
}

div.content li.selected {
    list-style-image: url(../images/arrow_small_active.gif);
    color: #FF0000;
}

/*
 * STICKY NEWS BLOCK
 */
div.content div.news_list {
    background-color: #e9e9e9;
    padding: 10px;
}

div.content div.news_list div.post {
    background-image: url(../images/separator.gif);
    background-repeat: repeat-x;
    padding-top: 10px;
}

div.content div.news_list div.post h3 {
    font-weight: bold;
    font-size: 0.9em;
    margin-top: 0;
}

div.content div.news_list div.post p {
    font-size: 0.9em;
}

/*
 * POST
 */
div.post {}

div.post p.date {
    text-align: right;
}

div.post p.read_more {
    text-align: right;
}

div.post div.categories {}

/*
 * CONTACT
 */
div.contact_box {
    float: left;
    width: 500px;
}

div.map_box {
    float: right;
    width: 355px;
    margin-top: 20px;
}

/*
 * FOOTER
 */
div.footer {
    color: #666666;
    margin-top: 5px;
}

div.footer a:link, div.footer a:active, div.footer a:visited {
    color: #666666;
    font-weight: bold;
}

div.footer p {
    text-align: center;
    font-size: 10px;
}

/*
 * FOOTER MAIN MENU
 */
div.footer div.main_menu {
    font-size: 11px;
    color: #ffffff;
    text-align: center;
    height: 40px;
    background-color: #666666;
    border-bottom: 5px solid #CC0000;
}

div.footer div.main_menu a:link, div.footer div.main_menu a:active, div.footer div.main_menu a:visited {
    color: #ffffff;
    font-weight: normal;
}

div.footer div.main_menu a:hover {}

div.footer div.main_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-top: 12px;
}

div.footer div.main_menu li {
    display: inline;
}

div.footer div.main_menu li div.item {}

div.footer div.main_menu li.first {}

div.footer div.main_menu li.last {
    margin-right: 0px;
}

div.footer div.main_menu li.selected {}

div.footer div.main_menu li.selected a:link, div.footer div.main_menu li.selected a:active, div.footer div.main_menu li.selected a:visited {
    color: #CC0000;
    text-decoration: underline;
}

div.footer div.main_menu li.selected a:hover {
    text-decoration: none;
}
