.container{ width: 1000px !important; }
.nav-pills > li.active > a { background-color: #169a70 !important; color: #fff !important; }
.btn-primary { background-color: #fff !important; color: #444 !important; border-color: #f5f5f5 !important; }
.nav-pills a {
	color: #4794d0 !important;
}
.nav-pills{
	font-size: 13px !important;
	font-weight: bold;

}
.nav {margin-left: 10px;}
.bg-primary {
    color: #FFF;
    background-color: #444444 !important;
    border-radius: 4px;
}
.row{    font-weight: normal !important;}
.jumbotron .container{background: url(http://ebay.support-handelswerk24.de/img/banner.jpg) center center no-repeat; color: #fff; padding: 0px 20px 0px 20px !important;}
.jumbotron{padding: 0px !important; background-color: #ffffff !important;}

.level1{
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	margin-left: -40px;
	background-color: #fff;
	border: 1px solid #ddd;
}
  
.level1:first-child {
	margin-top: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.level1:last-child {
  margin-bottom: 10px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.level2{
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	margin-left: -80px;
	background-color: #fff;
	border: 1px solid #ddd;

}
.level2:first-child {
	margin-top: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.level2:last-child {
  margin-bottom: -1px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}