/* GENERAL */
* {
	margin: 0;
	padding: 0;
}

body, html {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003246;
	line-height: 1.8;
	background: #005a81 url(../images/gradientdark.png) repeat-x top left;
}

/* HYPERLINKS */
a, a:visited{
	color: #8d1d37;
	text-decoration: none;
}

a:hover{
	color: #8d1d37;
	text-decoration: underline;
}

a img{
	border: none;
}

/* HEADER */
#logo {
	width: 100%;
	height: 120px;
}

#logo #ece-logo{
	float: left;
	margin: 6px 0 0 7px;
}

#logo #ece-header {
	margin: 6px 0 0 0;
	float: left;
}

h1 {
	display: none;
}

/* MENU */
#menu{
	min-width: 99%;
	border-top: 1px solid #999999;
	margin: -31px auto 0 auto;
	padding: 5px 0 0 7px;
	height: 25px;
}

#menu ul{
	width: 990px;
	list-style-type: none;
}

#menu ul li{
	display: block;
	float: left;
	margin-right: 3px;
	margin-bottom: 4px;
	border: 1px solid #8d1d37;
}

#menu ul li a{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	display: block;
	height: 17px;
	line-height: 1.5;
}

#menu ul li.current a,
#menu ul li a:hover{
	background-color: #8d1d37;
	text-decoration: none;
	color: white;
}


/* CONTAINER */
#top-spacer{
	background-color: #005A81;
	height: 5px;
	width: 100%;
	clear: both;
}

#container-background{
		
}

#container{
	//max-width: 1060px;
	//background: #2d648b url(../images/gradientlight.png) repeat-x top left;
	//margin: 0 auto;
	padding-bottom: 10px;
}

/* CRUMBLE PATH */
#crumble-path{
	width: 975px;
	height: 20px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	font-size: 11px;
	line-height: 1.2;
}

#crumble-path p{
	font-weight: bold;
	color: #58b7dd;
	text-transform: uppercase;
}

#crumble-path p a{
	color: #ffffff;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
}

#crumble-path p span{
	font-weight: normal;
}

/* HOME */
#home-container #etalage,
#home-container #actueel{
	width: 968px;
	margin: 0 auto;
	border: 4px solid #ffffff;
	background-color: #3e6789;
}

#home-container #etalage{
	height: 364px;
	overflow: hidden;
	position: relative;
	background-color:#999;
}

#home-container #etalage .etalage-text{
	position: relative;
	float: right;
	top: -310px;
	right: 25px;
}

#home-container #etalage .etalage-text a{
	background-color: #ffffff;
	font-family: Georgia, "Times New Roman", serif;
	padding: 3px 5px;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

/* ETALAGE */
#home-container #slideshow {
	position:absolute;
	top:0;
	left:0;
	width:500%;
	float:left;
}
#home-container .slide {
	display:block;
	width: 968px;
	height: 364px;
	float:left;
}

/* ETALAGE NAV */
#home-container #etalage-nav{
	margin: -43px auto  auto;
	width: 968px;
	height: 43px;
	background-color: #ffffff;
	opacity: 0.85;
	position: relative;
	
}

#home-container #etalage-nav div{
	float: left;
	cursor: pointer;
	margin: 10px 95px 0 0;
}

#home-container #etalage-nav div#etalage-nav-logo{
	float: left;
	cursor: default;
	margin: 3px 10px 0 10px;
}

#home-container #etalage-nav div#trigger5{
	margin-right: 10px;
}

/* ACTUEEL / AGENDA */
#home-container #actueel{
	background: url(../images/actueel.png) no-repeat top left;
	height: 42px;
	border-top: none;
}

#home-container #actueel #actueel-scroll,
#home-container #actueel #agenda-link{
	float: left;
	height: 42px;
}

#home-container #actueel #agenda-link a,
#home-container #actueel #agenda-link a:hover{
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.4;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	height: 42px;
	width: 110px;
	margin-left: 23px;
	display: block;
	text-align: center;
	text-decoration: none;
}

#home-container #actueel #actueel-scroll{
	width: 700px;
	position: relative;
	overflow: hidden;
	margin: 0 0 0 135px;
	height: 42px;
}

#home-container #actueel #actueel-scroll .headline{
	width: 700px;
	font-size: 12px;
	padding-top: 11px;
	height: 20px;
	overflow: hidden;
	color: #334251;
	position: absolute;
	top: 42px;
}

#home-container #actueel #actueel-scroll a,
#home-container #actueel #actueel-scroll a:visited,
#home-container #actueel #actueel-scroll a:hover{
	color: #8d1d37;
	text-decoration: underline;
}

#home-container #actueel #actueel-scroll .headline span,
#home-container #actueel #actueel-scroll .headline span a,
#home-container #actueel #actueel-scroll .headline span a:visited,
#home-container #actueel #actueel-scroll .headline span a:hover{
	color: #6e8297;
} 


/* CONTENT HEADER */
#content-background{
	width: 976px;
	background-color: #ffffff;
	margin: 0 auto;
	border: 4px solid #003044;
}

#header{
	width: 976px;
	margin: 0 auto;
	padding: 0;
	min-height: 45px;
	background-color: #e7e8e9;
}

#header img{
	float: left;
	width: 976px;
	height: auto;
}

/* SUBMENU */
#content-container{
	float: left;
	width: 976px;
	margin: 0 auto;
	background-color: #e7e8e9;
}

#submenu{
	width: 237px;
	float: left;
	background: url(../images/submenu-header.png) no-repeat top left;
	margin-top: -45px;
}

#submenu h3{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	margin: 10px;
}

#submenu ul{
	list-style-type: none;
	margin: 0 10px;
}
/*
#submenu ul li.sub  {
	border-top: 2px solid #d4c2c0;
}
*/
#submenu ul li{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 1px 0;
	border-bottom: 2px solid #d4c2c0;
}

#submenu ul li ul li{
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	text-transform: none;
	margin: -1px 0;
	border-bottom: none;
}

#submenu ul li ul li a:before{
	content: ":: ";
}

#submenu ul li ul li a, #submenu ul li ul li a:visited{
	color: #003246;
}

#submenu ul li ul li a:hover{
	color: #58b7dd;
	text-decoration: none;
}

/* CONTENT */
#content{
	width: 718px;
	padding: 4px 10px 10px 10px;
	float: left;
	min-height: 400px;
	border-left: 1px solid #ceacaa;
	background-color: #ffffff;
	margin-top: -45px;
}

#content #print{
	float: right;
	margin: -45px 0 0 0;
}

#content #content-column{
	width: 550px;
	margin-left: 15px;
}

#content p{
	margin: 0 0 20px 0;
}

#content ul{
	list-style-type: square;
}

#content ol, #content ul{
	padding: 0 0 0 40px;
	margin: 0 0 20px 0;
}

#content p+ul,
#content p+ol{
	margin-top: -20px;
}

#content ol ol, #content ol ul, #content ul ol, #content ul ul{
	margin-bottom: 0;
}

#content .alignleft{
	float: left;
	margin: 0 5px 5px 0;
}

#content .alignright{
	float: right;
	margin: 0 0 5px 5px;
}

#content .aligncenter{
	display: block;
	margin: 0 auto;
}

#content .blogtime{
		text-align: left;
		font-size: 10px;
		margin-top: -20px;
}

#content h2{
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana sans-serif;
	font-size: 35px;
	color: #003045;
	line-height: 1;
	padding: 0 0 6px 15px;
	border-bottom: 1px solid #a9acb7;
	margin: 0 0 20px 0;
}

#content h4,
#content h5{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #58b7dd;
	line-height: 1.8;
	margin: 3px 0 0 0;
}

/* CONTENT HYPERLINKS */
#content a, #content a:visited{
	text-decoration: underline;
}

#content a:hover{
	text-decoration: underline;
}

#content #print a, #content #print a:visited{
	font-weight: bold;
	color: #003246;
	text-decoration: none;
	border: none;
}

#content #print a:hover{
	text-decoration: underline;
}

#catch-phrase{
	width: 737px;
	float: right;
	margin-right: 1px;
	border-left: 1px solid #ceacaa;
}

#catch-phrase p{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #003045;
	text-align: right;
	line-height: 1.2;
	padding: 15px 10px 0 10px;
	width: 718px;
	height: 30px;
	background-color: #dae4f2;
}

#catch-phrase p a{
}

/* SOCIAL NETWORKING */
#social-networking{
	width: 984px;
	background-color: #003246;
	margin: 0 auto;
	padding: 5px 0 0 0;
}

#social-networking .left{
	margin: 0 0 0 20px;
}
#social-networking .right{
	float: right;
	margin: -35px 20px 0 10px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 19px;
	line-height: 1.2;
	color: #58b7dd;
}

#social-networking .right a, #social-networking .right a:visited {
	color: #58b7dd;
}

#social-networking .right a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* CONTENT FORMS */
.mmf p{
	display: block;
	clear: both;
}
.mmf label {
	width: 120px;
	display: block;
	float: left;
}

.mmf input{
	width: 200px;
	
}

.mmf input,
.mmf textarea,
.mmf select{
	border: 1px solid black;
	background-color: #ffffff;
	height: 25x;
	padding: 2px;
	margin: 3px;
}

.mmf-checkbox input,
.mmf-radio input{
	border: none;
	background-color: transparent;
}

.cursus-list{
	float: left;
	display: block;
	width: 500px;
	margin: -20px 0 20px 120px;
}

.mmf-list-item input{
	width: auto;
	height: auto;
	margin-left: 10px;
	
}

.mmf-list-item{
	display: block;
	float: left;
	clear: both;
}

.mmf-list-item-label {
	
	
}

.cursus-list b{
	float: left;
	clear: both;
}

/* FOOTER */
#footer{	
	width: 944px;
	margin: 0 auto;
	padding: 10px;
	font-size: 11px;
	color: #ffffff;
	line-height: 1.2;
	background-color: #001f32;
	border: 10px solid #003246;
	border-top: none;
}

#footer .right{
	float: right;
	margin-top: -13px;
}

#footer a, #footer a:visited{
	color: #ffffff;
}

#footer a:hover{
	color: #58b7dd;
	text-decoration: none;
}

#footer .colored{
	color: #58b7dd;
}

br.clear-both{
	clear: both;
	width: 100%;
}