/* Unn�tze Elemente ausblenden */
.linkzeile, .logo, .navzeile, .sp, .editlinks, .diese_seite, .balken, .diesen_artikel, .sidebar, .noprint {
display: none;
}

/* Rahmen entfernen */
.padding-dick {
padding: 0;
}

/* Volle Seitenbreite */
#container {
margin: 1em 0 1em 2em;
width: auto;
}

.drsp {
width: auto;
}

/* Logo einblenden */
#fs_logo_print {
display: block;
text-align: left;
margin-bottom: 2em;
}

#customer_logo_print {
display: block;
float: right;
margin-bottom: 2em;
}



/* Adressen einblenden
.text a:link:after, .text a:visited:after {
content: " (" attr(href) ") ";
font-size: 90%;
}

.text a[href^="/"]:after {
content: " (http://www.familienservice.de" attr(href) ") ";
} */

/* Textfarbe Schwarz */
.text {
color: #000000;
}

.text a {
color: #000000;
}

.box h2, .boxh h2, .box h3, .boxh h3 {
color: #000000 !important;
}

/* Hintergr�nde ausblenden */
body {
background: #ffffff;
background-image: none;
}

/* Rahmen f�r Boxen */
.box, .boxh, .rbox {
background: #ffffff !important;
border: 1px solid #000000;
}

.rbox {
left: 0;
}

/* Listen-Fix */

ul.normal {
list-style-type: square;
margin-left: 1.05em;
}

ul.normal li {
padding-left: 0;
background: none;
}