/* CSS Document */
html,
body
{
	background-color:#ffffff;
	/*font-family:Arial, Helvetica, sans-serif; */
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:12px;
	color:#333;	
	padding:0;
	margin:0;	
	width:100%;
}

#pageWrapper {
	width:1000px;
	margin:0 auto;
	position:relative;
	text-align:center;
}
#pageHeader {
	display:none;
}
#pageContainer {
	width:100%;
	float:left;
	clear:left;
}

/* ################################################# */
/* ################################################# */
/* Debugs & Infos */
#pageDebug {
	display:none;
}

/* ################################################# */
/* ################################################# */
/* Navigation */
#navigationWrapper {
	display:none;
}

/* ################################################# */
/* ################################################# */
/* Content */
#contentWrapper {
	width:850px;
	text-align:center;
}

#contentContainer {
	margin:0 auto;
	width:740px;
	height:100%;
}

/* ################################################# */
/* ################################################# */
/* Topbar */
#topbarContainer {
	display:none;
}

/* ################################################# */
/* ################################################# */
/* Startseite */


/* ################################################# */
/* ################################################# */
/* generellContent */
#mainContent {
	text-align:justify;
	margin-top:10px;
	margin-left:20px;
	margin-right:10px;
}

/* ################################################# */
/* ################################################# */
.clear{
	clear:both;
}




