@CHARSET "utf8";

html {
	background-color: #C0C0C0;
	}
body {
	margin: 0 auto;
	width: 1000px;
	background-color: white;
}

* {
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 150%;
}

a {
	text-decoration: none;
	color: #800000;
}

p {
	margin-top: 0px;
}

a:hover {
	text-decoration: underline;
}


#header {
	height: 260px;
	background-image: url(../img/atomiumheader.png);
	background-repeat: no-repeat;
	background-position: center -1px;


}

#menubar {
	height: 35px;
	background-image: url(../img/menu_bak.png);
	background-repeat: repeat-x;

}

#menubar a {
	display: block;
	float:right;
	font-size: 20px;
	line-height: 35px;
	color: #800000;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	height: 35px;
	padding: 0 20px;
}

#menubar a:hover, #menubar a.current {
	background-image: url(../img/menu_bak_hover.png);
	background-repeat: repeat-x;
}

#menubar a.eprahome {
	float: left;
	font-size: 14px;
}


#menubar a.registeritem, #menubar a.registeritem:hover {
	background-color: #800000;
	padding: 0 20px 0 60px;
	margin: 0;
	background-image: url(../img/register_bak.png);
	background-repeat: repeat-x;
	color: #FF9900;
	width: 149px;
	border-left:2px solid white;
}

#content {
	border-bottom: 1px solid #999;
	padding-bottom: 30px;
}

#content h4 {
	font-size: 15px;
	margin: 30px 0 5px 0;
	padding: 0;
	color: #003366;
}

#content .blockstable {
	margin: 0 10px 0 37px;
}

#content .leftblock {
	float: left;
	width: 495px;
	margin: 0 28px 0 37px;
}
#content td.leftblock {
	float: none;
	width: 495px;
	padding-right: 28px;
}

#content .leftblock * {
	font-size: 15px;
}

#content .leftblock h1 {
	font-size: 28px;
	line-height: 28px;
	margin: 36px 0 36px 0;
	padding: 0;
	color: #003366;
}

#content .leftblock h2 {
	font-size: 18px;
	line-height: 24px;
	margin: 36px 0 20px 0;
	padding: 0;
	color: #FF9900;
}

#content .leftblock p.lead {
	color: #003366;
	font-weight: bold;
	font-size: 15px;
}

#content .leftblock p {
	color: #4D4D4D;
	font-size: 15px;
}

#content .rightblock {
	float: left;
	width: 355px;
	color: #4D4D4D;
	margin: 100px 10px 0 28px;
	padding: 0;
}

#content td.rightblock {
	float: none;
	width: 355px;
	color: #4D4D4D;
	padding-left: 18px;
	margin:: 0;
}

#content .rightblock ul{
	padding-left: 2em;
}

#content .rightblock h4 {
	font-size: 13px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #003366;
}

#content .rightblock img {
	margin: 0;
	padding: 0;
}


#content .rightaligned{
	float: right;
	width: 355px;
	color: #4D4D4D;
	margin: 100px 0 0 0;
	padding: 0;
	border-left: 2px solid #003366;
}

#content .rightblockagenda {
	margin-top: 30px;
}



#content .rightblock * {
	font-size: 12px;
}




#headlinesponsors {
	border-bottom: 1px solid #999;
}

#standardsponsors {
	border-bottom: 1px solid #999;
}

#headlinesponsors H3, #standardsponsors H3{
	margin: 0;
	padding: 0;
	line-height: 24px;
	font-size: 13px;
	color: #999;
	padding-left: 10px;
}

#headlinesponsors a {
	display: block;
	float: left;
	width: 249px;
	height: 113px;
	background-repeat: no-repeat;
}

#standardsponsors a {
	display: block;
	float: left;
	width: 199px;
	height: 110px;
	background-repeat: no-repeat;
}


#footer {
	border-bottom: 2px solid #999;
}

#footer .caption {
	float: right;
	font-size: 12px;
	line-height: 40px;
	color: #999;
	padding-right: 100px;
	background-image: url(../img/footerlogo.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}

#footer a {
	font-size: 12px;
	line-height: 40px;
	margin: 0 10px;
}

#agenda {
	margin: 30px 0 10px 37px;
	width: 795px;
	border: 2px solid #003366;
}

#agenda th {
	border-bottom: 1px solid #003366;
}

#agenda td, #agenda th {
	text-align: left;
	vertical-align: top;
}

#agenda td.leftcol{
	border-right: 1px dashed #003366;
}

#agenda td {
}

#agenda th {
	font-size: 14px;
	line-height: 25px;
	color: #800000;
	padding-left: 10px;
}

#agenda .dayheader td{

	width: 50%;
	font-size: 18px;
	font-weight: bold;
	color: #800000;
	line-height: 35px;
	padding-left: 10px;
}

#agenda .daytitle td{
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background-color: #003366;
	line-height: 30px;
	padding-left: 10px;
}

#agenda  .timetable {
	margin: 15px 0px 15px 10px;
	color: #003366;
}

#agenda  .timetable .session {
	font-weight: bold;
	color: #800000;
}

#agenda  .timetable .daysection {
	padding-top: 15px;
	font-style: italic;
	font-size: 14px;
}

#agenda .dayprogramme table td.time {
	width: 55px;
}

#agendanote {
	margin: 10px 0 50px 37px;
	width: 795px;
	font-size: 11px;
	line-height: 18px;
	color: #4D4D4D;
}

.partnersbox {
	font-style: italic;
	border: 1px solid #999;
	border-width: 1px 0;
	padding: 5px;
	margin-bottom: 0;
}