/* =home
--------------------------------------------------------------- */
body {
	background-image: none;
	}
#header {
	height: 187px;
	}
#header h1 {
	top: 40px;
	}
#intro {
	width: 490px;
	padding: 35px 0 0 392px;
	font-family: "Century Gothic", Arial, sans-serif;
	}
#intro h2 {
	position: static;
	height: auto;
	margin: 0 0 1.4em 0;
	text-indent: 0;
	width: auto;
	background-image: none;
	font-size: 1.4em;
	letter-spacing: 1px;
	}
#intro p {
	margin: 0;
	font-size: 1.4em;
	line-height: 1.4em;
	letter-spacing: 1px;
	}
#content {
	clear: both;
	width: 100%;
	padding: 0;
	}
#boxes {
	list-style: none;
	}
#boxes li {
	float: left;
	margin: 0;
	}
#boxes li a {
	display: block;
	width: 196px;
	height: 186px;
	color: #fff;
	text-decoration: none;
	font: 1.6em/186px "Century Gothic", Arial, sans-serif;
	text-align: center;
	background: #a1c400 url(/pictures/intro-sprite.jpg) no-repeat -9999px 0;
	cursor: default;
	}
#boxes li a.new-logo {
	cursor: pointer;
	}
#boxes li a.skip {
	text-indent: -30px;
	background: url(/pictures/intro-arrow.gif) no-repeat 140px center;
	cursor: pointer;
	}
#boxes li.green2 a {
	background-color: #72b61a;
	}
#boxes li.green3 a {
	background-color: #009728;
	}
#boxes li a:hover {
	text-indent: -9999px;
	background-color: #fff;
	}
#boxes li a.skip:hover {
	color: #000;
	text-indent: -30px;
	background-position: -360px center;
	}
#boxes li.bild1 a:hover { background-position: 0 0;	}
#boxes li.bild2 a:hover { background-position: -196px 0; }
#boxes li.bild3 a:hover { background-position: -392px 0; }
#boxes li.bild4 a:hover { background-position: -588px 0; }
#boxes li.bild5 a:hover { background-position: -784px 0; }
#boxes li.bild6 a:hover { background-position: 0 -186px; }
#boxes li.bild7 a:hover { background-position: -196px -186px; }
#boxes li.bild8 a:hover { background-position: -392px -186px; }
#boxes li.bild9 a:hover { 
	position: absolute;
	width: 392px;
	background-position: -588px -186px;
	}

