/* CSS Document */
/* Tricky Mac Fx - Christiane Rüdebusch ----------------*/

/* Website Konzeption, Design und Realisierung ---------*/
/* metome.design - crossmedia communication ------------*/

/* ------------------------------------------------------
	GLOBAL
------------------------------------------------------- */
html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #333;
	line-height: 1.4em;
	margin:0;
	padding:0;
}
#BasicContainer {
	width:800px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0;
	padding: 0;
	border: 1px solid #414141;
	z-index:1;
	}
#head {
	background: url(img/trickymacfx-berlin.jpg) center top;
	width: 800px;
	height: 254px;
	z-index:2;
	}
#content {
	width: 800px;
	height: auto;
	z-index:3;
	}
p {
	padding: 80px 80px 10px;
}
/* ------------------------------------------------------
	LINKS
------------------------------------------------------- */
a {
	text-decoration: none;
	color: #00a3d7;
	}
a:hover {
	text-decoration: underline;
	color: #666;
	}
