﻿* 
{
   color: #FFFFFF;
}

html, body {
   margin:0px;
   padding:0px;
   border: 0px;
   width:100%;
   height:100%;
}

table.layouttable 
{
    width: 100%;
    height: 100%;
    border: 0px;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}

table.layouttable td
{
    padding: 0px;
    border: 0px;
    margin: 0px;
    vertical-align: top;
}


#container
{
    width: 100%;
    height: 100%;
    background-image: url('../../media/layout/front.ifwi.bg.jpg');
    background-position: 0px 0px;
    background-repeat: repeat-x;
}

#header
{
    width: 100%;
    height: 78px;
    padding: 20px 0px 0px 0px;
    /*background-image: url('../../media/layout/header.lines.white.gif');
    background-position: 0px 20px;
    background-repeat: repeat-x;*/
}

#header_lang 
{
    width: 100px;
}
#header_lines
{
    width: 100%;
    background-image: url('../../media/layout/header.lines.white.gif');
}
#header_uas
{
    width: 102px;
}
#header_logo
{
    width: 248px;
}


#chlogo
{
   position: absolute;
   margin: 350px 0px 0px -88px;
}

#sidebar
{
    padding-top: 30px;
    right: 0px;
    width: 248px;    
}

#menu a
{
    display: block;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;    
    border-top: 1px solid #FFFFFF;
}

#menu2 a
{
    display: block;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;    
    border-top: 1px solid #FFFFFF;
}



#menu a:hover, #menu2 a:hover
{
    color: #84b3ba;
}

#menu, #menu2
{
    padding-bottom: 32px;    
}


#specials
{
}



#content
{
    margin: 0px 350px 40px 100px;
}



#raster_container
{    
    position: absolute;
    top: 120px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 420px;
}

#raster_left
{
    width: 90px;
}

#raster_body
{    
    width: 100%;
    height: 420px;
    background-image: url('../../media/layout/footer.raster.gif');
    background-repeat: repeat;
    background-position: top right;
}

#raster_right
{
    width: 350px;
}

#footer_text
{
    position: absolute;
    left: 100px;
    z-index: 3;
}


#news_title_container
{
    vertical-align: bottom;
    width: 26px;
    height: 362px;
}

#news_title
{
    /*position: relative;*/
    /*top: 462px;*/
    margin-right: 1px;
    height: 20px;
    width: 280px;
    z-index: 3;
    /*width: 100%;
    margin-bottom: 60px;*/
    background-color: #84b3ba;
}

#news_items
{
    width: 632px;
}

#news_panel_container
{
    position: absolute;
    vertical-align: bottom;
    left: 16px;
    top: 120px;
    height: 340px;
    width: 300px;
    z-index: 3;
}

.news_panel
{
    width: 300px;
    height: auto;
    background-color: #84b3ba;
    margin-top: 20px;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    padding: 8px 8px 8px 8px;
}

.news_panel_header
{
    right: 0px;
    width: 100%;
    height: 20px;
    background-image: url('../../media/ui/news_line.gif');
    background-position: top right;
    background-repeat: no-repeat;    
}

.news_panel_text
{
    padding: 0px 8px 0px 8px;   
}


.news_panel_text a
{
	font-weight: bold;
	text-decoration: underline;
}