/**
 * CSS
 * __________________________________________________________________
 *
 * @date		2007-08-25
 * @version		1.0
 * @author		Roland Schaer, 3w-publishing.ch
 */


html {
	/*height: 100%;*/
}

body {
	margin: 0px;
	padding: 0px;
	/*height: 100%;*/
	/*text-align: center;	*/					/*centered*/
}

#accesskeys{
	display:none;
}

#maincontainer {
	/*margin: 0px auto;	*/					/*centered*/
	width: 985px;
	/*min-height: 100%;*/

	/* Browser compatibility hack */
	/*[height:100%;							/*necessary to hide from Mozilla*/
	/*height:100%;	*/						/*read by Safari*/
	/*]height:100%;	*/						/*only read by IE6*/

	text-align: left;
	background:none;
}

/*
Header
_________________________________________________
*/

#header, #search, #tools, #ajaxSearch_form, #navigationBox {
        display: none;
}

#printHeader {
	width: 650px;
	height: 105px;
}

/*
Left boxes
_________________________________________________
*/


/* Standard Navigation */
#navigation {
    display: none;
}



/*
Content
_________________________________________________
*/
#content {
	float: left;
	padding: 15px 0 0 5px;
	width: 650px;

	/*Min height*/
	min-height: 310px;
	height:auto !important;
	height:310px;
}

#claim {
	margin: 215px 0 0 0;
	font-size: 16px;
}

#footer {
	display:none;
}
#footer a	{
	font-weight:normal;
	color:#A7A6A9;
}

