h1 {
    text-transform: none;
    font-size: 1.4em;
}

h1.title {
    display: none;
}

#ContentContainer {
   width: 585px;
   min-height: 475px;
   float: left;
   margin-bottom: 0;
   _display: inline;
   _height: 475px;
}

#RightContainer {
   position: relative;
   width: 285px;
   min-height: 496px;
   _height: 499px;
   float: left;
   margin: 0 0 0 30px;
}

#LeftMenu {
    display: none;
}

#NegoContent {
    width: auto;
    padding: 0;
    font-size: 1em;
}

#FrmSearch {
    position:relative;
    width: 285px; height: 60px;
    background: url(../images/bg_search_form.png) repeat-x;
}

#TxtSearch{
    margin: 10px 0 0 18px;
    border: solid 1px #B5BABF;
    width: 215px; height: 17px;
}

#Loupe {
    position: absolute;
    width: 17px; height: 17px;
    top: 11px; left: 240px;
    background: url(../images/loupe.png) top left no-repeat;
    cursor: pointer;
}

#UtilTool {
    margin: 0 0 0 0;
    height:60px;
    width:585px;
    float:left; 
    background: url(../images/dot_underline.png)  bottom left repeat-x;    
}

#NegoContent #UtilTool { 
    font-size: 1em;
}

#Print a {
    background : url(../images/print.png) top left no-repeat; 
    /*margin-right:163px;*/
    padding-right:10px;
    border-right: dotted #000 1px;   
}
#Rss a {
    background : url(../images/rss.png) top left no-repeat ;
    /*padding-right:10px;*/
    /*margin-right:163px;*/
    /*border-right: dotted #000 1px;*/        
}
#Crumbtrail {
    /*display: none;*/
    margin: 0 0 12px;
}

#NegoContent ul li{
    list-style-type: none;
    list-style-image: none;
}

#NegoContent ul, #NegoContent ol {
    margin: 0;
}

#NewsContent ul  {
    padding-top: 20px;
    width: 100%;
}

#Links {
    display: block;
    width: 100%;
}


