/* css style sheet for main page */

/* fonts and colors */

body,p,td,th {font-family:Helvetica,Arial,sans-serif;font-size:12pt;color:#000000;}
td {text-align:justify;}

h2 {
	font-family:Helvetica,Arial,sans-serif;
	font-size:24pt;
	color:#2C3F50;
	text-align:center;
	border-bottom-width:thin;
	border-bottom-style:solid;
	border-bottom-color:#EACAAC;
	}

h3 {
	font-family:Helvetica,Arial,sans-serif;
	font-size:16pt;
	color:#2C3F50;
	text-align:left;
	margin-bottom:0;
	border-bottom-width:thin;
	border-bottom-style:solid;
	border-bottom-color:#EACAAC;
	}

h4 {
	font-family:Helvetica,Arial,sans-serif;
	font-size:14pt;
	color:#2C3F50;
	text-align:left;
	border-bottom-width:thin;
	border-bottom-style:solid;
	border-bottom-color:#EACAAC;
	}

h5 {
	font-family:Helvetica,Arial,sans-serif;
	font-size:12pt;
	color:#2C3F50;
	text-align:left;
	margin-top:0;
	margin-bottom:0;
	}

h6 {
	font-family:Helvetica,Arial,sans-serif;
	font-size:12pt;
	color:#2C3F50;
	text-align:center;
	margin-top:0;
	margin-bottom:0;
	}

hr {
	height:1px;
	border-width:0;
	color:#EACAAC;
	background-color:#EACAAC;
	}

/*text-decoration:underline; in {} for link,visited, active and hover*/
a:link    {color:#000000;font-weight:bold;text-decoration:underline;font-size:12pt;}
a:visited {color:#000000;font-weight:bold;text-decoration:underline;font-size:12pt;}
a:active  {color:#000000;font-weight:bold;text-decoration:underline;font-size:12pt;}
a:hover   {color:#EACAAC;font-weight:bold;text-decoration:underline;font-size:12pt;}

a[href$=".pdf"] {
    background: url(Images/pdf_picto.png)     center right no-repeat;
    padding-right: 18px;
}

a[href^="http://"],
a[href^="https://"] {
    background: url(https://www.mpi-hd.mpg.de/mpi/fileadmin/bilder/linkPfeilExtern.gif)     center right no-repeat;
    padding-right: 13px;
}

a[href^="mailto:"] {
    background: url(https://www.mpi-hd.mpg.de/mpi/fileadmin/bilder/mail.gif)     center left no-repeat;
    padding-left: 18px;
}

a[href^="http://"][href$=".pdf"],
a[href^="https://"][href$=".pdf"] {
    background: url(Images/pdf_picto_external.png)     center right no-repeat;
    padding-right: 32px;
}

.justif {font-weight:bold;font-size:12pt;position:relative;bottom:0.0pt;right:12pt;}

td.scheduletime {
	}

td.schedulepresentation {
	}

tr.break {
	}
