/* CSS Document */


/*-----content-----*/
	
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}

img {
	border:0px;
	} 
	
a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: line-through;
	}
	
#start {
	position:absolute;
    left: 50%;
	width:500px;
	height:260px;
	margin-top:170px;
	margin-left:-250px;
    z-index:1;
	}

#shopship {
	position:absolute;
    z-index:22;
	margin-top:-70px;
	margin-left:-120px;
	}

#startbild {
	position:absolute;
    z-index:2;
	}

#startsub {
	position:absolute;
	margin-top:180px;
	margin-left:415;
    z-index:3;
	}

#mainsub {
	position:absolute;
	margin:40px;
	width:500px;
	height:150px;
    z-index:1;
    background-color:#000000;
	}

#sub {
	margin:10px;
	}

#enter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}


