body {
    padding-top:114px;
    padding-bottom:40px;
    background-color:#e9e3cf;
    color:#404040;
}

/* ---- GENERAL ---- */
.btn:focus {
  outline: none;
}
.btn, .btn:hover {
    color: #555555;
    text-shadow: none;
    font-size:12px;
}
.btn-success, .btn-success:hover {
	color:#ffffff;
	background-image : url('../img/btn_succ.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left:30px;
}

.btn-success[disabled], .btn-success[disabled]:hover {
	color:#e6e6e6;
	background-color:#eeffee;
	background-image : url('../img/btn_succ.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left:30px;
}

.btn-attentione, .btn-attentione:hover {
	color:#ffffff;
	background-color:#ff0000;
	background-image : url('../img/btn_succ.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left:30px;
}
.btn-attentione[disabled], .btn-attentione[disabled]:hover {
	color:#AAAAAA;
	background-color:#e6eeee;
}


.btn.bigfont {
	font-size:15px;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
    background-color: #bfb191;
    background-image: none;
  	filter: 'none';
}

/* ---- LANG TEXT SELECTORS ---- */

.textlang-tabs {
	border-bottom: none;
}
.textlang {
	list-style: none outside none;
	margin-bottom: 0px;
	margin-left: 0px;
}

.infotext-active {
	display: block !important;
}

.infotext-inactive {
	display: none !important; 
}

.statementtext-active {
	display: block !important;
}

.statementtext-inactive {
	display: none !important; 
}

.contenttext-active {
	display: block !important;
}

.contenttext-inactive {
	display: none !important; 
}
.titletext-active {
	display: block !important;
}

.titletext-inactive {
	display: none !important; 
}
.offertext-active {
	display: block !important;
}

.offertext-inactive {
	display: none !important; 
}
.offerlongtext-active {
	display: block !important;
}

.offerlongtext-inactive {
	display: none !important; 
}
.onepointtext-active {
	display: block !important;
}

.onepointtext-inactive {
	display: none !important; 
}

.typelist-active {
	display: block !important;
}
.typelist-inactive {
	display: none !important;
}


/* ---- NAVIGATION ---- */
.navbar-inverse .nav .active > a, 
.navbar-inverse .nav .active > a:hover, 
.navbar-inverse .nav .active > a:focus {
    background-color: #bfb191;
	color:#4f3800;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: #4f3800;
     text-shadow:none;
}
/*.navbar-inverse .brand {
	background:url('../img/logo.png') no-repeat left top;
	width:40px;
	height:40px;
}
.navbar .brand {
	text-indent:-999em;
	display:block;
	padding:0;
}*/
.brand, .navbar .brand {
	font-family: Rockwell, 'Rokkitt', 'Courier New', Courier, Georgia, Times, 'Times New Roman', serif;
	font-size:24px;
  	color:#f1eee8;
	width:120px;
	font-weight:bold;
	text-shadow:none;
}
.navbar .brand {
	padding-top:8px;
}
.navbar .brand:hover {
	color:#f1eee8;
}
.footer .brand {
	color:#ffffff;
	float:left;
}
.brand .dark{
	color:#4f3800;
}	
.navbar .nav.pull-right  > li > a {
  color:#dcd6c5;
  border-right:1px solid #dcd6c5;
}
.navbar .nav.pull-right > li > a:hover {
	color:#ffffff;
}
.navbar .nav.pull-right  > li > a.last {
  border-right:none;
}
.navbar .nav.pull-right  > li > a.first {
  /* background:url('../img/shop1_logo.png') no-repeat left center; 
  padding:8px; */
  padding-left:28px;
  font-weight:bold;
}
.navbar-inverse .navbar-inner  {
    background-color: #e9e3cf;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #e9e3cf;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#e9e3cf', endColorstr='#e9e3cf', GradientType=0);
  	*zoom: 1;
  	-webkit-box-shadow: none;
     	-moz-box-shadow: none;
          	box-shadow: none;
}
.navbar-inverse .navbar-inner .container {
	font-size:15px;
    background-color: #bfb191;
    background-image: -moz-linear-gradient(center top , #bfb191, #b4a786);
    background-repeat: repeat-x;
    border-color: #b4a786;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#bfb191', endColorstr='#b4a786', GradientType=0);
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    padding: 0 20px;
    max-width: 940px;
}

/* ---- CONTENT CONTAINER ---- */
.container h2 {
	color:#c73e33;
}
.container .btn.shop {
	background-image:url('../img/icon_newshop.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	padding :1px 0 0 15px;
	height:22px;
	width:90px;
	/*margin-bottom:12px;*/
	margin-bottom:8px;
	margin-left:10px;
}
.container .btn.long {
	width: 130px;
}
.container span.dropdown {
	font-size:13px;
	color:#8d8c88;
	margin-top:15px;
}
*+html .container span.dropdown {  /*for IE7*/
	margin-top:-20px;
}
.container hr {
	border-top-color:#b2a684;
	border-bottom :none;
	margin:0;
}
/*HERO-UNIT*/
.hero-unit {
	background-color:#ffffff;
	border: 1px solid #cccccc;
	margin:32px 0 64px 0;
	padding:30px 30px 20px 30px; 
}
.hero-unit h2 {
	color:#404040;
	font-size:24px;
	margin:-12px 0 50px 0;
}
.hero-unit .form-horizontal {
	margin-bottom:10px;
}
.hero-unit .form-horizontal .control-group {
	margin-bottom:5px;
}
.hero-unit .control-label, 
.hero-unit input[type="text"],
.hero-unit input[type="password"]{
	font-size:18px;
	line-height:22px;
}
.hero-unit .control-group .checkbox {
	margin-top:12px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #BFB191;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #BFB191;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #BFB191;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #BFB191;
}
.hero-unit .control-group.space{
	margin-top:66px;
	margin-bottom:16px;
}
.hero-unit .control-group.greybox {
	background-color:#f2f2f2;
	border-top:1px solid #c2c2c2;
	height:77px;
	margin-bottom:0;
}
.hero-unit .greybox .controls{
	margin-top:25px;
}
.hero-unit .greybox .controls .btn-success{
	margin-right:5px;
}
/*TABLE*/
.table-bordered {
	margin-bottom:30px;
}
.table-bordered .dropdown {
	position:absolute;
	font-size:12px;
}
.table-bordered th.last, .table-bordered td.dropdown {
    width: 104px;
}
.table-bordered th.last {
    padding:0 12px 0 0;
}
 .table-bordered td.dropdown {
    padding:2px 12px 3px 0;
}
*+html .table-bordered th.last, 
*+html .table-bordered  td.dropdown { /*for IE7*/
	position:relative;
	line-height:36px;
}
*+html .table-bordered th.last { /*for IE7*/
	border-top:1px solid #ffffff;
}

ul.dropdown-menu {
	min-width:95px;
}
.table-bordered ul.dropdown-menu li > a {
	padding-left:24px;
}
.table-bordered ul.dropdown-menu li > a.bearbeiten {
	background: #ffffff url('../img/icon_bearbeiten.png') no-repeat 5px center;
}
.table-bordered ul.dropdown-menu li > a.bearbeiten:hover {
	background: #bfb191 url('../img/icon_bearbeiten.png') no-repeat 5px center;
}

.table-bordered ul.dropdown-menu li > a.einsehen {
	background: #ffffff url('../img/icon_einsehen.png') no-repeat 5px center;
}
.table-bordered ul.dropdown-menu li > a.einsehen:hover {
	background: #bfb191 url('../img/icon_einsehen.png') no-repeat 5px center;
}


.table-bordered ul.dropdown-menu li > a.status {
	background: #ffffff url('../img/icon_stats.png') no-repeat 5px center;
}
.table-bordered ul.dropdown-menu li > a.status:hover {
	background: #bfb191 url('../img/icon_stats.png') no-repeat 5px center;
}

.table-bordered ul.dropdown-menu li > a.duplizieren {
	background: #ffffff url('../img/icon_duplizieren.png') no-repeat 5px center;
}
.table-bordered ul.dropdown-menu li > a.duplizieren:hover {
	background: #bfb191 url('../img/icon_duplizieren.png') no-repeat 5px center;
}
.table-bordered ul.dropdown-menu li > a.loeschen {
	background: #ffffff url('../img/icon_loeschen.png') no-repeat 5px center;
}
.table-bordered ul.dropdown-menu li > a.loeschen:hover {
	background: #bfb191 url('../img/icon_loeschen.png') no-repeat 5px center;
}
.table-bordered .btn {
 	margin:5px 0 4px 0;
 	background-image:url('../img/icon_optionen.png');
 	background-repeat: no-repeat;
 	background-position: 5px center;
 	padding-left:24px;
 	height:17px;
}
.dropdown .caret, .btn-primary .caret, .btn-inverse .caret {
    border-bottom-color: #9d9d9d;
    border-top-color: #9d9d9d;
}
.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th {
    background-color: #ffffff;
}
.table-striped tbody tr:nth-child(2n) td, .table-striped tbody tr:nth-child(2n) th {
    background-color: #F9F9F9;
}

.table-bordered th {
	color:#a5a5a5;
}
.table-bordered th, .table-bordered td {
    border-right: none;
    border-left: none;
    text-align:left;
    vertical-align:middle;
}
.table-bordered th:first-child, td:first-child {
    border-left: 1px solid #DDDDDD;
}
.table-bordered td:first-child {
   font-size:18px;
   font-weight:bold;
}
.table-bordered td:first-child img {
   margin:0 20px 0 14px;
   vertical-align:bottom;
}
.table-bordered tr.grey {
    background-color: #F9F9F9;
}
/*PAGINATION*/
.pagination {
	color:#a5a5a5;
	font-weight:bold;
	font-size:13px;
	margin:0;
}
.pagination span {
	vertical-align:top;
	line-height:30px;
}	
.pagination span span.red{
	color:#d23b0e;
}	
.pagination ul {
  margin-left: 10px;
}
.pagination ul li > a {
  color:#373737;
  font-weight:normal;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  line-height: 26px;
  padding-left: 10px;
  padding-right: 10px;

}
.pagination ul li > a.active {
	font-weight:bold;
	background-color: #e6e6e6;
  	background-color: #d9d9d9 \9;
  	background-image: none;
  	outline: 0;
  	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/*FOOTER*/
.footer {
	height:55px;
	color:#685006;
	/*text-align:right;*/
	line-height:33px;
}
.footer a {
	color:#685006;	
}
.footer a:hover {
	color:#ffffff;
	text-decoration:none;
}
/*** ***/
.nav.sub-navi {
 margin-bottom: 0;
 margin-top:10px;
 margin-right:20px;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover {
    background-color: #4F3800;
    color: #FFFFFF;
}
.nav-pills > li > a {
	color:  #4F3800;
	padding-bottom: 6px;
    padding-top: 4px;
}
.nav-pills > li > a:hover {
	background-color: #BFB191;
}

/* ------------------- NEU 2013 ---------------------- */
.table-bordered.cockpit td {
	font-size:30px;
	color: #A5A5A5;
	padding-top: 15px;
	padding-bottom:12px;
	font-weight:500;
}
.table-bordered.cockpit tr td {
background-color: #F5F5F5;
}
.table-bordered.cockpit tr.grey td {
background-color: #F9F9F9;
}
.table-bordered.cockpit td:first-child {
   background-image: none;
   padding-left:20px;
   color: #404040;
}
.table-bordered.cockpit th.today,
.table-bordered.cockpit th.yesterday{
   width:60px; 
}
.table-bordered.cockpit th.week, 
.table-bordered.cockpit th.month{
   width:85px; 
}
.table-bordered.cockpit th.last {
   padding-right:0; 
}
.table-bordered.cockpit th {
	text-transform: uppercase;
}

.campaignradiobutton {
	width: 120px;
}


TR.campaignitem-active TD {
	border-left-color: #F90000;
}


