

/* ---------------------------------------------------------
 * MAIN CSS for ITAM: both @work and @home
 * (c) EFFICT - 2008
 * ---------------------------------------------------------
 * 
 * COLOR TABLE
 * 
 * @work
 * blue: 006773
 * yellow: eddd94
 * pale: faf7e8
 *
 * @home
 *
 * purple: 77374a
 * yellow: eddd94
 * pale: faf7e8 
 * --------------------------------------------------------
 */

/* @group general */

html, h1, h2, h3, h4, h5, h6, ul, li, p {
	margin: 0;
	border: 0;
	
}

ul, li {
	list-style-type: none;
	padding: 0;
}

#main ul li {
	list-style: outside disc;
	
}

#main ol li {
	list-style: outside decimal;
	
}

#main ul, #main ol {
	padding-left:  3em;
}


.clear {
	clear: both;
}

.block {
	padding: 0 0 10px 0;
}

.error {
	color: red;
}

/*@group text */

body {
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3, h4, h5, h6, h7, h8 {
	padding-bottom: 5px;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
}

/* @end */

/* @group link */

a {
	text-decoration: none;
}

a:link, a:visited {
}

a:hover, a:active {
	color: #eddd94;
}
/* @end */
/* @end */

/* @group frame */

#container {
	margin : 0 auto ;
	width: 1024px;
	overflow: hidden ;
}

#header {
	position: relative;
	height: 190px;
}

#left, #right, #main {
	float: left;
	position: relative;
}

#left  {
	width: 224px;
}

#right {
	width: 240px;
}

#main {
	width: 560px;
}

a#home {
	width : 300px ;
	height : 150px ;
	display : block ;
}

/* @end */



/* @group welcome */

#welcome {
	background: url(../tl_files/itam/img/intro_background.jpg) no-repeat;
	margin: 0 auto;
	width: 1191px;
	height: 842px;
	position: relative;
	
}

#welcome_home  {
	position: absolute;
	top: 330px;
	left: 247px;
}

#welcome_work {
	position:  absolute;
	top: 131px;
	left: 490px;
}



/* @end */
/* @group header */

#header h1 {
	text-indent: -9999px;
	height: 1px; /* header-text niet zichtbaar */
}

#header_inline {
	position: absolute;
	top: 34px;
	left: 600px;
	
}

/* @group contact and sitemap */

#header_links {
	display: block;
	float: left;
	width: 160px;
	padding-top: 12px;
	
}

#header_links li {
	display: block;
	float: left;
	width: 80px;
	
}

#header_links a:link, #header_links a:visited {
	color: #ffffff;
	font-weight: bold;
}

#header_links a:hover, #header_links a:active {
	color:#EDDD94;
}

/* @end */

/* @group language selection */

#lang_selection {
	display: block;
	float: left;
	width: 120px;
	/* visibility: hidden; */
	
}

#lang_selection li {
	display:block;
	float:none; 
	text-align: center;
}

#lang_selection a:link, #lang_selection a:visited {
	text-transform:uppercase;
	font-size: 0.80em;
	color: #EDDD94;
}

#lang_selection a:hover, #lang_selection a:active {
	color: #ffffff;
}

/* @end */

/* @group search */

#search {
	float: left;	
	padding-top: 3px;
	width: 120px;
}

#ctrl_keywords {
	
	display: block;
	width: 120px;
	background: #faf7e8;
	border: none;
	margin-bottom: 3px;
	
}

#ctrl_keywords_submit {
	display: block;
	float: right;
	width: 80px;
	color: #eddd94;
	border: solid #faf7e8 1px;
	font-weight: bold;
	height: 18px;
	font-size:  10px;

}

input:hover#ctrl_keywords_submit {
	background:  #faf7e8;
	border:  #eddd94 solid 1px;
	cursor:  pointer;
}

/* @end */


/* @group quote */


#quote {
	position: absolute;
	top: 90px;
	left: 424px;
	width: 340px;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	text-align: right;
}



/* @end */


/* @end */



/* @group sitemap */

.mod_sitemap ul {
	list-style-type: disc;
	list-style-position:inside;
	color: #eddd94;

	
}

.mod_sitemap li {
	text-align: left;
	list-style-type:disc;
	padding: 5px 0px;
	text-indent:10px;
	background: #faf7e8;
	margin-bottom: 2px;
}

.mod_sitemap ul li ul li {
	text-indent: 60px;
}

.mod_sitemap li a:link, .mod_sitemap li a:visited {
}

.mod_sitemap li a:hover, .mod_sitemap li a:active {
	color: #eddd94;
}

/* @end */
/* @group menu */

/*menu komt van http:////aplus.rs/adxmenu/. Extra JS is noodzakelijk voor IE!!

Basis menustijlen
*/


.mod_navigation {
	overflow: visible;
}


.menu {
	width: 180px; 
}

.menu, .menu ul {	
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;	/* thus we need to apply explicit z-index here... */
}

.menu li:hover {

	z-index: 10000; /* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu ul {
	visibility: hidden;	
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	left: 100%;	/* and move them to the right of the item */
}


/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".level_1 UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
	
}


/* Opmaak menu */

.menu li, .menu ul li {
	color: #ffffff;
}

.menu {
	width: 180px;
	text-align: center;
	font-size: 1em;
	
}

.menu ul {
	width: 180px;
}

.menu a, .menu p {
	text-decoration: none;
	color: #ffffff;
	padding: 5px 0;
	display: block;

}

.menu a:hover, .menu li:hover>a {
	background: #eddd94;
}

.menu li {	
	/*margin-bottom:  2px; when borders of menu-items should be transparent */
	border: 2px solid #fff;
	

}
.menu>li + li, .menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li:hover>ul {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

.menu p.active {
	background-color:#faf7e8;
	display:  block;
	width:  99%;
	height:  100%;
}
.menu a>p.active {
	background-color:#faf7e8;
	margin:  -5px 0; /* no padding on a when element selected */
}

.menu a:hover>p.active {
	background: #eddd94;
	
}

/* @end */
/* @group article */

#main_content h1 {
	margin-top: -5px; /* titles of articles on same height as menu */
	font-size: 1.7em;
	
}

.teaser {
	padding-bottom: 10px;
}

.mod_article {
	padding:0 10px;
}

/* @end */


/* @group random photo */

#photo {
	height: 60px; /* content onder foto blijft op zijn plaats
	Dit is de hoogte van de foto -100 (verschuiving) +3px (marge) */
}

#right img {
	top: -100px;
	width: 240px;	
	position: absolute;
}

/* @end */

/* @group events */

.mod_upcoming_events h2 {
	background: #faf7e8;
	text-align: center;
	border-bottom: 1px solid #eddd94;
	height: 2em;
}

.event {
	background: #faf7e8;
	color: #000000;
	border-bottom: 1px solid #eddd94;
	padding: .5em 5px;
}

.event.last {
	/*border:  none;*/
}

.event.more {
	text-align: center;
	border:  none;
}


.event a:hover, a:active {
	color: #eddd94;
}

.event span.date {
	font-style: italic;
	font-size: 0.70em;
	padding: 0 1em 0 0;
}

.event p {
	color: #faf7e8;
	padding:  .25em;
	text-align: center;
}

.event p a {
	color: #eddd94;
}

.event p a:hover {
	text-decoration: underline;
}

/* .mededeling a {
	color : #ffffff ;
} */

/* @end */

/* @group subscribe */

.mod_subscribeExt {
	background: #eddd94;
	text-align: center;
	padding:  0;
}

.mod_subscribeExt h2 {
	text-align: center;
	height: 2em;
	padding:  .25em 0;
}

.mod_subscribeExt .formbody {
	padding: 3px 2px;
}

	
.mod_subscribeExt  input.submit {
	margin-left:  -38px;  /*button same height as other fields */
}


.formbody input {

	background: #faf7e8;
}

.formbody input.submit {
	color: #eddd94;
	border: solid #faf7e8 1px;
	font-weight: bold;

}

.formbody input:hover.submit {
	background:  #faf7e8;
	cursor:  pointer;
}


#ctrl_newsletter_1, #ctrl_newsletter_2, #ctrl_newsletter_3 {
	width: 170px;
}

/* @end */

/* @group calendar */

.calendar td {
	width: 65px;
	height: 65px;
	border: solid 2px #ffffff;
	background: #faf7e8;
	vertical-align: top;
	padding:3px;
	font-weight: bold;
}

.head {
	background: #eddd94;
	border: solid 2px #ffffff;
	text-align: center;
}

.label {
	text-align: center;
}

#kalender .calendar td.days.active{
	background: url(../tl_files/itam/img/calendar_background2.gif) no-repeat;
}

#kalender .event.cal_2, #kalender .event.cal_5{
	background: transparent;
	border: none;
	padding: 3px 0 0 0;
	font-weight:normal;
}

#kalender .event.cal_2 a, #kalender .event.cal_5 a {
	font-size: .9em;
}
#kalender .event.cal_2 a:hover, #kalender .event.cal_5 a:hover {
	color: #eddd94;
	
}

#kalender h3, #activiteiten h3 {
	font-size: 1em;
	font-style: italic;
}

#kalender h3 a, #activiteiten h3 a {
	font-style: normal;
}

#cal_nav {
	background:  #faf7e8;
	text-align:  center;
	font-size:  1em;
	padding:  1.5em 0;
}
/*

td.days.weekend {
	background: #EDF7FA;
}


td.days.weekend div.header {
	color: #eddd94
}

*/


/*mini-calendar */

.mod_minicalendar table {
	width: 100%;
}

.mod_minicalendar td.days {
	text-align: center;
	vertical-align: middle;
	background: #faf7e8;
	border: solid #ffffff 1px;
	height: 20px;
}

.mod_minicalendar td.days.active {
	background: #eddd94;

}

/* @end */

/* @group contact */

.formtable td{
	padding: 3px;
	vertical-align: top;
	text-align: left;
	
}

#ctrl_1, #ctrl_2, #ctrl_4 {
	width: 400px;
}

#ctrl_4 {
	background: #faf7e8;
}

/* @end */

/* @group downloads */

.ce_downloads p {
	height: 30px;
	background: #faf7e8;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #ffffff;
	padding: 2px;
}

.ce_downloads a:hover {
	color: #EDDD94;
}

/* @end */
/* @group links */
.ce_hyperlink {
	min-height: 20px;
	background: #faf7e8;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #ffffff;
	padding: 7px 0 0 5px;
}

.ce_hyperlink a:hover {
	color: #EDDD94;
}

#links h3 {
	margin-top: 20px;
	font-size: 1.2em;
	font-weight: bold;
}

#work_home_link {
	margin-top : 35px ;
	margin-right : 40px ;
	text-align: center ;
}

.pagination {
	text-align: center ;
	font-size: 1.07em ;
}

.pagination li {
	display : inline ;
	margin : 2px 5px ;
}

/* @end */

/* @group trainers */

#onze-trainers .value, #nos-formateurs .value {
	height: 20px;
	background: #faf7e8;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #ffffff;
	padding: 7px 0 0 5px;

}

/* @end */

