body, html
{
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
	background-image: url(img/bg-anif.gif);
	background-repeat: no-repeat;
	background-position: 50px;
}
h1
{
	font-family: times, serif;
	font-size: 36px;
	color: #FFF;
	font-style: italic;
	margin: 0px 10px 0px 30px;
	font-weight: normal;
}

h2
{
	font-family: times, serif;
	font-size: 36px;
	line-height: 30px;
	color: #663;
	font-style: italic;
	margin: 0px 10px 10px 30px;
	font-weight: normal;
}

h3
{
	font-family: times, serif;
	font-size: 24px;
	color: #ffffff;
	font-style: italic;
	margin: 0px 10px 0px 30px;
	font-weight: normal;
}

h4
{
	font-family: times, serif;
	font-size: 48px;
	color: #666;
	font-style: italic;
	margin: 0px 10px 20px 20px;
	font-weight: normal;
}

#jetzt
{
	position: absolute;
	top: 100px;
	left: 40px;
	width:200px;
	text-align: right;
}

/* unsichtbare Elemente */
hr, .invis, #printonly {
display: none;
}

td.nav
{
	width: 50px;
	border-style: solid;
	border-left-color: white;
	border-width: 0 0 0 1px;
	padding: 10px 0px 0px 10px;

}

td.nav-b
{
	width: 125px;
	color: #666;
	padding: 10px 20px 0px 0px;
}

td.one
{
	width: 1px;

}

.navi
{
	font-family: times, serif;
	font-size: 24px;
	color: #663;
	font-style: italic;

}

p
{
	font-family: times, minion condensed, serif;
	font-size: 11px;
	line-height: 14px;
	color: #663;
	font-style: italic;
}
p.c {
	font-family: courier, courier-new, monospace; 
	font-size: 11px; 
	line-height: 10px;
	color: #666633; 
	margin: 0px 100px 0px 150px; 

}

p.i {
	font-family: times, serif; 
	font-size: 12px; 
	line-height: 15px;
	color: white; 
	font-style: italic;
	margin: 5px 20px 0px 150px; 

}
a:link {
	color: #666666; 
	text-decoration:none;
}

a:visited { 
	color: #666666; 
	text-decoration:none;
}
a:hover { 
	color: #FFFFFF; 
	text-decoration:underline; 
}
a:active { 
	color: #666633; 
	text-decoration:underline; 
}

/*	background-image:url(img/bg.gif);
*/