/* <![CDATA[ */

    /* Structure */
    
    /*
     *   INTERFACE ELEMENTS
     */
    
    #interface {
        width: 900px;
        height: 100%;
        overflow: auto;
        margin-top: 25px;
        margin-bottom: 25px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
    
    /*
     *    INTERFACE TOP ELEMENTS
     */
     
    /* Header block */
    #header {
        float: left;
        width: 900px;
        height: 90px;
        background-color: transparent;
    }
    
    /* Corporate */
    #corporate {
        float: left;
        width: 500px;
        height: 75px;
        background-color: inherit;
    }
    #corporate-logo {
        float: left;
        width: 80px;
        height: 75px;
        background-color: inherit;
    }
    #corporate-text {
        font-family: Helvetica, "Trebuchet MS", sans-serif;
        float: left;
        height: 65px;
        padding-top: 10px;
        margin-left: 10px;
        background-color: inherit;
        text-transform: uppercase;
        color: #333333;
        font-size: 24px;
        font-weight: bold;
        color: #0A223E;
        line-height: 0%;
    }
    #corporate-text DIV {
        margin: 0px;
        padding: 0px;
        line-height: 100%;
    }
    #corporate-text DIV.blue-light {
        color: #118CE9;
    }
    #corporate-text DIV.red {
        color: #FF0300;
    }
    #corporate-text SPAN.blue-dark {
        color: #0A223E;
    }
    #corporate-text DIV.baseline {
        font-size: 12px;
    }
    
    /* >Menu peripherical */
    #menu-periph {
        float: right;
    }
    
    #menu-periph LI {
        float: left;
        margin-left: 10px;
    }
    #menu-periph LI A:link,
    #menu-periph LI A:visited {
        color: #003366;
        text-transform: uppercase;
        font-size: 11px;
        text-decoration: none;
        font-family: Helvetica, Verdana, Arial, sans-serif;
    }
    #menu-periph LI A:hover,
    #menu-periph LI A:active,
    #menu-periph LI.act A,
    #menu-periph LI.cur A {
        border-bottom: 2px red solid;
    }
    
    
    /* Banner Picture */
    #banner {
        width: 900px;
        height: 175px;
        float: left;
        overflow: hidden;
        background-color: transparent;
    }
    
    /* Menu Level 1 */
    #navigation {
        width: 900px;
        height: 40px;
        float: left;
        background-image: url(imgs/menu_l1_bg.jpg);
    }
    #menu_level1 {
        width: 900px;
        height: 40px;
        float: left;
        height: auto;
        overflow: auto;
    }
    
    #menu_level1 #level1 {
        height: 40px;
        overflow: hidden;
    }
    #menu_level1 #level1 LI {
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        height: 40px;
    }
    #menu_level1 #level1 LI.separator {
        float: left;
        padding: 0px;
        width: 2px;
        background-image: url(imgs/separator.png);
        background-position: left center;
        background-repeat: no-repeat;
    }
    
    #menu_level1 #level1 LI.last {
    }
    
    #menu_level1 #level1 LI A,
    #menu_level1 #level1 LI A:visited {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
        font-family: Helvetica, Arial, Verdana, sans-serif;
        color: #FFFFFF;
        display: block;
        padding-top: 15px;
        padding-bottom: 4px;
    }
    
    #menu_level1 #level1 LI A:hover,
    #menu_level1 #level1 LI A:active,
    #menu_level1 #level1 LI.act A,
    #menu_level1 #level1 LI.cur A {
        color: #FFFFFF;
        border-bottom: 5px yellow solid;
    }

    /*
     * MAIN CONTENTS ELEMENTS
     */
    
    /* Main Content Contener */
    #main-hat, #main-footer {
        float: left;
        width: 900px;
        height: 15px;
        background-color: transparent;
        background-position: top left;
    }
    #main-hat {
        background-image: url( imgs/bg-body-hat.gif );
        background-repeat: no-repeat;
    }
    #main-footer {
        background-image: url( imgs/bg-body-footer.gif );
        background-repeat: no-repeat;
    }
    #main_home, #main {
        width: 900px;
        height: 100%;
        overflow: auto;
        float: left;
        background-color: #cddde9;
        background-image: url( imgs/bg-body-middle.gif );
        background-repeat: repeat-x;
        background-position: bottom left;
    }
    
    /* content */
    #content {
        float: left;
        width: 625px;
        height: 100%;
        margin-top: 5px;
        margin-left: 20px;
        margin-right: 20px;
    }
    
    #content A {
        text-decoration: underline;
    }
    #content UL {
        margin-left: 10px;
    }
    #content UL LI {
        list-style-type: disc;
    }
    #content OL {
        margin-left: 15px;
    }
    #content OL LI {
        list-style-type: decimal;
    }
    
    /* Home teasers - Menu Level 2 */
    #content-right {
        width: 190px;
        height: 100%;
        overflow: auto;
        float: left;
        padding-left: 20px;
        background-color: transparent;
        border-left: solid #8192a5 1px;
    }
    
    
    /* title level 2 */
    #content-right h2 {
        margin: 26px 0px 5px 0px;
        color: #063264;
        background-color: inherit;
        font-size: 16px;
        font-style: normal;
        font-weight: bold;
        font-family: Helvetica, Arial, Verdana, sans-serif;
        line-height: 120%;
    }

    
    /*
     *    MENUS AND NAVIGATION ELEMENTS
     */
    

    /* Menu Level 2 */
    #content_right UL#menu_level2 {
        background-color: #847E39;
        height: 215px;
    }
    
    UL#menu_level2 {
        float: right;
        margin-top: 10px;
        width: 190px;
    }
    
    UL#menu_level2 LI {
        margin-right: 15px;
        margin-bottom: 10px;
        text-align: left;
    }
    
    UL#menu_level2 LI A,
    UL#menu_level2 LI A:visited {
        padding-right: 10px;
        font-size: 12px;
        font-weight: normal;
    }
    
    UL#menu_level2 LI A:hover,
    UL#menu_level2 LI A:active,
    UL#menu_level2 LI.act A,
    UL#menu_level2 LI.cur A {
        color: #ff0000;
    }

    #menu_level2 LI.level2_title {
        font-size: 12px;
        font-weight: bold;
    }
    
    UL#menu_level3 {
        margin-top: 5px;
        margin-bottom: 15px;
        margin-left: 10px;
    }
    #menu_level3 A,
    #menu_level3 A:visited {
        font-size: 12px;
    }
    #menu_level3 A:hover,
    #menu_level3 A:active,
    #menu_level3 LI.cur A,
    #menu_level3 LI.act A {
        color: #ff0000;
    }
    
    
    /* Footer Credits */
    #footer-credits {
        width: 900px;
        float: left;
        margin-top: 5px;
        color: #7f99b2;
        font-size: 9px;
    }
    
    /*
     * FLEXIBLE CONTENT ELEMENTS
     */
    
    /* FCE 2 Columns globals */
    DIV.FCE-2C {
        width: 100%;
        height: auto;
        overflow: auto;
        clear: both;
    }
    
    /* 30 - 70 */
    DIV.FCE2C-30-70 DIV.col-left {
        float: left;
        width: 30%;
    }
    DIV.FCE2C-30-70 DIV.col-right {
        float: left;
        width: 70%;
    }
    
    /* 40 - 60 */
    DIV.FCE2C-40-60 DIV.col-left {
        float: left;
        width: 40%;
    }
    DIV.FCE2C-40-60 DIV.col-right {
        float: left;
        width: 60%;
    }
    
    /* 50 - 50 */
    DIV.FCE2C-50-50 DIV.col-left,
    DIV.FCE2C-50-50 DIV.col-right {
        float: left;
        width: 48%;
    }
    DIV.FCE2C-50-50 DIV.col-left {
        margin-right: 4%;
    }
    
    /* 60 - 40 */
    DIV.FCE2C-60-40 DIV.col-left {
        float: left;
        width: 60%;
    }
    DIV.FCE2C-60-40 DIV.col-right {
        float: left;
        width: 40%;
    }
    
    /* 70 - 30 */
    DIV.FCE2C-70-30 DIV.col-left {
        float: left;
        width: 70%;
        height: auto;
        overflow: auto;
    }
    DIV.FCE2C-70-30 DIV.col-right {
        float: left;
        width: 30%;
        height: auto;
        overflow: auto;
    }
    
    /*
     * EXTENSIONS 
     */
    
    #content DIV.FCE2C-70-30 DIV.col-right DIV.tx-tocmacmade-pi1 {
        text-align: right;
    }
    #content DIV.FCE2C-70-30 DIV.col-right DIV.tx-tocmacmade-pi1 UL {
        margin-top: 20px;
        overflow: hidden;
    }
    #content DIV.FCE2C-70-30 DIV.col-right DIV.tx-tocmacmade-pi1 UL LI {
        list-style-type: none;
    }
    #content DIV.FCE2C-70-30 DIV.col-right DIV.tx-tocmacmade-pi1 UL LI A,
    #content DIV.FCE2C-70-30 DIV.col-right DIV.tx-tocmacmade-pi1 UL LI A:visited {
        padding-right: 10px;
        font-family: "Trebuchet MS", Helvetica, sans-serif;
        background-image: url(imgs/menus-arrow.gif);
        background-position: right center;
        background-repeat: no-repeat;
    }
    #content DIV.FCE2C-70-30 DIV.col-right DIV.tx-tocmacmade-pi1 UL LI A:hover,
    #content DIV.FCE2C-70-30 DIV.col-right DIV.tx-tocmacmade-pi1 UL LI A:active {   
        color: #473F27;
        background-image: url(imgs/menus-arrow-over.gif);
    }
    
    DIV.csc-textpic {
        margin-top: 15px;
    }
    DIV.csc-textpic-imagewrap {
        height: auto;
        overflow: auto;
        width: 625px !important;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    DL.csc-textpic-firstcol {
        float: left;
        margin-right: 25px;
    }
    DL.csc-textpic-lastcol {
        float: left;
    }
    
    DD.csc-textpic-caption {
        font-style: italic;
        margin-top: 0px;
        margin-bottom: 10px;
    }
   

	/* default styles for extension "tx_cssstyledcontent" */
	/* Captions */
		DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
		DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
		DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

		/* Needed for noRows setting */
		DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

		/* Border just around the image */
		DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
			border: 2px solid black;
			padding: 0px 0px;
		}

		DIV.csc-textpic-imagewrap { padding: 0; }

		DIV.csc-textpic IMG { border: none; }

		/* DIV: This will place the images side by side */
		DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

		/* UL: This will place the images side by side */
		DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
		DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

		/* DL: This will place the images side by side */
		DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
		DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
		DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
		DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
		DL.csc-textpic-image { margin: 0; }
		DL.csc-textpic-image DT { margin: 0; display: inline; }
		DL.csc-textpic-image DD { margin: 0; }

		/* Clearer */
		DIV.csc-textpic-clear { clear: both; }

		/* Margins around images: */

		/* Pictures on left, add margin on right */
		DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
		DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
		DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
			display: inline; /* IE fix for double-margin bug */
			margin-right: 10px;
		}

		/* Pictures on right, add margin on left */
		DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
		DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
		DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
			display: inline; /* IE fix for double-margin bug */
			margin-left: 10px;
		}

		/* Pictures centered, add margin on left */
		DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
			display: inline; /* IE fix for double-margin bug */
			margin-left: 10px;
		}
		DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
		DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

		/* Space below each image (also in-between rows) */
		DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
		DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
		DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

		/* No margins around the whole image-block */
		DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
		DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

		/* Add margin from image-block to text (in case of "Text w/ images") */
		DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
		DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
			margin-right: 10px !important;
		}
		DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
		DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
			margin-left: 10px !important;
		}

		/* Positioning of images: */

		/* Above */
		DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

		/* Center (above or below) */
		DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
		DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
		DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
		DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

		/* Right (above or below) */
		DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
		DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

		/* Left (above or below) */
		DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
		DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

		/* Left (in text) */
		DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

		/* Right (in text) */
		DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

		/* Right (in text, no wrap around) */
		DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
		/* Hide from IE5-mac. Only IE-win sees this. \*/
		* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
		/* End hide from IE5/mac */

		/* Left (in text, no wrap around) */
		DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
		/* Hide from IE5-mac. Only IE-win sees this. \*/
		* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
		/* End hide from IE5/mac */
	DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; }
    
/* ]]> */


