
/**
 * CSS for Print
 * __________________________________________________________________
 *
 * @date		14.09.2005
 * @modified		04.11.2005
 * @version		1.0
 * @author		Roland Schaer, 3w-publishing.ch
 * @athor		Raphael Fink, 3w-publsihing.ch
 */


html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	color:#000;
}

#accesskeys{
	display:none;
}

#maincontainer {
	width:650px;
	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;
}

/*
Header
_________________________________________________
*/
#header {
	display: none;
}
#printHeader {
	margin: 0px 0px 40px 0px;
	width: 650px;
	height: 118px;
	text-align: left;
}
#headerLogo {
         display:none;
}
#headerImg {
display: none;


}
#language {

         display:none;
}
#headerImg2 {
         display:none;
}

/*
Left boxes
_________________________________________________
*/

#navigation, #topNavigation, #footer, #contentAdress {
         display:none;
}





/*
Content
_________________________________________________
*/
#content {
	float: left;
	width: 650px;
}

#contentHeader {
	float: left;
	width: 650px;
    background-color: #FFFFFF;
}
#tools{
    display:none;
}


#contentText {
	float: left;
	width: 650px;

	/* Browser compatibility hack */
	[								/*necessary to hide from Mozilla*/
	width: 650px;							/*read by Safari*/
	]width: 630px;							/*only read by IE6*/
	margin: 0px 0px 0px 0px;
         background-color: #FFFFFF;
}
