
/* body, td, p, div (2) */
body,td,p,div {
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* a everywhere (6) */
a {
	color: #000000;
	text-decoration: none;
}

/* visited (7) */
a:visited {
	color: #707070;
}

/* hover (8) */
a:hover {
	color: #a00000;
}

/* timelinetable (1) */
.timelinetable {
	border-collapse: collapse;
}

/* td (5) */
.timelinetable td {
	color: #808080;
}

/* yearseparator (3) */
.yearseparator {
	border-top: solid 1px #e0e0e0;
	padding-top: 3px;
}

/* separator (4) */
.separator {
	border-left: solid 1px #e0e0e0;
}

/* publicationsteaser (9) */
.publicationsteaser {
	position: absolute;
	right: 30px;
	top: 0px;
	z-index: 4;
}

/* playground ibk (10) */
playgroundibk {
	position: relative;
	left: 140px;
	top: 60px;
}

/* roter unsinn (11) */
.roter_unsinn {
	background-color: red;
	padding: 12px;
}

/* materials content (12) */
materialscontent {
	position: relative;
	left: 70px;
	top: 0px;
}

/* materials content CV (13) */
materialscontentcv {
	position: relative;
	left: 70px;
	top: 0px;
	width: 640px;
}

/* extraCollaborationsTable (14) */
.extraCollaborationsTable {
	width: 74%;
}

/* extraCollaborationsTableText (15) */
.extraCollaborationsTableText {
	vertical-align: top;
	text-align: justify;
	padding-top: 21px;
}

/* materials menu style (16) */
.materials_menu {
	width: 180px;
}

/* ImageComment (17) */
.ImageComment {
	color: #c0c0c0;
	font-size: 9px;
}

/* materials content (homepage extra) (18) */
materialscontenthomepageextra {
	position: relative;
	left: 70px;
	top: 0px;
	width: 650px;
}


