/* ### Common Styles ### */

body {
  color: black;
  background-color: white;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 75%;  /* Enables font size scaling in MSIE */
  margin: 0px 10px 0px 10px;
  padding: 0;
 /* min-width: 760px; */
}

/* page height always 100% ! */
body, html {
             height: 100%;
           }
#container {
             min-height: 100%;
           }

* html #container {
                    height: 100%; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
                  }


/* font size for Mozilla, Firefox, Opera...
html > body {
  font-size: 9pt;
}
*/

/* display, left, right, center and float */
.doNotDisplay {  display: none !important;  }
.in-line { display: inline; }     /* display block elements inline */

.floatleft {  float: left; margin-right: 14px; margin-bottom: 10px; }
.floatright {  float: right; margin-left: 14px; margin-bottom: 10px; }
.clear {  clear: both;  }
.clearleft {  clear: left;  }
.clearright {  clear: right;  }

.lefttext {text-align: left; }  /* left text */
.righttext {text-align: right; }  /* right text */
.centraltext { text-align: center; }   /* center text and also layers for older IE */
.centralauto { margin-left: auto !important; margin-right: auto !important; }   /* center div, p, headlines, tables */
.leftauto { margin-left: 1px !important; margin-right: auto !important; }  /* left div, p, headlines, tables - add left-margin="1px" for table border in Firefox! */
.rightauto { margin-right: 0 !important; margin-left: auto !important; }   /* right div, p, headlines, tables */

hr.colored{
 border: 0;                        /* for Firefox and Opera */
 border-top: solid 1px #7CA6A6;
 border-bottom: solid 1px #FFFFFF;   /* for IE (-> page background color) */
}


/* Breadcrumb Styles before dropdown

.breadcrumb { color: #808080; font-size: 0.85em; letter-spacing: -1px; margin-top: 0.4em; padding-left: 1.2em;
              background: #ffffff;
              height: 1.8em;
              line-height: 1.65em;
              overflow: hidden;
              border-bottom: 1px solid #dfdfdf; border-top: 0px solid #dfdfdf;
}  */
.breadcrumb a:link { text-decoration:none; color:#339999 !important; font-weight:bold; }
.breadcrumb a:visited { text-decoration:none; color:#339999 !important; font-weight:bold; }
.breadcrumb a:hover { text-decoration:underline; color:#339999 !important; font-weight:bold; }


/* Breadcrumb Styles */

.breadcrumb { color: #808080; font-size: 0.85em; letter-spacing: -1px; margin-top: 0em; padding-left: 1.2em;
              background: #ffffff;
              height: 2.2em;           /* old: 1.8em ; define height to hide broken text menu items */
              line-height: 2em;     /* old: 1.65em ; define line-height to hide broken text menu items */
              overflow: hidden;
              border-bottom: 1px solid #dfdfdf; border-top: 0px solid #dfdfdf;
}


/* Form Styles */

form {font-family: arial, verdana, sans-serif; background: white; }

fieldset { width: 49em;
	  margin: 1.5em auto 1.5em auto;
	  display: block;
	  font-size: 1em;
           border: 1px solid #7CA6A6;
           background: #ffffff;
           clear: both;
         }

fieldset.inner { width: 29em;
		margin: 1.5em auto 1.5em auto;
	        display: block;
	        font-size: 1em;
		border: 1px solid #7CA6A6;
		background: #ffffff;
		clear: both;
	      }

* html fieldset { padding: 5px; }

legend { background: #E6F2F2;
	padding: 6px;
	border: 1px solid #7CA6A6;
	border-right-width: 2px;
	border-bottom-width: 2px;
	margin-bottom: 4px;
         font-size: 0.95em;
	font-weight: bold;
       }

label { margin-top: 5px; margin-bottom: 5px; margin-left: 10px; vertical-align:middle; }

.kontaktdaten label { display: block;
		     width: 11em;
		     float: left;
		   }

.anfrage label { display: block;
		width: 6em;
		float: left;
	      }

input,textarea,select { margin: 3px 4px;
		border: 1px solid #7CA6A6;
		background: white;
		padding: 3px 3px;
                 vertical-align:middle;
	      }

button:active, button:focus, button:hover,
input:active, input:focus, input:hover,
textarea:active, textarea:focus, textarea:hover,
select:active, select:focus, select:hover { background: #E6F2F2; }

button { display: block; width: 6em;
         margin-left: auto; margin-right: auto;
         margin-top: 6px; margin-bottom: 3px;
	border: 1px solid #7CA6A6;
	background: white;
	padding: 3px 3px;
       }

.buttons { text-align:center; }

optgroup { background-color: #E6F2F2; color:black; font-weight: bold; }
option { background-color: #ffffff }


/* ### Header Styles ### */

#printheader {
  display: none !important;
}

#header {
  background-color: #00746B;
  margin: 0;
  padding: 0 0 0 0;
  height: 70px;
  overflow: hidden;     /* hides header images if window is too narrow */
}

#header .floatleft {  float: left; margin: 0; }
#header .floatright {  float: right; margin: 0; }

.subHeader {                    /* meta menu below header */
  color: white;
  background-color: #7CA6A6;
  font-weight:normal;
  font-size: 100%;
  text-align: right;
  margin: 0;
  padding: 0ex 2ex 0ex 0;
  height: 1.8em;           /* define height to hide broken text menu items */
  line-height: 1.65em;     /* define line-height to hide broken text menu items */
  overflow: hidden;
}


.subHeader a {
  color: #002F2F;
  font-weight:normal;
  text-decoration: none;
  margin: 0;
  padding: 0 0.7ex;
}

.subHeader a:hover {
  background-color: white;
}

 /* level 1 menu and level 1 menu links */

.MenuLevel1 {
  color: #808080;
  background-color: #E6F2F2;
  font-size: 100%;
  text-align: right;
  margin: 0;
  padding: 0.6ex 2ex 1.4ex 0;
  height: 1.6em;               /* define height to hide broken text menu items */
  line-height: 2em;            /* define line-height to hide broken text menu items */
  vertical-align: top;
  overflow: hidden;
}




 a.MenuLevel1off:link { text-decoration:none; color:#808080; font-weight:bold;
                     margin: 0; padding: 0 0.7ex;
                     }
 a.MenuLevel1off:visited { text-decoration:none; color:#808080; font-weight:bold;
                     margin: 0; padding: 0 0.7ex;
                     }
 a.MenuLevel1off:hover { text-decoration:underline; color:#479088; font-weight:bold;
                     margin: 0; padding: 0 0.7ex;
                     }

 a.MenuLevel1on:link { text-decoration:none; color:#479088; font-weight:bold;
                     margin: 0; padding: 0 0.7ex;  background-color: white;
                     }
 a.MenuLevel1on:visited { text-decoration:none; color:#479088; font-weight:bold;
                     margin: 0; padding: 0 0.7ex;  background-color: white;
                     }
 a.MenuLevel1on:hover { text-decoration:none; color:#479088; font-weight:bold;
                     margin: 0; padding: 0 0.7ex;  background-color: white;
                     }


/* ###  Colunm Styles defined in separate style sheets  ### */



/* ### Main Content Styles ### */

/*  now defined in separate CSS files

html .iebug {
	overflow: hidden; width: 94%;
}

#main-content {
  color: black;
  background-color: white;
  text-align: left;
  font-size:1em;
  line-height:130%;
  margin: 2em 13em 0 17em;
  padding: 0 1em 1em 1em;
}
*/

/* ### Main Content Element Styles ### */

#main-content h1 { font-size:1.6em; line-height:1.6em; font-weight:bold !important; color:#479088 !important; margin-bottom:1em; margin-top:0em; }
#main-content h1.welcome { text-align:center; font-size:1.6em; line-height:1.6em; font-weight:bold !important; color:#479088 !important; margin-bottom:1em; margin-top:0em; }
#main-content h2 { font-size:1.2em; color:#479088 !important; margin-bottom:1em; }
#main-content h3 { font-size:1em; font-weight:bold !important; color:#479088 !important; margin-bottom:0.7em;}
#main-content h3.welcome { text-align:center; font-size:1em; font-weight:bold !important; color:#479088 !important; margin-bottom:0.7em; margin-top:2em;}
#main-content h4 { font-size:1em; font-weight:bold !important; margin-top: 0em; margin-bottom: 0em; }
#main-content h4.welcome { text-align:center; font-size:1em; font-weight:bold !important; margin-top: 0em; margin-bottom: 0em; }
#main-content h5 { font-size:1em; font-style:italic !important; font-weight:bold !important; margin-top: 0em; margin-bottom: 0em; }
#main-content div { font-size:1em; line-height:130%; margin-top: 1em; margin-bottom: 1em; }
#main-content span { font-size:1em; line-height:130%; }
#main-content p { font-size:1em; line-height:130%; margin-top: 1em; margin-bottom: 1em; }
#main-content table { font-size:1em; line-height:130%; margin: 10px 10px 10px 10px; }
#main-content table.publication { font-size:1em; line-height:130%; margin: 0px 0px 0px 0px; }
#main-content table.publication td { vertical-align: top;}
#main-content table.memberdata { font-size:1em; line-height:130%; margin: 0px 0px 0px 10px; }

/* seminarbox style */
#main-content div.seminardata { background-color:#E8E8E8; font-size:1em; line-height:130%; margin: 0px; padding: 10px;}
#main-content table.seminar { font-size:1em; line-height:130%; margin: 0px; }
#main-content table.seminar th { padding-right: 6px; vertical-align: top;}
#main-content div.seminarcontent {border: 1px solid #E8E8E8; font-size:1em; line-height:130%; padding: 10px; margin: 0px;}
#main-content div.seminarcontent h3 { margin-top:4px;}


#main-content ul { font-size:1em; line-height:130%; }
#main-content img { border:none; }        /* Add border="0" */

#main-content .pub { text-indent:-3em; margin-left:3em; }
#main-content table.ref { margin: 0px 0px 0px 0px;}

/* formula style */
#main-content div.formel { font-size:1em; line-height:100%; margin: 0px 0px 0px 0px; }
#main-content div.formel table { font-size:1em; line-height:100%; margin: 0px 0px 0px 0px; }
#main-content div.formel span { font-size:1em; line-height:140%; margin: 0px 0px 0px 0px; }
#main-content div.formel table div { font-size:1em; line-height:140%; margin: 0px 0px 0px 0px; }


#main-content div.boxbackground { font-size:0.9em; height: auto; margin-bottom:0px; background-color: #E6F2F2! important }

#main-content div.leftborderbox {
	background-color: #E6F2F2! important;
         display:block; line-height:140%;
         background:#E6F2F2; color:#000;
         padding:0.6em;
         margin-top:0px; margin-bottom:0.2em;
         /* border-left: 2.5em solid #7CA6A6;  */
         width: 70%;
}

#main-content div.wideleftborderbox {
	background-color: #E6F2F2! important;
         display:block; line-height:140%;
         background:#E6F2F2; color:#000;
         padding:0.6em;
         margin-top:0px; margin-bottom:0.2em;
         /* border-left: 2.5em solid #7CA6A6;  */
         width: 100%;
}

/* Tables */

/* Member Table Style thin border collapse */

table.member { border-collapse: collapse; width:470px; }  /* Add esp. left-margin="1px" for Firefox! */
table.member td { border: 1px solid silver; padding: 5px; text-align: center; vertical-align: top; }
table.member td.textleft { border: 1px solid silver; padding: 5px; text-align: left; vertical-align: top; }
table.member td.textright { border: 1px solid silver; padding: 5px; text-align: right; vertical-align: top; }
table.member th { border: 1px solid silver; padding: 5px; background: gainsboro; text-align: center; vertical-align: top;}

table.fmember { border-collapse: collapse;}  /* Add esp. left-margin="1px" for Firefox! */
table.fmember td { border: 1px solid silver; padding: 5px; text-align: center; vertical-align: top; }
table.fmember td.textleft { border: 1px solid silver; padding: 5px; text-align: left; vertical-align: top; }
table.fmember td.textright { border: 1px solid silver; padding: 5px; text-align: right; vertical-align: top; }
table.fmember th { border: 1px solid silver; padding: 5px; background: gainsboro; text-align: center; vertical-align: top;}


/* Member Data Table Style */

table.memberdata { border: 0 solid #ffffff; }  /* Add esp. left-margin="1px" for Firefox! */
table.memberdata td {  padding: 5px; text-align: left; vertical-align: top; }
table.memberdata th {  padding: 5px; background: #E6F2F2; text-align: left; vertical-align: top; }

/* CV and Date Table Style */

table.datetable { border: 0 solid #ffffff; }  /* Add esp. left-margin="1px" for Firefox! */
table.datetable td {  padding: 4px; text-align: left; vertical-align: top; }
table.datetable th { width: 180px; font-weight: normal; padding: 4px; text-align: left; vertical-align: top;}

table.datetable_mb { border: 0 solid #ffffff; }  /* Add esp. left-margin="1px" for Firefox! */
table.datetable_mb td {  padding: 2px; text-align: left; vertical-align: top; }
table.datetable_mb th { width: 126px; font-weight: normal; padding: 2px; text-align: left; vertical-align: top;}


/* HE Speaker Table Style */

table.speakers {border-collapse: collapse; }  /* Add esp. left-margin="1px" for Firefox! */
table.speakers td {  border: 1px solid silver; padding: 7px; text-align: left; vertical-align: top; }
table.speakers th {  border: 1px solid silver; padding: 7px; background: #E6F2F2; text-align: left; vertical-align: top; }
table.speakers td.nobdbottom {  border-bottom: 0px solid silver; padding: 7px; text-align: left; vertical-align: top; }
table.speakers td.nobdtop {  border-top: 0px solid silver; padding: 7px; text-align: left; vertical-align: top; }

table.speakers span.speaker { color: #7F7F7F; font-size: 1em; font-weight:bold; }
/* End HE Speaker Table Style */


/* table triga data */
table.trigadata { font-size:0.8em; border-collapse: collapse; }  /* Add esp. left-margin="1px" for Firefox! */
table.trigadata td { font-size:0.8em; border: 1px solid silver; padding: 5px; text-align: left; vertical-align: top; }
table.trigadata th { font-size:0.8em; border: 1px solid silver; padding: 5px; background: gainsboro; text-align: left; vertical-align: top;}


/* table thin border collapse */
table.thin { border-collapse: collapse; }  /* Add esp. left-margin="1px" for Firefox! */
table.thin td { border: 1px solid silver; padding: 5px; text-align: left; vertical-align: top; }
table.thin th { border: 1px solid silver; padding: 5px; background: gainsboro; text-align: center; vertical-align: top;}

/* table thin border separate */
table.septhin { border-collapse: separate; }
table.septhin td { border: 1px solid silver; padding: 5px; text-align: left; vertical-align: top; }
table.septhin th { border: 1px solid silver; padding: 5px; background: gainsboro; text-align: center; vertical-align: top; }


/* links */
#main-content a:link { text-decoration:none; color:#339999 !important; font-weight:bold; }
#main-content a:visited { text-decoration:none; color:#339999 !important; font-weight:bold; }
#main-content a:hover { text-decoration:underline; color:#339999 !important; font-weight:bold; }
#main-content a.black:link { text-decoration:none; color:#000; font-weight:normal; }
#main-content a.black:visited { text-decoration:none; color:#000; font-weight:normal; }
#main-content a.black:hover { text-decoration:underline; color:#000; font-weight:normal; }
#main-content a.blackbold:link { text-decoration:none; color:#000; font-weight:bold; }
#main-content a.blackbold:visited { text-decoration:none; color:#000; font-weight:bold; }
#main-content a.blackbold:hover { text-decoration:underline; color:#000; font-weight:bold; }

/* images with text */


#main-content .ImageBox {
  background-color: #E6F2F2;
  padding: 4px;
  border: 0px solid #FFFFFF;
  margin-top:0;
}

#main-content .ImageBoxImage {
  background-color: #E6F2F2;
  margin: 0px;
  padding: 0px;
}

#main-content .ImageBoxText {
  font-style:italic !important;
  font-size: 0.9em !important;
  font-weight: normal;
  color: #808080;
  line-height: 1em;
  margin: 0;
  padding: 4px;
}

/* Newsbox Styles */
#main-content div.newsheadline {
	color:white;
         font-weight:bold;
         background-color: #7CA6A6! important;
         padding:0.6em;
         margin-bottom:0px;
}

#main-content .newsheadline a:link { text-decoration:none; color:#339999  !important; font-weight:bold; }
#main-content .newsheadline a:visited { text-decoration:none; color:#339999 !important; font-weight:bold; }
#main-content .newsheadline a:hover { text-decoration:underline; color:#339999  !important; font-weight:bold; }

#main-content div.newsbox {
	background-color: #E6F2F2! important;
         display:block; line-height:140%;
         background:#E6F2F2; color:#000;
         padding:0.6em;
         margin-top:0px; margin-bottom:0.2em;
}


/*  news pics special width
 img.newsPic { width:11.5em; margin-bottom:2px;}
 p.centralnewsPics {
     margin-left: auto !important; margin-right: auto !important;
     width:24em;
  }

*/

#main-content img.newsPic { margin-bottom:2px; border: 2px solid #479088;}
 p.centralnewsPics {
     margin-left: auto !important; margin-right: auto !important;
  }


/* Research box Styles */

#main-content div.researchheadline {
         color:white;
         font-size:1.3em;
         font-weight:bold;
         background-color: #7CA6A6! important;
/*	background-color: #c2dae6! important;  */
         padding:0.6em;
         margin:0px;
}

#main-content table.researchbox { font-size:1.3em; line-height:130%; margin-bottom: 0px;}
#main-content table.researchbox td { padding-top:0.4em; padding-right:0.4em; padding-bottom:0.4em; padding-left:1em;}

#main-content table.researchbox img { border: 2px solid #339999 }

/* 2 boxes (relative width) fitted side by side  */

.outerRelBox { width: 100%; }
.leftRelBox {
             width: 25%;
             background-color: #ffffff;
             margin-top: 0; margin-bottom: 0;
             overflow:hidden;    /* vs. float drop in IE */
             float: left;}
.rightRelBox { float: left;
           width: 65%;
           background-color: #ffffff;
           margin-top: 0; margin-bottom: 0;
           height: auto;
           margin-left: 5%;
           overflow:hidden;      /* vs. float drop in IE */
          }
/* 2 boxes (fix width) fitted side by side  */

.outerBox{ width: 450px;}
.leftBox {
             width: 30px;
             background-color: #ffffff;
             margin-top: 0; margin-bottom: 0;
             float: left;
             margin-right: 13px;
             }
.rightBox { float: left;
           width: 390px;
           background-color: #ffffff;
           margin-top: 0; margin-bottom: 0;
           height: auto;
           margin-left: 13px;
          }


/* ##### Footer Styles ##### */

#footer {
  color: white;
  background-color: #4E9C9C;
  font-size: 11px;
  text-align: right;
  height:14px;
  margin-top: -32px;  /* move footer up to avoid vertical scrolling */
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 2mm 4mm 2mm 4mm;
  clear: both;
}

#footer div {
  margin: 0;
  padding: 0;
}

#footer a {
  color: white;
  text-decoration:none;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: underline;
}



/* ##### Counter Styles ##### */

#main-content div.counter { background:#EBF0F2;
	     		   color:#000;
              		   font-size:12px; line-height:130%;
              		   border:1px  solid #335566;
             		   width:330px; padding:12px; }


/* ##### Dropdown Menu Styles ##### */

  .dropdown {
    border-top:0px solid #AFAFAF !important;
    border-right:1px solid #AFAFAF !important;
    border-bottom:2px solid #6F6F6F !important;
    border-left:1px solid #AFAFAF !important;
    background:#E6F2F2 !important;
    position:absolute;
    z-index:255 !important;
    visibility:hidden;
    color:#000;
    text-align:left;
    list-style-type:none;
    padding:0px;
    margin:0px;
    overflow:hidden;
  }

/* IE6 hover solution begin */

.dropitem a {
display: block; width: 185px; height: 100%;
color:#808080 !important;
text-decoration:none;
padding-top:5px;
padding-left:0.6em;
padding-right:5px;
padding-bottom:5px;
border-bottom:1px solid #AFAFAF !important;
}

.dropitem a:hover {
background: #FFFFFF; border-left: 1px solid #005050;
text-decoration:underline;
color:#479088 !important;
font-weight:normal;
}

/* IE6 hover solution end */


/* ##### Member pic text Styles ##### */

  #who {
    height:2.8em;
  }


/* MATS at FAIR background */

div.bgscroll {
  background-image:url('../pics/mesh_new_d.jpg'); background-repeat:no-repeat; background-position:center center;
  background-attachment:scroll;
}

div.bgfixed {
  background-image:url('../pics/mesh_new_d.jpg'); background-repeat:no-repeat; background-position:270px 220px;
  background-attachment:fixed;
}

