body {
		background-color:#ffffff;
		height:auto !important;
		margin:0pt;
		min-height:100%;
		font-family: helvetica, arial, sans-serif; 	
		margin-top: 0px;
		background-image: url(../graphics/hinterconti-bkgrd.jpg);
}
* {
	margin:0pt;
	padding:0pt;
}


#container {
		margin: 0pt auto;
		width: 100%;
		margin-top: 0px;
}

#enter {
	position: absolute;
	right: 70px;
	bottom:  50px;
}

#enter a {
	font-size: 5em;
	font-family: times, georgia, serif;
	text-decoration: none;
	color:  black;
   opacity: 0.8;
   	-moz-opacity: 0.8;
	 filter:alpha(opacity=8);
	 -khtml-opacity: 0.8;

}
#enter a:hover {
	border-bottom: 1px solid black; 
	padding-left: 70px;
	/*background-color: black; */
   	-moz-opacity: 1;
	 filter:alpha(opacity=100);
	 -khtml-opacity: 1;
}

#container ul {
	float:left;
	margin: 0px;
	padding: 0px;
}

#logo {
	width: 208px;
	background-color: none;
}

#logo ul {
	margin: 0px;
	padding:  0px;
}

#logo ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	line-height: 100%;
}

#logo a img {
	border: none;
	height: 26px;
	width: 208px;
}

#logo ul li.mail a img {

	background-image: url(../graphics/mail_00.gif);
	width: 208px;
	height: 26px;
}
#logo ul li.mail a:hover img {

	background-image: url(../graphics/mail_01.gif);

}

#logo ul li.minou a img {

	background-image: url(../graphics/minou_00.gif);
	height: 26px;
	width: 208px;
	background-position: center;
}
#logo ul li.minou a:hover img {

	background-image: url(../graphics/minou_01.gif);
}


#start {
	width: 128px;
	background-image: url (../graphics/minou_logo_1.gif);
}

#start ul {
	margin: 0px;
	padding:  0px;
	background-image: url (../graphics/minou_logo.gif);	

}

#start ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	line-height: 100%;
}

#start a img {
	border: none;
	width: 128px;
}

#start ul li.past a img {
	background-image: url(../graphics/past_00.gif);
	width: 128;
	height: 24px;
}
#start ul li.past a:hover img {
	background-image: url(../graphics/past_01.gif);

}

#start ul li.present a img {

	background-image: url(../graphics/present_00.gif);
	height: 26px;
	width: 128px;
	background-position: center;
}
#start ul li.present a:hover img {

	background-image: url(../graphics/present_01.gif);
}

#start ul li.future a img {

	background-image: url(../graphics/future_00.gif);
	height: 39px;
	width: 128px;
	background-position: center;
}
#start ul li.future a:hover img {

	background-image: url(../graphics/future_01.gif);
}


/* eleminiert dotted lines in FIREFOX */
a:focus { 
outline: none; 
}

