/* 
CSS Document voor Interlanguage
Datum: juli 2008
Media: Print
Ontwikkelaar: Concept7 (www.concept7.nl)
Xhtml/css: Wout Mager
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* Wat niet tonen tijdens printen 
====================================================================== */
#servicemenu, #crumbtrail, #wrap-menu, #submenu, #europe, #footermenu, #form_quicksearch, .home_block_corners, .album_corners, .contentoptions, .up, .photoresize, .photoleft span, .photoright span, .albumtitel, .maincontentphotos img {
	display:none !important;
}

/* Hoe tonen tijdens printen 
====================================================================== */
body {
	font: 12px/1.5em arial, verdana, sans-serif;
}

img { border:0;}


#logo {
	margin-bottom: 1.8em;
}

#home_blocks li, .photo_album, .photo_album li, .inline {
	list-style-type: none;
	display:inline;
}

#home_blocks li a, #home_blocks li span, .inline {
	display: block;
}

.inline {
	margin-bottom: 2.5em;
}

h1 {
	font-size:1.3em;
	font-weight: bold;
	margin:0 0 0.5em 0;
}

h2 {
	font-size:1.1em;
	font-weight: bold;
}

h3 {
	font-size:1em;
}

p {
	margin:0 0 0.5em 0;
}

ul {
	margin:0 0 1.5em 0;
	list-style-position: inside;
	list-style-type: disc;
}

#stagecontainer div span {
	font-style: italic;
	border-bottom:1px solid #000;
	display: block;
	margin:1em 0 0.5em 0;
}

.documents {
	padding:8px 0;
}

.contentphoto span {
	display: block;
	font-size:10px;
}

.contentblock li a {
	display: block;
}

.contentblock {
	margin-bottom: 1.5em;
}

textarea {
	width: 300px;
}

fieldset {
	border: 0;
}

form label {
	width: 200px;
	float:left;
	display: block;
}

form div {
	width:100%;
	clear:both;
}

.style-radios {
	display: inline;
}

.style-radios input {
	float:left;
}

.style-radios label {
	width: auto;
}

legend {
	font-weight: bold;
}

.form_list3, .form_list, .form_list2 {
	margin:0 0 1.5em 0;
}

.form_list3 li, .form_list li, .form_list2 li {
	display: block;
	clear:both;
}

.form_list3 li input, .form_list li input, .form_list2 li input {
	float:left;
}

#footer p {
	font-style: italic;
}

table {
	margin:0 0 1em 0;
}

caption, th {
	text-align: left;
}

th {
	font-weight: bold;
}

th, td {
	border-bottom: 1px solid #ccc;
	padding: 0.3em 1em 0.3em 0;
}

caption {
	font-style: italic;
}

table.coursetable, table.coursetable caption {
	margin-left: 3em;
}