@font-face {
	font-family: 'TitilliumText22LRegular';
	src: url('../../css/fontfacekit/TitilliumText22L003-webfont.eot');
	src: url('../../css/fontfacekit/TitilliumText22L003-webfont.eot?#iefix') format('embedded-opentype'),
		url('../../css/fontfacekit/TitilliumText22L003-webfont.woff') format('woff'),
		url('../../css/fontfacekit/TitilliumText22L003-webfont.ttf') format('truetype'),
		url('../../css/fontfacekit/TitilliumText22L003-webfont.svg#TitilliumText22LRegular') format('svg');
	font-weight: normal;
	font-style: normal;

}

body{
	background:url(../../layout/www.ifma.be/body-bg.jpg) repeat-x center top;
	font:12px/18px Arial,Verdana,sans-serif;
	text-align:center;
	color:#222;
}

#container{
	text-align:left;
	width:981px;
	margin:0 auto;
}

#header{
	height:160px;
	margin:0 0 18px 0;
	position:relative;
}

#header #languages{
	position:absolute;
	right:0;
	top:0;
}

#header #languages ul li{
	float:left;
}

#header #languages ul li a{
	border-left:1px solid #444;
	color:#ddd;
	display:block;
	padding:4px;
	font-weight:bold;
	text-decoration:none;
}

#header #languages ul li.nl a{
	border:0;
}

#header #languages ul li a:hover,
#header #languages ul li.active a{
	background:#666;
	color:#fff;
	text-decoration:underline;
}

#header #logo img{
	vertical-align:top;
}

#header #navigation{
	padding:10px 0 0 0;
}

#header #navigation ul ul{
	display:none;
}

#header #navigation ul li{
	float:left;
}

#header #navigation ul li a{
	border-left:1px solid #fff;
	color:#fff;
	display:block;
	font-size:13px;
	padding:2px 8px;
	text-decoration:none;
}

#header #navigation ul li.active a,
#header #navigation ul li.activeparent a,
#header #navigation ul li a:hover{
	background:#E10017;
/*	background:url(../../layout/www.ifma.be/nav-bg.jpg) repeat-x center top;*/
}

#header #navigation ul li.first a{
	border-left:0;
}

#wrap-subnavigation-content{
	background:url(../../layout/www.ifma.be/wrap-subnavigation-content-bg.jpg) repeat-y center top;
	width:100%;
	margin:0 0 18px 0;
}

#subnavigation{
	background:#f4f4f4;
	margin:0 18px 0 0;
	width:200px;
}

#subnavigation ul{
	padding:10px 0 10px 0;
}

#subnavigation ul li{
	border-top:1px solid #666;
	color:#333;
	list-style-type:square;
	list-style-position:inside;
	padding:2px 0 2px 26px;
}

#subnavigation ul li.active:hover,
#subnavigation ul li:hover{
	color:#E1001A;
}

#subnavigation ul li a{
	color:#333;
	text-decoration:none;
}

#subnavigation ul li.active a,
#subnavigation ul li a:hover{
	color:#e1001a;
}

#subnavigation ul li.first{
	border-top:0;
}

#subnavigation ul li.last{
	border-bottom:1px solid #666;
}

#subnavigation,
#content{
	float:left;
}

#content{
	width:763px;
}

#footer{
	border-top:1px solid #E10017;
	text-align:left;
	margin:0 auto;
	width:981px;
	padding:18px 0 0 0;
	clear:both;
	font-size: 10px;
}

#footer p,
#footer a{
	color:#666;
}

#footer p.copyright{
	clear:both;
}

/* grid structure */
#grouped-blocks{
	width:981px;
}

#grouped-blocks #row1{
	width:981px;
}

#grouped-blocks #row1 .block,
#grouped-blocks #row2 .block,
#footer .block{
	background:#f0f0f0;
	float:left;
	min-height:286px;
	height:auto !important;
	height:286px;
	overflow:hidden;
	margin:0 0 18px 0;
}

#footer .block{
	background:#fff;
	min-height:auto;
}

#grouped-blocks #row1 .block.left{
	width:315px;
	margin:0 18px 0 0;
}

#grouped-blocks #row1 .block.right{
	-moz-box-shadow:0 0 4px 2px #ddd;
	-webkit-box-shadow:0 0 4px 2px #ddd;
	box-shadow:0 0 4px 2px #ddd;
	background:#fff;
	width:648px;
	overflow:hidden;
}

#grouped-blocks #row1 .block.right img{
	vertical-align:top;
}

#grouped-blocks #row2 .block{
	width:315px;
}

#footer .blocknr1.block{
	float:left;
	width:648px;
}

#footer .blocknr2.block{
	float:left;
	margin-left:18px;
	text-align:right;
	width:315px;
}

#footer .blocknr2.block p{
	padding-top:7px;
}

#footer .blocknr2.block img{
	border:1px solid #ccc;
}

#footer .blocknr2.block img:hover{
	border:1px solid #fff;
}


#grouped-blocks #row2 .blocknr1,
#grouped-blocks #row2 .blocknr2,
#grouped-blocks #row2 .blocknr3{
	background:#fff;
	min-height:300px;
}

#grouped-blocks #row2 .blocknr2{
	margin-right:18px;
	margin-bottom:18px;
	margin-left:18px;
}

.blocknr1 #ticker_jobat_nl, .blocknr1 #ticker_jobat_fr{
	margin-top:10px;
	margin-left:8px;
}

#grouped-blocks .block h2{
	background:#E10017;
	color:#fff;
	font-family:"TitilliumText22LRegular", Arial, Verdana, sans-serif;
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:2px 0 2px 5px;
}

#grouped-blocks .block .arrange{
	border-right:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
	border-left:1px solid #f0f0f0;
	min-height:315px;
	height:auto !important;
	height:315px;
	padding:5px;
}

.arrange ul{
	list-style-type:square;
	padding-left:35px;
}

/* end grid structure */

/* ELEMENTS
-----------*/
strong{
	color:#888;
}
a{
	color:#e1001a;
	text-decoration:underline;
}

p{
	line-height:20px;
}

hr{
	height:1px;
	background:#E10017;
	color:#E10017;
	clear:both;
	border:0;
	width:100%;
}

h1.page_title{
	font-size:20px;
}

h1{
	font-size:18px;
	font-weight:normal;
}

h2{
	color:#E10017;
	font-size:16px;
	font-weight:bold;
}

h3{
	color:#444;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

h4,h5{
	color:#E10017;
	font-size:12px;
	font-weight:normal;
}

#content p,
#content ul,
#content ol{
	margin:0 0 10px;
}

#content ul,
#content ol{
	margin:0 0 10px;
	padding-left:35px;
	list-style:disc;
}

#content ol{
	list-style:decimal;
}

#content h1,h2,h3,h4,h5,h6{
	margin:0 0 10px;
}

/* PHOTOGALLERY
---------------*/
#content .module_photo ul{
	margin:0;
	padding:0;
	list-style:none;
}

#module_photogallery{
	list-style:none;
	padding:0;
}

#module_photogallery li{
	float:left;
	margin:0 15px 30px;
	height:154px;
	width:154px;
	text-align:center;
	overflow:hidden;
}

#module_photogallery li a img{
	border:2px solid #fff;
}

#module_photogallery li a:hover img{
	border:2px solid #ccc;
}

#partners.logo-rotation ul li{
	float:left;
	margin:5px;
}

#partners.logo-rotation ul li a{
	border:1px solid #ccc;
	display:block;
}

#partners.logo-rotation ul li a:hover{
	border:1px solid #fff;
}

/*FORMS
-------*/

input.submit {
    background-color: #58585A;
    border: 1px solid #58585A;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: "trebuchet ms",sans-serif,arial,verdana;
    margin: 8px auto auto 162px;
    padding: 3px 0;
    width: 120px;
}

input.text,
textarea{
	width:250px;
	padding:3px 5px;
	font:11px Arial,Verdana,sans-serif;
	border:1px solid #558383;
}

table.layouttable{
	width:100%;
}

table.layouttable tr{
	border-bottom: 1px solid #F4F4F4;
}

table.layouttable td,
table.layouttable th{
	padding:3px;
	vertical-align:top;
}

table.layouttable th{
	width:180px;
	font-weight:normal;
	text-align:left;
	font-family:Arial,Verdana,sans-serif;
	font-weight:bold;
}

table.layouttable .row0 td,
table.layouttable .row0 th{
	background:none;
}

table.layouttable tr.error th,
table.layouttable tr.error td{
	background:#c00;
	font-weight:bold;
	color:#fff;
}

#disclaimer{
	font-size:10px;
}
.error_message{
	border:1px solid #c00;
	background:#fdd;
	padding:15px;
	margin:10px 0;
	color:#c00;
}

tr.error {
	border:1px solid #c00;
	background:#fdd;
}

#thanks{
	padding:15px;
	margin-bottom:30px;
	background:#637331;
	color:#fff;
}

/* news */
#module_news{
	 border-bottom:1px solid #F0F0F0;
    border-left:1px solid #F0F0F0;
    border-right:1px solid #F0F0F0;
	 height:315px;
    height:auto !important;
    min-height:315px;
    padding:5px;
}

.home #module_news ul li{
	height:auto;
}

#module_news ul li{
	margin:0 0 14px 0;
	height:120px;
}

#module_news.single ul li{
	height:154px;
}

#module_news ul li h3 a{
	color:#222;
	font-size:13px;
	font-weight:bold;
}

.view-more-items a{
	text-decoration:none;
}

.view-more-items a:hover{
	text-decoration:underline;
}

/* calendar */
#module_calendar{
    height:auto !important;
    min-height:250px;
    padding:5px;
}

#module_calendar .image{
	float:left;
	margin:8px 10px 0 0;
}

#module_calendar .image img{
	width:100px;
}

#module_calendar h3 a{
	color:#222;
	font-size:12px;
}

#module_calendar .view-more-items{
	padding:10px 0 0 0;
}

.date-location{
	font-size:12px;
	padding:15px 0 0 0;
}

.date-location small{
	font-size:11px;
}

.standard h1.page-title{
	background:#E10017;
	color:#fff;
	font-weight:normal;
	padding:4px;
	display:block;
}

.standard #module_calendar,
.standard #module_news{
	border:0;
}

.standard #content #module_calendar ul,
.standard #content #module_news ul{
	list-style-type:none;
	margin:0 0 10px 0;
	padding:0;
}

.standard #content #module_calendar.single ul,
.standard #content #module_news.single ul{
	list-style-type:disc;
	margin:0;
	padding:0 0 0 35px;
}

.standard #content #module_calendar ul li.item,
.standard #content #module_news ul li.item{
	border-bottom:1px solid #E10017;
}

.standard #content #module_calendar ul li .view-more-items p,
.standard #content #module_news ul li .view-more-items p{
	text-align:right;
}

/* paging */

p a.number_link{
	background:none;
	color:#E10017;
	border:1px solid #ccc;
	padding:4px;
	margin:10px 0 0 0;
}

p a.number_link.active_number_link{
	background:#E10017;
	color:#fff;
	border:1px solid #ccc;
	padding:4px;
	margin:10px 0 0 0;
	text-decoration:none;
}

.paging{
	width:100%;
	text-align:center;
	margin-top:20px;
}

.paging a{
	background: #58585A;
	color:#fff;
	padding:3px;
	text-decoration:none;
	font-weight:bold;
}

body#young-ifma{
	background:url("../../layout/www.ifma.be/body-bg-yi.jpg") repeat-x center top;
}

#young-ifma #header #navigation ul li.active a, 
#young-ifma #header #navigation ul li.activeparent a,
#young-ifma #header #navigation ul li a:hover,
#young-ifma.standard h1.page-title{
	background:#ff6600;
}

#young-ifma #footer{
	border-top:1px solid #ff6600;
}

#young-ifma h4,
#young-ifma h5{
	color:#ff6600;
}

#young-ifma hr{
	background:#ff6600;
	color:#ff6600;
}

#link-to-partner{
	position:absolute;
	right:0px;
	top:118px;
}

#ifma #link-to-partner a.default,
#young-ifma #link-to-partner a.other{
	display:none;
}

#ifma #link-to-partner a.other,
#young-ifma #link-to-partner a.default{
	display:block;
}

#member-login{
	background: none repeat scroll 0 0 #666666;
    color: #FFFFFF;
    font-weight: bold;
    padding: 4px;
    position: absolute;
    right: 58px;
    text-decoration: none;
	 width:120px;
	 text-align:center;
}
