.input-note {
  width: 10px;
}

.input-abw {
  width: 20px;
}

.input-xlarge {
    background-color: #ffffff !important;
    color: #464646 !important;
    font-family: Arial !important;
}

.spalten3 {
  width: 360px;
  float: left;
}

.spalten2 {
  width: 480px;
  float: left;
}

.footer {
  padding-top: 20px;
  font-size: 8pt;
  line-height: 10px;
}

.sidebar{
  float:left;
  width:300px;
}
.main{
  padding-left: 20px;
  overflow:hidden;
}

select {
  background-color: #f6f6f6;
  color: #007DBC;
/*
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px; 
*/

  -moz-border-radius: 3px; /* Firefox */
  -webkit-border-radius: 3px; /* Safari and Chrome */
  border-radius: 3px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */

  -moz-box-shadow: 0px 2px 2px #ccc; /* Firefox */
  -webkit-box-shadow: 0px 2px 2px #ccc; /* Safari and Chrome */
  box-shadow: 0px 2px 2px #ccc; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */

}

.input-xlarge {
    background-color: #ffffff !important;
    color: #464646 !important;
    font-family: Arial !important;
}

.sidebar_pegel {
  float:left;
  width:642px;
}

.navbar { min-width: 1000px; }

.input-vonbis {
  width: 110px;
  float: left;
}

.remove-button {
  float: left;
  width: 12px;
  background:url(/core/images/close-button.png) no-repeat center;
  height: 26px;
  margin-left:5px;
  cursor: pointer;
}

#archiv td:hover { cursor: pointer; }
#archiv tr.aktiv td { background-color: #e2e2e2; }
body { background-color: #f1f1f1; }
body {
  margin: 0;
  font-family: 'Ubuntu', Tahoma, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
}

/*body { background: url(/core/images/bodybg.png) repeat-x; }*/

h3 { padding-bottom: 10px; }
h4 { padding-bottom: 10px; }

.subhead {
  padding-bottom: 0;
  margin-bottom: 9px;
}
.subhead h1 {
  font-size: 54px;
}

/* Subnav */
.subnav {
  margin-bottom: 60px;
/*  width: 100%; */
  height: 36px;
  background-color: #eeeeee; /* Old browsers */
  background-repeat: repeat-x; /* Repeat the gradient */
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
  background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
  background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
  background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.subnav .nav {
  margin-bottom: 0;
}
.subnav .nav > li > a {
  margin: 0;
  padding-top:    11px;
  padding-bottom: 11px;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.subnav .nav > .active > a,
.subnav .nav > .active > a:hover {
  padding-left: 13px;
  color: #777;
  background-color: #e9e9e9;
  border-right-color: #ddd;
  border-left: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
     -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
          box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}
.subnav .nav > .active > a .caret,
.subnav .nav > .active > a:hover .caret {
  border-top-color: #777;
}
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
  border-left: 0;
  padding-left: 12px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}
.subnav .nav > li:last-child > a {
  border-right: 0;
}
.subnav .dropdown-menu {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

/* Subnav */
.ui-state-default {
  margin-bottom: 60px;
/*  width: 100%; */
  height: 36px;
  background-color: #eeeeee; /* Old browsers */
  background-repeat: repeat-x; /* Repeat the gradient */
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
  background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
  background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
  background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.ui-state-default {
  margin-bottom: 0;
}
.ui-state-default > li > a {
  margin: 0;
  padding-top:    11px;
  padding-bottom: 11px;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.ui-state-active > a,
.ui-state-active > a:hover {
  padding-left: 13px;
  color: #777;
  background-color: #e9e9e9;
  border-right-color: #ddd;
  border-left: 0;
/*
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
     -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
          box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
*/
}
.ui-state-active > a .caret,
.ui-state-active > a:hover .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
. > li:first-child > a,
.ui-state-default > li:first-child > a:hover {
  border-left: 0;
  padding-left: 12px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}
.ui-state-default > li:last-child > a {
  border-right: 0;
}
.ui-state-default {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}


#tooltip {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

#tooltip h3, #tooltip div.body {
	font-size: 10pt;
}


.navbar { min-width: 1000px; }
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #007dbc/*#d44413*/;
/*  background-image: -moz-linear-gradient(top, #ce4213, #dd4814);
  background-image: -ms-linear-gradient(top, #ce4213, #dd4814);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ce4213), to(#dd4814));
  background-image: -webkit-linear-gradient(top, #ce4213, #dd4814);
  background-image: -o-linear-gradient(top, #ce4213, #dd4814);
  background-image: linear-gradient(top, #ce4213, #dd4814); */
  background-image: -moz-linear-gradient(top, #007dbc, #006699);
  background-image: -ms-linear-gradient(top, #007dbc, #006699);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007dbc), to(#006699));
  background-image: -webkit-linear-gradient(top, #007dbc, #006699);
  background-image: -o-linear-gradient(top, #007dbc, #006699);
  background-image: linear-gradient(top, #007dbc, #006699);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dbc', endColorstr='#006699', GradientType=0);
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce4213', endColorstr='#a60000', GradientType=0); */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
}

