/* Druck-CSS für www.buena-salsa.de */

body						{ margin: 0; padding: 0; font-family: Verdana, Helvetica, sans-serif; color: rgb(0,0,0); font-size: 12px; }
body, html, p, form, h1		{ margin: 0px; }
img							{ border: 0px; }

/* Textformatierungen */
.text						{ font-size: 12px; line-height: 16px; }
				
/*fuer .png-Grafiken */
img 						{ behavior: url("pngbehavior.htc"); border: 0px; }

/* Listen */
ul							{ margin-left: -24px; _margin-left: 16px; margin-top: 8px; margin-bottom: 0px; }
*+html ul 					{ margin-left: 16px; }
ol							{ margin-left: -15px; _margin-left: 30px; margin-top: 8px; margin-bottom: 0px; }
*+html ol 					{ margin-left: 30px; }

/* Layer ausblenden */
#head, #navigation, #rechts, #head_balken, #foot_navi { display: none; visibiltiy: hidden; }

#foot_kontakt 				{ padding-top: 15px; }
.ueberschrift				{ margin-bottom: 10px; }

/* Links */
a:link, a:active, a:visited
							{ color: rgb(150,150,150); text-decoration: none; }
a:hover						{ color: rgb(100,100,100); text-decoration: underline; }

a.foot:link, a.foot:active, a.foot:visited
							{ color: rgb(255,255,255); text-decoration: none; }
a.foot:hover				{ color: rgb(255,255,255); text-decoration: underline; }
