@charset "utf-8";
/**
 * Printer Stylesheet for website.de
 *
 * @author		Sebastian Sprungmann <support@netlop.de>
 * @copyright	netlop.de
 * @date		2008-04.03
 * @version		1.0
 * @note		-
 *
 */
 
/**
 * structure:
 *    	1. ....basic elements
 *		2. ....layout/design elements
 *
 */


/**
 * 		basic elements																							01
 * ###############################################################################################################
 */

html, body {
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	}

#navigation {
	display: none;
	}

#content {
	margin: auto;
	background: #fff;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	}



h1 {
	font-size: 155%;
	color: #222;
	}

h2 {
	font-size: 120%;
    color: #222;
	}
h3 {
	font-size: 100%;
	font-weight: 900;
	letter-spacing: 1px;
	}

h4, h5, h6 {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
	}


a, a:visited {
	color: #333;
	}

/* end basic elements */




/**
 * start - layout/design elements																				02
 * ###############################################################################################################
 */

img {
	border: 0;
	}

#pageOptions, #bottomNavigation {
	visibility: hidden;
	}
.copyright {
	visibility: visible;
}

.photoLeft, .photoRight {
	display: none;
}

/* end layout/design elements */

