/* <![CDATA[ */
    
    /***************************************************************
     * BASE ELEMENTS- SECTION 1
     *
     * Template classes
     ***************************************************************/
    
    /*----------------------------------------------
     :     ACCESSIBILITY
     -----------------------------------------------*/
    #skip a, #skip a:hover, #skip a:visited {
        position: absolute;
        left: 0px;
        top: -500px;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }
    
    #skip a:active {
        position: static;
        width: auto;
        height: auto;
    }
    
    SPAN.accessKey {
        text-decoration: underline;
    }
    
    /*----------------------------------------------
     :     GLOBALS STRUCTURE
     -----------------------------------------------*/
    /* Dimensions & positions for all the elements */
    
    /* HTML - Generic */
    HTML, BODY {
        width: 100%;
        height: 99%;
        margin: 0px;
        padding: 0px;
        /* FOR IE : to centering DIV structure */
        text-align: center;
        background-color: #CBCC99;
    }
    
    /* FOR NON IE : to restablish text align in the DIV structure */
    BODY>DIV {
        text-align: left;
    }
    
    #pre_interface {
        background-image: url("cdg/bg_body.gif");
        background-position: top center;
        background-repeat: repeat-y;
        background-color: #CBCC99;
        width: 1010px;
        height: 98%;
        /* Optional params for dynamic centered position */
        margin-right: auto;
        margin-left: auto;
        margin-top: 0px;
        /* restablish text align */
        text-align: left;
    }
    
    * HTML #pre_interface {
        height: 95%;
    }
    
    #interface {
        width: 1010px;
        min-height: 94%;
        /* BACKGROUND*/
        background-image: url("cdg/lines.gif");
        background-position: top left;
        background-repeat: repeat-y;
        overflow: auto;
    }
    
    * HTML #interface {
        height: 94%;
        overflow: visible;
    }
    
    #pre_interface .footer {
    	text-align: left;
    	color: #320407;
    	margin-top: 20px;
    	margin-left: 230px;
    	padding-bottom: 15px;
    	width: 550px;
    	background-color: #CBCC99;
    }
	
    #pre_interface .footer SPAN {
    	padding-left: 10px;
    	font-size: 9px;
    }
    
    #pre_interface .footer A,  #pre_interface .footer A:visited {
    	color: #320407;
    	font-size: 9px;
    }
    
    #pre_interface .footer A:hover {
    	color: #3C7574 !important;
    }
    
    /*----------------------------------------------
     :  COLUMN LEFT
     -----------------------------------------------*/
    /* Dimensions & positions for headers elements  */
    #col_left {
        float: left;
        width: 230px;
    }
    
    #col_left .spacer_top {
        width: 230px;
        height: 25px;
        background-color: #CBCC99;
    }
    
    #corporate {
        margin: 0px;
        border: 0px;
        float: right;
        height: auto;
        overflow: hidden;
        background-color: #CBCC99;
    }
    
    #corporate A {
        width: 210px;
        height: 145px;
        overflow: hidden;
        margin: 0px;
        padding: 0px !important;
        border: 0px;
        display: block;
    }
    
    #corporate IMG {
        border: 0px;
        margin: 0px;
        padding: 0px;
    }
    
    /*
    #copyrights {
        width: 225px;
        height: auto;
        overflow: auto;
        margin: 0px;
        padding: 0px;
    }
    
    #copyrights A {
        height: auto;
        overflow: auto;
    }
    */
    /*----------------------------------------------
     :     COLUMN CENTER
     -----------------------------------------------*/
    /* Dimensions & positions for headers elements  */
    #col_center {
        float: left;
        width: 580px;
        background-color: #CBCC99;
    }
    
    #header {
        width: 550px;
        height: 100px;
        overflow: hidden;
        padding: 0px;
        margin-bottom: 5px;
        float: left;
        background-color: transparent;
        background-image: url("cdg/bg_body.gif");
        background-position: top center;
        background-repeat: repeat-y;
    }
    
    .content {
        width: 550px;
        min-height: 100%;
        margin: 0px;
        padding-top: 75px;
        padding-bottom: 30px;
        color: #CBCC99;
        background-color: transparent;
        background-image: url("cdg/bg_body.gif");
        background-position: top center;
        background-repeat: repeat-y;
        clear: both;
    }
    
    .content P.bodytext {
        margin-left: 10px;
        margin-bottom: 10px;
        width: 520px;
    }
    
    .content DIV .csc-firstHeader {
        margin-left: 10px;
        margin-bottom: 20px;
        width: 520px;
    }
    
    .content TABLE P.bodytext, .content TABLE H2, .content TABLE H3, .content TABLE H4, .content TABLE H5, .content TABLE H6 {
        margin-left: 0px;
        width: auto;
    }
    
    /*----------------------------------------------
     :     COLUMN RIGHT
     -----------------------------------------------*/
    /* Dimensions & positions for headers elements  */
    #col_right {
        float: left;
        width: 180px;
        height: 100%;
    }
    
    #col_right .spacer_top {
        width: 190px;
        height: 25px;
        background-color: #CBCC99;
    }
    
    #teasers_top {
        width: 160px;
        height: auto;
        overflow: hidden;
        margin-left: 10px;
        padding-top: 36px;
        text-align: right;
    }
    
    #teasers_top DIV {
        margin: 0px 0px 0px 0px;
        padding: 0px;
    }
    
    #teasers_top DIV .csc-firstHeader, #teasers_top DIV H1 {
        width: 150px;
        margin: 0px;
        color: #320407;
        font-size: 10px;
        font-weight: bold;
        text-align: right;
    }
    
    #teasers_top P.bodytext {
        width: 150px;
        margin-left: 10px;
        margin-top: 5px;
        margin-bottom: 20px;
        line-height: 120%;
        text-align: right;
        font-size:10px;
        color: #320407;
    }
    
    #teasers_top A.mail:hover {
    	color: #320407;
    }
    
   #teasers_bottom {
        width: 150px;
        height: auto;
        overflow: hidden;
        padding-top: 5px;
        margin-left: 20px;
        text-align: right;
    }
    
    #teasers_bottom DIV.csc-textpic-imagewrap {
        float: right;
        clear: both;
    }
    
    #teasers_bottom P.bodytext {
        width: 160px;
        margin: 0px 0px 0px 25px;
        color: #320407;
    }
    
    /*#teasers_bottom P.bodytext IMG {
        padding-right: 0px;
        width: 160px;
        margin-top: 35px;
    }
    
    * HTML #teasers_bottom P.bodytext IMG {
    	margin-right: 3px;
    }
    
    *:first-child+html #teasers_bottom P.bodytext IMG {
    	margin-right: 6px;
    }*/
    
    /***************************************************************
     * BASE ELEMENTS- SECTION 2
     *
     * Navigation classes
     ***************************************************************/
    /*----------------------------------------------
     :     NAVIGATION GLOABALS
     -----------------------------------------------*/
    #menu_level1 {
        overflow: hidden;
        display: block;
    }
    
    /* IE 6 Hack */
    * HTML #menu_level1 {
    	display: inline;
    }
    
    /*----------------------------------------------
     :     MENU LEVEL 1
     -----------------------------------------------*/
    #menu_level1 {
        float: right;
        padding-top: 10px;
        text-align: right;
        margin-right: 60px;
    }
    
    DIV.level1 UL {
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: block;
    }
    
    DIV.level1 LI, DIV.level1 LI SPAN.act {
        margin-top: 5px;
        overflow: hidden;
        list-style: none;
         font-size: 14px;
    }
    
     DIV.level1 LI A:visited {
        color: #320407;
    }
    
    DIV.level1 LI SPAN.cur A:visited {
        color: #320407;
    }
    
    DIV.level1 LI A {
        margin: 0px;
        padding: 0px;
        color: #320407;
    }
    
    DIV.level1 UL LI A:hover, DIV.level2 UL LI A:hover, DIV.level1 LI SPAN.cur A, DIV.level1 LI SPAN.act A, DIV.level2 UL LI SPAN.cur A {
        font-weight: normal;
        color: #3C7574 !important;
    }
    
    DIV.level1 UL LI SPAN.cur DIV UL LI, DIV.level1 UL LI SPAN.cur DIV UL LI A, DIV.level1 UL LI SPAN.act DIV UL LI A {
        color: #653333 !important;
    }
    
     DIV.level2 UL LI SPAN.cur DIV UL LI, DIV.level2 UL LI SPAN.cur DIV.level3 UL LI A, DIV.level2 UL LI SPAN.act DIV.level3 UL LI A {
        color: #653333 !important;
    }  
    
    /*----------------------------------------------
     :     MENU LEVEL 2
     -----------------------------------------------*/
     
    DIV.level2 {
        margin: 0px 0px 5px 0px;
        padding: 0px;
        list-style: none;
        font-size: 12px !important;
    }

    DIV.level2 UL {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    DIV.level2 UL LI {
        margin-top: 5px;
        margin-right: 0px;
    }

    DIV.level1 LI SPAN.cur DIV.level2 UL LI A, DIV.level1 LI SPAN.act DIV.level2 UL LI A {
        margin: 0px;
        padding: 0px;
        color: #653333;
        font-weight: normal;
    }

     DIV.level1 LI SPAN.act DIV.level2 SPAN.act A, DIV.level1 LI SPAN.act DIV.level2 SPAN.cur A{
         margin-top: 7px;
        color: #3C7574;
        font-size: 12px;
        font-weight: normal;
     }
     
     DIV.level2 UL LI SPAN A {
        font-size: 12px !important;
    }
    
    DIV.level3 {
        margin: 0px 0px 5px 0px;
        padding: 0px;
        list-style: none;
        font-size: 10px !important;
    }
    
    DIV.level3 UL LI SPAN A {
        font-size: 10px !important;
    }
    
    DIV.level4 {
        margin: 0px 0px 5px 0px;
        padding: 0px;
        list-style: none;
    }
    
    DIV.level4 UL LI SPAN A {
        font-size: 9px !important;
    }


    /*----------------------------------------------
     :     MENU PERIPHERICAL
     -----------------------------------------------*/    
    #menu_periph {
        float: right;
        margin-right: 20px;
    }

    #menu_periph UL {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    #menu_periph LI, #menu_periph LI .act {
        float: left;
    }

    /***************************************************************
     * BASE ELEMENTS - SECTION 3
     *
     * PLUGINS
     ***************************************************************/
    /* TT NEWS */
    .news-latest-container {
        margin-left: 10px;
        margin-bottom: 20px;
        width: 380px;
    }
    .news-latest-container H2 {
        margin-bottom: 15px;
        margin-left: 0px;
    }
    .news-latest-container H3 {
        margin-left: 0px;
    }
    .news-latest-container .news-latest-item {
        margin-bottom: 15px;
    }
    .news-latest-container P.bodytext {
        margin-left: 0px;
        margin-bottom: 5px;
    }

    .news-single-item {
        margin-left: 10px;
        margin-bottom: 20px;
		width: 380px;
    }
    .news-single-item  H2{
        margin-bottom: 15px;
        margin-left: 0px;
    }
    .news-single-item H3{
        margin-left: 0px;
    }
    .news-single-item .news-single-img A {
        border-bottom: none;
    }
    .news-single-item P.bodytext {
        margin-left: 0px;
        margin-bottom: 5px;
    }

	DIV.tx-rgsmoothgallery-pi1 DIV.content {
		padding: 0px;
	}
    
    DIV.news-search-form, DIV.news-search-emptyMsg {
        margin-left: 20px;
        margin-bottom: 20px;
    }


	/* TYPO3 Content Table - Image Border */
	TABLE.contenttable TR TD IMG {
		border: 1px solid #CBCC99;
	}
	
	/* FLV Player */
	DIV.tx-flvplayer-pi1 {
		width: 550px;
		text-align: center;
	}

/* ]]> */

