

/* standard elements */
a {
	color: #337696;
}
a:hover {
	color: #52b6e5;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
h1,h2,h3 {
	color: #3b4246;
	padding-top: 6px;
}

/* title */
.title h1 {
	color: #dde6e7;;
	font: normal 3.4em "Lucida Sans Unicode","Trebuchet MS",sans-serif;
}

/* navigation */
.navigation a {
	color: #dde6e7;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 44px;
}
.navigation a:hover {
	
	color: #efdc1c;
}




.navigation #translatedLink{
float: right;
}


/* content */
.content .descr {
	color: #987E57;
	font-size: 1.1em;
	margin-bottom: 6px;
}

/* footer */
.footer a {
	color: #dde6e7;
	text-decoration: none;
}
.footer a:hover {
	color: #efdc1c;
	
}

/* new holder */

.newsList{

}
.newsList li{
list-style: none;
list-style-position: outside;
  margin-left: 0;
}

.publicationsList li{
list-style: decimal;
list-style-position: inside;
margin-left: 0;
margin-bottom: 8px;
  


}
.readMore {
             margin-bottom: 30px;

}

.bibliographyDetails{
  margin-top: 20px;
}

.bibliographyDetails p{
margin-top: 2px;
margin-bottom: 2px;
padding: 0;
}