

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
body
 {
  margin: 0px 0px 0px 0px;
  background-color: #CCCCCC;
}

a {color:#FFFFFF;text-decoration:none;}
a:hover {color:#66CCCC;text-decoration:none;}




 .grossschrift_home {font-family: “Trebuchet MS”, sans-serif; font-size: 16px; padding-top: 95px; padding-bottom: 0px; padding-right:180px;}
.grossschrift_table_head {font-family: “Trebuchet MS”, sans-serif; font-size: 15px; color:#CCCCCC;   padding-top: 25px; padding-bottom: 0px; padding-right:5px; }
  .absatz {font-family: “Trebuchet MS”, sans-serif; font-size: 13px; padding-right:235px;}



/* ab hier die Congresses Tabellenformatierung */


table {
	font-family: “Trebuchet MS”, sans-serif; font-size: 13px;
	border-collapse: collapse;
	border-top: 1px solid #888888;
    border-bottom: 1px solid #87CEFA;
    border-left: 1px solid #87CEFA;
    border-right: 40px solid #da2128;
  margin: auto auto;
  margin-top: 25px;
  background-color: #808285;

}
th {
	font-family: “Trebuchet MS”, sans-serif; font-size: 13px;
	padding: 5px 10px;
	font-variant: small-caps;
	color: #047;
	font-weight: bold;
	text-align: left;
	letter-spacing: -1px;
}
thead th {
	border: 1px solid #87CEFA;
	white-space: nowrap;
	background: #808285;
}
tbody td ,tbody th {
    border: 1px solid #888888;
	padding: 5px 10px;
	background: #808285;
	color: #fff;
}
tbody th {
	color: #FF0000;
	font-weight: normal;
	font-variant: normal;
	font-size: 1em;
}
tbody tr.odd {
	border: 1px solid #777777;
}
tbody tr.odd td, tbody tr.odd th {
	background: #808285;
}
tfoot td, tfoot th {
	border: none;
	padding-top: 10px;
}
caption {
	font-family: "Georgia", serif;
	letter-spacing: 5px;
	font-style: italic;
	text-align: left;
	text-indent: 2em;
	text-transform: uppercase;
	font-size: 150%;
	padding: 10px 0;
	color: #047;
}
table a:link {
	color: #DC143C;
}
table th a:link {
	color: #DC143C;
	text-decoration: none;
}
table a:visited{
	color: #fff;
	text-decoration: none;
}
table a:hover{
	color: #DC143C;
	text-decoration:none;
}
table a:active{
	color: #DC143C;
}


