/* Standard-CSS für Panorama-Site 
	Notizen:
	Sichere Schriftgrößenformatierung: font-size: 100.01% + ems
	*/

/* Meine Farben:

#CCCCCC
#666666

*/

/* Man kann auch so alles auf 0 setzten:
* { margin: 0; padding: 0; }

*/

html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
}

body {
	background-color: #666666;
	text-align: center;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	}
	
	a:link {
		color: #000000;
	}
	a:link {
		text-decoration: none;
	}
	a:visited {
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
	a:active {
		text-decoration: none;
	}
	
	a:visited {
		  color: #000000;
	}
	a:hover {
		 color: #000000;
	}
	a:active {
		 color: #000000;
	} 
	img {
   	border: 0;
}

p {
	line-height: 1.4em;
}

h1 {
	font-size: 1.4em;
	line-height:120%;
	font-weight:bold;
}

h2 {
	font-size: 1em;
	font-weight:bold;
}
