/* -----------------------------------------
Title : 		PRINT.css style sheet for Stabiplan Support site
Author : 		David Hund - Valued Standards for Goede Gasten
URL : 			http://support.stabiplan.nl
Modified : 		$LastChangedDate$ - SVN: $Revision$
----------------------------------------- */

/* -----------------------------------------
	BASE SETTINGS
----------------------------------------- */
body {
	margin: 0;
	padding: 10pt;
	background: #FFF;
	color: #111;
	font: 11pt/13pt normal Arial, sans-serif;
	text-align: left;
}

.wrapper {
	width: 750px;
}

#header {border-bottom: 2pt solid #111;}

#logo a { display: block;}
#logo:after { 
	font-size: 10pt;
	color: #999;
	content: "Telefoon: (0172) 61 89 09 | E-mail: support@stabiplan.nl | Postadres: Stabiplan BV Postbus 128 2410 AC Bodegraven";
}

#footer {
	border-top: 1pt solid #111; 
	font-size: 10pt;
	color: #999;
}

h1, h2, h3, h4, h5, h6 {
	color: #111;
	font: 12pt/14pt bold Arial, sans-serif;
}

h1 { font: 18pt/22pt bold Arial, sans-serif; }
h2 { font: 14pt/16pt bold Arial, sans-serif; }

a:link, a:visited, a:hover, a:active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a img { border: none; }

ul li, ol li {line-height: 2;}

table {width: 100%;}
caption { color: #111; text-align: left; font-weight: bold;}
tr {border-bottom: 1pt solid #CCC;}
th { padding-top: 6pt; border-bottom: 1pt solid #999;}

center {text-align: left;}
font[size="1"] {font-size: 10pt;}

.date,
.id { font-weight: bold;}

/* FAQ LEGEND */
.group { overflow: hidden; zoom: 1; height: 1%; }
#content .group .legend { margin: 0; padding: 0; width: 48%; float: left;}
#content .group .last { float: none; }
#content .group .legend li strong { margin-right: .1em;}
#content .group .legend li strong:after { content: ": ";}


/* -----------------------------------------
	HIDE unnecessary elements
----------------------------------------- */
#tools,
#extra-navigation,
#main-navigation,
#breadcrumb,
#page-options,
.submenu,
.collapsible,
.special,
#latest-downloads,
form,
a[href^="Javascript:"],
a img[src$="edit.gif"],
a img[src$="new.gif"],
a img[src$="isfaq.gif"],
img[src$="logonieuwsitem.gif"]

{display: none;}