html {
	 -webkit-text-size-adjust: none;
}
.video embed,
.video object,
.video iframe {
	 width: 100%;
	 height: auto;
}
img{
	max-width:100%;
	height: auto;
 	width: auto\9; /* ie8 */
}

@media only screen and (min-width: 986px){
	#sub_navi_links{
		float: left;
	}
		
	div#maschinenliste_wrapper {
		float: left;
		min-width: 720px; 
	}
	
	div.maschinenliste a{
		display: block;
		height: 60px;
		width: 100%;
		padding: 10px;
		background: #fff;
		border-bottom: solid 1px #cdcdcd;
		margin: auto;	
		color: #666;
	}
	
	.detail_artikel_links {
		width: 300px;
		float: left;
	}

	.detail_artikel_rechts {
		max-width: 600px;
		float: left;
	}
	
}

@media only screen and (max-width: 985px){
	.detail_artikel_rechts table{
			margin: auto;
	} 
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	header, footer, .featured, .social {
	/*	width:768px;*/
	}
	

}



@media only screen and (max-width: 485px) {
	div.maschinenliste a{
		font-size: 0.8em;
		line-height: 1.2em;
	}

	.detail_artikel_links{
		text-align: center;
	}
	
	.detail_artikel_rechts td{
		border: 1px solid #999;
		padding-left: 3px;
	}
	
	.detail_artikel_rechts .table_header{
		background: #ababab;
		
		color: #fff;
	}	
	
}

@media only screen and (min-width: 768px){	
	div#sub_navi_links{
		width: 200px;
		float: left;	
	}
	div.maschinenliste a{
		display: block;
		height: 60px;
		width: 100%;
		padding: 10px;
		background: #fff;
		border-bottom: solid 1px #cdcdcd;
		margin: auto;	
		color: #666;
	}
}
	
@media only screen and (max-width: 767px) {

	#content{
		background-color:#ffffff;
	}
	
	div#sub_navi_links{
		font-size: 1em;
		text-align: center;
	}

	div.maschinenliste a{
		display: block;
		height: 60px;
		
		padding: 10px;
		background: #fff;
		border-bottom: solid 1px #cdcdcd;
		margin: auto;	
		color: #666;
	}	
}


@media only screen and (max-width: 479px) {
}