/* CSS für Ausdruck */
body
	{
	TEXT-ALIGN: center;
   margin: 10px;
   font-family: Verdana;
   font-size: 10pt;
   }

p, a, li, th, td, table
	{
	font-family: Verdana;
	font-size: 10pt;
	}

h1,h2,h3,h4,h5,
	{
	font-family: Verdana;
   font-size: 12pt;
   }

a {
	color: #000;
	text-decoration:none;
   }

  #rahmen
  {
  	border: none;
   }

/* CSS KOPFBEREICH OBEN */
#head
	{
  	display: none;
	}


/* CSS NAVIGATION LINKS */
#menu
	{
	display: none;
	}


/* CSS CONTENT RECHTS */
#content
	{
   TEXT-ALIGN: left;
   WIDTH: 100%;
   BACKGROUND: url() #fff;
  	border: none;
	}

.navigation
	{
	display: none;
   }

/* CSS FOOT UNTEN */
#foot
	{
	display: none;
   }
