/* ## BITS & CHIPS 2008 - EMBEDDED SYSTEMEN ## */

/* ## CHECKLIST ## 

- Kleur stylesheet
- RTE stylesheet
- Favicon

*/

/* ## LOGO POSITION ## */

#top-logo {
	left: 10px;
	top: 20px;
	}

/* ## IMAGE CONTAINER ## */

#layout-image-container {
	background: url(header-bces10-bg.gif) repeat-x left top;
	}
	
/* ## CONTENTTABLE3 - TIMETABLE ## */

/*
.contenttable-3 {
	float: left;
	margin-right: 2px;
	margin-bottom: 0;
	}

.contenttable-3 .td-1 {
	width: 180px;
	}
*/

/* ## MAIN COLOR ## */

a,
a:hover {
	color: #8a3388;
	}

.contenttable-2 .tr-0 {
	background: #8a3388;
	}

/* ## MAIN COLOR - 75% TRANSPARENCY BLACK ## */
	
#layout-mainnav li:hover,
#layout-mainnav li.selected,
#layout-mainnav ul.level2,
#layout-mainnav ul.level3 {	
	background: #661e78;
	}
	
/* ## MAIN COLOR - 75% TRANSPARENCY WHITE ## */
	
a:visited {
	color: #ac5ca4;
	}
	
#layout-mainnav ul.level2 {
	border: 1px solid #ac5ca4;
	}

#layout-mainnav ul.level2 li:hover {
	background: #ac5ca4;
	}
	
#layout-mainnav ul.level2 li {
	border-bottom: 1px solid #ac5ca4; 
	}
	
/* ## SUB COLOR ## */
	
#speakers-block,
.contenttable-3 .td-0 {
	background: #999999;
	}
	
.contenttable-3 .td-1,
.contenttable-3 .td-2 {
	border-bottom: 1px solid #999999; 
	}



/* ## NEWS DETAIL OPTIONS ## */

.registratie-bewijs-options {
/*	position: absolute;
	right: 0;
	top: -30px;*/
	}

.registratie-bewijs-options ul {
	list-style: none;
	}


#content-main .registratie-bewijs-options {
	position: relative;
	left:0;
	top:30px;
	}	

#content-main .registratie-bewijs-options ul {
	position: absolute;
	right: 0px;
	top: -32px;
	/*float: right;
	margin-top: -32px;*/
	}

	
#layout-content .registratie-bewijs-options li {
	float: left;
	background: none;
	padding-left: 5px;
	}
	
.registratie-bewijs-options li a {
	display: block;
	padding-left: 20px;
	}

.registratie-bewijs-options li.print a {
	background: url(/fileadmin/images/css/icon-print.gif) no-repeat;
}

.registratie-bewijs-options li.myaccount a {
	background: url(/fileadmin/images/css/icon-myaccount.gif) no-repeat;
}
