@media (min-width: 980px) {
	
	
	.row-fluid {
		width: 980px;
		/* width: 80%; */
		/* width: 100%; */
		margin-left: auto;
		margin-right: auto;
		*zoom: 1;
	}
	.items-row.cols-1.row-fluid, 
	.items-row.cols-2.row-fluid {
		width: 100%;
	}
	
	
	.brand {
		margin-top: 35px;
	}
	.navigation {
		padding: 0;
		margin-top: 55px;
		margin-left: 270px;
		margin-right: 0;
	}
	
	
	.nav-collapse.collapse {
		height: auto !important;
		overflow: visible !important;
	}


	.navbar-fixed-top {
		margin-bottom: 0 !important;
	}
	.item-comment .item-image {
		display: none;
	}
	.well {
		padding: 10px;
	}
	
	
	.navigation .nav > li {
		background-image: url(../images/strich_trenner_-_gruen.gif);
		background-attachment: scroll;
		background-repeat: no-repeat;
		background-position: right center;
	}
	.navigation .nav > li:last-child {
		background-image: none;
	}
	.navigation .nav > li > a {
		border-bottom: 4px solid rgb(255, 255, 255);
	}
	.navigation .nav > li > a:hover, 
	.navigation .nav > li > a:focus, 
	.navigation .nav > li.active > a {
		border-bottom: 4px solid rgb(201, 5, 9);
	}
	.navigation .nav-pills > li > a {
		padding-right: 5px;
		padding-left: 5px;
		margin-left: 5px;
		margin-right: 12px;
	}
}