header {
    width: 100%;
    height: 50px;
    margin-top: 0px;
    text-align: left;
    background-color: #efffff;
    position: fixed;
    box-shadow: 20px 0px 20px grey;
    clear: both;
}

body {
    margin: auto;
    padding: 0;
    background-color: #f0f8ff;
	font-family:Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    font-size:18.0px;
}

a img {
    border: none;
}

hr {
	
	border: none;
	border: 2px solid #ddd;
	margin: 5px 0;

	
}



/*
div.content {
    padding: 25px;
    background-color: #fff;
    width: 1000px;
    margin: 25px auto;
    clear: both;
    overflow: auto;
    border-radius: 25px;
}
*/

div.content {
    padding-left: 50px;
    padding-right: 50px;
    background-color: #fff;
    max-width: 1100px;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    overflow: auto;
}

div.new {
    padding-left: 0px;
    padding-right: 0px;
    background-color: #fff;
    max-width: 1100px;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    height: 100px;
    overflow: auto;
}

.publication-table {
    width: 100%;
}

img.publication-image {
    width: 240px;
    height: 120px;
}

img.publication-image2 {
    width: 240px;
    height: 160px;
}

td.image-column {
    width: 220px;
    height: 120px;
	padding-left: 10px;
}

td.image-column2 {
    width: 220px;
    height: 120px;
	padding-left: 10px;
}

td.description-column {
    width: 780px;
    height: 150px;
    text-align: left;
    padding-left: 20px;
}


td.description-column2 {
    width: 780px;
    height: 150px;
    text-align: left;
    padding-left: 20px;
}

td.general-item-left {
    font-style: italic;
    font-size:50px;
    width: 150px;
}

td.general-item-right {
    width: 780px;
    text-align: left;
}

span.link {
    padding-right: 10px;
}

img.img_teaser {
    width: 100%;
    max-width: 950px;
    height: auto;
}


div.project_headline,div.project_video {
    text-align: center;
}

div.img {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    max-width: 950px;
    text-align: justify;
}

div.stress {
    color: #AADD33
}

div.top_block {
    padding-top: 50px;
}

div.bottom_block {
    padding-bottom: 30px;
}

div.paper_title {
    font-weight: bold;
    font-size:18px;
    padding-bottom: 5px;
}

a.author {
    font-size:15px;
}

div.paper_venue {
    font-size:15px;
}

div.paper_materials{
	font-size:15px;

}

div.talk_title {
    font-weight: bold;
    font-size:24px;
    padding-bottom: 10px;
}

a:link {
    color: #0066ff;
	text-decoration: none;
}

a:visited {
    color: #0066ff;
}

a:hover {
  color: #4c81c9;
  text-decoration: underline;
}

/* a.author:link { */
    /* color: #000000 */
/* } */

/* a.author:visited { */
    /* color: #000000; */
/* } */

div.tab {
    font-size:30.0px;
    max-width: 1000px;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
}

div.tab-name, div.tab-link {
    display:inline-block;
    text-decoration:none;
}

div.tab-name {
    float:left;
    padding-left:30px;
    font-size:150%;
	
    padding-top:5px;
}

div.tab-link {
    float:right;
    padding-right:20px;
    padding-top:10px;
	font-size:24px;
}


a sup{
  display:inline-block;
  line-height:1.1em;
  text-decoration:none;
}

h3{
    font-size: 30px;
    margin-bottom: 5px;
}

p.description-interest {
    margin-left: 0;
    line-height: 1.5;
    margin-top: 8px;
    margin-bottom: 8px;
    font-family: Verdana, sans-serif;
    font-size: 16px;
  }