/*
	print & studytext stylesheet
	hier staat in principe zoveel mogelijk uit, we nemen de object info van cme1 over
*/
@import url(cme.css);
@import url(floater.css);
@import url(legenda.css);
@import url(windows.css);
@import url(/shared/styles/wordml-lists.css);


/* body standaard font instellen */
BODY, .printable {
	background-color: #ffffff;
	font-family: Arial, Verdana, Tahoma;
	font-size: 8pt;
	font-weight: normal;
	width: 620px;
	padding: 0px;
	margin: 0px;
}
/* alles moet binnen printbaar bereik liggen. iets uit de kant */
div.printable {
	width: 580px;
	margin-left: 30px;
}

img.cmeLogo {
	position: absolute;
	top: 0px;
	left: 0px;
}
div.header {
	position: relative;
	display: block;
	background-color: #DAE2FF;
	height: 80px;	
	margin: 0px;
	padding: 0px;
}

div.header div.mainTitle {
	position: absolute;
	display: block;
	left: 95px;
	top: 15px;
	width: 510px;
	font-size: 18pt;
	font-weight: bold;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	white-space: nowrap;	
}
div.header div.subTitle {
	position: absolute;
	display: block;
	left: 95px;
	top: 45px;
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
}

div.title {
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	height: 26px;
	height: expression("28px");	/* ie doet de borders aan de binnenkant, ff aan de buitenkant */
	
	background-color: #8694D1;
	border-top: 1px solid #4758A0;
	border-bottom: 1px solid #4758A0;

	line-height: 26px;	/* totaal moet padding-top en line-height 28 zijn */
	padding-top: 2px;
	vertical-align: bottom;
	text-indent: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
}


div.footer {
	position: relative;
	display: block;
	left: 0px;
	height: 30px;
	width: 100%;	
	margin: 0px;
	padding : 0px;
	background-color: #8694D1;
	border-top: 1px #4758A0 solid;
	text-align: right;
}

div.footer div.copyright {
	position: absolute;
	display: inline-block;
	top: 2px;
	left: 2px;
	color: #ffffff;
}


/* logo rechts boven, 81x81 */
.printable img.cmeLogo {
	float: right;
	margin-left: 5px;
	margin-bottom: 10px;

}
/* name gaat weer iets terug de kant in, vanwege de nummering */
.printable font.lessonName {
	position: relative;
	left: -20px;
	font-size: 14px;
	font-weight: bold;	
}
/*
	er zitten helaas H1's in de geimporteerde teksten
	hier maken we dan blockName's van, maar dan zonder aanpassing in positie
*/

.printable * {
	font-size: 8pt;
	font-family: Verdana;
}

.printable a {
	text-decoration: none;
	font-size: 8pt;
}

H1, .printable font.blockNumber, .printable font.blockName {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}

.printable hr.blockSeperator {
	display: block;
	height: 0pt;
	width: 100%;
	border: none;
	border-bottom: 1px solid #999999;
	margin: -10px 0px 5px 0px;
}
.printable div.blockText {
	width: 580px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.printable .feedback {
	padding-left: 10px;
	font-style: italic;
	color: #666666;
}
font.smallHint {
	font-size: 9px;
	font-weight: normal;
	font-family: Arial;
}
font.correct {
	color: #009900;
	font-weight: bold;
}
font.incorrect {
	color: #990000;
	font-weight: bold;	
}
font.symbol {
	font-family: Symbol;
}
