/* CSS Document */

/* Druckausgabe */
body
	{
  margin: 0;
  padding: 0;
  color: black;
  background: transparent;
  font-family: Times, "Times New Roman", serif;
  font-size: 12pt;
  line-height: 14pt;
	}	
	
body p
	{
	font-size: 12pt;
	line-height: 14pt;
	}
	 
h1, h2, h3, h4, h5, h6 {
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, 
  "Bitstream Vera Sans", sans-serif;
  font-weight: bold;
  margin: .75em 0 .5em 0;
  page-break-after: avoid;
}
	
body a:link, body a:visited
	{
	font-weight: bold;
	text-decoration: none;
	}
	
#inhalt a:link:after, #inhalt a:visited:after 
	{
	content: "("url(images/pfeil.gif) attr(href)")";
	font-weight: normal;
	font-size: 12pt;
	}
	
#brotkruemel
    {
	display:none;
	}

#servicemenue
	{
	display:none;
	}
	
#hauptmenue
	{
	display:none;
	}

#infokasten
	{
	display:none;
	}
		
#fuss
	{
	display:none;
	}

	
.unsichtbar
{
	display:none;
	}

#sprunglinks
{
	display:none;
}


img, img a
{
   border:0;
}

img .rechts
{
display:none;
}
