body
{
	             margin: 0px;
	            padding: 0px;
	background-position: center top;
	   background-color: #4e6171;
	   background-image: url(bilder/splash/background.gif);
	  background-repeat: repeat-x;
	         text-align: center;
}

a
{
	            outline: none;
}

#container
{
	           position: relative;
	        margin-left: auto;
	       margin-right: auto;
	              width: 892px;
	             height: 665px;
	         text-align: left;
}

#splash
{
	           position: absolute;
	               left:  13px;
	              width: 866px;
	             height: 649px;
	             border: 0px;
}

#left
{
	           position: absolute;
	   background-image: url(bilder/splash/left.gif);
	  background-repeat: no-repeat;
	              width:  13px;
	             height: 649px;
}

#right
{
	           position: absolute;
	   background-image: url(bilder/splash/right.gif);
	  background-repeat: no-repeat;
	              width:  13px;
	             height: 649px;
	               left: 879px;
}

#bottom
{
	           position: absolute;
	   background-image: url(bilder/splash/bottom.gif);
	  background-repeat: no-repeat;
	              width: 892px;
	             height:  16px;
	                top: 649px;
}
