body {
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: black;
}

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}

h1 {
	font-size: 16px;
	color: #F97020;
}
a:link {
	color: #F97020;
}
a:visited {
	color: #F97020;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
.style1 {color: #CCCCCC}
h2 {
	font-size: 12px;
	color: #FFFFFF;
}
a {
	font-weight: bold;
}



.textcell {
	padding: 20px 20px 20px 20px;
}
.imagecell {
	padding: 10px;
}
.iconspace {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.imagespace {
	padding-top: 0px;
	padding-right: 8px;
	
	vertical-align: top;
}
.tablepad {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.mainheading {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.arrow {
	font-size: 16px;
	font-weight: bold;
	color: #DE041E;
	vertical-align: middle;
}
.secondheading {
	font-size: 16px;
	color: #F97020;
	font-weight: bold;
}
.tablepadright {

	padding-top: 33px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.bulletlist {
	list-style-position: outside;
	list-style-type: square;
}



/* for all the photos, especially in the "publications" listing */
.tablepad  p {
	clear: both;
	padding-top: 20px;
}

.tablepad  p .imagespace {
	float: left;
}




/* the language switch with the flags */

ul#langswitch {
	position: absolute;
	top: 105px;
	margin-left: -90px;

	list-style: none;
}

#langswitch li {
	margin-bottom: 20px;
}

#langswitch li a {
	border: none;
}
#langswitch li a img {
	border: none;
}



/* the agenda */
div#agenda {
	position: absolute;
	top: 105px;
	margin-left: 760px;
	width: 200px;
	
	padding: 10px 7px 5px 7px;
	border: 1px solid #DE041E;
}

#agenda h2, #agenda h3, #agenda h4,
#agenda p, #agenda ul, #agenda ol, #agenda li,
#agenda div {
	margin: 0px;
	padding: 0px;
}

#agenda h2 {
	text-align: left;
	
	font-size: 12px;
	font-weight: bold;
	color: #F97020;
}
#agenda #feedlinks {
	float: right;
	margin-top: -24px;
}
#feedlinks a {
	font-weight: normal;
}
#feedlinks img {
	position: relative;
	top: 4px;
	padding-left: 10px;
	border: 0px;
}

#agenda ul {
	margin-top: 25px;
	list-style: none;
}

#agenda h3 {
	margin-bottom: 5px;
	margin-left: -7px;	
	
	width: 100%;
	padding: 3px 7px 4px 7px;
	background-color: rgb(0,41,80);
	border-bottom: 1px solid #DE041E;
}	
#agenda h3, #agenda h3 a {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}
#agenda h3 a:hover {
	color: #FFFFFF;
}

#agenda p {
	margin-bottom: 20px;
}

#agenda span.date {
	line-height: 170%; 
	font-weight: bold;
	color: #F97020;
}