body
{
	margin: 0 0 0 0;
	background: url(../imgs/background.jpg);
	text-align: left;
	font: 10px Arial, Helvetica, sans-serif;
}

img
{
	border:0;
}

#start_bg
{
	position: absolute;
	top: 0;
	left: 0;
	width: 574px;
	height: 485px;
	background-image: url(../imgs/start.jpg);
}

#innen
{
	position: absolute;
	left:145px;
	top: 71px;
	width:419px;
	height:403px;
}

#logo
{
	position: absolute;
	left:154px;
	top: 79px;
	width:401px;
	height:131px;
	background-image: url(../imgs/start_logo.gif);
}



#gr_bild
{
	position:absolute;
	width:401px;
	height:181px;
	left: 154px;
	top:211px;
	background-image: url(../imgs/gr_start.jpg);	
}


#button
{
	position: absolute;
	top:410px;
	left:380px;
	height: 21px;
	width: 173px;
}

#adresse
{
	position: absolute;
	left:154px;
	top: 442px;
	width:401px;
	height:20px;
	border-top: 1px solid red;
	text-align:right;
}

#adresse span
{
	margin-left: 4;
	margin-right: 5;
}
#adresse a
{
  color: red;
  margin-right:6px;
}

.hidden
{
	display: none;
}