*{
	padding: 0px;
	margin: 0px;	
	border: 0px;
	}
#head{
	width: 1200px;
	height: 160px;
	}
#container{
	width: 1200px;
	}
#navi{
	width: 320px;
	display: block;
	float: left;
	}
#navi li{
	display: block;
	width: 260px;
	height: 26px;
	padding-left: 52px;
	float: left;
	margin: 0;
	}
#navi li.spacer{
	width: 20px;
	height: 15px;
	border-bottom: 1px solid #a0a0a0;
	margin-bottom: 15px;
	}
#navi li a{
	display: block;
	width: 260px;
	height: 26px;
	}
a.faltjahr{
	background: url(images/btn-faltjahr.gif) no-repeat;
	}
a.faltjahr:hover, a.faltjahr.active{
	background: url(images/btn-faltjahr-active.gif) no-repeat;
	}
a.loop{
	background: url(images/btn-faltjahr-loop.gif) no-repeat;
	}
a.loop:hover, a.loop.active{
	background: url(images/btn-faltjahr-loop-active.gif) no-repeat;
	}
a.making{
	background: url(images/btn-making-of.gif) no-repeat;
	}
a.making:hover, a.making.active{
	background: url(images/btn-making-of-active.gif) no-repeat;
	}
a.januar{
	background: url(images/btn-01-januar.gif) no-repeat;
	}
a.januar:hover, a.januar.active{
	background: url(images/btn-01-januar-active.gif) no-repeat;
	}
a.februar{
	background: url(images/btn-02-februar.gif) no-repeat;
	}
a.februar:hover, a.februar.active{
	background: url(images/btn-02-februar-active.gif) no-repeat;
	}
a.maerz{
	background: url(images/btn-03-maerz.gif) no-repeat;
	}
a.maerz:hover, a.maerz.active{
	background: url(images/btn-03-maerz-active.gif) no-repeat;
	}
a.april{
	background: url(images/btn-04-april.gif) no-repeat;
	}
a.april:hover, a.april.active{
	background: url(images/btn-04-april-active.gif) no-repeat;
	}
a.mai{
	background: url(images/btn-05-mai.gif) no-repeat;
	}
a.mai:hover, a.mai.active{
	background: url(images/btn-05-mai-active.gif) no-repeat;
	}
a.juni{
	background: url(images/btn-06-juni.gif) no-repeat;
	}
a.juni:hover, a.juni.active{
	background: url(images/btn-06-juni-active.gif) no-repeat;
	}
a.juli{
	background: url(images/btn-07-juli.gif) no-repeat;
	}
a.juli:hover, a.juli.active{
	background: url(images/btn-07-juli-active.gif) no-repeat;
	}
a.august{
	background: url(images/btn-08-august.gif) no-repeat;
	}
a.august:hover, a.august.active{
	background: url(images/btn-08-august-active.gif) no-repeat;
	}
a.september{
	background: url(images/btn-09-september.gif) no-repeat;
	}
a.september:hover, a.september.active{
	background: url(images/btn-09-september-active.gif) no-repeat;
	}
a.oktober{
	background: url(images/btn-10-oktober.gif) no-repeat;
	}
a.oktober:hover, a.oktober.active{
	background: url(images/btn-10-oktober-active.gif) no-repeat;
	}
a.november{
	background: url(images/btn-11-november.gif) no-repeat;
	}
a.november:hover, a.november.active{
	background: url(images/btn-11-november-active.gif) no-repeat;
	}
a.dezember{
	background: url(images/btn-12-dezember.gif) no-repeat;
	}
a.dezember:hover, a.dezember.active{
	background: url(images/btn-12-dezember-active.gif) no-repeat;
	}
a.kontakt{
	background: url(images/btn-kontakt.gif) no-repeat;
	}
a.kontakt:hover, a.kontakt.active{
	background: url(images/btn-kontakt-active.gif) no-repeat;
	}
a.impressum{
	background: url(images/btn-impressum.gif) no-repeat;
	}
a.impressum:hover, a.impressum.active{
	background: url(images/btn-impressum-active.gif) no-repeat;
	}

#navi li a span{
	position: absolute;
	margin-left: -9999em;
	margin-top: -9999em;
	}
/* content */

#content{
	width: 690px;
	height: auto;
	float: left;
	}
#slides{
	width: 690px;
	height: 436px;
	overflow: hidden;
	}
	
#text{
	width: 300px;
	padding: 10px;
	font: normal 14px/18px Georgia, serif;
	color: #a0a0a0;
	position: absolute;
	top: 400px;
	left: 700px;
	background-color: #ffffff;
	z-index: 99;
	border-bottom: 1px solid #a0a0a0;
	}

#text p{
	margin-bottom: 14px;
	}
#text a{
	color: #a0a0a0;
	}
/* help */

.clear{
	clear: both;
	}

