html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body	{
	color: #222;
	background: white url(../images/interface/column_back.png) repeat-y left top;
}


/* #wrapper */

#wrapper {
	min-height: 100%;
	position: relative;
	background: url(../images/interface/column_heart.png) no-repeat left 350px;
}
* html #wrapper {
	height: 100%;
}

/* header / logo */

#header	{
	height: 191px;
	width: 100%;
	background: white url(../images/interface/header_back.jpg) no-repeat right top;
}

#header h1 {
	position: absolute;
	left: 10px;
	top: 5px;
	width: 285px;
	height: 100px;
	background: url(../images/interface/logo_ebs.png) no-repeat left top;
}
#header h1 a	{
	display: block;
	width: 285px;
	height: 100px;
	text-indent: -999em;
}


/* anchors */

a	{
	color: #ca004f;
}
a:hover	{
	color: #0f2d71;
}
.more {
	color: #ca004f;
}

/* #content */

#content {
	position: relative;
	padding: 15px 22px 0 222px;
	min-height: 250px;
	background: url(../images/interface/content_back.png) no-repeat right top;
}
* html #content {
	height: 250px;
}
#noBack #content {
	background: none;
}
.wrapper {
	margin: 8px 12px;
}

/* primaryContent */

#primaryContent {
	float: left;
	display: inline;
	margin-bottom: 55px;
	width:100%; /* nloggers 15-09-09 */
}
* html #primaryContent {
	margin-bottom: 40px;
}

#primaryContent h2 {
	padding-right: 50px;
}

/* secondaryContent */

#secondaryContent {
	display: none;
}


/* #menu */

#menuBar {
	position: absolute;
	top: 141px;
	width: 100%;
	height: 49px;
	overflow: hidden;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background: #384f83 url(../images/interface/menu_back.png) repeat-x left top;
}
* html #menuBar {
	height: 51px; /* fix for IE5 */
	he\ight: 49px; /* reset for IE6 */
}

#menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 49px;
	background: url(../images/interface/menubar_back.png) no-repeat right top;
}	
#menu h2 {
	display: none;
}
#menu ul,
#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li {
	float: left;
	display: inline;
	background: url(../images/interface/menuspacer_light.png) no-repeat left top;
}
#menu ul li.first {
	margin-left: 200px;
}
#menu li a {
	display: block;
	height: 43px;
	padding: 3px 25px 3px 25px;
	font-size: 11px;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
	background: url(../images/interface/menuspacer_dark.png) no-repeat right top;
	color: white;
}
* html #menu li a {
	width: 20px;
	white-space: nowrap;
	height: 49px; /* fix for IE5 */
	he\ight: 43px; /* reset for IE6 */
}
#menu ul li a span {
	display: block;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
}
#menu li a.last {
	background: url(../images/interface/menuspacer.png) no-repeat right top;
}
#menu li:hover a,
#menu li.hover a {
	padding: 4px 25px 2px 25px;
	background: url(../images/interface/menu_back_on.png) repeat-x left top;
	color: white;
}
#menu li.active a {
	padding: 3px 25px 3px 25px;
	background: white url(../images/interface/menu_back_active.png) repeat-x left top;
	color: #052264;
}

/* #subMenu */
#subMenu {
	position: absolute;
	top: 191px;
	left: 0;
	width: 200px;
	border-top: 1px solid white;
}
#subMenu ul,
#subMenu li {
	margin: 0; padding: 0;
	list-style: none;
}
#subMenu li {
	float: left;
	display: inline;
	width: 200px;
	border-bottom: 1px solid white;
}
#subMenu li a {
	float: left;
	display: inline;
	overflow: hidden;
	white-space: nowrap;
	height: 20px;
	width: 180px;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 12px;
	background: url(../images/interface/submenu_back.png) repeat-x left top;
	color: white;
}
* html #subMenu li a {
	height: 30px; /* fix for IE5 */
	width: 200px; /* fix for IE5 */
	he\ight: 20px; /* reset for IE6 */
	w\idth: 180px; /* reset for IE6 */
}
#subMenu li a:hover,
#wrapper #subMenu li.active a {
	background: url(../images/interface/submenu_back_on.png) repeat-x left top;
}

/* logged in */
#loggedIn {
	padding: 15px;
	font-size: 11px;
}



/* #topBar */
#topBar {
	position: absolute;
	top: 115px;
	left: 0;
	height: 25px;
	width: 100%;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background: #ca004f url(../images/interface/topbar_back.png) repeat-x left top;
}
* html #topBar {
	height: 27px; /* fix for IE5 */
	he\ight: 25px; /* reset for IE6 */
}

/* #topMenu */

#topMenu {
	position: absolute;
	right: 0;
	top: 0;
	height: 25px;
	width: 100%;
	background: url(../images/interface/topmenu_back.png) no-repeat right top;
}
#topMenu ul,
#topMenu li {
	margin: 0;	padding: 0;
	list-style: none;
}
#topMenu ul {
	float: right;
	display: inline;
}
#topMenu li {
	float: left;
	display: inline;
	line-height: 120%;
	margin-top: 5px;
	font-weight: bold;
	font-size: 11px;
	border-right: 1px solid #f4ccdc;
}
#topMenu li.last {
	border: none;
}
#topMenu li a	{
	padding: 10px 10px 0 10px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}
#topMenu li.secure a {
	padding-left: 20px;
	background: url(../images/interface/icon_lock.png) no-repeat 8px 13px;
	
}
#topMenu li a:hover {
	text-decoration: underline;
	color: white;
}

/* breadcrumbs */

#breadcrumbs {
	position: absolute;
	top: 0;
	left: 12px;
}

#breadcrumbs,
#breadcrumbs li {
	margin: 0; padding: 0;
}

#breadcrumbs li {
	float: left;
	display: inline;
	padding: 2px 0 2px 1.5em;
	font-weight: bold;
	font-size: 10px;
	background: url(../images/interface/breadcrumbs_arrow.png) no-repeat 0.5em 1em;
	color: white;
}
* html #breadcrumbs li {
	background-position: 5px 10px; /* no scaling font-size and background for IE */
}

#breadcrumbs li.first {
	padding-left: 0;
	background: none;
}

#breadcrumbs li a {
	color: white;
	text-decoration: underline;
}
#breadcrumbs li a:hover {
	color: #f4ccdc;
	text-decoration: underline;
}


/* address */

address {
	font-style: normal;
}

address span.label {
	display: block;
	float: left;
	width: 5em;
	white-space: nowrap;
}

/* #footer */

#footer	{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
	border-top: 1px solid white;
	background: #0f2d71 url(../images/interface/footer_back.png) repeat-x left top;
	font-size: 11px;
	line-height: 120%;
	color: white;
}
* html #footer {
	bottom: -1px;
}
#footer .wrapper {
	padding: 1px 12px;
	text-align: center;
}
#footer a	{
	font-weight: bold;
	text-decoration: none;
	color: white;
}
#wrapper #footer a:hover {
	text-decoration: underline;
	color: white;
}
#footer #copyright {
	float: right;
	display: inline;
	margin-right: -10px;
}
#footer #footerMenu {
	float: left;
	display: inline;
	margin-left: -18px;
}
#footer #footerMenu ul,
#footer #footerMenu li {
	margin: 0;	padding: 0;
	list-style: none;
}
#footer #footerMenu li {
	float: left;
	display: inline;
	line-height: 120%;
	border-right: 1px solid #b7c6ea;
}
#footer #footerMenu li.last {
	border: none;
}
#footer #footerMenu li a {
	margin: 0 8px;
}


/* exports mail/print */
#exports {
	position: absolute;
	top: 212px;
	right: 20px;
}
#exports ul,
#exports ul li {
	margin: 0; padding: 0;
	list-style: none;
}
#exports ul li {
	text-indent: -999em;
	line-height: 0%;
	font-size: 0;
	float: right;
	margin: 0 5px;
}
#exports ul li a {
	display: block;
	width: 16px;
	height: 16px;
}
#exports #exportPrint a {
	background: url(../images/interface/icon_print.png) no-repeat left bottom;
}
#exports #exportMail a {
	background: url(../images/interface/icon_mail.png) no-repeat left bottom;
}


/* sectionImage */
#sectionImage {
	position: absolute;
	top: 142px;
	left: 0;
	width: 200px;
	height: 49px;
}

/* various classes */

#content ul {
	list-style: none;
	margin: 0; padding: 0;
	margin-bottom: 1em;
}
#content ul li {
	padding-left: 1em;
	background: url(../images/interface/bullet.png) no-repeat 0.3em 0.6em;
}

hr,
h2 {
	display: none;
}
#content hr,
#content h2 {
	display: block;
}

.skip,
.noScreen {
	display: none;
}

a.tel {
	text-decoration: none;
	color: black;
	cursor: default;
}

.image {
	clear: both;
	margin: 0 0 1em 0;
}

.image img {
	border: 1px solid white;
}

.border img,
img.border {
	border: 1px solid #222;
}

.left {
	float: left;
	margin: 0 1em 1em 0;
}

.right {
	float: right;
	margin: 0 0 1em 1em;
}

.center {
	text-align: center;
}

abbr {
	border: none;
}

.clearBoth {
	clear: both;
	height: 0;
	line-height: 0%;
	font-size: 0;
	visibility: hidden;
}

.blue {
	color: #0f2d71;
}


/* SPECIFIC */
#homeButtons {
	text-align: center;
}
#homeButtons h2 {
	display: none;
}
#content #homeButtons ul,
#content #homeButtons li {
	margin: 0; padding: 0;
	list-style: none;
	background: none;
}
#content #homeButtons ul {
	margin-bottom: 1em;
}
#homeButtons li {
	float: left;
	display: inline;
	text-indent: -999em;
	width: 240px;
	height: 150px;
}
#homeButtons li a {
	display: block;
	width: 220px;
	height: 140px;
	background-repeat: no-repeat;
	background-position: left top;
}
#homeButtons li#button_ets a {
	background-image: url(../images/interface/button_ets.png);
}
#homeButtons li#button_eth a {
	background-image: url(../images/interface/button_eth.png);
}
#homeButtons li#button_overig a {
	background-image: url(../images/interface/button_overig.png);
}

blockquote {
	border: 1px solid #5f729c;
	background: #e6e8ef;
	padding: 1em 1em 0.5em 1em;
}


/* specific */
#cursusDates {
	float:right;
	width:150px;
	display:inline;
	padding: 1em;
	margin: 0 2em 2em 0;
	background: #f4ccdc;
	border: 1px solid #eca2bf;
}

/* IE5.x/WIN hacks */
@media tty {
 i{content:"\";/*" "*/}}; @import 'ie50.css'; {;}/*";}
}/* */


/* IE5.5 */
@media tty {
 i{content:"\";/*" "*/}}@m; @import 'ie55.css'; /*";}
}/* */