body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
	padding: 0px;
	text-align: center;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 20px;
}
h1 {
	font-size: 18px;
	margin: 0px;
}
.container {
	height: 147px;
}


#all {
	width: 950px;
	margin: auto;
	text-align: left;
}
a {
	color: #00858C;
}
.date {
	width: 100px;
	float: left;
}

.fvis {
	width: 300px;
	float: left;
	height: 147px;
}
.fvis img {
	display: inline;
}
.fdesc {
	width: 350px;
	float: left;
}
.clear {
	clear: both;
}

/* --------------------- Navigation ------------------- */
#navi {
	background-image: url(pix/nav_bg.gif);
	height: 34px;
}
.home{
	background-image: url(pix/nav/home_off.gif);
	width: 70px;
}
.home:hover, .akt .home  {
	background-image: url(pix/nav/home_on.gif);
}
.showreel{
	background-image: url(pix/nav/showreel_off.gif);
	width: 105px;
}
.showreel:hover, .akt .showreel  {
	background-image: url(pix/nav/showreel_on.gif);
}
.filmography{
	background-image: url(pix/nav/filmography_off.gif);
	width: 120px;
}
.filmography:hover, .akt .filmography  {
	background-image: url(pix/nav/filmography_on.gif);
}
.vitae{
	background-image: url(pix/nav/vitae_off.gif);
	width: 155px;
}
.vitae:hover, .akt .vitae  {
	background-image: url(pix/nav/vitae_on.gif);
}
.festivals{
	background-image: url(pix/nav/festivals_off.gif);
	width: 94px;
}
.festivals:hover, .akt .festivals  {
	background-image: url(pix/nav/festivals_on.gif);
}
.links{
	background-image: url(pix/nav/links_off.gif);
	width: 72px;
}
.links:hover, .akt .links  {
	background-image: url(pix/nav/links_on.gif);
}
.contact{
	background-image: url(pix/nav/contact_off.gif);
	width: 90px;
}
.contact:hover, .akt .contact  {
	background-image: url(pix/nav/contact_on.gif);
}
.home, .showreel, .filmography, .vitae, .festivals, .links, .contact{
 	height: 34px;
	display:block;
	text-decoration:none;
	float:left;
}
.hider {
	visibility: hidden;
}
/* --------------------- Navigation Ende --------------- */
