body,html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 10pt;
	color: #000000;
	background-image:url("../../images/icet/watermark.png");
	background-position:right bottom;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #DB251D;
	margin: 15px 0;
}

img {
	border: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.fixedSubmitBtn {
	width: 155px;
	height: 18px;
	font-size: 9px;
	text-align: center;
	line-height: 17px;
	background-image: url("../../images/icet/fixedSubmit.png");
	text-decoration: none;
	color: #333333;
}

a .fixedSubmitBtn {
	text-decoration: none;
}

#container {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header {
	width: 100%;
}

#headerBg {
	position: relative;
	height: 307px;
	background-color: #002A5C;
}

#settingsBar {
	width: 100%;
	height: 70px;
	font-size: 9px;
}

#settingsLeft {
	width: 4px;
	height: 70px;
	background-image: url("../../images/icet/settingsLeft.png");
	background-repeat: no-repeat;
	float: left;
}

#settingsMid {
	position: absolute;
	height: 70px;
	background-image: url("../../images/icet/settingsMid.png");
	background-repeat: repeat-x;
	left: 4px;
	right: 4px;
}

#settingsRight {
	width: 4px;
	height: 70px;
	background-image: url("../../images/icet/settingsRight.png");
	background-repeat: no-repeat;
	float: right;
}

#logo {
	position: absolute;
	width: 128px;
	height: 156px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../../images/icet/icetLogo.png");
	margin-top: 24px;
	left: 50%;
	margin-left: -411px;
	/* -269px voor de uitwijking van imageWindow -128px voor de helft van het logo -14px voor ruimte tussen imageWindow en het logo*/
}

#imageWindow {
	position: absolute;
	width: 638px;
	height: 202px;
	background-color: #FFFFFF;
	margin-top: 4px;
	left: 50%;
	margin-left: -269px;
	/* dit keer niet de helft om te zorgen dat er hij iets verder naar rechts staat +50px */
}

#headerText {
	position: absolute;
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 212px;
	letter-spacing: 2px;
	left: 50%;
}

#headerImage {
	position: absolute;
	width: 630px;
	height: 194px;
	margin: 4px;
	background-image: url("../../images/icet/headerImages/photo1.jpg");
	z-index: 2;
}

#headerBackImage {
	position: absolute;
	width: 630px;
	height: 194px;
	margin: 4px;
	background-image: url("../../images/icet/headerImages/photo1.jpg");
	z-index: 1;
}

.shadowHolder {
	position: relative;
}

.topShadow {
	position: absolute;
	height: 5px;
	background-image: url("../../images/icet/topShadow.png");
	background-repeat: repeat-x;
	left: 0;
	right: 0;
	bottom: 0px;
}

.bottomShadow {
	position: absolute;
	height: 5px;
	background-image: url("../../images/icet/bottomShadow.png");
	background-repeat: repeat-x;
	left: 0;
	right: 0;
	bottom: 0;
	margin-bottom: -5px;
}

#userBar {
	height: 34px;
}

#menuBar {
	position: relative;
	background-color: #BEC0C2;
	height: 28px;
	text-align: center;
}

#menuButtons {
	position: absolute;
	width: 855px;
	left: 50%;
	margin-left: -412px;
	height: 28px;
}

.menuButtonSpacing {
	height: 28px;
	width: 2px;
	background-image: url("../../images/icet/seperation.png");
	float: left;
}

.menuButton,.menuButtonNA {
	height: 28px;
	padding: 0 15px;
	line-height: 27px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
}

.menuButton:hover {
	background-image: url("../../images/icet/menuButtonH.png");
	background-color: #DB251D;
}

.menuButtonNA {
	filter: alpha(opacity =   50);
	opacity: 0.5;
	background-color: #999999;
}

#subMenuBar {
	position: relative;
	background-color: #EEEEEE;
}

#subMenuButtons {
	position: relative;
	width: 70%;
	left: 50%;
	margin-left: -412px;
	/* -212px zodat hij op de zelfde plek begint als de menuButtons  */
}

.subMenuSpacing {
	height: 20px;
	width: 2px;
	margin-top: 2px;
	background-image: url("../../images/icet/seperation.png");
	float: left;
}

.subMenuButton,.subMenuButtonNA {
	height: 24px;
	padding: 0 10px;
	line-height: 24px;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	float: left;
}

.subMenuButtonNA {
	filter: alpha(opacity =   50);
	opacity: 0.5;
	background-color: white;
}

#user {
	margin-top: 8px;
	margin-left: 10px;
	float: left;
}

#logout {
	margin-top: 8px;
	margin-left: 10px;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 2px;
	float: left;
}

#logout a {
	color: inherit;
	letter-spacing: 3px;
	text-decoration: none;
}

#logout:hover {
	color: #F58026;
	border-bottom-color: #F58026;
}

#headerLinks {
	float: right;
	margin-top: 8px;
	margin-right: 10px;
	font-size: 9px;
}

#headerLinks a {
	color: inherit;
	text-decoration: none;
	letter-spacing: 3px;
}

#headerLinks a:hover {
	color: #F58026;
}

#headerSettings {
	line-height:20px;
	font-size:18px;
	margin:0 auto;
	margin-top: 4px;
	float: right;
	margin-right: 10px;
}

/* ------ NEWS ITEMS ------ */
.newsItems {
	position: relative;
	width: 712px;
	height: 105px;
	margin: 0 auto;
	margin-top: 20px;
}

.newsLeft {
	position: relative;
	width: 15px;
	height: 105px;
	background-image: url("../../images/icet/newsLeft.png");
	background-repeat: no-repeat;
	float: left;
}

.newsMid {
	position: relative;
	width: 682px;
	height: 105px;
	background-image: url("../../images/icet/newsMid.png");
	background-repeat: repeat-x;
	float: left;
}

.newsRight {
	position: relative;
	width: 15px;
	height: 105px;
	background-image: url("../../images/icet/newsRight.png");
	background-repeat: no-repeat;
	float: left;
}

.newsPrev {
	position: absolute;
	background-image: url("../../images/icet/prev.png");
	margin-top: 41px; /* 105/2 -  22/2 = 41 */
	margin-left: -5px; /* shadow 22/2 - 6 */
	width: 22px;
	height: 22px;
	z-index: 2;
}

.newsPrev:hover {
	background-image: url("../../images/icet/prevH.png");
}

.newsPrev:active {
	background-image: url("../../images/icet/prevD.png");
}

.newsNext {
	position: absolute;
	background-image: url("../../images/icet/next.png");
	margin-top: 41px; /* 105/2 -  22/2 = 41 */
	margin-right: 5px; /* shadow 22/2 - 6 */
	width: 22px;
	height: 22px;
	z-index: 2;
}

.newsNext:hover {
	background-image: url("../../images/icet/nextH.png");
}

.newsNext:active {
	background-image: url("../../images/icet/nextD.png");
}

.newsName {
	color: #ECECEC;
	font-size: 30px;
	position: absolute;
	bottom: 0;
}

.newsItemSeperator {
	margin-top: 12px;
	height: 81px;
	width: 2px;
	background-image: url("../../images/icet/seperation.png");
	float: left;
}

.newsItem {
	position: relative;
	margin: 12px 6px;
	width: 325px;
	height: 81px;
	float: left;
}

.newsItemTitle {
	font-size: 12px;
	font-weight: bold;
}

.newsItemText {
	margin: 5px;
	font-size:11px
}

.newsItemLink {
	color: #DB251D;
	font-size: 10px;
	margin-right: 10px;
	float: right;
}

.newsItemLink a {
	color: #DB251D;
}

/* ~~~~~~ END NEWS ITEMS ~~~~~~ */
#content {
	position:relative;
	width: 750px;
	margin: 0 auto;
	padding: 15px 0 30px 0;
	z-index:10;
}

.files ul {
	list-style: none;
}

.files ul li {
	width: 130px;
	height: 25px;
	padding-left: 25px;
	margin: 5px 5px 0px 0px;
	font-size: 11px;
	line-height: 25px;
	border-width: 1px;
	border-style: solid;
	border-color: #D7D7D7;
	background-image: url("../../images/icet/file.png");
	background-position: 5px 5px;
	background-repeat: no-repeat;
	background-color: #EDEDF5;
	float: left;
}

#copyright {
	border-top: 1px solid #333333;
	height: 18px;
	line-height: 17px;
	font-size: 9px;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 0;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	left: 4px;
	right: 4px;
	z-index:1;
}

#copyright a {
	color: #333333;
}

/*#watermark {
	position: absolute;
	width: 256px;
	height: 264px;
	right: 0;
	margin-top: -250px;
	background-image: url("../../images/icet/watermark.png");
	z-index:1;
}*/

#text {
	margin-left: 15px;
}

#questions {
	line-height: 20px;
}

#questions ol li {
	
}

.prevBtn {
	background-image: url("../../images/icet/prev.png");
	margin-top: 20px;
	width: 22px;
	height: 22px;
	float: left;
}

.prevBtn:hover {
	background-image: url("../../images/icet/prevH.png");
}

.prevBtn:active {
	background-image: url("../../images/icet/prevD.png");
}

.nextBtn {
	background-image: url("../../images/icet/next.png");
	margin-top: 20px;
	width: 22px;
	height: 22px;
	float: right;
}

.nextBtn:hover {
	background-image: url("../../images/icet/nextH.png");
}

.nextBtn:active {
	background-image: url("../../images/icet/nextD.png");
}

#phase,#exam {
	font-size: 16px;
	line-height: 30px;
	background-color: #EFEFEF;
}

#category {
	font-size: 14px;
	line-height: 28px;
	background-color: #E9E9E9;
}

#chapter,#test {
	font-size: 12px;
	line-height: 26px;
	background-color: #E0E0E0;
}

.jump {
	position: relative;
	margin: 22px 2px 2px 20px;
}

/* jQuery lightBox plugin - Gallery style */
/*.images {
	background-color: #444;
	padding: 10px;
	width: 520px;
}*/

.images ul {
	list-style: none;
}

.images ul li {
	position:relative;
	margin:5px 5px 0px 0px;
	background-color:#EDEDF5;
	float:left;
}

.images ul img {
	border: 5px solid #D7D7D7;
}

.images ul a:hover img {
	border: 5px solid #333;
}

