@CHARSET "UTF-8"; 	

/* Überschriften */
h2 {
	margin-top: 50px;
	margin-bottom: 5px;
	font-size: 15pt;
	color: #000;
}

/* Textfelder */
p {
	margin-top: 5px;
}

/* Industrial Experience */
#industrExp h2 {
	margin-top: 15px;
}

#industrExp p {
	margin-bottom: 0;
}

#industrExp ul {
	list-style-type:none;
	padding-top: 0;
	margin-top: 10px;
}

#industrExp ul li {
	margin: 2px 0;
}

#industrExp ul li:before {
	content: "\25BA" " ";
}

/* Selected Projects */
#selProj table {
	margin: 0;
}

#selProj table, #selProj tr, #selProj th, #selProj td {
	border: 1px solid #44555f;
	border-collapse: collapse;
	padding: 5px;
}

#selProj table tr {
	
}

#selProj table th {
	text-decoration: underline;
	text-align: left;
	vertical-align: text-top;
}


#selProj table td {
	text-align: left;
	vertical-align: text-top;
}

/* Publications and Conferences */
#pubConf ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#pubConf ul li {
	margin: 10px 0;
}

#pubConf ul li a {
	color: #44555f;
	text-decoration: none;
}

#pubConf ul li a:hover {
	text-decoration: underline;
}

#pubConf ul li a:visited {
	color: #44555f;
	text-decoration: none;
}