/*===========================
	BODY
=============================*/
	body
	{
		background-color: white;
		font-family: verdana, Helvetica, sans-serif;
		font-size: 12px;
		color: black;
	}
   
	.total
	{
		 position: absolute;
		 display: block;
	         top: 50%;
	         left: 50%;    
	         width: 700px;
	         height: 450px;
	         margin-top: -225px;
	         margin-left: -350px;
	         background-image: url(../../fileadmin/bilder/layout/hg_kachel_60x60.gif);
	         background-repeat: repeat;
	         /* border: 1px solid black; */
	}
	
	#startbild
	{
		position: absolute;
		top: 50%;
		left: 50%;
		width: 380px;
		height: 380px;
		margin-top: -190px;
	        margin-left: -190px;
		background-image: url(../../fileadmin/bilder/layout/startbild.gif);
	        background-repeat: no-repeat;
	}
	
	#link
	{
		position: absolute;
		top: 383px;
		left: 325px;
		font-weight: bold;
		text-transform: uppercase;
		}
		#link a
		{
			text-decoration: none;
			color: white;
		}
		#link a:hover
		{
			text-decoration: none;
			color: black;
		}
