@charset "UTF-8";



/*

* * * * * Design + Realisation: Marc Rinderknecht
* * * * * kobebeef.ch
* * * * * (c) 2009

*/


/* * * * * START: GENERAL STUFF * * * * */
body {
	background: white;
	font-size: 9pt;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#wrapper {
	width: auto;
	margin: 0 5%;
	padding: 0;
	background: #FFF;
	text-align: left;
	float: none !important;
	color: black; 
	background: transparent;
}
#logo {
	padding: 0 0 10pt 0;
	border-bottom: 1px solid #999;
	margin: 0 0 10pt 0;
}
/* * * * * END: GENERAL STUFF * * * * */


/* * * * * START: ELEMENTS TO HIDE * * * * */
#loading, #supersize,  #supersize img, #mainnav, #subnav, #backgroundSwitch {
	display: none !important;
	visibility: hidden  !important;
}
/* * * * * END: ELEMENTS TO HIDE * * * * */



/* * * * * START: CONTENT * * * * */
#content {
	width: auto;
}
#content h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12pt;
	font-weight: normal;
}
#content h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 0;
}
/* * * * * END: CONTENT * * * * */
