html, body, h1, h2, h3, h4, h5, ul, li, dl, dt, dd, p {
	padding: 0;
	margin: 0;
}

body {
	background: #00C3F2 url(../images/bg-body.jpg) no-repeat fixed;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff066a;
	line-height: 150%;
}

h1 {
	position: absolute;
	left: 12px;
	top: 11px;
	height: 149px;
	width: 321px;
	background: url(../images/bg-h1.png) no-repeat;
	color: #FFF;
	text-indent: -9999px;
}

h2 {
	color: #FFF;
	text-indent: -9999px;
	margin: 0 0 15px 0;
}

ul {
	list-style: none;
}

img {
	border: 0;
}

:focus {
	border: 0;
}

#projects {
	position: absolute;
	left: 12px;
	top: 162px;
	width: 284px;
}

#projects h2 {
	width: 100px;
	height: 31px;
	background: url(../images/bg-h2-projects.png) no-repeat;
	text-indent: -9999px;
}

#projects dl {
	background: url(../images/black92.png);
}

#projects dt {
	position: absolute;
	left: 100px;
	top: 0;
	width: 184px;
	height: 31px;
	background: url(../images/bg-dt-projects.png) no-repeat;
	text-indent: -9999px;
}

#projects ul {
	padding: 10px 5px 15px 5px;
	margin: 0 0 30px 0;
}

#projects li {
	position: relative;
}

#projects h3 {
	margin: 0 0 15px 0;
	padding: 0 0 0 6px;
	font-size: 110%;
	font-weight: normal;
	line-height: 100%;
}

#projects a {
	color: #C1FF1B;
	text-decoration: none;
}

#projects h3 a:hover {
	text-decoration: underline;
}

#projects img {
	margin: 3px 0 0 0;
}

#contact {
	position: absolute;
	left: 341px;
	top: 162px;
	width: 131px;
}

#contact h2 {
	width: 131px;
	height: 31px;
	background: url(../images/bg-h2-contact.png) no-repeat;
	text-indent: -9999px;
}

#contact p {
	width: 121px;
	background: url(../images/black92.png);
	padding: 15px 5px 30px 5px;
	font-size: 110%;
}

#news {
	position: absolute;
	left: 480px;
	top: 162px;
	width: 226px;	
}

#news h2 {
	height: 31px;
	width: 226px;
	background: url(../images/bg-h2-news.png) no-repeat;
	text-indent: -9999px;
}

#news dl {
	display: block;
	background: url(../images/black92.png);
	padding: 15px 5px 30px 12px;
	width: 209px;
}

#news dt {
	display: block;
	float: left;
	color: #CCCCFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	font-weight: bold;
	line-height: 70%;
	width: 50px;
}

#news dd {
	font-size: 110%;
	margin: 0px 0 21px 0;
	line-height: 100%;
	padding: 0 10px 0 50px;
}

.fn {
	display: inline;
	color: #CCCCFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 121.1%;
	font-weight: bold;
	line-height: 70%;
}

.email a {
	color: #C1FF1B;
	text-decoration: none;
}

.email a:hover {
	text-decoration: underline;
}

.org, .organisation-name, .adr, .country {
	display: block;
	line-height: 100%;
}

.nickname {
	display: block;
	text-indent: -9999px;
	height: 16px;
}

.url, .organisation-unit, .role {
	display: none;
}

/* Project page */

#project {
	position: absolute;
	left: 12px;
	top: 162px;
	min-width: 692px;
	background: url(../images/black92.png);
}

#project p {
	width: 250px;
	margin: 0px 10px 20px 5px;
	line-height: 100%;
	font-size: 110%;
}

#project h2 {
	width: 282px;
	height: 31px;
	background: url(../images/bg-h2-project.png) no-repeat;
	text-indent: -9999px;
}

#project dl {
	position: absolute;
	left: 326px;
	top: 0px;
}

#project dt {
	height: 31px;
	width: 226px;
	background: url(../images/bg-dt-images.png) no-repeat;
	text-indent: -9999px;
}

#project dl {
	width: 226px;
}

#project ol {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}

#project li {
	display: block;
	float: left;
	padding-left: 5px;
}

#project a {
	color: #C1FF1B;
	text-decoration: none;
}

#project a:hover {
	text-decoration: underline;
}

#project #back {
	position: absolute;
	left: 468px;
	top: 0px;
	display: block;
	height: 31px;
	width: 224px;
	background: url(../images/bg-a-back.png) no-repeat;
	text-indent: -9999px;
}

#project img {
	background: #000F12;
	margin: 0px 10px 15px 5px;
}