/* 
	this code has been written for masterrange.de
	this means you may not use it for you site's design.
  	thank you. studio/nanuuq.
*/


html, body {
	margin: 0;
	padding: 0;
	background: #000;
	color: white;

	overflow: hidden;
	background: #000;
}


.hide {
	display:none;
}

#container {
	min-height: 500px;
	overflow: visible;
	margin: 0 auto;
	width: 740px;
	min-height: 560px;
}

#inner_container {
	position: relative;
	height: 400px;
	top: 197px;
}

#inner_container h1 {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	display: block;
	background: url('../../images/splash/masterrange.png') top left no-repeat;
	text-indent: -5000px;
	width:265px;
	height:50px;		
}

#inner_container h2 {
	display: none;
}

#inner_container ul {
	position: absolute;
	top: 50px;
	display: block;
	z-index: 500;
	width: 740px;
	overflow: hidden;
	
}

div.click_container {
	position: absolute;
	background: url('../../images/splash/welcome.png') top left no-repeat;	
	height: 50px;
	width: 350px;
	top: 200px;
	left: 346px;
	display: block;
	z-index: 2000;
}

h3.welcome_de a {
	position: absolute;
	display: block;
	top: 4px;
	left: 164px; /* -5px */
 	width:165px;
	height: 40px;
	text-indent: -5000px;
	z-index: 2600;
}

/* h3.welcome_en a {
	position: absolute;
	display: block;
	top: 4px;
	left: 164px;
	width:165px;
	height: 40px;
	text-indent: -5000px;
	z-index: 2500;
} */

h4.sintroc a {
	position: absolute;
	top: 330px;
	left: 0px;
	width:330px;
	height: 12px;
	text-indent: -5000px;
	background: url('../../images/splash/sintroc.png') top left no-repeat;
}