/* CSS Document Casa Vecchia
*************************************************************
*                                                           *
*       Guido Muther                Copyright 2006          *
*       1A Pix                      Switzerland             *
*       Bachhaldenstrasse 1                                 *
*       CH-6144 Zell                Ihr Partner für         *
*       info@1a-pix.ch              multimedia Projekte     *
*                                                           *
*       Website / Corporat Design / Videoproduktionen       *
*                                                           *
*************************************************************
*/
* {
	margin               : 0                                        ;
	padding              : 0                                        ;
	border               : none                                     ;
}
/*------------------------------------------------------------------*/
body {
    background-color      : #000000                                 ;
	text-align            : center                                  ;
}
#container {
	width                 : 600px                                   ;
	margin                : 0 auto                                  ;
	padding               : 0                                       ;
	height                : 425px                                   ;
	z-index               : 1                                       ;
	text-align            : left                                    ;
}
#intro   {
    position:relative;
	width: 600px;
	height: 373px;
	z-index: 2;
}
#footer   {
    position:relative;
	width: 600px;
	height: 50px;
	z-index: 2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
	text-align:center;
}
/* Hauptschrift */
a {
	font-size: 9px;
	color:#666666;
}
/* Hauptlink Eigenschaften */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#666666;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}