body {
  background: #E2E2E2 url(../img/bg.gif) scroll repeat-y center center;
  color: #575656;
  font-family: Arial, sans-serif;
  font-size: 85%;
  line-height: 1em;
}
body { color: rgba(87,86,86,0.99); }


/* default styling */

h1, h2, h3, h4 { color: #575656; }
h1, h2, h3, h4 { color: rgba(87,86,86,0.99) }

h1, h2 {
  font-size: 2em;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 0.5em;
}
.right h1, .right h2 { font-size: 1.5em; }
h3 {
  font-size: 1.4em;
  line-height: 1.5em;
  margin-bottom: 0.65em;
}

h4 {
  font-size: 1.25em;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}

h5 {
  font-size: 1.1em;
  line-height: 1.8em;
  margin-bottom: 0.5em;
}

h6 { font-weight: bold;}

h6, p, ol, ul {
  font-size: 1.03em;
  line-height: 1.4em;
  margin-bottom: 1em;
}

ul  {
  line-height: 1.4em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, li a, p a,
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, li a:active, p a:active,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, li a:visited, p a:active {
  color: #575656;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
  text-decoration: underline;
}

p a, li a {
  font-weight: bold;
}

p.bigger { font-size: 1.3em; line-height: 1.3em; }

blockquote {
  background: transparent url(../img/open-quote.gif) scroll no-repeat 0 1em;
  margin: 0 1em 1em !important;
  padding: 1em 0 0 2em;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  font-style: italic;
}

blockquote p {
  font-style: italic;
  padding: 0 2em 0 0;
}

blockquote p.quote_close {
  background: transparent url(../img/close-quote.gif) scroll no-repeat bottom right;
}


/* site layout */

#wrap {
  height: auto !important;
  height: 100%;
  min-height: 100%;
  width: 952px;
  margin: 0 auto;
  padding: 0;
  
  position: relative;
}

#header {
  position: relative;
  width: 952px;
  height: 214px;
  overflow: hidden;
  background: transparent none no-repeat scroll center center;
}

#header h1, #header h1 a {
  display: block;
  width: 116px;
  height: 182px;
  text-indent: -500em;
  /*background: transparent url(../img/irc-logo.png) no-repeat scroll top left;*/
  background: transparent url(../img/irc-logo-new.gif) no-repeat scroll top left;
}

#header h1 {
  position: absolute;
  top: 16px;
  left: 16px;
}

#navigation { background-color: #FFCC33; height: 32px; padding: 0 16px;}

#search {
  background: transparent url(../img/search_bg.png) repeat scroll 0;
  /*height: 45px;*/
  width: 162px;
  padding: 5px;
  position: absolute;
  right: 16px;
  top: 16px;
}

#search ul { text-align: left; font-size: 0.80em; color: #FFFFFF; list-style: none; }
#search ul li { display: inline; margin-right: 10px; }
#search ul li.last { margin-right: 0px; }
#search ul a { color: #FFFFFF; font-weight: normal; }
#search ul a:hover { text-decoration: underline; }
#search form { color: #FFFFFF; }
#search form input.sword, #search form button { display: block; background: none; border: none; color: #FFFFFF; font-size: 1em; font-family: Arial;}
#search form input.sword { float: left; width: 120px; border-bottom: 1px solid #FFFFFF; }
#search form button { float: right; width: 30px; cursor: pointer; }

#main, #comments { border: 16px solid #FFFFFF; background-color: #FFFFFF; padding-bottom: 5em; }
#comments { margin-top: -7em; position: relative; min-width: 0; }
*+html #comments { margin-bottom: 5em; }

#navigation .left,
#main .left,
#comments .left {
  float: left;
  width: 144px;
  margin-right: 16px;
}

#main .content,
#comments .content {
  float: left;
  width: 572px;
}

#navigation .right,
#main .right,
#comments .right {
  float: right;
  width: 172px;
}

#main.home .left { display: none; }

#navigation .left,
#main.home .content { width: 732px; margin: 0; }

ul.menu li.top {
  display: block;
  border: 1px solid #E2E2E2;
  background: transparent url(../img/menu_li_bg.gif) no-repeat scroll 125px 4px;
  line-height: 12px;
  margin-bottom: 4px;
  padding: 6px;
}
ul.menu li.top.act { background-image: url(../img/menu_li_cur_bg.gif); }
ul.menu li.top a { font-weight: bold; color: #231F20; display: block; height: 28px; font-size: 12px; text-transform: uppercase; }
ul.sub {
  font-size: 0.85em;
  margin-bottom: 0.5em;
}
ul.sub li {
  font-size: 1em;
  display: block;
  padding-left: 10px;
  background: transparent url(../img/submenu_li_bg.gif) no-repeat scroll 0 0.35em;
  margin-bottom: 0.2em;
}
ul.sub li.current {
  background: transparent url(../img/submenu_li_cur_bg.gif) no-repeat scroll 0 0.35em;
}


ul.menu li.top ul.sub li a {
  font-size: 0.95em;
  color: #8C8585;
  text-transform: none;
  height: auto;
  display: inline;
}
ul.menu li.top ul.sub li a:hover, ul.menu li.top ul.sub li.current a { color: #231F20; }
ul.menu li.top ul.sub li.current ul li a { color: #8C8585; }
ul.menu li.top ul.sub li.current ul li a:hover, ul.menu li.top ul.sub li.current ul li.current a { color: #231F20; }
ul.sub li ul { font-size: 1em; margin: 0.5em 0; }
ul.sub li ul li { background: none;}
ul.sub li ul li a { font-size: 1em; }



#footer {
  
  position: absolute;
  bottom: 0;
  left: 0;
  
  width: 920px;
  height: 4.5em;
  overflow: hidden;

  padding: 16px; background-color: #999999; color:  #FFFFFF; font-size: 0.9em;
  background: #999999 none repeat scroll 0 0;
}
#footer .col1 { float: left; width: 700px; }
#footer .col2 { float: right; width: 220px; }
#footer a { color: #FFFFFF; }
#footer a:hover { text-decoration: underline; }
#footer ul { list-style: none; }
#footer ul li { display: inline; padding: 0 0.5em; border-left: 1px solid #FFFFFF;}
#footer ul li.first { border-left: none; padding-left: 0;}
#footer p { padding: 0; margin: 0; }


  #navigation .left ul#social_links { float: left; margin: 6px 0 0 0; }
  
    #navigation .left ul#social_links li { float: left; margin: 0 5px 0 0; }
    
      #navigation .left ul#social_links li a {
        background: transparent none no-repeat scroll center top;
        display: block;
        height: 20px;
        text-indent: -1000em;
        width: 20px;
      }
      
      #navigation .left ul#social_links li.fb a { background-image: url(../img/facebook.png); }
      #navigation .left ul#social_links li.tw a { background-image: url(../img/twitter.png); }
      #navigation .left ul#social_links li.ml a { background-image: url(../img/mailinglist.png); }
      #navigation .left ul#social_links li.rs a { background-image: url(../img/rss.png); }
  
  #navigation .left ul#menu { float: right; border-left: 1px solid #FFFFFF; margin: 0; }
  
    #navigation .left ul#menu li,
    #navigation .left ul#menu li a {
      display: block;
      height: 32px;
      line-height: 32px;
    }
    
    #navigation .left ul#menu li {
      float: left;
    }
    
      #navigation .left ul#menu li a {
        padding: 0 16px;
        background-color: #FFCC33;
        border-right: 1px solid #FFFFFF;
        font-size: 11px;
        color: #231F20;
        text-transform: uppercase;
        font-weight: bold;
      }
      #navigation .left ul#menu li a:hover {
        background-color: #FCE295;
      }
      #navigation .left ul#menu li.current a {
        background-color: #FFFFFF;
      }

ul#dropdown { margin: 0; }

ul#dropdown li {
  width: 172px;
  height: 32px;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
}

ul#dropdown li span {
  display: block;
  width: 172px;
  height: 20px;
  margin-top: 6px;
  text-indent: 10px;
  background: transparent url(../img/dropdown.gif) no-repeat scroll 155px 0;
  background-color: #FCE295;
  font-size: 11px;
  line-height: 20px;
}
ul#dropdown li span a { font-weight: normal; }


ul#dropdown li.active span { background-color: #FFFFFF; background-position: 155px -20px;}

ul#dropdown li ul {
  position: absolute;
  cursor: auto;
  padding: 0;
  font-size: 11px;
  line-height: 20px;
  width: 172px;
  /*height: 100px;
  overflow: auto;*/
  
  /*
  filter:alpha(opacity=90);
  -moz-opacity:.90;
  opacity:.90;
  */
  background-color: #FCE295;
  display: none;
}

ul#dropdown li ul li {
  display: block;
  margin: 0;
  margin-left: 10px;
  padding-left: 10px;
  height: auto;
  background: transparent url(../img/dropdown_li.gif) no-repeat scroll 0 0.5em;
}

ul#dropdown li ul li a {
  font-weight: normal;
}

ul#dropdown li ul li a:hover {
  color: #231F20;
}

ul#dropdown li.active ul {
  display: block;
}

/* dropdown select box */
form.dropdown { margin-bottom: 1em; }
form.dropdown label, form.dropdown select { display: block; }
form.dropdown label { line-height: 1.2em; padding-bottom: 0.5em; }
form.dropdown select { width: 172px; }

.news-headlines h2,
.news-headlines h2 a {
  display: block;
  width: 172px;
  height: 32px;
  background: transparent url(../img/headlines.gif) no-repeat scroll 0;
  text-indent: -500em;
}
.news-headlines h2.related { background-image: url(../img/related_news.gif); }
.news-headlines h2.related_red { background-image: url(../img/related_news_red.gif); }
.news-headlines h2.find_out_more { background-image: url(../img/find_out_more.gif); }

.news-headlines ul { margin: 0; margin-bottom: 16px; }
.news-headlines ul li {
  margin: 0;
  padding: 0 4px;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 0.5em;
}
.news-headlines ul li span.title a { font-weight: normal; }
.news-headlines ul li p { margin-bottom: 0; }
/*p span.more a, .news-headlines ul li span.more a { text-transform: uppercase; font-size: 0.8em;}*/

a#donate_now, a#take_action, form#sign_up {
  width: 172px;
  height: 71px;
  margin-bottom: 16px;
  background: transparent url(../img/actions_bg.gif) no-repeat scroll 0 0;
}

a#donate_now,
a#take_action { display: block; text-indent: -500em; }

a#take_action { background-position: 0 -101px; }

form#sign_up { background-position: 0 -202px; }
form#sign_up { position: relative; }
form#sign_up label { display: none; }
form#sign_up input.email { display: block; position: absolute; bottom: 5px; left: 5px; padding: 2px; background: #E7F8F8 none; border: none; width: 120px; font-size: 14px;}
form#sign_up button { display: block; position: absolute; bottom: 0; right: 0; cursor: pointer; width: 30px; height: 30px; border: none; background: none; text-indent: -500em;}

.teaser-small {
  border: 8px solid #E2E2E2;
  margin-bottom: 16px;
}

.teaser-small .img {
  float: left;
  width: 200px;
  overflow: hidden;
}

.teaser-small .txt {
  margin-left: 210px;
  padding: 8px;
}

.teaser-small h1, .teaser-small h2, .teaser-small h3, .teaser-small h4, .teaser-small h5, .teaser-small p { padding-bottom: 0; margin-bottom: 0;}
.teaser-small p { padding-top: 0.5em; }

.teaser-news {
  padding-bottom: 16px;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 16px;
}
.teaser-news h2 { margin-bottom: 0; line-height: 1; }
.teaser-news h2, .teaser-news h2 a { color: #575656; }
.teaser-news h4 { color: #BFBBBB; margin-bottom: 0; line-height: 1.4em; }
.teaser-news p { margin-top: 0.5em; margin-bottom: 0; }

.three_cols { background: transparent url(../img/three_cols_bg.gif) repeat-y scroll 0 0; margin-bottom: 16px; }
.three_cols .bot { clear: both; height: 8px; background: transparent url('../img/three_cols_bg.gif') repeat-y scroll -801px 0; }
.three_cols .col1,
.three_cols .col2,
.three_cols .col3 {
  border-top: 8px solid #E2E2E2;
  width: 217px;
  margin-left: 8px;
  margin-right: 24px;
  float: left;
  overflow: hidden;
}
.three_cols .col2 { width: 218px; }
.three_cols .col3 { margin-right: 8px; }

.fce-custom, .fce-brief, .tc_text, .tc_image, .tc_text_image { background-color: #fffff; border: 8px solid #E2E2E2; margin-bottom: 16px; }
.tc_text, .tc_text_image .tc_inner, .tx-lumophpinclude-pi1, .share-tools { padding: 8px; }
.fce-custom .tc_text, .fce-custom .tc_text_image .tc_inner 
.fce-brief .tc_text, .fce-brief .tc_text_image .tc_inner { padding-bottom: 0; }
.fce-brief .full_story_link { padding: 0 8px; }
.fce-brief h2.title, .tc_image h2.title, .tc_text_image h2.title { padding: 8px 8px 0 8px; }
.tc_text h2.title,
.tc_inner h2.title,
.fce-custom  h2.title,
.fce-custom .tc_text .share-tools { padding: 0; }
.fce-custom .tc_text_image h2.title { padding: 8px 8px 0 8px; }
.fce-custom .tc_text_image .tc_inner h2.title { padding: 0; }
/*.fce-brief .full_story_link a { color: #DBA80A; }*/
.fce-custom .tc_text, .fce-custom .tc_image, .fce-custom .tc_text_image,
.fce-brief .full_story_link, .fce-brief .tc_text, .fce-brief .tc_image, .fce-brief .tc_text_image,
.three_cols .tc_text, .three_cols .tc_image, .three_cols .tc_text_image { background-color: #FFFFFF; border: none; margin: 0; }
.fce-custom .tc_text, .fce-custom .tc_image, .fce-custom .tc_text_image { background-color: transparent; }
.fce-brief { position: relative; background-color: #FFFFFF; }
.fce-brief ul.links { position: absolute; right: 0; top: 0; font-size: 0.85em;}
.fce-brief ul.links li { display: block; float: left; border-left: 1px solid #E2E2E2; border-bottom: 1px solid #E2E2E2; line-height: 2em; padding: 0 1em; text-transform: uppercase; color: #231F20;}
.fce-brief  h1 { padding-top: 1.6em; }
.fce-brief .tc_text, .fce-brief .tc_text_image, .fce-brief .tc_image { padding-top: 2.2em; }
.fce-brief .tc_text h1, .fce-brief .tc_text_image h1, .fce-brief .tc_image h1 { padding-top: 0; }
.fce-brief .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap { padding-top: 3.1em; }
.three_cols .teaser-small { border: none; margin: 0; }
.three_cols .teaser-small .img { float: none; width: 217px; overflow: hidden; }
.three_cols .teaser-small .txt { margin: 0; }
.three_cols .col2 .teaser-small .img { width: 218px; }
.tc_image h1, .tc_text_image h1 { padding-left: 8px; padding-right: 8px; padding-top: 8px; margin-bottom: 0; }
/*.fce-brief .tc_image h1, .fce-brief .tc_text_image h1,*/
.tc_image .tc_inner h1, .tc_text_image .tc_inner h1 { padding-left: 0; padding-right: 0; padding-top: 0; margin-bottom: 0.65em; }
/*.share-tools { margin-bottom: 1em; }*/

.right .fce-custom, .right .fce-brief, .right .tc_text, .right .tc_image, .right .tc_text_image { font-size: 0.9em; }
.fce-custom a:hover, .fce-brief a:hover, .tc_text a:hover, .tc_image a:hover, .tc_text_image a:hover { text-decoration: underline; }

div.csc-textpic-intext-right-nowrap  div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-left-nowrap  div.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 0;}

.content p a, .content ul a, p span.more a {
  font-weight: normal;
  color: #333333;
  text-decoration: underline;
  /*border-bottom: 1px solid #FFCC33;*/
}
.news-headlines ul li span.more a { font-weight: bold; text-decoration: none; }
.content p a:hover, .content ul a:hover, p span.more a:hover { text-decoration: none; background-color: #FFCC33; }
/*
#main.home .content p  a {
  font-weight: normal; color: #333333; text-decoration: none; background-color: #FFCC33;
}
*/
.fce-brief ul.links li a { font-weight: normal; color: #8C8585; text-decoration: none; }
.fce-brief ul.links li a:hover { color: #231F20; background: none; }

.news-single-img { float: right; width: 215px; margin-left: 16px; margin-bottom: 16px; }
.news-single-img p.news-single-imgcaption,
dd.csc-textpic-caption {
  background: #999999 none repeat scroll 0 0;
  color: #FFFFFF;
  font-size: 0.8em;
  padding: 4px 8px;
}

/* lists in content types */
.fce-custom ul, .fce-brief ul, .tc_text ul, .tc_image ul, .tc_text_image ul {
  list-style: disc outside;
  margin-left: 1.5em;
}

.fce-custom ol, .fce-brief ol, .tc_text ol, .tc_image ol, .tc_text_image ol {
  list-style: decimal outside;
  margin-left: 1.5em;
}


/*
#main .right { height: 200px; background-color: #E2E2E2; }
*/

/* mailing list form */
form.donateform label, form.mailing_list input, form.mailing_list textarea, form.mailing_list select, form.mailing_list button,
form.mailing_list label, form.mailing_list input, form.mailing_list textarea, form.mailing_list select, form.mailing_list button {
  display: block;
}

form.donateform label,
form.mailing_list label {
  line-height: 1.4em;
}

form.donateform label { width: 200px; float: left; clear: left; }

form.donateform input.text, form.donateform textarea, form.donateform select,
form.mailing_list input.text, form.mailing_list textarea, form.mailing_list select {
  width: 250px;
  margin-bottom: 0.5em;
}

form.donateform input.text, form.donateform textarea, form.donateform select { float: left; }
form.donateform fieldset, form.donateform h3 { clear: both;}

form.donateform button,
form.mailing_list button { margin: 1em 0; clear: both; }

form.donateform input.text, form.donateform textarea, form.donateform select.dropdown {
  width: 250px;
  border: 1px solid #8C8585;
  padding: 3px;
  margin-right: 5px;
}

form.mailing_list select.small,
form.donateform input.text.small, form.donateform select.dropdown.small {
  width: 125px;
}
form.mailing_list select.small,
form.donateform select.dropdown.small {
  padding: 2px 3px;
}

form.donateform fieldset#keep-in-touch label, form.donateform fieldset#keep-in-touch input,
form.donateform fieldset#gift-aid label, form.donateform fieldset#gift-aid input {
  float: none;
  display: inline;
}

form.donateform fieldset#gift-aid h3 { 
  display: block;
  background: #ffffff url(../img/Gift_Aid_40mm_black.jpg) no-repeat scroll 0 0;
  width: 136px;
  height: 62px;
  text-indent: -1000em;
}

form.donateform fieldset {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 1em;
}

.validation-failed {
	border: 1px solid #f00;
}
.validation-passed {
	border: 1px solid green;
}
.validation-advice {
	clear: both;
	padding: 5px;
	border: solid 1px #dd3c10;
	background: #ffebe8;
	color: #dd3c10;
	margin-bottom: 1em;
}
.warning {
	border: 1px solid #c66;
}
.warning-advice {
	margin: 2px;
	padding: 2px;
	color:#fff;
	background-color:#bbb;
	clear: both;
}
.notification {
	background: #E2F9E3;
	border: 1px solid #99CC99;
	color:#006600;
	/*width: 500px;*/

  padding: 5px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-left: 0 !important;
}



/* typo3 stuff */
#content table th, #content table td { padding-bottom: 1em; }
div.csc-textpic div.csc-textpic-single-image img { margin-bottom: 0; }

.sitemap ul { line-height: 1.8em; }
.sitemap ul ul { margin: 0; padding-left: 1em; }

/* slideshow */
.rgslideshow .rgsnav2 {
  background-image: none !important;
  padding-left: 15px !important;
}
.rgslideshownav .rgsbrowser .rgsact { color: #DBA80A !important; }
.rgslideshow .rgstitle { font-family: Arial !important; }

.mailform div.field {
  margin-bottom: .5em;
  clear: both;
}

.mailform div.field label,
.mailform div.field input.input,
.mailform div.field select.select,
.mailform div.field p.radiogroup,
.mailform div.field fieldset,
.mailform div.field textarea.text {
  float: left;
}

.mailform div.field label {
  width: 180px;
}

.mailform div.field input.input,
.mailform div.field select.select,
.mailform div.field textarea.text {
  width: 240px;
}

.mailform div.field fieldset legend {
  display: none;
}

.mailform div.field fieldset label,
.mailform div.field fieldset input {
  float: none;
}

.mailform div.field textarea.text {
  height: 100px;
}
/*
.required label {
  color: red;
}
*/

/* search */
.tx-mnogosearch-pi1 {
  font-size: 1.03em;
  line-height: 1.4em;
  margin-bottom: 1em;
}
.tx-mnogosearch-pi1 a { color: #DBA80A; } 
.tx-mnogosearch-pi1 a:hover { text-decoration: underline; }
.tx-mnogosearch-long-form table tr td { vertical-align: top; padding: 1px 3px; }
.tx-mnogosearch-pi1-summary { background-color: whitesmoke; padding: 2px 3px; margin: 3px 0; }
.tx-mnogosearch-pi1-summary-value { font-weight: bold; }
.tx-mnogosearch-pi1-results { margin: 5px 0; }
.tx-mnogosearch-pi1-result { margin-bottom: 1em; }
a.tx-mnogosearch-pi1-result-url { font-weight: bold; }
.tx-mnogosearch-pi1-result-relevancy { padding-left: 20px; }
.tx-mnogosearch-pi1-result-excerpt { margin-left: 30px; }
.tx-mnogosearch-pi1-result-excerpt-selection { font-weight: bold; }
ul.tx-mnogosearch-pi1-results-links { margin: 0 0 0 30px; list-style-position: inside; }
ul.tx-mnogosearch-pi1-results-links li a { font-weight: normal; }
.tx-mnogosearch-pi1-page-list { text-align: center; margin: 10px 0; }
.tx-mnogosearch-pi1-pagelink { padding: 0 2px; }


#content .csc-sitemap ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 2em;
  margin-bottom: 0;
}

#content .csc-sitemap h3 {
  margin-top: 1em;
}

.comments { padding: 1em; }

.comments blockquote { border-top: none; }
.comments blockquote p strong { font-style: italic; }

.comments form.donateform fieldset { border-bottom: none; }

/* remove list formatting */
#search ul,
ul#dropdown,
ul#dropdown li ul,
.left ul,
.news-headlines ul,
#footer ul {
  list-style: none;
  margin-left: 0;
}

/* utility classes */

.fl { float: left !important; }
.fr { float: right !important; }
.clear {  display: block; clear: both; margin-bottom: 0;}
.cl { clear: left; }
.cr { clear: right; }

.ta_r, .align-right { text-align: right !important; }
.ta_l { text-align: left !important; }
.ta_c, .align-center { text-align: center !important; }

.pb_0 { padding-bottom: 0 !important; }

.mb_0 { margin-bottom: 0 !important; }
.mt_0 { margin-top: 0 !important; }

.ml_1 { margin-left: 1em !important; }
.mr_1 { margin-right: 1em !important; }
.mb_1 { margin-bottom: 1em !important; }
.mt_1 { margin-top: 1em !important; }

.lower { text-transform: lowercase; }

.w_half { width: 50%; }
.w_auto { width: auto !important; }

.black { color :#FFFFFF; }
.red { color: #FF3333;}
.green { color: #339933; }
.orange {color: #FF6600;}
.black {color :#000000;}

.hidden { display: none; visibility: hidden; opactity: 0; -moz-opacity: 0; height: 0;}
.hide { display: none; }
.placeholder { height: 1px; }

#typo3-previewInfo { display: none !important; }
.feEditAdvanced-allWrapper, 
.feEditAdvanced-draggable, .draggable, .feEditAdvanced-allWrapperHover { z-index: 101; }


/* new clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
