body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl1, dt, dd, img, form, fieldset, input, textarea, blockquotie{
	margin: 0; padding:0; border:0;
}

body {
	font: 16px Vani; line-height: 24px; color: #000;
	/* TODO: Non-Repeating! Zweigeteilt! */

	background-color: #000000;
}

#container {
	width: 1040px; margin: 0 auto 20px auto; background: #000;
	box-shadow: 0px 5px 45px #343434;
	-moz-box-shadow: 0px 5px 45px #343434;
	-webkit-box-shadow: 0px 5px 45px #343434;
}

a {
	color: #e9e9e9; text-decoration: none;
}https://dl.dropboxusercontent.com/u/48574612/la.com/NEWS.html
	a:hover {
		color: #5db6e3;
	}

header h1 {
	margin: 54px 0 0 21px; float: left;
}

header nav {
	float: left;
	margin: 0px 0 0px 0;
	margin-left: 20px;
	width: 1000px; 
	height: 30px;
	background-color: #000000;
}

header nav ul li {
		float: right; list-style: none;
		width: 100px; margin: 10 0 0 30px;
		margin-left: 10px;
		margin-top: 0px;
		margin-right: 20px;

	}
		header nav ul li a {
			text-transform: uppercase;	
		}
		
#feature {
	clear: both; overflow: hidden; margin: 0 20px 30px 20px;
	background: url(images/bg.gif);
	background-repeat:repeat;
	background-color: #000000;
	background-position: 20px 0;
	}
	
#clear{
	background-color: #000000;
	height: 20px;
}
	
	/*opacity: 0.5;*/
}
	#feature h2 {
		width: 216px; height: 30px; margin: 0 0 0px 0;
		margin-top: 10px;
		text-indent: -99px;
	}
	#feature img {
		float: right; margin: 22px 0 0 0;
	}
	
	#infotext{
		color: #000000;
		margin-left: 70px;
		margin-top: 96px;
		margin-right: 20px;
		margin-bottom: 40px;
		background: rgba(255,255,255,0.3);		
	}
	
	#infotext p{
		margin-top:18px;
		margin-left:20px;
		margin-right:10px;
		margin-bottom:20px;
		font: 16px Arial;
	}
	
	#infotext h3{
		font: 12px Arial;
		margin-top: 15px;
		margin-left: 20px;
		margin-right: 0px;
	}
	
	#feature-info {
		float: left; width: 370px; margin: 0px 0 30px 0px;
		background-color: #000;
	}
	#feature-info p {
			margin: 0 0 34px 0; font-size: 16px;
		}
	#feature-info p.btn a {
			display: block; width: 170px; height: 35px;
			background: #497389;
			background: -moz-linear-gradient(top, #497389 0%, #151e36 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#497389), color-stop(100%,#151e36), color-stop(100%,#000));
			background: -webkit-linear-gradient(top, #497389 0%,#151e36 100%);
			border: 1px solid #313e52;
			border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			text-transform: uppercase; text-align: center; padding: 12px 0 0 0;
		}
		
		#content {
	overflow: hidden; clear: both;
	
}
	#content .bucket {
		width: 212px; float: left; margin: 0 0 48px 20px;
		border: 1px solid #262626;
		background: #000;
		background: -moz-linear-gradient(top, #000 0%, #000 39%, #191919 39%, #000 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000), color-stop(39%,#000), color-stop(39%,#191919), color-stop(100%,#000));
		background: -webkit-linear-gradient(top, #000 0%,#000 39%,#191919 39%,#000 100%);
	}
		#content .bucket:first-child {
			margin: 0 0 0 22px;
		}
	
		
		footer {
	width: 960px; margin: 0 auto; height: 80px;
	font-size: 12px;
}
	footer #copyright {
		float: left; margin: 0 0 0 22px; color: #343434;
	}
	
	footer ul {
		float: left; margin: 0 0 0 134px; list-style: none; overflow: hidden;
		
	}
		footer li {
			float: left; margin: 0 10px 0 10px;
		}
	
	footer #back-top {
		float: right; margin: 0 22px 0 0;
	}
		footer #back-top a {
			background: url(images/optik-logo-sm.png) left no-repeat; padding: 5px 0 5px 40px;
		}
		
