/* Definitionen fuer den Ausdruck */

/* body
--------------------------------------------------*/
body {
  background:white;
}

/* container
--------------------------------------------------*/
#seite	{
	width:100%;
 	text-align:left;
 	margin-left:auto;
 	margin-right:auto;
}

/* navigation
--------------------------------------------------*/
#menue	{
	display: none;
}

/* header
--------------------------------------------------*/
#kopfbereich	{
	display: none;
}

/* content
--------------------------------------------------*/
#derInhalt	{
  float:left;
  width:90%;
  margin:0;
  padding:20px;
}

/* footer
--------------------------------------------------*/
#fussbereich {
	display: none;
}

