/*	Client: Edith Koepfli www.edithkoepfli.ch
	Autor: Alexander Albrecht www.alexanderalbrecht.de
	© 2010

	Prit
	CSS-Version 1.0
	29.09.2010

*/

/* !SITE GENERAL SETTINGS */
body {
	-webkit-text-size-adjust: auto; /* none (default) | auto | %value */
	-webkit-font-smoothing: antialiased; /* http://maxvoltar.com/archive/-webkit-font-smoothing */
	font-family: Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 0em;
	line-height: 15px;
	color: rgb(100,100,100);
	background-color: #fff;
	/* min-width: 900px; */
}

#header {
	display: none;
	visibility: hidden;
}

#content {
	left: 0;
}