/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| Stylesheet für www.aloevera-symposium.com
| fasc | 2009-10-29
| 
| Inhaltsverzeichnis:
| - ==reset           Reset
| - ==elments         Elemente
| - ==classes         allg. Klassen
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==reset */
  
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==elements */
  
a:hover {
  text-decoration: underline !important;
}
  
body {
   font: 16px/18px Verdana, Arial, Sans-Serif; /* ie.css */
   overflow-x: hidden;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==classes */

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix       {*zoom: 1;/*for ie 5.5-7*/}
.hidden         {display: none !important;}



/*----------------------------------*/
h1 {
  background-position: left center; background-repeat: no-repeat;
  text-indent: -9999px;
  width: auto; height: 34px;
}

.about .headline {
  background-position: left center; background-repeat: no-repeat;
  text-indent: -9999px;
  width: auto; 
  height: 15px;
  float: left;
  font-size: 0.7em;
}

.about .headline strong {
  visibility: hidden;
}

.teasers h2 {
  background-position: left center; background-repeat: no-repeat;
  text-indent: -9999px;
  width: auto; height: 34px;
}

.teasers .register {
  background-position: left center; background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
  width: auto; height: 24px;
}
/*----------------------------------
  Info-Bereich
*/
#marginal-static {
  margin-top: 85px;
  padding-bottom: 50px;
  text-align: right;
  color: #8c8c8c;
  width: 210px;
}

#marginal-static div.headline {
  background-repeat: no-repeat; background-position: center right;
  margin-top: 45px; padding-right: 4px;
  font-weight: bold;
  text-indent: -9999px;
  height: 24px;
}

#marginal-static div.headline span {
  visibility: hidden;
}

#marginal-static p {
  font-size: 0.75em; line-height: 1.25em;
  margin-top: .5em; padding-right: 4px;
}

#marginal-static p strong {
  color: #587f3c;
  font-size: 1em; line-height: 1.25em;
}

#marginal-static a {
  color: #8C8C8C;
  text-decoration: none;
}


/*----------------------------------
  Content-Bereich
*/
#content-static {
  height: 66px;
  margin-left: 62px;
}

#content-static ul.about {
  display: none;
  background: url(../images/bg_about.gif) repeat-y; 
  height: 110px;
  padding-left: 35px;
}

#content-static ul.about li {
  width: 180px;
  float: left;
  margin-bottom: 10px;
  height: 63px;
  display: inline-block;
}

#content-static ul.about li img {
  margin-top: 10px;
}

#content-static ul.about li p {
  color: #8c8c8c;
  font-size: 0.8em;
  clear: both;
  margin: 0;
  padding: 0;
}

#content-static a {
  background: url(../images/a_more2.gif) no-repeat left 0.3em;
  padding-left: 12px;
}

#content {
  clear: both;
  font-size: 0.85em;
  margin-left: 100px;
  margin-top: 29px;
}

#content ul.images {
  margin-left: -10px;
}

#content ul.images li {
  float: left;
  width: 195px;
  height: 170px;
  background: url(../images/bg_imageList.gif) no-repeat left bottom;
  margin-right: 10px;
  padding: 0;
}

#content ul.images li img {
  border: 1px solid #e0e0de;
  margin-left: 5px;
}

#content ul.teasers {
  clear: both;
  padding: 30px 25px 0 0;
}

#content ul.teasers li {
  margin-bottom: 30px;
  padding: 0;
  background: none;
}

#content ul.teasers li a {
  color: #A4C102;
}

#content p {
  color: #8c8c8c;
  font-size: 0.875em; line-height: 1.5em;
  padding-right: 50px;
}

#content p a {
  color: #587F3C;
  text-decoration: none;
}

#content form p {
  font-size: .875em;
}

#content ul.teasers p.questions {
  color: #587f3c;
  margin: 2.1em 0;
}

#content ul.teasers p.more {
  background: url(../images/a_more.gif) no-repeat 0 .875em;
  margin-left: 5px; margin-top: 10px;
  padding-left: 12px;
  color: #a4c102;
  font-weight: bold;
  text-decoration: none;
}

#content ul.teasers p.more a.register {
  background: none no-repeat;
  padding: 0;
  margin: 0;
}


#content  .abstractors p {
  font-size: .916em; line-height: 1.5em;
}

table.program {
  width: 600px;
}

table.program td {
  color: #587f3C;
  font-size: 0.9em; line-height: 1.1875em;
  font-weight: bold;
  padding-top: 1.5em;
  vertical-align: top;
}

table.program td.time {
  white-space: nowrap;
}

table.program thead {
  display: none;
}

table.program td h2, table.program td div.person {
  padding-left: 45px;
  font-size:1em;
  margin: 0;
  white-space: normal;
}

table.program td div.person {
  font-weight: normal;
}

table.program td div.person span.position {
  color: #a4c102;
}

.abstractors {
  margin-top: 40px;
  color: #587f3C;
  font-weight: bold;
  font-size: 0.9em;
  margin-bottom: 23px;
}

#content .abstractors li {
  background: none;
  clear: both;
  overflow: hidden;
  margin-bottom: 7px; padding: 0;
}

.abstractors li div.image {
  width: 95px;
  height: 90px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}

.abstractors h3 {
  color: #a4c102;
  margin: 0;
  padding: 0;
  font-size: 1em;
}

.abstractors p {
  color: #8c8c8c;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

div.addresses {
  margin-top: 1em;
  height: 50px;
}

div.addresses ul li {
  width: 245px;
  font-size: 1em; line-height: 1.25em;
  float: left;
  background: url(../images/bg_about.gif) no-repeat; 
  padding-left: 20px; padding-top: 3px;
  color: #8c8c8c !important;
  font-size: .875em;
  line-height: 1.25em;
}

hr { display: none; }

fieldset {
  clear: both;
  margin-top: 35px;
  border: none;
}

fieldset .element {
  float: left;
}

fieldset .element label, legend {
  font-family: "Helvetica", "Verdana";
  font-size: 0.9em;
  font-weight: bold;
  line-height: 2em;
  display: block;
  color: #587f3C;
}

fieldset .element input {
  display: block;
  border: 1px solid #a4c102;
}

fieldset .element-short {
  width: 235px;
  margin-right: 30px;
}

fieldset .element-short input {
  width: 235px;
}

fieldset .element-long {
  width: 530px;
}

fieldset .element-long input {
  width: 500px;
}

div.paragraph {
  margin-top: 3.5em;
}

p.notice {
  background: url(../images/bg_about.gif) no-repeat; 
  padding-left: 20px;
  margin-top: 1em;
}

.submit {
  background: none;
  background: url(../images/a_more2.gif) no-repeat left 0.3em;
  border: none;
  color: #587f3C;
  font-weight: bold;
  margin-bottom: 10px;
}

#content li {
  list-style: none;
  background: url(../images/bg_about.gif) no-repeat left 0.18em; 
  margin-bottom: 3em; padding-left: 20px;
  color: #587f3C;
}

#content li dl {
  display: none;
}

#content li h2 {
  font-size: .88em; line-height: 1.25em;
  padding-top: 3px;
}

#content .download {
  display: block;
  margin: 1em 0 2em 0;
  color: #587f3C;
  font-weight: bold;
  text-decoration: none;
  padding-left: 20px; 
  background: url(../images/dl_bmp.png) no-repeat left center; 
}

#content .download-pdf { background-image: url(../images/dl_pdf.png); }
#content .download-word { background-image: url(../images/dl_pdf.png); }
#content .download-excel { background-image: url(../images/dl_pdf.png); }
#content .download-ppt { background-image: url(../images/dl_ppt.png); }


dl { overflow: hidden; width: 606px; overflow: hidden;}

dt { 
  border: 1px solid #A4C102;
  height: 100px; overflow: hidden;
  margin-right: 15px;
  width: 100px; 
  float: left; 
}

dd {
  display: block;
  width: 100px;
  float: left;
  margin-left: -115px;
  margin-right: 15px;
  margin-top: 110px;
  font-size: 0.75em;
  line-height: 1.2em;
} 

dd a {
  display: block;
  font-weight: bold;
  color: #587f3C;
  background: url(../images/a_more3.gif) no-repeat left 0.3em;
  padding-left: 7px;
  text-decoration: none;
}

.abstractor a {
  background: url(../images/abstractor_a.gif) no-repeat left center;
  color: #A4C102;
  font-weight: bold;
  padding-left: 12px;
  text-decoration: none;
}

.abstractor .carousel-wrapper {
  margin-bottom: 10px;
  position: relative;
}

.abstractor .carousel {
  position: relative;
  width: 530px; height: 82px; overflow: hidden; overflow-x: scroll;
}

.abstractor .carousel ul {	
  clear: both;
  margin-left: 1px;
  position: absolute;
}

.abstractor .carousel ul li {
	float: left;
  margin-right: 5px;
	width: 62px;
}

.abstractor .carousel ul li span {
  display: none;
}

.abstractor .carousel ul li img {
  margin-left: 0;
}

.abstractor .carousel a {
  display: none;
}

.abstractor .prev {
  background: url(../images/carousel_prev.gif) no-repeat;
  cursor: pointer;
  display: block;
  position: absolute; left: -21px; top: 1px;
  width: 16px; height: 62px;
}

.abstractor .next {
  background: url(../images/carousel_next.gif) no-repeat;
  cursor: pointer;
  display: block;
  position: absolute; right: 30px; top: 3px;
  width: 15px; height: 55px;
}

.form-registration {
  margin-bottom: 30px;
}



/* ==slot ===login */
#column-marginal .headline {
  background-position: right center; background-repeat: no-repeat;
  color: #587F3C;
  font-family: "Helvetica Neue","Myriad Pro",Helvetica,Sans-Serif;
  font-size: 1.25em; line-height: 1.1875em;
  margin: 2em 35px 0 0;
  text-indent: -9999px;
  width: 209px; height: 24px;
}

.tx-felogin-pi1 {
  overflow: hidden;
}

.tx-felogin-pi1 fieldset {
  clear: right; float: right;
  margin: .5em 0 0 0; padding-right: 35px;
  width: 145px;
}

#content .tx-felogin-pi1 fieldset {
  float: none;
}

.tx-felogin-pi1 input#pass {
  display: block; float: left;
  margin-right: 2px;
  width: 119px;
}

.tx-felogin-pi1 .element {
  margin-top: .25em;
}

.tx-felogin-pi1 .status {
  color: #8C8C8C;
  float: left;
  font-size: .75em; line-height: 1.5em;
  padding: 0 10px 0 56px;
}

.tx-felogin-pi1 .submit {
  background: url(../images/submit_small.png) no-repeat;
  border: none;
  display: block; 
  font-size: 0; line-height: 0;
  width: 20px; height: 20px;
}



/* ===teaser ====newteaser*/
.ptype-content .teasers h2 {
  background: none !important;
  text-indent: 0;
  height: auto;
}

.ptype-content .teasers h2 a {
  color: #587F3C !important;
  text-decoration: none;
}

.ptype-content .teasers .more  {
  background-position: 0 .375em !important;
  margin-left: 0 !important;
}

/* ===downloads */
.downloads li {
  margin-bottom: 3em;
}

.downloads .abstractor {
  font-size: .88em; line-height: 1.5em;
}

.downloads .download {
  color: #587F3C;
  font-size: .88em; line-height: 1.5em;
  margin-top: .5em !important;
}

.downloads .download a {
  color: #587F3C;
  padding-right: .5em;
  text-decoration: none;
}

.downloads .download a:hover {
  text-decoration: underline;
}



/* ===gallery */
.gallery li {
  background: none !important;
  display: block; float: left;
  margin-bottom: 0 !important; margin-right: 15px; padding-left: 0 !important;
  width: 102px;
}

.gallery li a.image {
	border: 1px solid #B6D606;
	display: block;
	line-height: 100px;
	text-align: center;
	
	width: 100px; height: 100px;  
}

.gallery li img {
	margin-top: -4px;
	vertical-align: middle;
}

.gallery li .caption {
  display: block;
  font-size: .81em; line-height: 1.25em;
  height: 45px;
}

.gallery li .download {
  background: url(../images/gallery_download.png) no-repeat 0 .375em !important;
  display: block;
  font-size: .81em; line-height: 1.25em;
  height: 15px;
  margin: 0 0 1em 0 !important; padding-left: 8px !important;
}



/* ===overlay */
/* the overlayed element */
.simple_overlay {
  
  /* must be initially hidden */
  display:none;
  
  /* place overlay on top of other elements */
  z-index:10000;
  
  /* styling */
  background-color:#333;
  
  width:675px;  
  min-height:200px;
  border:1px solid #666;
  
  /* CSS3 styling for latest browsers */
  /*-moz-box-shadow:0 0 90px 5px #000;
  -webkit-box-shadow: 0 0 90px #000;*/  
}

/* close button positioned on upper right corner */
.simple_overlay .close {
  background-image:url(../img/overlay/close.png);
  position:absolute;
  right:-15px;
  top:-15px;
  cursor:pointer;
  height:35px;
  width:35px;
}


/* the large image. we use a gray border around it */
#img {
	border:1px solid #FFF;
}

/* "next image" and "prev image" links */
.gallery .next, .gallery .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff !important;
	font-size:11px;
	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.gallery .prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
	margin-left: 1px;
}

.gallery .next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.gallery .next:hover, .gallery .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
	margin-left: 1px;
}

.info strong {
	display: none;	
}

.info span {
	display: block;
	font-size: 1em; line-height: 1.5em;
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.gallery .next, .gallery .prev, .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(/img/global/gradient/h80.png) repeat-x;		
}
