/*
----- Inhaltsverzeichnis -----
Domain: www.ra-zebo.de

1. Aufbau
2. Kopf
3. Bild
4. Inhalt
5. Navi3
6. Fuss

*/

/*----- 1. Aufbau -----*/

* { margin: 0; padding: 0;}

body {
	background: #fff;
	font: 10px Arial, Helvetica, sans-serif;
	
	color: #000;
	text-align: center;}
	
#flashcontent {
	top: 120px;
	height: 392px;
	width: 100%;
	background: url(../images/bg_intro.gif) 0 0 repeat-x;
	text-align: center;}

	
#content {}
	
#content p {
	font-size: 1.1em;
	color: #A3A2A2;}
	
	#content p a:link, #content p a:visited {
		text-decoration: none;
		color: #A3A2A2;
		letter-spacing: 0.05em;}
	
	#content p a:hover, #content p a:active {
		color: #666666;}
		
	#content p.gross a:link, #content p.gross a:visited {
		font: 1.8em "Times New Roman", Times, serif;
		text-decoration: none;
		color: #A3A2A2;}
	
	#content p.gross a:hover, #content p.gross a:active {
		color: #640000;}



