
html {
	width:600px;	
}

body { 
	font-size:10px;
	line-height:10px;
}
	
#wrapper {
	width: 588px;
	margin:10px;
	padding:0px;
}


#header {
	background:transparent none;
}	

#logo {
	display:none;
}

#logo_print {
	display:block;
}


#header,
#leftColumn,
#rightColumn,
#keyvisual,
#footer,
#orange_divider,
#pagefunctions {
	display:none;
}

.typo3-adminPanel,
.typo3-adminPanel * {
	display: none !important;
	height:0px;
	width:0px;
	color:#FFFFFF;
	background-color:transparent;
}

#content {
	border:1px solid #beab50;
	border-top:1px solid #beab50;
}	

#breadcrumb {
	position:relative;
	top:0px;
	left:-18px;
	margin-bottom:20px;
}

#wrapper {
	background:none;
}

#contentWrapper {
	background:none;
}

	