﻿*{margin: 0; padding: 0;}
body
{
    background-color: #ffffff;
    color: #222222;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}


H1{ font-size: 30px; color: #034082; margin-bottom: 8px;}
H2{ font-size: 22px; color: #444444;}
H3{ font-size: 17px; color: #444444;}

H2, H3 {margin-bottom: 6px;}

p{margin-bottom: 4px;}

ul, menu, dir {
  margin: 4px 0;
  padding-left: 20px;
  -moz-padding-start: 20px;
}


a { color: #034082; text-decoration:none; }
a:hover { color: #034082; text-decoration:underline; }


.floatfix { height: 0; line-height: 0; clear:both;}

#wrapper
{
    width: 800px;
    margin-left: auto;
    margin-right:auto;
    
}

#header_wrap
{
    
}
#header_1
{
    background-image: url('images/flegis_head.jpg');
    height: 120px;
    padding: 0 20px 0 20px;
    /*border: solid 1px red;*/
    
    
}
#header_2
{
    background-image: url('images/line_top.gif');
    min-height: 20px;
    background-repeat: no-repeat;
    padding: 8px 20px 0 20px;
    
    /*border: solid 1px red;*/

}
#header_3
{
    padding: 0 20px 0 20px;
    /*border: solid 1px red;*/
}
#content_wrap
{
    padding: 0 20px 0 20px;
    margin: 14px 0 8px 0;
    /*border: solid 1px red;*/
}
#column_1
{
    float:left;
    width:560px;
    /*border: solid 1px green;*/
}
#column_2
{
    float: right;
    width: 185px;
    /*border: solid 1px blue;*/
}
#footer_1
{
    background-image: url('images/footer_line.png');
    background-repeat: no-repeat;
    clear:both;
    padding: 8px 20px 0 20px;
    min-height: 20px;
    color: #6d6e71;
    font-size: 10px;
    text-align:center;
}
#footer_2
{
    padding: 8px 20px 0 20px;
}

.menu_blue { color: #034082; }
.menu_blue A { color: #034082; }
.menu_blue A:hover { color: #034082; }

.menu_orange { color: #e87b16; }
.menu_orange A { color: #e87b16; }
.menu_orange A:hover { color: #e87b16; }




/* --- Language Selector --- */
.nn_language_selector
{
    
}

.nn_language_selector A {  }
.nn_language_selector A:hover {  }

/* --- END Language Selector --- */


/*--- NEWS -----*/
#nn_news
{
    margin-top:2px;
    text-align: left;
}

#nn_news .nn_news_item
{
    padding: 0 10px 6px 3px;
    margin-bottom: 10px;
    border-bottom: solid 1px #bbbbbb;
}

#nn_news H2 { }
#nn_news H2 A { }
#nn_news H2 A:hover  { }


#nn_news H2 A:visited  { }

#nn_news .nn_news_date
{
    color: #444444;
    float: left;
    width: 65px;
    height: 20px;
}

#nn_news .nn_news_author
{
    float:left;
    height: 18px;
    color: #999999;
    
}

#nn_news .nn_news_summary
{
    clear:left;
    margin-bottom: 8px;
}

#nn_news .nn_news_body
{
    clear:left;
    margin-bottom: 8px;
}

#nn_news .nn_news_cat{ color: #999999;}
#nn_news HR{display: none;}



/* menu */
.RadMenu_flegis .nncms_selected .link
{
    text-decoration: underline;
    /*font-weight: bold;*/
}