.sprite,
#flags a,
#searchbox .ss, 
.news-single-backlink,
.news-latest-morelink,
#homebob{
    background-image: url(/fileadmin/templates/fairtrade/images/sprites_fairtrade.png);
    background-repeat: no-repeat;
    background-color: transparent;
}

hr.clearer {
	border:none;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	
	
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0 !important;
}

.omega {
	margin-right: 0 !important;
}



/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
 
.grid_1, 
.grid_2, 
.grid_3, 
.grid_4, 
.grid_5, 
.grid_6, 
.grid_7, 
.grid_8, 
.grid_9, 
.grid_10, 
.grid_11,
.grid_12{
	display:inline;
	float: left;
	position: relative;
	margin-left: 0.0px;
	margin-right: 0.0px;
}


/* Grid >> 2 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1{
	width:80px;
}

.container_12 .grid_2{
	width:160px;
}

.container_12 .grid_3{
	width:240px;
}

.container_12 .grid_4{
	width:320px;
}

.container_12 .grid_5{
	width:400px;
}

.container_12 .grid_6{
	width:480px;
}

.container_12 .grid_7{
	width:560px;
}

.container_12 .grid_8{
	width:640px;
}

.container_12 .grid_9{
	width:720px;
}

.container_12 .grid_10{
	width:800px;
}

.container_12 .grid_11{
	width:880px;
}

.container_12 .grid_12{
	width:960px;
}





/* Prefix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/

    .container_12 .prefix_1 {
	padding-left:80px;
}

    .container_12 .prefix_2 {
	padding-left:160px;
}

    .container_12 .prefix_3 {
	padding-left:240px;
}

    .container_12 .prefix_4 {
	padding-left:320px;
}

    .container_12 .prefix_5 {
	padding-left:400px;
}

    .container_12 .prefix_6 {
	padding-left:480px;
}

    .container_12 .prefix_7 {
	padding-left:560px;
}

    .container_12 .prefix_8 {
	padding-left:640px;
}

    .container_12 .prefix_9 {
	padding-left:720px;
}

    .container_12 .prefix_10 {
	padding-left:800px;
}

    .container_12 .prefix_11 {
	padding-left:880px;
}



/* Suffix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/

    .container_12 .suffix_1 {
	padding-right:80px;
}

    .container_12 .suffix_2 {
	padding-right:160px;
}

    .container_12 .suffix_3 {
	padding-right:240px;
}

    .container_12 .suffix_4 {
	padding-right:320px;
}

    .container_12 .suffix_5 {
	padding-right:400px;
}

    .container_12 .suffix_6 {
	padding-right:480px;
}

    .container_12 .suffix_7 {
	padding-right:560px;
}

    .container_12 .suffix_8 {
	padding-right:640px;
}

    .container_12 .suffix_9 {
	padding-right:720px;
}

    .container_12 .suffix_10 {
	padding-right:800px;
}

    .container_12 .suffix_11 {
	padding-right:880px;
}



/* Push Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/

    .container_12 .push_1 {
	left:80px;
}

    .container_12 .push_2 {
	left:160px;
}

    .container_12 .push_3 {
	left:240px;
}

    .container_12 .push_4 {
	left:320px;
}

    .container_12 .push_5 {
	left:400px;
}

    .container_12 .push_6 {
	left:480px;
}

    .container_12 .push_7 {
	left:560px;
}

    .container_12 .push_8 {
	left:640px;
}

    .container_12 .push_9 {
	left:720px;
}

    .container_12 .push_10 {
	left:800px;
}

    .container_12 .push_11 {
	left:880px;
}





/* Pull Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/

    .container_12 .pull_1 {
	right:80px;
}

    .container_12 .pull_2 {
	right:160px;
}

    .container_12 .pull_3 {
	right:240px;
}

    .container_12 .pull_4 {
	right:320px;
}

    .container_12 .pull_5 {
	right:400px;
}

    .container_12 .pull_6 {
	right:480px;
}

    .container_12 .pull_7 {
	right:560px;
}

    .container_12 .pull_8 {
	right:640px;
}

    .container_12 .pull_9 {
	right:720px;
}

    .container_12 .pull_10 {
	right:800px;
}

    .container_12 .pull_11 {
	right:880px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/


.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
body{
	background-color: #f7f8fc;
	font: 12px Arial, Verdana, Helvetica, sans serif;
	color: #333333; 
	margin: 0;
}
#header{
	
height:115px;
}
.fullbar{
	width:100%;
}
#headerbar{
    position:absolute;
    top:0px;
    left:0px;
	height:115px;
	
        
       background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #D9D9E8),
    color-stop(0.19, #FFFFFF),
    color-stop(1, #FFFFFF)
);
background-image: -moz-linear-gradient(
    center bottom,
    #D9D9E8 0%,
    #FFFFFF 19%,
    #FFFFFF 100%
);


	border-bottom: 1px solid #2A4385;
}
#home_left{
	border-right: 1px solid #2A4385;
	width: 229px;
	height: 100%;
}
#home_left div{
    display: inline;
}
#home_right{
	width: 159px;
	height: 100%;
}
#home_left img{
	position:absolute;
	bottom: 24px;
	left:10px;
        margin:0;
}

#home_right img{
	position:absolute;
	bottom: 37px;
	left:34px;
}

.messe #head_img{
	width: 570px;
}

.messe #contentbox{
	width: 570px;
	float:right;
        margin-right: 160px;
        margin-left: -730px;
}
.messe #rightcontent{
	float:right;
  margin-right: 0px;
	width: 160px;
	padding-top: 43px;
	font-size: 11px;
	color: #2a4385;
}
.messe #leftcontent{
	float:left;
        margin-left:0px;
}
.box,#leftcontent .csc-default{
	border: 1px solid #2A4385;	
	background-color: #FFFFFF;
	padding: 10px;
}
#leftcontent .box,#leftcontent .csc-default{
	margin-top: 20px;
	font-size: 11px;
	color: #2a4385;
}
#head_img.grid_9{
	width: 729px;
}
#head_img{
	border-right: 1px solid #2A4385;	
	height: 100%; 
}

#contentbar{
  margin-top:115px;
	background-color: #E9ECF5;
}
#content{
}
#footerbar{
	border-top: 1px solid #9faac8;
	height: 59px;
	background-color: #f7f8fc;
	
}
#footerbar ,#footerbar a, #footerbar a:visited,#footerbar a:active ,#footerbar a:hover{
    color: #1A4C93;
}

#contentbox{
      float:right;
		width: 730px;
}
#exibitiontitle{
    padding:21px 20px 7px 20px;
    height:15px;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    border-bottom: 1px dotted #A5AECD;
}
#exibitionsubtitle{
    height:auto;
    height:65px;
    padding:12px 20px 17px 20px;
    border-bottom: 1px dotted #A5AECD;
    background-color: #E4E8F3;
}
#exibitionsubtitle h3{
    font-size:14px;
    margin:0 0 3px 0px;
}
#exibitionsubtitle span.when{
    display:block;
}
#exibitionsubtitle span.where{
    font-weight:bold;
}
#contentinner{
	margin:43px 20px;
	padding-top:25px;
}
.messe #contentinner{
    margin-top: 0px;
}
.content-header-pic-exhibition,.content-header-text-exhibition{
	margin:20px 20px;

}
#content{
/*	min-height: 600px;*/
}
#leftcontent{
        float:right;
	width: 230px;
/*	min-height: 100px;*/
        margin-bottom: 20px;
	
}
#lefttopbox{
	border-bottom: 1px dotted #284485;
	color: #0056A6;
	padding-top:22px;
	height: 21px;
	font-size: 13px;
	font-weight: bold;
}
#exhibitionnavi{
    position: relative;
    margin:0px;
    padding:0px;
    height:94px;
    border-bottom: 1px dotted #284485;
}

#tohome{
    display: block;
    height: auto;
    position: absolute;
    left:-10px;
    bottom: 3px;
}

#homebob{
    background-position: 0px -180px;
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0px;
    top: 5px;
}

#exhibitionnavi a{
    display:block;
    position: relative;
    left:10px;
    top: 0px;
    color: #0056A6;
    text-decoration: none
}
#exhibitionnavi a:hover{
    text-decoration: underline;
}
#exhibitionnavi .exhibition-finder-exhibition{
    display:block;
    position: absolute;
    margin:14px 0px 0px 0px;
}
.exhibition-finder-exhibition select{
    margin:0px;
    font-size: 12px;
    width:212px;
}
#leftnavi, #leftnavi ul{
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}
#leftnavi a{
	display:block;
	padding: 5px 5px 5px 0px;
}
#leftnavi .level2 a{

	padding: 3px 5px 1px 0px;
}
#leftnavi a,#leftnavi a:visited,#leftnavi a:active{
  font-weight: normal;
	color: #0056A6;
	text-decoration:none;
}
#leftnavi li.act a{
        font-weight: bold;
}
#leftnavi li.act li a{
        font-weight: normal;
}
#leftnavi .act li.act a{
        font-weight: bold;
}
#leftnavi a:hover{
	text-decoration:underline;
}
#leftnavi{
	margin:18px 0px;
	width: 97%;
}
.messe #leftnavi{
    margin-top: 0px;
}
.leftnaviwrap{
        margin-left:10px;
	/*border-bottom: 1px solid #2A4385;*/
	border-right: 1px solid #2A4385;	
	
	background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(1, rgb(233,236,245)),
    color-stop(0.5, rgb(245,246,250)),
    color-stop(0, rgb(255,255,255))
);
background-image: -moz-linear-gradient(
    left center,
    rgb(233,236,245) 0%,
    rgb(245,246,250) 50%,
    rgb(255,255,255) 100%
);
}
#leftnavi li{
	border-bottom: 1px solid #c4cbde;
	font-weight:normal;
}
#leftnavi li:last-child{
	border: none;
	padding-bottom:5px;
}

#leftnavi .level2{
	margin-left: 10px;
}
#leftnavi .level2 li{
	border-bottom: none;
}

#leftnavi .act a,#leftnavi .actifsub{
	font-weight:bold;
}

/*langswitch*/
#flags{
    height: 31px;
}
#flags a{
    margin-right: 10px;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    height: 11px;
    width: 16px;
    float: left;
}
#flags a.flag-english{
    background-position: 0px -30px;
}
#flags a.flag-english-act,#flags .act a.flag-english,#flags a.flag-english:hover{
    background-position: 0px 0px;
}
#flags a.flag-francais{
    background-position: 0px -90px;
}
#flags a.flag-francais-act,#flags .act a.flag-francais,#flags a.flag-francais:hover{
    background-position: 0px -60px;
}
/** topnavi */

#topnavi, #topnavi ul,#topnavi li{
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}
#topnavi{	
	background-color: #FFFFFF;
        background-image: url(/fileadmin/templates/fairtrade/images/dottedline.gif);
        background-position: 0px 43px;
        background-repeat: repeat-x;
	position:absolute;
	top:0px;
	left: 0px;
	overflow:hidden;
	height:44px;
        border-bottom: 3px solid #E9ECF5;
}

#topnavi li.level1{
	width: 223px;	
	padding-top:22px;
	height:21px;
	padding-left:20px;
	float:left;
	text-align: left;
}
#topnavi ul.level2{
	margin-top: 15px;
}
#topnavi .level2 li{
	border-bottom: 1px solid #00AC74;
}
#topnavi a{	
	font-size: 14px;
}
#topnavi a,#topnavi a:active,#topnavi a:visited{
	color: #00AC74;
	font-weight: bold;
	text-decoration: none;
}
#topnavi .level2 a{		
	font-size: 12px;
}
.twocols{
margin-top: 20px;
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #F4F5FA),
    color-stop(0.5, #ECEFF4),
    color-stop(1, #F4F5FA)
);
background-image: -moz-linear-gradient(
    center bottom,
    #F4F5FA 0%,
    #ECEFF4 50%,
    #F4F5FA 100%
);
}
.twocols h2{
	font-size:12px;

}
.messe .twocols{
	margin-top: 0px;
}

.col50{
	width:50%;
	float:left;
}
.scc{
	padding: 4px;
	/*width:320px;*/
}
#footer div{
	margin-top: 12px;
}
#footernavi{
	text-align: right;
}

/*** searchbox ****/

#searchbox{
        width: 229px;
        margin-left:-10px;
	border-left: 1px solid #2A4385;
        border-top: 1px solid #2A4385;
        border-bottom: 1px solid #2A4385;
        padding: 5px 0px;
}
#searchbox form{
    margin: 0px 5px;
}
#searchbox .ss{
    margin-left: 20px;
    cursor: pointer;
    width: 22px;
    height: 22px;
    border: none;
    background-position: 0px -150px;
}
        /* Suche*/
	form#tx_indexedsearch label, form#tx_indexedsearch input, form#tx_indexedsearch select { /* Alle Labels UND Formularelemente ausw�hlen */
  display: block;
  float: left;
  width: 150px; /* Breite.*/
}
.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
form#tx_indexedsearch #tx_indexedsearch_extResume{
    width:auto;
}
form#tx_indexedsearch #tx-indexedsearch-searchbox-sword{
    width: 296px;
}
#tx-indexedsearch-searchbox-button-submit{
    margin-left: 150px;
    background-color: #ffffff;
    border: 1px solid Black;
}
fieldset{
    border: none;
}
form#tx_indexedsearch div { /* Alle Zeilenumbr�che in Formularen ausw�hlen */
  clear: left; /* das floating der labels und inputs aufheben */
}

	/* Suchergebnisse*/
	 .tx-indexedsearch .tx-indexedsearch-percent{
		font-weight: bold;
		font-size: 11px;
		color: #64696d;
	}

	 .tx-indexedsearch .tx-indexedsearch-descr{
  	margin: 5px 0px 5px 25px;
	}

	 .tx-indexedsearch .tx-indexedsearch-info{
  	background-color: #ffffff;
  	margin: 0px 0px 15px 25px;
	}

	 .tx-indexedsearch .tx-indexedsearch-icon{

	}
/** old content styles*/

.important {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #3C3A3B;
	padding-bottom: 20px;
	margin: 0px;
}

h1,h4,h6 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #3C3A3B;
	padding-bottom: 20px;
	margin: 0px;
} 

h1{
	font-size: 16px;
	font-weight: bold;
	color:#1a4c95;
}

h5{
	font-size: 10px;
	font-weight: normal;
}

h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #333333;
}

h3,div.content-body-teaser-left-exhibition h1,div .content-body-teaser-right-exhibition h1 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #3C3A3B;
	padding: 0px;
	margin: 25px 0px 5px 0px;
}

h3.csc-firstHeader{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #3C3A3B;
	padding: 0px;
	margin: 25px 0px 5px 0px;
}

a,
a:link,
a:focus,
a:visited {
	color: #2999DA;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

a:hover,
a:active {
	text-decoration: underline;	
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h3 a,h2 a,
h3 a:link,h2 a:link,
h3 a:focus,h2 a:focus,
h3 a:visited,h2 a:visited {
	color: inherit;
}

/* im content */
.csc-default {
}
.csc-mediapartner {
    padding: 10px;
    background-color: #FFFFFF;    
}
.csc-mediapartner div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img{
    margin-bottom: 15px;
}
.csc-mediapartner  .csc-textpic-firstcol{
    clear:both;
}
#contentinner .csc-default {

}

#contentinner h1.csc-firstHeader  {
    height:3px;
		font: bold 16px Arial, Helvetica, sans-serif;
		color:#1a4c95;
		border-bottom: 1px solid #7bd2b8;
		margin-right:20px;
}

#contentinner .csc-firstHeader .csc-firstHeader-n1 h2 {
    font-size:14px;
    margin-top:10px;
    color:#ff0000;
}


/* boxen rechts */
.box .csc-default {
}   
    
    /* box links */;



/* box links */

#leftcontent  h2{
    margin-top:-10px;
    padding:10px 0 0 10px;
}

#leftcontent h2 {
    color: #0055a7;
		border-bottom: 1px solid #a6afcc;
		width:218px;
		margin: -10px 0 0 -10px;
		padding:10px 0 0 10px;
		height:18px;
			
      background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(1, rgb(233,236,245)),
    color-stop(0.5, rgb(245,246,250)),
    color-stop(0, rgb(255,255,255))
      );
    background-image: -moz-linear-gradient(
    left center,
    rgb(233,236,245) 0%,
    rgb(245,246,250) 50%,
    rgb(255,255,255) 100%
      );
}

/* ---------------------------------------------------------- */
.news-slider-container,.news-slider-item{
	width:  317px;
	height: 220px;
	overflow: hidden;
}
.news-slider-container{
	margin-top: 22px;
  margin-right:5px;
}
.news-slider-container ul,.news-slider-container li{
	margin:0;
	padding:0;
	list-style: none;
}
.news-slider-item img{
    float:left;
    margin: 5px 10px 5px 0px;
}
.news-slider-date{
    font-size:14px;
    color: #7D7E80;
    font-style: italic;
    font-weight: bold;
}
.news-latest-date a:link,
.news-latest-date a:visited {
	text-decoration: none;	
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	color: #606060;
}

.news-latest-date a:hover,
.news-latest-date a:active {
	text-decoration: underline;	
}

.news-latest-item h3 a:link,
.news-latest-item h3 a:visited {
	text-decoration: none;	
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	color: #333333;
}

.news-latest-item h3 a:hover,
.news-latest-item h3 a:active {
	text-decoration: underline;	
}

.news-latest-morelink {
     	background-position: 0px -270px;
	height:12px;
	width: 41px;
	text-indent: -9999px;

}
.news-latest-morelink-fr{
        background-position: -100px -270px;
}
.news-latest-morelink a {
	display:block;
	height:12px;
	width: 41px;
}

.news-single-backlink {
	background-position: 0px -360px;
	  text-indent: -9999px;

	height:12px;
	width: 41px;
}

.news-single-backlink a{
    display: block;
	height:12px;
	width: 41px;
}


img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

/* text */

.paragraphtext {
	font: 12px Arial, Helvetica, sans-serif;
	color: #3C3A3B;
}


/* -------------------- RTE elemente -------------------- */
p.align-justify {
	text-align: justify;
}

p.align-center {
	text-align: center;
}

p.align-left {
	text-align: left;
}

p.align-right {
	text-align: right;
}

/* -------------------- CSS STYLED CONTENT -------------------- */
.csc-textpic-image .csc-textpic-firstcol .csc-textpic-lastcol {
	padding: 0px;
	margin:0px;
	text-align: left;
}

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 0px; }
/* -------------------- tx-slideshow-pi1 -------------------- */

*html .tx-slideshow-pi1 {
	width: 805px;
	overflow: hidden;
}

/*--------------------- mailformplus ------------------------*/
.mailformplus_error{
	color: Red;
}

/*---------------------sp_directory--------------------------*/
.spDirectoryItem{
	margin-top: 10px;
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
	border-bottom: 1px solid #2A4386;
	text-align: right;
}
.atoz a{
	
}
.atoz {
	
}
.atoz_active {
	display:inline;
	font-weight: bold;
}
.sp_directoryListInfos{
margin-left: 290px;
	/*display: inline;*/
	/*width: 70%;*/
	/*float:left;*/
	text-align: left;
}
.sp_directoryListImage{
	width: 30%;
	/*margin-top: 50px;*/
	vertical-align: middle;
	text-align: left;
	float:left;
}

.sp_directoryListInfos h2{
display: inline;
	
}
.sp_directoryListDetails{
	width:100%;
	text-align: right;
}
p.keinAbstand{
	margin-top: 0px;
}
table{
	border-collapse: collapse;
}
table,td,th{
	vertical-align:top;
}
table.vertikalmittig,.vertikalmittig,table.vertikalmittig td,table.vertikalmittig th{
	vertical-align:middle;
}
.vertikalmittig{
	vertical-align:middle;
}

	#keyboardMsg{
		display:none;
	}

.tickercontainer { /* the outer div with the black border */
border: 1px solid #2A4385;
background: #fff; 
width: 530px; 
height: 75px; 
margin: 0; 
margin-top:20px;
padding: 0;
overflow: hidden; 
}
.newsticker { 
position: relative;
left: 0px;
height: 75px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}

.ticker .csc-textpic-imagewrap{
    display: inline;
    width: auto!important;
}
.ticker .csc-default,.ticker div.csc-textpic div.csc-textpic-imagerow{
    color: #2A4385;
    float: left;
    margin: 0 15px;
    padding: 0;
    clear: none;
}
.ticker .csc-textpic{
    margin: auto 0;
}