/* 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;
}
#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 {
  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 #buttons {
  display: none;
  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 {
  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 #leftcol {
  display: none;
  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 #content {
  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 {
  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 #menubox {
  display: none;
}
#outerWrapper #contentWrapper #menubox #menu {
  display: none;
}

.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;
}
