/* - - - - - - - - - - - - - - - - - - - - -

Title : CSS-Layout für pmvm.ch
Author : (c) Peter Müller
URL : htpp://www.pmvm.ch

Description : Template Layout für Drucker (pmvm.ch)

Created : 10. Oktober 2007
Modified : 10. Oktober 2007

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

body {
	margin: 2% 5%;
	background: white;
	color: Black;
}

#menu { 
display: none; 
} 

#menu li { 
display: none; 
} 

#menu li a { 
display: none; 
} 

#menu li span  { 
display: none; 
}

a:link { 
color: navy;
background: white; 
text-decoration: underline; 
} 

a:visited { 
color: navy; 
text-decoration: underline; 
}

#fuss { display: none; 
}

.ff { page-break-before: always; 
}

