html{
  overflow-y:scroll;
} 

body {
	margin:0;
	background:url(../images/bg-header.gif) repeat-x;
	font:14px/20px Helvetica, Arial, sans-serif;
	color:#616161;
	min-width:1000px;
}
img { border-style:none;}
a { 
	text-decoration:none;
	color:#000;
}
a:hover { text-decoration:underline;}
input, textarea, select { vertical-align:middle;}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
.main-holder,
.block-gallery,
#wrapper {
	width:100%;
	position:relative;
	z-index:100;
	overflow:hidden;
	margin:0 0 -22px;
	background:url(../images/bg-light.gif) 50% -1px no-repeat;
}
#main:after {
	content:'';
	display:block;
	clear:both;
}
#main {
	width:100%;
	background:url(../images/bg-main.gif) repeat;
	margin:-10px 0 0;
}
.main-holder {
	overflow:hidden;
	padding:60px 0 0;
	margin:0;
	background:url(../images/bg-repeat.gif) repeat-x;
}
.block-gallery {
	z-index:10;
	padding:0 0 9px;
	margin:0;
	background:url(../images/bg-main-1.gif) repeat;
}
.w1 {
	width:1107px;
	position:relative;
	float:left;
	left:50%;
}
.w2 {
	width:1107px;
	position:relative;
	float:left;
	left:-50%;
	z-index:5;
}
#header {
	width:100%;
	margin:7px 0 0;
	position:relative;
}
#header .logo {
	float:left;
	width:382px;
	height:100px;
	margin:0;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo.png) no-repeat;
}
#header .logo a {
	display:block;
	height:100%;
}
.header-holder {
	width:981px;
	margin:0 auto 8px;
	padding:0 0 0 8px;
	overflow:hidden;
}
.form-lang {
	width:263px;
	margin:56px 0 0;
	float:right;
}
.form-lang select {
	width:193px;
	font-size:14px;
	line-height:16px;
	color:#b9b9b9;
}
.form-lang label {
	float:left;
	font-size:10px;
	line-height:14px;
	color:#858585;
	text-transform:uppercase;
	margin:6px 7px 0 0;
}
#nav {
	height:60px;
	padding:0;
	margin:0;
	list-style:none;
	text-transform:uppercase;
	font-size:13px;
	line-height:15px;
	text-align:center;
	position:relative;
	z-index:3;
	background:url(../images/bg-nav.png) no-repeat;
}
*+html #nav li {display:inline;}
#nav li {display:inline-block;}
#nav a {
	display:block;
	padding:12px 20px 11px;
	color:#959595;
	text-decoration:none;
	border-bottom:5px solid #4b4f52;
	font-weight:bold;
}
#nav .active a,
#nav a:hover {
	color:#fff;
	text-decoration:none;
	border-bottom:5px solid #008dd3;
}
.gallery {
	width:1023px;
	height:333px;
	overflow:hidden;
	padding:0;
	margin:4px auto 0;
	list-style:none;
	background:#000;
	position:relative;
}
.gallery li {
	position:absolute;
	left:0;
	top:0;
	width:989px;
	height:333px;
	padding:0 12px 0 22px;
}
.gallery li img {float:right;}
.gallery .box-text {
	width:590px;
	padding:78px 0 20px 21px;
	position:absolute;
	left:0;
	top:0;
}
.box-text h2 {
	margin:0;
	color:#008dd3;
	text-transform:uppercase;
	font:bold 32px/32px Helvetica, Arial, sans-serif;
}
.box-text h2 span {
	color:#fff;
}
.box-text h3 {
	margin:0 0 5px;
	padding:0 0 6px;
	color:#fff;
	text-transform:uppercase;
	font:15px/20px Helvetica, Arial, sans-serif;
	background:url(../images/bg-emphasis.png) 0 100% no-repeat;
}
.box-text .info {
	width:400px;
	overflow:hidden;
	font-size:13px;
	line-height:17px;
	color:#a5a5a5;
	font-style:italic;
}
.box-text p {margin:0 0 10px;}
#content {
	position:relative;
	z-index:101;
	margin:-33px auto 0;
	background:url(../images/bg-shade.png) 50% 0 no-repeat;
}
.content-holder:after {
	content:'';
	display:block;
	clear:both;
}
.content-holder {
	width:1025px;
	margin:0 auto 27px;
	min-height:442px;
	position:relative;
	z-index:101;
	background:#fff url(../images/bg-gradient.gif) 0 100% no-repeat;
}
.container:after {
	content:'';
	display:block;
	clear:both;
}
.container {
	width:100%;
	background:#3f4040;
}
.container .block-text:first-child {background:none;}
.container .block-text {
	width:452px;
	padding:0 30px 8px;
	float:left;
	text-align:center;
	color:#fff;
	font-size:14px;
	line-height:18px;
	background:url(../images/separator.gif) no-repeat;
}
.container .block-text p {margin:0 0 3px;}
.block-text h2 {
	width:310px;
	height:37px;
	margin:-17px auto 5px;

	color:#1e1e1e;
	text-transform:uppercase;
	font:bold 23px/25px Helvetica, Arial, sans-serif;
	background:url(../images/bg-heading.png) no-repeat;
}
.block-text h2 span {color:#fff;}
.block-text h2 a:hover,
.block-text h2 a {
	padding:7px 0 0;
	display:block;
	width:100%;
	height:85%;
	text-decoration:none;
	cursor:pointer;
}
*+html .block-text .btn {display:inline;}
.section-form .holder .btn,
.box-text .btn,
.block-text .btn {
	display:inline-block;
	text-transform:uppercase;
	color:#fff;
	background:#e69200;
	margin:0 0 0 -12px;
	padding:4px 9px 3px 8px;
	cursor:pointer;
	text-decoration:none;
	font-size:12px;
	line-height:12px;
}
.section-form .holder .btn:hover,
.box-text .btn:hover,
.twocolumns .btn:hover,
.block-text .btn:hover {text-decoration:none;}
.box-text .btn {
	font-style:normal;
	font-size:14px;
	line-height:17px;
	padding:5px 9px 6px;
	margin:0;
}
.twocolumns {
	width:974px;
	margin:0 auto;
	padding:7px 0 0 6px;
	overflow:hidden;
}
.twocolumns .content {
	width:619px;
	float:left;
}
.twocolumns .content p {margin:0 0 20px;}
.twocolumns h2 {
	margin:0 0 4px;
	padding:0 0 3px;
	font-weight:normal;
	color:#191919;
	font-size:25px;
	line-height:25px;
	text-transform:uppercase;
	background:url(../images/bg-repeat-line.gif) 0 100% repeat-x;
}
.twocolumns h2 span {color:#008dd3;}
.twocolumns .btn {
	float:left;
	text-align:center;
	padding:6px 12px;
	font-size:15px;
	line-height:17px;
	background:#e69200;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
}
.twocolumns .aside {
	width:327px;
	float:right;
}
.aside ul {
	padding:0;
	margin:0 0 21px;
	list-style:none;
	font-size:14px;
	line-height:20px;
}
.aside ul li {
	padding:0 0 0 25px;
	background:url(../images/sprite.gif) 1px 1px no-repeat;
}
#main .block {
	width:1026px;
	margin:0 auto 5px;
	border:1px solid #dedede;
}
#main .block .holder {
	width:1024px;
	border:1px solid #fff;
}
#main .heading:after {
	content:'';
	display:block;
	clear:both;
}
#main .heading {
	width:992px;
	padding:15px 16px 11px;
	background:#353b3e;
}
.block .heading h2 {
	width:400px;
	height:30px;
	margin:-34px 0 0;
	padding:7px 0 0;
	float:left;
	font-size:20px;
	line-height:27px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	background:url(../images/bg-heading-1.png) no-repeat;
}
.block .heading h2 span {color:#000;}
#main .date {
	font-size:14px;
	line-height:14px;
	font-weight:normal;
	color:#fff;
	font-style:normal;
	text-transform:none;
}
#main .heading .view {
	float:right;
	padding:1px 15px 0 0;
	font-size:11px;
	line-height:11px;
	color:#fff;
	background:url(../images/arrow.gif) 100% 1px no-repeat;
}
.block table {
	width:1024px;
	text-align:center;
	border-collapse:collapse;
	color:#3e3e3e;
	margin:0;
}
.block table th {
	padding:5px 0 2px;
	font-weight:normal;
	text-transform:uppercase;
}
.block table .col-1 {width:104px;}
.block table .col-2 {width:80px;}
.block table .col-3 {width:87px;}
.block table .col-4 {width:92px;}
.block table .col-5 {width:86px;}
.block table .col-6 {width:88px;}
table .odd {background:#dde8ee;}
table .even {background:#c0d3de;}
table .title .odd {background:#fafafa url(../images/bg-table-1.gif) repeat-x;}
table .title .even {background:#f5f5f5 url(../images/bg-table-2.gif) repeat-x;}
.block table .line td {
	height:1px;
	background:#fff;
}
*+html table th span {display:inline;}
table th span {
	display:inline-block;
	vertical-align:middle;
}
.block table td {
	padding:4px 0 0;
	font-size:13px;
	line-height:22px;
}
.demo {
	width:21px;
	height:17px;
	background:url(../images/sprite.gif) -53px -60px no-repeat;
}
.fra,
.deu,
.cze,
.chn,
.can,
.bra,
.bel,
.aut,
.aus,
.arg{
	width:21px;
	height:14px;
	background:url(../images/sprite.gif) -84px -60px no-repeat;
}
.aus {background:url(../images/sprite.gif) -118px -60px no-repeat;}
.aut {background:url(../images/sprite.gif) -154px -60px no-repeat;}
.bel {background:url(../images/sprite.gif) -86px -86px no-repeat;}
.bra {background:url(../images/sprite.gif) -118px -86px no-repeat;}
.can {background:url(../images/sprite.gif) -154px -86px no-repeat;}
.chn {background:url(../images/sprite.gif) -187px -60px no-repeat;}
.cze {background:url(../images/sprite.gif) -187px -86px no-repeat;}
.deu {background:url(../images/sprite.gif) -218px -60px no-repeat;}
.fra {background:url(../images/sprite.gif) -218px -86px no-repeat;}
.dnk {
	width:22px;
	height:15px;
	background:url(../images/sprite.gif) -53px -86px no-repeat;
}
/* inner */
.inner {background:url(../images/bg-main-1.gif) repeat;}
.inner #wrapper {
	margin:0;
	background:url(../images/bg-inner.png) 50% 0 no-repeat;
}
.wrapper-holder {
	width:973px;
	margin:40px auto 0;
}
.inner .logo {
	display:block;
	width:773px;
	margin:0 auto 15px;
	height:347px;
	text-indent:-9999px;
	text-align:center;
	position:relative;
	background:url(../images/logo-inner.png) no-repeat;
}
.inner .logo a {
	position:absolute;
	left:131px;
	top:0;
	height:281px;
	width:524px;
}
.block-info {
	width:976px;
	margin:0 auto;
}
.section-form {
	width:473px;
	float:left;
	color:#191919;
	margin:0 30px 0 0;
}
.section-form .text {
	width:100%;
	padding:0 0 0 1px;
	overflow:hidden;
	font-size:13px;
	line-height:18px;
}
.section-form p {margin:0 0 5px;}
.inner .section-form h2 {
	float:left;
	margin:0 0 1px -15px;
	text-transform:uppercase;
	font-size:22px;
	line-height:27px;
	font-weight:normal;
	background:url(../images/arrow-1.png) 0 4px no-repeat;
}
.inner .section-form h2 a:hover,
.inner .section-form h2 a {text-decoration:none;}
.inner .section-form h2 a {
	display:block;
	margin:0 0 0 15px;
}
.section-form a span {
	color:#007bc4;
	border-bottom:1px solid #007bc4;
}
.section-form .title {
	color:#000;
	border-bottom:1px solid #000;
}
.block-info:after,
.section-form .block:after {
	content:'';
	display:block;
	clear:both;
}
.section-form .block {
	width:469px;
	margin:0 0 22px;
	background:url(../images/bg-block.png) repeat;
}
.section-form .holder {
	position:relative;
	left:4px;
	top:-7px;
	padding:7px 15px 10px 24px;
	border:1px solid #d9d9d9;
	overflow:hidden;
	background:url(../images/bg-box.gif) repeat;
}
.section-info {margin:0;}
.form-data {margin:0 0 13px;}
.form-data .section {
	width:100%;
	overflow:hidden;
	margin:0 0 0 -1px;
}
.form-data .sub-section {padding:0 0 14px;}
.form-data .row {
	float:left;
	width:253px;
	height:29px;
	margin:0 7px 0 0;
	background:url(../images/bg-input-mail.gif) no-repeat;
}
.form-data .row input {
	width:203px;
	background:none;
	border:0;
	padding:7px 10px 6px 40px;
	color:#727272;
	line-height:14px;
}
.form-data .demo-row {
	float:left;
	width:353px;
	height:29px;
	margin:0 7px 0 0;
}
.form-data .area {
	width:330px;
	float:left;
	margin:14px 5px 0 0;
}
.form-data label {
	width:200px;
	float:left;
	margin:0 0 5px 3px;
	font-size:12px;
	line-height:15px;
	color:#4c4c4c;
}
.form-data select {
	width:277px;
	padding:5px 5px 6px;
	margin:0 0 0 3px;
	font-size:13px;
	line-height:16px;
	color:#727272;
}
.block-info .form-data .btn {
	margin:34px 0 0;
	padding:4px 11px;
	font:bold 13px/20px Helvetica, Arial, sans-serif;
}
.form-data .btn-registration:hover {text-decoration:none;}
.form-data .btn-registration {
	float:left;
	background:#717171;
	padding:3px 8px 5px;
	margin:1px 0 0;
	text-transform:uppercase;
	color:#fff;
	font:13px/20px Helvetica, Arial, sans-serif;
}
*+html .form-data .submit {padding:2px 3px 1px;}
.form-data .submit {
	float:left;
	height:28px;
	background:#e7980f;
	color:#fff;
	cursor:pointer;
	border:0;
	padding:2px 15px 3px;
	margin:1px 5px 0 0;
	font:bold 13px/15px Helvetica, Arial, sans-serif;
	text-transform:uppercase;
}
#footer {
	width:100%;
	font-size:12px;
	line-height:21px;
	color:#959595;
	text-align:right;
	background:#1d1d1d url(../images/bg-footer.gif) repeat-x;
	font:10px/20px Helvetica, Arial, sans-serif;
	
}
#footer p a {color:#959595;}
#footer p {margin:0;}
.footer-holder {
	width:977px;
	margin:0 auto;
	padding:19px 0 20px;
	overflow:hidden;
}
.footer-holder ul {
	float:left;
	padding:0;
	margin:0;
	list-style:none;
	text-transform:uppercase;
	font:10px/20px Helvetica, Arial, sans-serif;
}
.footer-holder ul li {
	float:left;
	margin:0 10px 0 0;
}
.footer-holder ul a {color:#959595;}
.footer-holder ul a:hover {
	text-decoration:none;
	color:#fff;
}
.footer-holder .area {
	overflow:hidden;
	width:100%;
	margin:0 0 8px;
}
#footer .logo {
	float:left;
	width:121px;
	height:36px;
	text-indent:9999px;
	overflow:hidden;
	text-decoration:none;
	cursor:pointer;
	background:url(../images/logo-footer.png) no-repeat;
}
.peopleul
{
    width: 400px;
    padding:0; 
	  margin:0; 
    text-indent: -30px; 
    padding-left: 30px;

}

.peopleul li
{
padding:0; 
	  margin:0; 
list-style-type: none;
       
   
}


.peopleul br
{
        clear: left;
}
.papersul
{
    color: #000000;
    text-indent: -30px; 
    padding-left: 50px;
    
    list-style-type: none;

}
.papersul li
{
padding-bottom:15px;
}


.twocolumns .peopleaside {
	width:427px;
	float:right;
}
.twocolumns .peoplecontent {
	width:519px;
	float:left;
}

.onecolumn {
	width:974px;
	margin:0 auto;
	padding:27px 0 0 6px;
	overflow:hidden;
}
.onecolumn .content {
	width:974px;
	float:left;
}
.onecolumn .content p {margin:0 0 20px;
color: #000000;
}
.onecolumn a
{
color: #0000FF;
}
.onecolumn h2 {
	margin:0 0 4px;
	padding:0 0 3px;
	font-weight:normal;
	color:#191919;
	font-size:25px;
	line-height:25px;
	text-transform:uppercase;
	background:url(../images/bg-repeat-line.gif) 0 100% repeat-x;
}
.onecolumn h2 span {color:#008dd3;}
.onecolumn .btn {
	float:left;
	text-align:center;
	padding:6px 12px;
	font-size:15px;
	line-height:17px;
	background:#e69200;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
}
.researchercontent-holder:after {
	content:'';
	display:block;
	clear:both;
}
.researchercontent-holder {
	width:1025px;
	margin:0 auto 27px;
	min-height:142px;
	position:relative;
	z-index:101;
	background:#fff url(../images/bg-gradient.gif) 0 100% no-repeat;
}

.smallertext
{
      font-size:10px;
}
.italic {font-style:italic;}

.lesspadding
{
 margin-bottom:3px;
}

