/**
 * CSS
 * __________________________________________________________________
 *
 * @date		14.09.2005
 * @modified	14.09.2005
 * @version		1.0
 * @author		Roland Schaer, 3w-publishing.ch
 */


html {
	height: 100%;
}

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

#accesskeys{
	display:none;
}

#maincontainer {
	width: 650px;
	min-height: 100%;
	[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;
}
#headerPrint {
	width: 650px;
}
#headerImg, #headerLogo, #headerImg2, #language, #tools {
	display:none;
}

/* 
Left boxes
_________________________________________________
*/

#navigation {
	display: none;
}

/* 
Content
_________________________________________________
*/
#content {
	float: left;
	width: 650px;
}
#contentHeader {
	display: none;
}
#contentText {
	float: left;
	width: 650px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#footer {
	display: none;
}

/* 
Left boxes
_________________________________________________
*/

#functionBox, #functions {
	display: none;
}

@media print {
	.printButtons {
		display: none;
	}
}

@media screen {
	.printButtons {
		margin: 10px;
	}
}