@charset "UTF-8";


/* !************************************ */

/* !********* CSS RESET **************** */

/* !************************************ */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
 
 margin:0;

  padding:0;

}


table {

  border-collapse:collapse;

  border-spacing:0;

}




fieldset,img {
 
  border:0;

}


address,caption,cite,code,dfn,em,th,var {

  font-style:normal;

  font-weight:normal;

}


ol,ul {

  list-style:none;

}


caption,th {

  text-align:left;

}


h1,h2,h3,h4,h5,h6 {

  font-size:100%;

  font-weight:normal;

}


q:before,q:after {

  content:'';

}


abbr,acronym {
  border:0;

}




/* !************************************ */

/* !************ GLOBAL **************** */

/* !************************************ */


a {

  color: #58bfcf;

  text-decoration: none;

}



a:hover,
a:active,
a:focus {

  color: #58bfcf;

  text-decoration: underline;

}



a img {

  border: 0px;

}



p,
table {

  margin: 0 0 1em 0;

}



p {

  font-size:1.1em;

}



ul,
ol {

  margin-left:10px;

  padding-left:10px;

}




h1 {

  font-size: 1.8em;

  font-weight: 400;

  line-height: 1.1em;

  margin: 0 0 0.5em 0;

}



h2 {
  font-size:1.6em;

  font-weight: 400;

  line-height: 1.1em;

  margin: 0 0 0.5em 0;

}



h3 {

  font-size: 1.3em;
  font-weight: 400;

  line-height: 1.1em;

  margin: 0 0 0.5em 0;

}



h4,
h5,
h6 {
  font-size: 1.3em;

  font-weight:700;

  line-height: 1.1em;

  margin: 0 0 0.5em 0;

}



.std ul,
.std ol,
.page-body ul, 
.page-body ol {

  margin: 0 0 1em 0;

/*
  color: #999;

  font-size:1.1em;
*/

}



.std ul,
.page-body ul {

  list-style-type: none;

/*
  list-style-type: square;

  list-style-image: url(../img/ico-listitem-blue.png);
*/

}



.page-body ul li {
  background-image: url(../img/ico-listitem-blue.png);
  background-position: left 6px;
  background-repeat: no-repeat;
  
  font-size: 0.95em;
  padding-left: 15px;
}

.page-body p ul li {
  font-size: 1em;
}


fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

hr {
  background-color: transparent;
  border: 1px solid #ccc;
  border-width: 1px 0 0 0;
  padding: 0;
  margin: 0;
  height: 0px;
  overflow: hidden;
}

.strike {
  text-decoration:line-through;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear-both {
  clear:both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}






/* !************************************ */

/* !************* Body ***************** */

/* !************************************ */


:root {

  overflow-y: scroll !important;

}



html * {

  margin:0;

  padding:0;

}



body {

  color: #5b646f;

  text-decoration: none;

  letter-spacing: 0;

  word-spacing: normal;

  line-height: 1.5em;


  background-image:url(../img/bkgd_main950.png);

  background-position: center top;

  background-repeat:no-repeat;


  font-family: Arial, Helvetica, sans-serif;

  font-size: 15px;

  font-weight: normal;

  margin: 0;

  padding: 0;

  border: 0;

}



#wrapper {
    width: 100%;
    margin: 0px auto;
    text-align: left;
}

#main {
    position: relative;
    width: 950px;
    margin: 0px auto;
    background-color: #fff;
}





/* !************************************ */

/* !************ HEADER **************** */

/* !************************************ */



.header-container {

  margin-bottom: 0;

  z-index: 900;

}



.header {

  height: 107px;

}


a.logo {

    display: block;

    float: left;

    width: 230px;

    height: 75px;

    padding: 15px 0 0 13px;

}



.header-service {

    float: right;

    width: 600px;

    margin: 10px 6px 0 0;
}


.quick-access {

            float: right;

            margin-right:10px;
}



.quick-access ul {

            list-style-type: none;

            padding: 0;

}


.quick-access ul li {

            display: inline;

            margin: 0 1px 0 0;

            padding: 0 8px;

            border-right: 1px solid #ccc;
}


.quick-access ul li.last {

            border-right: 0px;

}


.quick-access ul li a {

            font-size: 0.8em;

            color: #999;

            text-decoration: none;
}


        .quick-access ul li a:hover,
        .quick-access ul li a:focus,
        .quick-access ul li a:active {
            color: #58bfcf;
            text-decoration:underline;
        }

        .languages {
            float:right;
            min-width:115px;
            padding-top:1px;
            margin-top:3px;

            font-size: 0.9em;
            color: #999;
         }
          .languages p {
              float: left;
            width: 55px;
              margin: 0 7px 0 0;
        padding: 0;
              line-height: 1.4em;
              font-size: 0.9em;
          }
          .languages ul {
              float: left;
              display: inline;
              width: 53px;
              height: 15px;
              padding: 0;
              margin: 0px 0 0;
              list-style-type: none;
          }
  
            .languages ul li {
              float: left;
                display: block;
                width: 20px;
                height: 15px;
                line-height: 1em:
                padding: 0;
                margin: 0 2px;
            }

              .languages ul li a,
              .languages ul li span {
                display: block;
            width: 16px;
            height: 11px;
            line-height: 1em:
            margin: 0;
            padding: 1px;
            border: 1px solid #fff;
            vertical-align: center;
              }
              
              .languages ul li a:hover,
              .languages ul li a:focus,
              .languages ul li a:active {
                  border-color: #58bfcf;
              }
  
                .languages ul li a img,
                .languages ul li span img {
                    margin: 0;
                    border: 0;
                    padding: 0;
                    line-height: 1em:
                }



        
/* !************ TOP NAV **************** */

.menu-top {
    margin: 0 6px;
} 
	.top-nav-container-mask {

	}
	
	
    .top-nav-container {
        float: none;
        display: block;
        height:35px;
        border: 1px solid #ccc;
        border-width: 1px 0;
        z-index: 800;
        position:relative;
        width: 938px;
        overflow: hidden;
    }
    .top-nav-container .top-nav-span {
        float: right; 
        display: block; 
        position: absolute; 
        right: 0px; 
        top: 1px;
        width: 100%; 
        height:30px;
        background-color:#fff;
        border-bottom:3px solid #eee;

        background-image: url(../img/bkgd_topnav.png);
        background-position:-1px 0px;
        background-repeat: repeat-x;
        background-color: #eee;

        z-index: -1;
    }
        .top-nav-container ul.top-nav {
            margin: 0;
            padding: 0;
            list-style-type: none;
            white-space:nowrap;
            width:938px;
            height:35px;
        }
 
            .top-nav-container ul.top-nav li {
                float: left;
                display: block;
                height: 33px;
                border-left:1px solid #ccc;
                margin: 1px 0 0 0;
                border-color:#eee;
            }

            .top-nav-container ul.top-nav li a {
                background-image: url(../img/bkgd_topnav.png);
                background-position:-1px 0px;
                background-repeat: repeat-x;
                background-color: #eee;
                
                display:block;
                color: #666;
                font-size: 14px;
                
                text-align:center;
                text-decoration: none;
                padding: 6px 18px 3px 20px;
                margin: 0px 1px 0 1px;
            }

            .top-nav-container ul.top-nav li.first {
                border:0;
            }
            
            .top-nav-container ul.top-nav li.last {
                margin-right:0px;
                /*border-right: 1px solid #eee;*/
            }
            .top-nav-container ul.top-nav li.end {
                background-color: #eee;
                border-left: 1px solid #fff;
                border-right: 1px solid #fff;
                padding-right: 1px;
            }
            .top-nav-container ul.top-nav li.last a {
                margin-right:0px;
            }
            
            .top-nav-container ul.top-nav li.home {
                padding: 1px 0 0;
                width: 34px;
                margin:  0;
                border:  0;
            }
            .top-nav-container ul.top-nav li.home a {
                padding: 0;
                margin:0;
            }

            .top-nav-container ul.top-nav li.active a:focus,
            .top-nav-container ul.top-nav li.active a:hover,
            .top-nav-container ul.top-nav li.active a:active,
            .top-nav-container ul.top-nav li.inactive a:focus,
            .top-nav-container ul.top-nav li.inactive a:hover,
            .top-nav-container ul.top-nav li.inactive a:active {
                border-bottom: 3px solid #58bfcf;
                color: #000000;
                padding-bottom: 4px;
            }

            .top-nav-container ul.top-nav .inactive {
                background-color: #fff !important;
            }
            .top-nav-container ul.top-nav .inactive a {
                border-bottom: 3px solid #eee;
                color: #666666;
                padding-bottom: 4px;
            }
            
            .top-nav-container ul.top-nav li.active a {
                /*background-image: url(../img/bkgd_topnav.png);*/
                background-color: #58bfcf !important;
                border-bottom-color:#58bfcf;
                background-position:-1px 0px;
                border-bottom: 3px solid #58bfcf;
                padding-bottom: 4px;
            }
            .top-nav-container ul.top-nav li.inactive a:hover,
            .top-nav-container ul.top-nav li.inactive a:focus,
            .top-nav-container ul.top-nav li.inactive a:active {
                /*background-image: url(../img/bkgd_topnav.png);*/
                background-color: #58bfcf !important;
                border-bottom-color:#58bfcf;
                background-position:-1px 0px;
            }

    
/* !******* QUICKLINK-SEARCHBAR *********** */
  
.menu-quicklink-searchbar {
    margin: 0 6px;
    border-color: #ccc;
    border-style: solid;
    border-width: 0 0 1px 0;
    height:35px;
} 
    .quicklink-container {
        float:left;
/*        width:500px;*/
		width: 620px;
        margin-top:9px;
    }


        .quicklink-container ul.quicklinks {
            margin: 0;
            padding: 0;
        }

            .quicklink-container ul.quicklinks li {
                border-right: 1px solid #ccc;
                display: inline;
                font-size: 0.8em;
                background-repeat: no-repeat;
                margin: 5px 0px 0px 6px;
                padding: 3px 8px 0px 22px;
            }

            .quicklink-container ul.quicklinks li a {
                color: #999;
                padding: 0;
                text-decoration: none;
              /* position:relative;
                top:-2px; */
            }
            .quicklink-container ul.quicklinks li a:hover,
            .quicklink-container ul.quicklinks li a:focus,
            .quicklink-container ul.quicklinks li a:active {
                color: #58bfcf;
                text-decoration:underline;
            }
            
            
            .quicklink-container ul.quicklinks li.last { 
              border-right: 0; 
            }
            .quicklink-container ul.quicklinks li.facebook { 
                background-image: url("../img/icon_facebook.png"); 
                background-position: left 2px;
                padding-left: 22px;
            }
            .quicklink-container ul.quicklinks li.contact { 
                background-image: url("../img/icon_contact.png"); 
                background-position: left 3px;
                padding-left: 24px;
            }
            
            

    .searchbar-container {
        float:right;
        width:303px;
        margin-top:6px;
    }
        .searchbar-container p {
            display:inline;
            color:#58bfcf;
            font-weight:bold;
            float:left;
            margin-top:2px;
        }
   
        #header_searchform input {
            float: left;
            color: #666;
            width: 203px;
            height: 22px;
            margin: 0;
            padding: 0px 8px;
            border: 0;
            background: url(../img/bkgd_search.png) no-repeat left top;
            float:right;
            font-size:0.9em;
            line-height:1.9em;
        }

        #header_searchform button {
            float: right;
            width: 30px;
            height: 22px;
            border: 0;
            background: url(../img/button_search.png) no-repeat left top;
        	cursor: pointer;
        }

    #header_searchform button span {
      display: none;
    }






/* !*********** LEFT NAV **************** */





.left-nav-container {

    margin-left:10px;

    margin-top:28px;

    width:250px;

}



.left-nav-container h3 {

    margin: 0 0 0.7em;

    font-size: 1.1em;

    line-height: 1em;

    margin-bottom:1.1em;

    color: #000000;

    text-transform:uppercase;

}


.left-nav-container h3 a {

    font-size: 1em;

    color: #000000;

    text-decoration: none;
}



.left-nav-container h3 a:focus,

.left-nav-container h3 a:hover,

.left-nav-container h3 a:active {

    color: #666666;
}


.left-nav-container ul {

    padding: 0;

    list-style-type: none;

}


.left-nav-container ul.pages {

    margin: 0 0 2.5em;

}


.left-nav-container ul.sub_pages {

    margin: 0.8em 0 0.8em 1.5em;

}



.left-nav-container ul.pages li {

            font-size:1em;

}


.left-nav-container ul.sub_pages li {

            font-size:13px;

}


 
.left-nav-container ul li {

                display:block;

                margin-bottom:0.85em;

}


.left-nav-container ul li a {

          text-decoration: none;

          color: #666666;

          display:block;

          line-height:1.3em;

}


.left-nav-container ul li a:focus,

.left-nav-container ul li a:hover,

.left-nav-container ul li a:active {

            color: #333333;

}



.left-nav-container ul.pages li a.active {

            color: #58bfcf;

            background: url("../img/li_open_active.png") no-repeat left 5px;

            padding-left: 14px;

}


.left-nav-container ul.pages li a.activenosub,
.left-nav-container ul.sub_pages li a.activenosub {

            color: #58bfcf;

            background: url("../img/li_open_activenosub.png") no-repeat left 4px;

            padding-left: 8px;

}



.left-nav-container ul.sub_pages li a.activenosub {

          /*  background-position: left 3px;*/
 
}


.left-nav-container ul.pages li a.inrootline,
.left-nav-container ul.sub_pages li a.inrootline  {

            color: #333333;

            background: url("../img/li_open.png") no-repeat left 5px;

            padding-left: 14px;

}


.left-nav-container ul.sub_pages li a.active,
.left-nav-container ul.sub_pages li a.active {

            color: #58bfcf;

            left: -8px;

            padding-left: 8px;

            position: relative;

}




/* !*********** LEFT TEASER **************** */



.left-teaserbar {

    margin-left:0px;

    margin-top:25px;

    width:300px;

}


.left-teaserbar .teaser {

        position:relative;

        margin-bottom:25px;

}


.left-teaserbar .teaser .csc-header h2 {

	color:#58bfcf;

    	text-transform:uppercase;

	font-size:1.2em;
	margin-bottom:0.5em;

}


.left-teaserbar .teaser .csc-textpic {

	position:relative;

	width:300px;
      	height:134px;

	overflow:hidden;

}


.left-teaserbar .teaser .csc-textpic .csc-textpic-imagewrap {

            border-style: solid;

            border-color: #eee;

            border-width: 1px 0px;

            padding:1px 0px;

            position:absolute;

            margin:0px !important;

            z-index: 1;

}


.left-teaserbar .teaser .csc-textpic .csc-textpic-imagewrap img {

                margin:0px !important;

}


.left-teaserbar .teaser .csc-textpic-text {
            position:relative;

            height:128px;

            width:300px;

            margin:2px 0;

}


.left-teaserbar .teaser .csc-textpic-text p.align-right {

            color: #999;

            margin-right: 18px;

            padding-top: 12px;
}


 .left-teaserbar .teaser .csc-textpic-text p.align-left {

            color: #999;

            margin-left: 14px;

            padding-top: 12px;
}


.left-teaserbar .teaser .csc-textpic-text p.bodytext {

            color: #999;

            margin-left: 140px;

            padding-top: 12px;
}


.left-teaserbar .teaser .csc-textpic-text a.internal-link,
.left-teaserbar .teaser .csc-textpic-text a.external-link,
.left-teaserbar .teaser .csc-textpic-text a.external-link-new-window {

                font-size:0.7em;

                font-weight:normal;

                line-height:1.2em;

                /*font-weight:bold;line-height:1.15em;*/

                color:#fff;

                padding:4px 25px 4px 7px;

                background: url(../img/button_arrow_white_long.png) no-repeat right 6px #ed8c01;
              
  
              /*background: url(../img/button_arrow_white_long.png) no-repeat right 6px #58bfcf;*/

                text-transform:uppercase;

                position:absolute;

                bottom:10px;
                right:0px;

                z-index: 2;

}




.subteaser, .subteaser .teaser {

        position:relative;

        margin-bottom:25px;
        width:305px;
}

.subteaser .teaser .csc-header h2 {

            color:#58bfcf;

            text-transform:uppercase;

            font-size:14px;   /*1.2em*/

            margin-bottom:0.5em;

}



.subteaser .teaser .csc-textpic {

            position:relative;

            width:305px;

            height:132px;

            overflow:hidden;

}



.subteaser .teaser .csc-textpic .csc-textpic-imagewrap {

            border-style: solid;

            border-color: #eee;

            border-width: 1px 0px;

            padding:1px 0px;

            position:absolute;

            margin:0px !important;

            width:305px !important;

            height:128px !important;

            z-index: 1;

}


.subteaser .teaser .csc-textpic .csc-textpic-imagewrap img {

                margin:0px !important;

                width:305px;

                height:128px;

}

        

.subteaser .teaser .csc-textpic-text {

	position:relative;

    	height:128px;

	width:305px;

	margin:2px 0;
}


.subteaser .teaser .csc-textpic-text p.align-right {

	color: #999;

	margin-right: 18px;

        padding-top: 12px;
}


.subteaser .teaser .csc-textpic-text p.align-left {

           color: #999;

           margin-left: 14px;
            padding-top: 12px;
}


.subteaser .teaser .csc-textpic-text p.bodytext {

            color: #999;

            margin-left: 140px;

            padding-top: 12px;
}


.subteaser .teaser .csc-textpic-text a.internal-link,

.subteaser .teaser .csc-textpic-text a.external-link,
.subteaser .teaser .csc-textpic-text a.external-link-new-window {

                position:absolute;

                bottom:10px;

                right:0px;

                padding:4px 25px 4px 7px;

                z-index: 2;

                font-size:12px;   /* 0.7em */
                line-height:1.2em;

                font-weight:normal;

                /*font-weight:bold;line-height:1.15em;*/

                color:#fff;

                /* Orange*/

                background: url(../img/button_arrow_white_long.png) no-repeat right 6px #ed8c01;

                /*background: url(../img/button_arrow_white_long.png) no-repeat right 6px #58bfcf;*/

                text-transform:uppercase;

}






/* !*********** PAGE GLOBALS **************** */

.col-main .page-title {
    border-bottom: 1px solid #ccc;
    margin-top: 1px;
    padding-bottom: 1px;
    margin-bottom: 5px;
    position: relative;
}
    .col-main .page-title h2 {
        position:absolute;
        bottom:10px;
        left:25px;
        font-weight:bold;
        text-transform:uppercase;
        font-size:1.3em;
        /*text-shadow: #fff 1px 1px 0px;*/
    }

.col-main .page-body h1, .col-main .page-body h2, .col-main .page-body h3, .col-main .page-body h4, .col-main .page-body h5 {
    color:#58bfcf;
}

.col-main .page-body .dotted-bottom {
    border-bottom:1px dotted #ccc;
    margin-bottom:20px;
}
.col-main .page-body .dotted-top {
    padding-top:20px;
    border-top:1px dotted #ccc;
}
.col-main .page-body .line-bottom {
    border-bottom:1px solid #ccc;
    margin-bottom:20px;
}
.col-main .page-body .line-top {
    padding-top:20px;
    border-top:1px solid #ccc;
}

         





/* !************************************ */

/* !************ CONTENT *************** */

/* !************************************ */




.main-container {

  margin: 0 0 1em 0;

  padding: 0;

  z-index: 600;

  float: none;

  clear: both;
}


.main-container.col1-layout {

  margin: 0 0 0.6em 0;

}



.subteaser-container {

    

}



.col-wrapper {

  width: 100%;

}



.col-left {

  float: left;

  width: 310px;

  margin-left: 6px;

}



.col-main {

  float: left;

  position: relative;

  width: 594px;

  margin-right: 6px;

}



.col-right {

  float: right;

  width: 225px;

  min-height: 100px;

  margin-right: 5px;

}




.col1-layout {



}


.col1-layout .col-main {

  float: none;

  width: auto;

  margin: 0 6px;

  padding:1px 0px;

  border-bottom:2px solid #58bfcf;

}



.col1-layout .col-main .page-body {

  padding-bottom:1px;

  border-bottom:1px solid #ccc;

}


.col1-layout .col-main .page-body .csc-default img {

  margin:0px !important;

}



.col1-layout .subteaser-left, .col1-layout .subteaser-middle, .col1-layout .subteaser-right{

    float: left;

    margin: 0;

}


.col1-layout .subteaser-left {

        margin-left:5px;

        width:310px;

}


.col1-layout .subteaser-left .teaser .csc-textpic {

        width:311px;

        border-right:1px solid #eee;

}


.col1-layout .subteaser-middle {

        padding-left:7px;

        padding-right:6px;

}



.col1-layout .subteaser-right {

        margin-right:5px;

        width:305px;

}


.col1-layout .subteaser-right .teaser .csc-textpic {

        padding-left:5px;

        border-left:1px solid #eee;

}


.col1-layout .subteaser-right .teaser .csc-header {

        padding-left:5px;

}






.col2-left-layout {

  padding: 0 0 1em 0;

  margin-bottom: 0;

  background-image: url(../img/main-content-border.png);

  background-repeat: repeat-y;

  background-position: left top;

}



.col2-left-layout .col-left {

}


.col2-left-layout .col-main {

    float: right;

}


.col2-left-layout .col-main .page-body {

/*
    margin-left:25px;
*/
 
}


.col2-left-layout .col-main .page-body .csc-textpic-intext-left .csc-textpic-imagewrap {

        margin-right:30px !important;

	width:240px;
	float:left;
}

.csc-textpic-clear {
	clear:both;
	height:30px;
}

.col2-left-layout .col-main .page-body .csc-textpic-intext-right .csc-textpic-imagewrap {

        margin-left:30px !important;

}

.col2-left-layout .col-main .page-body .csc-textpic-intext-left-nowrap .csc-textpic-text {

        margin-left:20px !important;

}


.col2-left-layout .col-main .page-body .csc-textpic-intext-right-nowrap .csc-textpic-text {

        margin-right:20px !important;
    
}


.csc-textpic-intext-left .csc-textpic-text {
	overflow:auto;
	zoom:1;
}

.col2-left-layout .col-main .page-body table {

    border-collapse: collapse;

      white-space: nowrap;

     margin-bottom: 20px;
  
}


.col2-left-layout .col-main .page-body #map table {

      white-space: normal;
}

.col2-left-layout .col-main .page-body .tx-powermail-pi1_thx table {

      white-space: normal;
    }


.col2-left-layout .col-main .page-body table thead p {

      margin-bottom: 0;

      color: #58bfcf;

      font-weight: bold;

}


/*
.col2-left-layout .col-main .page-body table tr td:first-child {

      width: 250px;

}

*/

.col2-left-layout .col-main .page-body table tr td {

      border-top: 1px solid #ccc;

      line-height: 24px;

}


.col2-left-layout .col-main .page-body #map table tr td {

    	line-height: 15px;

}


.col2-left-layout .col-main .page-body table td p {

      margin-bottom: 0;

      padding: 5px 0;

}


.col2-left-layout .col-main .page-body p {

        font-size:0.95em;

      line-height:1.5em;

      margin-bottom: 20px;

    
}


.col2-left-layout .col-main .page-body h3 {

        font-size:0.9em;

        font-weight:bold;

        margin-bottom:20px;
    }


.col2-left-layout .col-main .page-body h1,
.col2-left-layout .col-main .page-body h2,
.col2-left-layout .col-main .page-body h3,
.col2-left-layout .col-main .page-body h4,
.col2-left-layout .col-main .page-body h5 {

        border: 0px;

}

.col2-left-layout .col-main .page-body h4,
.col2-left-layout .col-main .page-body h5 {
        color:#666666;

}



.col2-left-layout .col-main .page-body h1 {
  font-size: 1.4em;
  font-weight:700;
  margin-bottom:20px;
  text-transform: uppercase;
  margin-top: 15px; 
}


.col2-left-layout .col-main .page-body h2 {
  font-size: 1.15em;
  font-weight:700;
  margin-bottom:20px;
  text-transform: uppercase;
}

.col2-left-layout .col-main .page-body h3 {
  font-size: 1em;
  font-weight:700;
  margin-bottom:20px;
  text-transform: uppercase;
}

.col2-left-layout .col-main .page-body h4 {
  font-size: 0.9em;
  font-weight:700;
  margin-bottom:5px; 
}

.col2-left-layout .col-main .page-body h5 {
  font-size: 0.9em;
  font-weight:400;
  margin-bottom:5px; 
}

.col2-left-layout .col-main .page-body .rteh1-ceh1 h1,

.col2-left-layout .col-main .page-body .rteh1-ceh1 h2,

.col2-left-layout .col-main .page-body .csc-header h1,

.col2-left-layout .col-main .page-body .csc-header h2,

.col2-left-layout .col-main .page-body .csc-header h3 {

        border-bottom: 1px solid #ccc;

        padding-bottom: 0.3em;

        text-transform: uppercase;
        letter-spacing:0.02em;

        margin-bottom:12px;

}


.col2-left-layout .col-main .page-body .csc-header h2 {

        font-size: 17px;
        font-weight: bold;

        line-height: 1.2em;
}


.col2-left-layout .col-main .page-body .csc-header h3 {

        font-size: 1.1em;

        font-weight: normal;

        line-height: 1em;

}


.col2-left-layout .col-main .page-body h1.csc-firstHeader {

      	margin-bottom:12px;

        padding-top:0.2em;

        padding-bottom: 0.3em;

        border-bottom: 1px solid #ccc;


        line-height: 1.3em;


        font-family:'Helvetica Neue W01 45 Light', Helvetica, Arial, sans-serif;
        font-size:23px;   /* 1.9em */

        font-weight: normal;

        text-transform: uppercase;
 	letter-spacing:0.02em;
}

table.c_class {
	width:590px;
}

table.c_class th {
	font-size:14px;
	background:#CCCCCC;
	border:1px solid #CCCCCC;
	text-align:center;
}

table.c_class td {
	font-size:12px;
	border:1px solid #CCCCCC;
	padding:10px;
	line-height:1.3 !important;
}

table.c_class td  p,
table.t_class td  p {
	font-size:14px !important;
	font-weight:bold;
}

table.c_class td li {
	list-style-type:decimal;
	margin-left:20px;
	margin-top:7px;
}

table.t_class td {
	font-size:12px;
	border:1px solid #FFF !important;
	padding:10px 15px;
	line-height:1.3 !important;
}

.diploma {
	text-align:center;
	width:250px;
	float:left;
	margin-top:30px;
	margin-left:30px;
}


table.gp5d td {
	border:0 !important;
	padding:5px 10px;
	line-height:1.3 !important;
}

table.gp5d td.mid {
	border:1px solid #ccc !important;
	padding:5px 10px;
	line-height:1.3 !important;
}

.info h3 {
	text-transform:none !important;
}

.salon_01 {
	width:580px;
	font-size:17px;
	background:#A4E0E9;
	padding:5px 0;
	font-weight:bold;
	text-align:center;
}

.salon_02 {
	width:580px;
	font-size:12px;
	text-align:right;
}

.tokuyaku .info {
	margin-left:100px;
}

.hokkai {
	position:absolute;
	width:80px;
	background:#AAAAF9;
	text-align:center;
	font-weight:bold;
	font-size:13px;
}


.tohoku {
	position:absolute;
	width:80px;
	background:#98CBCB;
	text-align:center;
	font-weight:bold;
	font-size:13px;
}


.hokuriku {
	position:absolute;
	width:80px;
	background:#F1DC8B;
	text-align:center;
	font-weight:bold;
	font-size:13px;
}

.kanto {
	position:absolute;
	width:80px;
	background:#FC9D9D;
	text-align:center;
	font-weight:bold;
	font-size:13px;
}

.tokai {
	position:absolute;
	width:80px;
	background:#C4E68B;
	text-align:center;
	font-weight:bold;
	font-size:13px;
}

.kinki {
	position:absolute;
	width:80px;
	background:#CCA5F9;
	text-align:center;
	font-weight:bold;
	font-size:13px;
}

.shikoku {
	position:absolute;
	width:80px;
	background:#ACD3F9;
	text-align:center;
	font-weight:bold;
	font-size:13px;
}

.kyusyu {
	position:absolute;
	width:80px;
	background:#FFCCFF;
	text-align:center;
	font-weight:bold;
	font-size:13px;
}

.okinawa {
	position:absolute;
	width:80px;
	background:#F9AAAA;
	text-align:center;
	font-weight:bold;
	font-size:13px;
}

.greenpeelhistory {
	border-top:3px solid #CCC;
	border-bottom:3px solid #CCC;
	padding:10px 5px;
}

.greenpeelhistory .history_01 {
	margin:5px;
}

.greenpeelhistory .year {
	position:absolute;
	font-size:16px;
	font-weight:bold;
	width:55px;
	padding-left:10px;
}

.greenpeelhistory .info {
	margin-left:90px;
	font-size:12px;
}

.products_list li {
	display: inline;
	margin-left:10px;
}

/* !******* KLEINKRAM ******* */

.ui-widget,
.ui-widget input, 
.ui-widget select, 
.ui-widget textarea, 
.ui-widget button {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

.page-body li.csc-textpic-image {
  background-image: none;
    padding-left: 0;
}
    

p.product-shop-link-wrap {
/*  clear: both;
    float: none;*/
    height: 38px;
}

a.shop-button-link {
  float: right;
  display: block;
  width: 177px;
  height: 28px;
  padding: 10px 11px 0;
  
  background-color: #58bfcf;
  background-image: url(../img/btn_shop-button-link.png);
  background-position: left top;
  background-repeat: no-repeat;

  color: #fff;
    font-size: 0.9em;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
}
                


/* !************************************ */

/* !************ FOOTER **************** */

/* !************************************ */



.footer-container {
  width: 100%;
  font-size: 0.8em;
  color: #ccc;
  z-index: 500;
  float: none;
  clear: both;
}

.footer {
    margin: 0px 6px;
}
.footer-quicklinks {
    border-top: 1px solid #ccc;
    height:15px;
    padding:15px 0;
}

    .footer-quicklinks div.to-top {
        float:left;
        width:200px;
        padding-left:4px;
        margin-top:-3px;
    }
    .footer-quicklinks a.to-top {
        background: url("../img/button_arrow_up.png") no-repeat left 5px;
        padding-left: 14px;
        color: #999;
    }



    .footer-quicklinks div.quicklinks {
        float:right;
        width:400px;
        padding-right:4px;
    }


       .footer-quicklinks ul.quicklinks {
            margin: 0;
            padding: 0;
            float:right;
        }

            .footer-quicklinks ul.quicklinks li {
                border-right: 1px solid #ccc;
                display: inline;
                font-size: 1em;
                background-repeat: no-repeat;
                margin: 5px 0px 0px 6px;
                padding: 3px 8px 0px 22px;
            }

            .footer-quicklinks ul.quicklinks li a {
                color: #999;
                padding: 0;
                text-decoration: none;
                /*position:relative;
                top:-2px;*/
            }
            .footer-quicklinks ul.quicklinks li a:hover,
            .footer-quicklinks ul.quicklinks li a:focus,
            .footer-quicklinks ul.quicklinks li a:active {
                color: #58bfcf;
                text-decoration: underline;
            }

            .footer-quicklinks ul.quicklinks li.last { 
              border-right: 0; 
              padding-right: 0px; 
            }
            .footer-quicklinks ul.quicklinks li.drucken { 
                background-image: url("../img/icon_print.png"); 
                background-position: 0px 2px;
                padding-left:22px;
            }
            .footer-quicklinks ul.quicklinks li.facebook { 
                background-image: url("../img/icon_facebook.png"); 
                background-position: 0px 2px;
                padding-left:22px;
            }
            .footer-quicklinks ul.quicklinks li.contact { 
                background-image: url("../img/icon_contact.png"); 
                background-position: 0px 3px;
                padding-left:24px;
            }




.copyright {
    border-top: 1px solid #ccc;
  padding: 0.8em 0.2em;
  margin-bottom: 1em;
}

  .by-steuerungb-b {
    float: right;
  }

  .by-steuerungb-b a {
    color: #ccc;
    text-decoration: none;
  }

  .footer_links {

  }

    .footer_links ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
    }

      .footer_links ul li {
        display: inline;
        margin: 0 0 0 3px;
        padding: 0 0 0 4px;
        border-left: 1px solid #ccc;
      }

      .footer_links ul li a {
        color:#ccc;
        text-decoration:none;
      }

      .footer_links ul li a:hover,
      .footer_links ul li a:focus,
      .footer_links ul li a:active {
        color: #666666;
      }

#subfooter-text {
  padding: 10px 7px;
  color: #aaa;
  font-size: 0.8em;
}

#subfooter-text h2 {
  color: #999;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.5em;
}

#subfooter-text a {
  color: #aaa;
}

/* !************************************ */
/* !************ PLUGINS *************** */
/* !************************************ */
.tx-jfmulticontent-pi1  .ui-widget-content,
.tx-jfmulticontent-pi1  .ui-widget-header {
    background:none;
    border:none;
    color:inherit;
}
.tx-jfmulticontent-pi1  .ui-tabs, 
.tx-jfmulticontent-pi1  .ui-tabs-nav  {
    padding:0;
    margin:0;
}
.tx-jfmulticontent-pi1  .ui-tabs-nav li {
    margin:0 1px 0 0; 
}
.tx-jfmulticontent-pi1 .ui-corner-all,
.tx-jfmulticontent-pi1 .ui-corner-top {
    border-radius:0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0;
    -khtml-border-radius:0;
}

.tx-jfmulticontent-pi1  .ui-widget-header {
    border-bottom:1px solid #ccc;
}
.tx-jfmulticontent-pi1 .ui-state-default {
    background: url('../img/bkgd_tabs.png') repeat-x left 1px #fff;
    border: 0;
}
.tx-jfmulticontent-pi1 .ui-state-active {
    background: #fff;
    border: 1px solid #ccc;
}
.tx-jfmulticontent-pi1 .ui-tabs .ui-tabs-nav li a {
    padding: 0.6em 1em 0.4em;
}

.tx-jfmulticontent-pi1 .ui-state-default a,
.tx-jfmulticontent-pi1 .ui-state-default a:link,
.tx-jfmulticontent-pi1 .ui-state-default a:visited {
    color: #666666;
    text-decoration: none;
    font-weight:normal;
    font-size:0.9em;
}
.tx-jfmulticontent-pi1  .ui-state-active a,
.tx-jfmulticontent-pi1  .ui-state-active a:link,
.tx-jfmulticontent-pi1  .ui-state-active a:visited {
    color: #000000;
    text-decoration: none;
    font-weight:normal;
    font-size:0.9em;
}
.tx-jfmulticontent-pi1  .ui-state-active {
    background:#fff;
}
.tx-jfmulticontent-pi1  .ui-helper-reset { 
    line-height:1.2;
}






/* !************************************ */

/* !************ PRODUCTSLIDER ********* */

/* !************************************ */


/*

.productslider {

    float: left;

    min-height: 254px;

    overflow: hidden;

    position: relative;

    width: 100%;

}



.productslider ul.csc-menu-productslider {

  border-bottom: 1px solid #E8E8E8;

    border-top: 1px solid #E8E8E8;

    left: 0;

    padding: 1px 0;

    position: absolute;

    top: 0;

}



.productslider ul.csc-menu-productslider li {

  width: 171px;

  display: inline;

  float: left;

}



.productslider .carousel-button {

  cursor: pointer;

  display: block;

    height: 16px;

    margin-right: 10px;

    background-color: red;

}

*/



.productslider {

  position: relative;

  float: left;

  width: 597px;

  height: 153px;

  
padding: 1px 0;

  border-top: 1px solid #ccc;

  border-bottom: 1px solid #ccc;

}



.col2-left-layout .col-main .page-body .productslider h4 {
  font-weight: normal;

  margin-top:4px;
}



.productslider .inner-wrapper {

  float: left;

  overflow: hidden;

  position: relative;

  height: 155px;

  width: 553px;

}



.productslider ul li .teaser-text {

  padding: 0 5px;

}



.productslider .jcarousel-clip {

    overflow: hidden;

    height: 155px;

    width: 553px;

    margin-left: 22px;

}



.productslider ul li {

  width: 185px;

  float: left;

  padding-top: 20px;

  text-align: center;

  
padding-left: 0;

  background-image: none;

  font-size: 13px !important;

}



.productslider ul li.current a {

  color: #58bfcf;

}



.productslider ul li a {

  color: #666;

}



.productslider ul li:hover a {

  color: #333333;

  text-decoration: none;

}




.productslider ul li.current:hover a {

    color: #58bfcf;

}



.productslider .carousel-button {

  width: 22px;

  height: 153px;

  float: left;

  background-color: #f8f8f8;


  background-image: url(../img/productslider_arrows_sprite.png);

  background-repeat: no-repeat;

  cursor: pointer;
}



.productslider .jcarousel-prev {
  
  background-color: #F8F8F8;

    background-image: url("../img/productslider_arrows_sprite.png");

    background-position: left top;

    background-repeat: no-repeat;

    cursor: pointer;

    float: left;

    height: 153px;

    left: 0;

    position: absolute;

    top: 1px;

    width: 22px;

}



.productslider .jcarousel-next {
  
width: 22px;

  height: 153px;

  float: left;

  background-color: #f8f8f8;


  background-image: url(../img/productslider_arrows_sprite.png);

  background-repeat: no-repeat;

  cursor: pointer;

  position: absolute;

  right: 0;
  top: 1px;

  background-position: -21px bottom;

  float: right;

}



.productslider .jcarousel-prev:hover {

    background-position: -43px bottom;

}



.productslider .jcarousel-next:hover {

  background-position: right bottom;

}



.productslider-empty ul {

    margin-left: 22px;

}



.productslider-empty .jcarousel-prev:hover {

  background-position: left top;

  cursor: default;

}



.productslider-empty .jcarousel-next:hover {

  background-position: -21px bottom;

  cursor: default;

}




/* !************************************ */

/* !************ FOOTER-MENU *********** */

/* !************************************ */



.footer-linklist {
/*

	float: left;


*/
	border-top: 1px solid #CCCCCC;

	padding: 15px 15px 15px 0px;

	width: 922px;

}



.footer-linklist ul {


  margin-left:14px;
}



.footer-linklist ul li {
  float: left;

/*
  font-size: 1.1em;
*/

  line-height: 1.8em;

  margin-bottom: 8px;
  margin-right:7px;
  padding-right:7px;
  border-right:1px solid #CCC;
}




.footer-linklist ul li.last {
  margin-right:0;
  border-right:1px solid #FFF;
}

.footer-linklist ul li a {

  color: #666666;

  font-size: 1em;

  text-decoration: none;
}



.footer-linklist ul li.current a,
.footer-linklist ul li a:hover {

  color:#58BFCF;
  text-decoration: none;

}





/* !************************************ */

/* !************** TT_NEWS ************* */
/* !************************************ */


.news-latest-container {

	padding: 20px 0;

}

	.news-latest-container .news-latest-item {
		clear: both;
		border-top: 1px solid #CCCCCC;
	    min-height: 1em;
	    padding: 1em 0.5em;
	}
	
		.col2-left-layout .col-main .page-body .news-latest-container .news-latest-item h2 {
			font-size: 0.9em;
			font-weight: 700;
			margin-bottom: 5px;
		}
		
			.news-latest-container .news-latest-item h2 a {
				line-height: 20px;
				font-size: 15px;
    			font-weight: 400;
    			text-decoration: none;
			    text-transform: uppercase;
			}
		
		.news-latest-container .news-latest-item .news-image {
			float: left;
			margin-right: 20px;
		}
		
.news-list-browse {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #ccc;
	color: #999999;
}

	.news-list-browse .showResultsWrap {
		text-align: right;
	}
		
.news-single-item {

}

	.news-single-item .title-block {
		border-bottom: 1px solid #ccc;
	}
	
	.news-single-item .news-single-backlink {
		padding: 10px 0;
	}
	
	.news-single-item .news-single-img {
		margin: 0 10px 10px 0;
		float: left;
	}
		
		.news-single-item .news-single-img a {
			margin: 0 10px 10px 0;	
		}
		
/* LANG Menu */
.languages {
	text-align: center;
	margin-top: 0;

}
	
	.languages select { cursor: pointer; }
	
	.languages .selectBox {
		border: none;
/*		border-bottom: 4px solid #58BFCF;*/
	    
		background: url("../img/button_arrow_down.png") no-repeat scroll 90% 8px transparent;
    	color: #999999;
	    cursor: pointer;
	    padding: 0 23px 2px 4px;
	    font-size: 11px;
	    
	    position: relative;
	}
	
	.languages .selectBox:hover,
	.languages .selectBox:active,
	.languages .selectBox:focus {
		color: #58bfcf;
        text-decoration:underline;
	}
		
		.languages .selectBox .customStyleSelectBoxInner {
			width: auto !important;
		}
		
		
	.selectBox-dropdown-menu {
		position: absolute;
		z-index: 99999;
		max-height: 200px;	
		border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
		background: #FFF;
		-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
		-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
		box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
		overflow: auto;
		width: 100px !important;
		top: 34px !important;
	}	
		
		.selectBox-dropdown-menu li a {

			color: #000;

			cursor: pointer;

			font-size: 11px;

		}

		
		.selectBox-dropdown-menu li:hover {

			background-color: #EEEEEE;

		}

		
		.selectBox-dropdown-menu li a:hover {

			text-decoration: none;

		}

		
		.selectBox-dropdown-menu li a {

			background-position: 2px center;

			background-repeat: no-repeat;

			padding: 1px 0 1px 22px;

			display: block;

		}


		
		.selectBox-dropdown-menu li.jp a {
		
	background-image: url(../img/flags_jp.gif);

		}

		
		.selectBox-dropdown-menu li.de a {

			background-image: url(../img/flags_de_active.png);

		}

		
		.selectBox-dropdown-menu li.en a {

			background-image: url(../img/earth_icon.gif);

		}

		
		.selectBox-dropdown-menu li.uk a {
		
	background-image: url(../img/flags_uk.gif);

		}

		
		.selectBox-dropdown-menu li.ca a {
		
	background-image: url(../img/flags_ca.gif);

		}

		
		.selectBox-dropdown-menu li.usa a {

			background-image: url(../img/flags_usa.gif);

		}

		
		.selectBox-dropdown-menu li.ch a {
		
	background-image: url(../img/flags_ch.gif);

		}


		
		
/* !******************** INDEXED SEARCH */


.tx-indexedsearch {
	margin-bottom:4em;
}

.tx-indexedsearch-searchbox {
	margin-bottom: 2em;
}

	form#tx_indexedsearch {
			border: 1px solid #ccc;
			border-width: 1px 0;

			background-image: url(../img/bg_form_indexedsearch.gif);
			background-repeat: repeat-x;
			background-position: left top;
	}
	
		form#tx_indexedsearch fieldset {
			height: 35px;
			width: 365px;
			border: 0;
			margin: 0 auto;
			padding: 10px 0 0;
		}
		
		form#tx_indexedsearch legend {
			display: none;
		}
		
		form#tx_indexedsearch label.sword-label {
			width: auto;
			margin: 1px 10px 0 0;
		/*	padding: 4px 0.5em 0 0;	*/
		}
		
		form#tx_indexedsearch div.tx-indexedsearch-form {
			float: left;
			padding: 1px 0;
		}
	
			form#tx_indexedsearch div.tx-indexedsearch-form input.sword {
				background: url("../img/bkgd_search.png") no-repeat scroll left top transparent;
				border: 0 none;
				color: #666666;
				float: right;
				font-size: 0.9em;
				height: 22px;
				line-height: 1.9em;
				margin: 0;
				padding: 0 8px;
				width: 203px;
			}
			
			form#tx_indexedsearch div.tx-indexedsearch-form input.sword:hover,
			form#tx_indexedsearch div.tx-indexedsearch-form input.sword:focus,
			form#tx_indexedsearch div.tx-indexedsearch-form input.sword:active {
				background-color: #fff;
			}
			
	
		form#tx_indexedsearch div.tx-indexedsearch-search-submit {
			float: left;
		}
		
			input#tx-indexedsearch-searchbox-button-submit {
				background: url("../img/button_search.png") no-repeat scroll left top transparent;
				border: 0 none;
				float: right;
				height: 22px;
				width: 30px;
				text-indent: -9999px;
				margin-top: 1px;
			}
			input#tx-indexedsearch-searchbox-button-submit:focus,
			input#tx-indexedsearch-searchbox-button-submit:active {
				
			}


.tx-indexedsearch-whatis {
	margin: 2em 0 1em;
	
	color: #818181;
	font-family: "Frutiger LT W01 65 Bold",Arial,sans-serif;
	font-size: 18px;
}

.tx-indexedsearch-browsebox {
	float: left;
	width: 100%;
	
/*	border-bottom: 1px solid #e5e5e5;*/
	margin-bottom:1em;
}
	
	.tx-indexedsearch-browsebox p {
		float: left;
		margin-bottom: 0.7em;
	}
	
	.tx-indexedsearch-browsebox ul.browsebox {
		float: right;
		list-style-type: none;
		padding: 0px;
		margin: 0px;
	}
			
		.tx-indexedsearch-browsebox ul.browsebox li {
			padding: 0;
			margin: 0 0 0 0.5em;
			background: none;
		}
		
		.tx-indexedsearch-browsebox ul.browsebox li.tx-indexedsearch-browselist-currentPage a {
			text-decoration: none;
		}

.tx-indexedsearch-res {

}

	.tx-indexedsearch-res .res {
		/*border-bottom: 1px solid #e5e5e5;
		padding: 1em 0;*/
		
		border-top: 1px solid #CCCCCC;
	    min-height: 1em;
	    padding: 1em 0;
	}
	
		.tx-indexedsearch-res .res-inner {
		}

		.tx-indexedsearch-res .res-inner:hover {
			background-color: #f9f9f9;
		}

		.tx-indexedsearch-res .res h4 {
		
		}
		
			.tx-indexedsearch-res .res h4 span.icon {
				display: none;
			}
			
			.tx-indexedsearch-res .res h4 span.result-number {
				display: none;
			}
			
			.tx-indexedsearch-res .res h4 span.title {
			
			}
			
				.tx-indexedsearch-res .res h4 span.title a {
					text-decoration: none;
					font-size: 15px;
					text-transform: uppercase;
					font-weight: 400;
				}
				.tx-indexedsearch-res .res h4 span.title a:hover,
				.tx-indexedsearch-res .res h4 span.title a:focus,
				.tx-indexedsearch-res .res h4 span.title a:active {
					text-decoration: underline;
				}
			
			.tx-indexedsearch-res .res h4 span.percent {
				display: none;
			}
		
		.tx-indexedsearch-res .res h4 {
			margin-bottom: 5px;
		}
		
		.tx-indexedsearch-res .res p.descr {
			/*display: inline;*/
			margin-bottom: 0;
		}

			.tx-indexedsearch-res .res p.descr strong.tx-indexedsearch-redMarkup {
				padding: 2px 1px 0;
				margin: 0 1px;
				font-weight: 400;
				color: #fff;
				background-color: #ED8C01;
			}

		.tx-indexedsearch-res .res dl.info {
			display: none;
			/*display: inline;
			background: none;*/
		}
		
			.tx-indexedsearch-res .res dl.info dt,
			.tx-indexedsearch-res .res dl.info dd {
				float: right;
				padding-top: 2px;
			}

			.tx-indexedsearch-res .res dl.info dt.item-size,
			.tx-indexedsearch-res .res dl.info dd.item-size {
				display: none;
			}

			.tx-indexedsearch-res .res dl.info dt.item-crdate,
			.tx-indexedsearch-res .res dl.info dd.item-crdate {
				display: none;
			}

			.tx-indexedsearch-res .res dl.info dt.item-mtime,
			.tx-indexedsearch-res .res dl.info dd.item-mtime {
				display: none;	
			}

			.tx-indexedsearch-res .res dl.info dt.item-path {
				display: none;
			}
			.tx-indexedsearch-res .res dl.info dd.item-path {
				display: none;
			}
				.tx-indexedsearch-res .res dl.info dd.item-path a {
					text-decoration: none;
				}
				.tx-indexedsearch-res .res dl.info dd.item-path a:hover,
				.tx-indexedsearch-res .res dl.info dd.item-path a:focus,
				.tx-indexedsearch-res .res dl.info dd.item-path a:active {
					text-decoration: underline;
				}





/* BREADCRUMB */


.breadcrumbs {


}



.breadcrumbs ul {
	    list-style-type: none;

  margin: 0;

}


.breadcrumbs ul li {
		    color: #666666;

  display: inline;

  font-size: 0.8em;
		      margin: 0;

  padding: 0;

}

		
			.breadcrumbs ul li a {
			    color: #CCCCCC;
			    text-decoration: underline;
			}
			
			.breadcrumbs ul li a:hover {
				color: #666666;
			}
			
			.breadcrumbs ul li .sep {
			    color: #CCCCCC;
			    padding: 0 0.2em;
			}
			
			.breadcrumbs ul li .current-page {
			    font-weight: 700;
			}
			
/* COLLAPSE */
.page-body .collapse {
	position: relative;
}

	.page-body .collapse span.collapse-link {
		position: absolute;
		top: 0;
		right: 0;
	}
	
		.page-body .collapse span.collapse-link a {
			background-color: #e3e3e3;
			padding: 4px 22px 3px 8px;
			
			color: #676767;
			text-transform: uppercase;
			font-size: 10px;
			font-weight: 700;
			
			background-image: url(../img/collapse_sprite.png);
			background-position: 93% 4px;
			background-repeat: no-repeat;
		}
		
		.page-body .collapse span.collapse-link a:hover,
		.page-body .collapse .collapse-link a.collapsed {
			background-position: 93% -46px;
		}


/* !************************************ */
/* !************ PLUGINS *************** */
/* !************************************ */
.tx-jfmulticontent-pi1  .ui-widget-content,
.tx-jfmulticontent-pi1  .ui-widget-header {
    background:none;
    border:none;
    color:inherit;
}
.tx-jfmulticontent-pi1  .ui-tabs, 
.tx-jfmulticontent-pi1  .ui-tabs-nav  {
    padding:0;
    margin:0;
}
.tx-jfmulticontent-pi1  .ui-tabs-nav li {
    margin:0 1px 0 0; 
}
.tx-jfmulticontent-pi1 .ui-corner-all,
.tx-jfmulticontent-pi1 .ui-corner-top {
    border-radius:0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0;
    -khtml-border-radius:0;
}

.tx-jfmulticontent-pi1  .ui-widget-header {
    border-bottom:1px solid #ccc;
}
.tx-jfmulticontent-pi1 .ui-state-default {
    background:url(../img/bkgd_tabs.png) repeat-x left 1px #fff;
    border: 0;
}
.tx-jfmulticontent-pi1 .ui-state-active {
    background: #fff;
    border: 1px solid #ccc;
}
.tx-jfmulticontent-pi1 .ui-tabs .ui-tabs-nav li a {
    padding: 0.6em 1em 0.4em;
}

.tx-jfmulticontent-pi1 .ui-state-default a,
.tx-jfmulticontent-pi1 .ui-state-default a:link,
.tx-jfmulticontent-pi1 .ui-state-default a:visited {
    color: #666666;
    text-decoration: none;
    font-weight:normal;
    font-size:0.9em;
}

.tx-jfmulticontent-pi1  .ui-state-active a,
.tx-jfmulticontent-pi1  .ui-state-active a:link,
.tx-jfmulticontent-pi1  .ui-state-active a:visited {
    color: #000000;
    text-decoration: none;
    font-weight:normal;
    font-size:0.9em;
}

.tx-jfmulticontent-pi1  .ui-state-active {
    background:#fff;
}

.tx-jfmulticontent-pi1  .ui-helper-reset { 
    line-height:1.2;
}


h3.bacam {
	text-align:center;
	background:#FDF6AE;
	width:550px;
	padding:5px;
	color:#BF3013 !important;
}

table#bacampaign th {
	color: #FFFFFF;
    background: #75Ccdd;
    border: 1px #E3E3E3 solid;
   
}

