/*<![CDATA[*/

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Stylesheet-Version:		Basic print													   *
 * Author:					re-lounge (http://www.re-lounge.com)					   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 			*/

body {
	color: #000;
} 
 
.login #header, 
#header {
	position: static;
	width: 100%;
	height: auto;
	background: none;
	margin: 0;
	padding: 0;
}

.login #stage, 
#stage {
	display: none;
	/*position: static;
	width: 100%;
	height: auto;
	background: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;*/
}

#header #title {
	display: block;
}

#header h1 {
	display: block;
	font-size: 1.2em;
	color: #000;
	width: 80%;
	padding: 0 10%;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}

#logo {
	display: none;
}

#separator {
	display: none;
}

#metaNavigation {
	display: none;
}

#breadcrumbs {
	display: none;
}

#navigation {
	display: none;
}

#footer {
	display: none;
}

#content {
	padding: 0 0 0 10%;
	margin: 0;
	width: 55%;
}

#toolbox {
	padding: 0 0 0 5%;
	margin: 0;
	width: 20%;
}

/*]]*/