/*<![CDATA[*/

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Stylesheet-Version:		Print													   *
 * Version:					1.0													       *
 * Author:					re-lounge (http://www.re-lounge.com)					   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 			*/
body {
	color: #000000;
}

#topOfPage {
	display: none;	
}

#contentContainer {
	width: 98%;
}

#header {
	position: static;
	height: auto;
}

#header a.home {
	position: static;
}

#main {
	padding: 20px 0 0 0;	
}

ul.directnavigation, #navigation, #footer, #header ul {
	display: none;
}

#content {
	float: none;
	width: 100%;
}

a, a:hover, a:focus, a:active {
	color: #000000;
	text-decoration: underline;	
	border: 0;
}

#content img {
	border: 1px solid #000000;
}

.formRequired {
	color: #000000;
	font-weight: bold;
}

form.standard input.submit {
	color: #000000;
	font-weight: bold;
	background: #ffffff;
	border: 1px solid #000000;
}

div.error p {
	color: #000000;
}

div.error ul li {
	color: #000000;
}

div.success p {
	color: #000000;
}

/*]]*/