/*
    Document   : print.css
    Created on : 29.04.2010
    Author     : Richard Lutz
    Description: Print Styles for quizomat.ch
*/


/* GLOBAL RESET *****************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
fieldset, img {
	border: 0;
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
/* GENERAL STYLES **************************************/
body,td,th {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #013453;
}
body {
	background-color:#DBEFED;
	background-image: url(/images/bgimage.jpg);
	background-repeat:repeat-x;
    margin: 50px 0 0 50px;
}
h1 {
	font-size: 15px;
	color: #02A93A; /*#035f98*/
	text-transform: uppercase;
    padding: 2px 0 15px 0;
}
h2 {
	font-size: 13px;
	color: #02A93A;
    padding: 2px 0 7px 0;
}
h3 {
	font-size: 12px;
	color: #035f98;
    padding: 0 0 5px 0;
}
/* HIDE ELEMENTS ****************************************/
#navigationLeft { display: none }
#navigationRight { display: none }
#sidebarLeftContainer { display: none }
#allover { display: none }