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


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

body {
	margin: 0px;
	padding: 0px;
}

#accesskeys{
	display:none;
}

#maincontainer {
	width: 650px;
	/* Browser compatibility hack */
	/*[height:100%;							/*necessary to hide from Mozilla*/
	/*height:100%;	*/						/*read by Safari*/
	/*]height:100%;	*/						/*only read by IE6*/
	text-align: left;
}

/*
Header
_________________________________________________
*/

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

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

/*
Left boxes
_________________________________________________
*/

#navigationBox {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 270px;
}

/* 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;
}
