/* It is common to set printer friendly styles such as a white background with black text. */
body {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  font-family: 'Lucida Grande', Arial, Geneva, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 19px;
  color: #000;
  float: none;
  margin: 0 0 0 0; /* Sets the margin properties for all margins using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: auto;
}
/* ------------------------ Anfang der Div- und Layoutformatierungen ------------------------ */
.margsmall {
margin: 0px;
border:0;
}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  float: none;
  margin: 0 0 0 0; /* Sets the margin properties for all margins using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: auto;
}
#outerWrapper #header {
display:none;
}
#outerWrapper #topnavi {
display:none;
}

#outerWrapper #contentWrapper {
  float: none;
  margin: 0 0 0 0; /* Sets the margin properties for all margins using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: auto;
}

#outerWrapper #contentWrapper #leftside {
  display:none;
}

#outerWrapper #contentWrapper #leftside #search {
  display:none;
}

#outerWrapper #contentWrapper #contents #trefferanzeige { /*  Trefferanzeige - als Erstes im 'content' */
  display:none;
}

#outerWrapper #contentWrapper #contents {
  float: none;
  margin: 0 0 0 0; /* Sets the margin properties for all margins using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: auto;
}

#outerWrapper #footer {
display:none;
}

/* ------------------------ Ende der Div- und Layoutformatierungen ------------------------ */

.fliessfett {
    font-family: Georgia, Times, serif;
	/*font-family: 'Lucida Grande', Arial, Geneva, sans-serif;*/
	font-weight: bold;
	font-size : 14px;
	line-height: 19px;
	color: #000;
}

.fliessfettdark {
    font-family: Georgia, Times, serif;
	/*font-family: 'Lucida Grande', Arial, Geneva, sans-serif;*/
	font-weight: bold;
	font-size : 14px;
	line-height: 19px;
	color: #000;
}

.fliessfettgrey{
    font-family: Georgia, Times, serif;
	/*font-family: 'Lucida Grande', Arial, Geneva, sans-serif;*/
	font-weight: bold;
	font-size : 14px;
	line-height: 19px;
	color: #555;
}

.fliessfettlist{
    font-family: Georgia, Times, serif;
	/*font-family: 'Lucida Grande', Arial, Geneva, sans-serif;*/
	font-weight: bold;
	font-size : 14px;
	line-height: 24px;
	color: #000;
}


.fliessfettdblau{
    font-family: Georgia, Times, serif;
	/*font-family: 'Lucida Grande', Arial, Geneva, sans-serif;*/
	font-size : 14px;
	line-height: 19px;
	color: #000;
}

