/*
 * Allgemeine CSS-File
 * 28.09.11
 *
 */

small {
  font-size: 85%;
}

.iesmall {
  font-size: 85%;
}

.datebr {
  width:90px;
}

.inputbr500 {
  width:500px;
}

.floatbr {
  width:40px;
}

.inputbr40 {
  width:40px;
}

.margin70 {
    margin-left:70px !important;
}

.margin200 {
    margin-left:200px !important;
}

.margin70 {
    margin-left:70px !important;
}

.display_block {
    display: block !important;
}

/*
table.gereide_tb {
  width: 100%;
  background-color: white;
}
table.gereide_tb th{
  background-color: #dddddd;
  font-size: 9pt;
}

table.gereide_tb tr:nth-child(odd) {
  background-color: #efefef;
}
*/
.required{
  color:#FF0000;
  font-size:19px;
}
/* Inhaltsverzeichnis in Bestelliste */
.rightAnker {
  position: absolute;
  top: 150px;
  right: -48px;
  background-color: #ff5566;
  border: 2px solid grey;
  padding: 6px;
  -webkit-transform: rotate(90deg); 
  -moz-transform: rotate(90deg);
  -ms-transform:rotate(90deg);
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1.0);
  text-align: center;	
}
.dialogFixed {
  position: fixed;
  margin-right: 25px;
}
/* Input-Validierung using jQuery.validate */
input.error { 
  border: 1px solid red;
}
input.error[type=text] {
  background: url('Warning_20.png') no-repeat;
  background-position: right center;
}
label.error,
label.valid {
  font-size: 7pt;
  display: block;
}
label.error {
  padding-left: 16px;
  margin-left: .3em;
  color: red;
}
label.valid {
  width: 16px;
  height: 16px;
}
/* Kommentar-Beitrag */
.Discussion,
.reply_title,
.reply_body  {
  width: 100%;
}
.reply_inline{
  margin-top: 10px;
  padding-top: 4px;
  border-top: 1px dotted grey;
}
.reply_item {
  margin-bottom: 6px;
  margin-left: 25px;
  padding-left: 4px;
  border-left: 1px solid grey;
}
div.reply_item:hover {
  background-color: #ffffe1;
}
.reply_title {
  padding: 4px;
}
.reply_title a,
.reply_title {
  font-size: 9pt;
}
.reply_title img,
.reply_delete img,
.reply_link img {
  float: left;
}
.reply_delete,
.reply_byline {
  float: right;
  position: relative;
  right: 0px;
}
.reply_byline {
  text-align: right;
  padding-left: 30px;
}
.reply_head {
  margin-top: 8px;
  margin-bottom: 8px;
  display: inline;
}
.reply_body {
  padding-left: 8px; 
  font-size: 7pt;
}
/* Content-Byline */
.contet_byline a,
.contet_byline {
  font-size: 7pt;
}
/* Tagespreispflege gueltige/ungueltige Preise */
.txt_red {
  color: red;
}
.txt_green {
  color: green;
}

.txt_blue {
  color: blue;
  font-size: 110%;
}

.bg_red {
  background-color: rgba(255,175,90,1);
}

.bg_viewgroup {
  background-color: rgba(255,240,215,1);                    /* rgba(200,200,200,1);#dddddd; */
}

.bg_bwheader {
  background-color: rgba(255,240,170,1);
  padding: 5px; 
}

.bg_bwfooter {
  color: rgba(70,70,70,1);
  font-size: 80%;
}

.line_header {
  display:block;
  padding-top: 5px; 
  padding-bottom: 5px; 
  font-size: 80%;
  font-weight: bold;
}

.txt9px {
  font-size: 80%;
}

.bwerttext {
  font-size: 80%;
}

/* News-Box */
.NewsItemRowPreview {
  padding-left: 4px;
  display:block;
  color:#757575;
}
/* DIV-Areas */
div#footerArea_short a,
div#footerArea a {
  color: white;
}
/* HighArea Table */
.highArea_table {
    height: 33px;
}
.highArea_table td {
    vertical-align: middle;
}
.leftNavBar a,
.highArea_table a {
  text-decoration: none !important;
}
.highArea_table-first a,
.highArea_table td:first-child a {
  color: white !important;
  font-size: 15pt !important;
}
.highArea_table td:first-child {
  width: 145px !important;
}
.highArea_table td:nth-child(2) {

}
.highArea_table li a {
  color: white !important;
  font-weight: bold;
  white-space: nowrap; 
}
.highArea_table span,
.highArea_table li a {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 17px;
  padding-right: 17px;
}
.highArea_table span a {
  padding: 0px !important;
  font-weight: normal !important;
}
.highArea_table span a:hover {
  background-color: transparent !important;
  text-decoration:underline !important;
}
.highArea_table ul,
.leftNavBar {
  margin: 0px; 
  padding: 0px;
}
.highArea_table li {
  display: inline;
  list-style: none;
  margin: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-right: 1px solid white;
}
.highArea_table li:last-child {
  border-right: none;
}
/* Close Window in Short_Top_bar */
.closeWindow {
  text-align: center; 
  padding: 15px 5px 15px 5px;
  margin-right: 15px;
  display: inline-block;
}
div.closeWindow:hover {
  background-color: rgba(219, 219, 219, 0.50);
}

.tpr_txt {
  font-size: 7pt;
}

.tpr_box_header {
  width:200px;
  font-size: 12pt;
  display: block;
}
/* iFrame Autoheigh */
.autoHeight_horde {
  min-height: 600px;
  height: 100%;
  width: 100%;
}
/* NewsTable */
.NewsTable {
  table-layout:fixed;
}
.Desktop {
  overflow: hidden;
}
.accordeon_div {
 padding: 5px 5px !important;
}


/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
/* Anzeige Maus-Pointer*/
input[type="reset"],
input[type="submit"],
input[type="button"] {
   cursor: pointer;
}
.contentTable {
   table-layout:fixed;
}
/* Main-Link on Startseite */
.mainLink {
   text-align: left;
}
.mainLink a img {
   position: absolute;
   top: 0px;
   left: 0px;
}
.mainLink span {
  display:inline-block;
  margin-left: 32px;
}
.mainLink a {
  text-align:center;
  width: 100%;
  height: 65px;
}


/* Anfrageformular fuer Angebote */

.agbkfrom { width: 100%; height: 100%; }
.agbkbutton { padding: .5em 1em; text-decoration: none; }
.agbkabbrechen { padding: .5em 1em; text-decoration: none; }
.agbkclose { padding: .5em 1em; text-decoration: none; color:red; }
#agbkeffect { width: 550px; overflow-y:scroll; padding: 0.4em; position: absolute; z-index:1000; }
#agbkeffect h3 { margin: 0; padding: 0.4em; text-align: center; }

#pbwdurch { width: 400px; padding: 0.4em; position: absolute; z-index:1000; }
.listar {
    display: inline;
    z-index: 1000000;
}
#star img,
.star img {
    margin: 0;
}
.probar {
   height:15px; 
   width:90px; 
   float:left;
   background-color: #C0C0C0;
   border: 1px solid grey;
}

.progressbar {
   background-color: #C0C0C0;
   border: 1px solid grey;
}

/* Verteilstellen */
.lao-rtb-row {
  background-color: #CDCDCD;
}
.gmap3{
        margin: 20px auto;
        border: 1px dashed #C0C0C0;
        width: 600px;
        height: 400px;
}
.shadow-box {
       -moz-box-shadow: 3px 6px 21px #333333;
       -webkit-box-shadow: 3px 6px 21px #333333;
       box-shadow: 3px 6px 21px #333333;
}
.probar .ui-widget-header {
        background: #f8b200 !important;
}

.width50prz {
       width: 50%;
}


/* Div Abladestellen */

div.abladestellen {
        background: #f8f8f8;
        border: 9px solid #f8f8f8;
	-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        overflow: auto;
        width: 450px;
        height: 80px;
        margin-bottom: 5px;
}

.NewsListingbg {
        background: #cecece;
}

/* Bestellbestaetigung drucken */

.borderBox {
        padding: 0.2em 0.2em 0.5em 0.2em;
        border: 2px solid black;
        margin-bottom: 5px;
}
.noteBox {
        width: 80%;
        height: 30px;
}

.footer_box {
  margin: 5px;
}


/* Gemeinsame Datennutzung */

.ekggroup {
        color: #7b7b7b !important;
        padding-bottom: 8px !important;
     	font-family: OpenSansSemiBold !important;
}


/* Formular Div */


.divfieldname {
        width: 200px;
        height: 30px;
}

.divfield {
        margin: 2px;
        width: 500px;
        height: auto;
}


.divpsmgebinde {
        display: inline-block;
        height: 60px;
}

.rot-neg-90 {
  /*
  -webkit-transform: rotate(-90deg) !important;
  -moz-transform: rotate(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  -o-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important;
  */

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling 
  -webkit-transform-origin: 50% 50% !important;
  -moz-transform-origin: 50% 50% !important;
  -ms-transform-origin: 50% 50% !important;
  -o-transform-origin: 50% 50% !important;
  transform-origin: 50% 50% !important; 
  */

  /* Should be unset in IE9+ I think. 
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3) !important;
  */

}


/* PSM Vergleichstabelle */
table.cvgtab tr td{
  height: 12px;
  font-size: 9pt;
}

.divimgupload {
    padding:3px 3px; 

}


/* ------- Jquery Uploader ------- */

  .btn-pekeupload {

	background: #629d21 url('bg-button-green.png') repeat-x left bottom !important;
	border: 1px solid #315127 !important;
        -moz-border-radius: 3px !important;
        -webkit-border-radius: 3px !important;
        -khtml-border-radius: 3px !important;
        border-radius: 3px !important;
	font-family: OpenSansSemibold !important;
        font-weight: normal;
	color: white !important;
	text-shadow: 1px 1px 0px #000;
	-moz-box-shadow: 0px 0px -3px 7px #82b14d inset;
	-webkit-box-shadow: 0px -3px 7px 1px #82b14d inset;
	box-shadow: 0px 0px -3px 7px #82b14d inset;
	padding-left: 6px !important; 
	padding-right: 7px !important;
	cursor: pointer;
	height: auto;
        text-decoration:none;

        /*---- Original ----
        
        -moz-box-shadow:inset 0px -3px 7px 0px #29bbff;
        -webkit-box-shadow:inset 0px -3px 7px 0px #29bbff;
        box-shadow:inset 0px -3px 7px 0px #29bbff;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #0688fa));
        background:-moz-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
        background:-webkit-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
        background:-o-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
        background:-ms-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
        background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#0688fa',GradientType=0);
        
        background-color:#2dabf9;
        
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        border-radius:3px;
        
        border:1px solid #0b0e07;
        
        display:inline-block;
        color:#ffffff;
        font-family:arial;
        font-size:15px;
        font-weight:normal;
        padding:9px 23px;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #263666;
        --------- ENDE */        

    }
    .btn-pekeupload:hover {

        color: #fff59a !important;
        text-decoration:none;


        /* ------------ Original   
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0688fa), color-stop(1, #2dabf9));
        background:-moz-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
        background:-webkit-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
        background:-o-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
        background:-ms-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
        background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0688fa', endColorstr='#2dabf9',GradientType=0);
        
        background-color:#0688fa;
        text-decoration: none;
        color:#fff;
         ------------ ENDE Original    */    

    }
    .btn-pekeupload:active {
	border-style: inset;
	color: #fff59a !important;
        /* ------------ Original     
        position:relative;
        top:1px;
        ------------ ENDE Original    */
    }


/*
 * Base
 */

.progress-pekeupload{
    
    width:100%;
    height:16px;
    margin:0 auto 20px auto;
    padding:0px;
    
    background:#cfcfcf;
    border-width:1px;
    border-style:solid;
    border-color: #aaa #bbb #fff #bbb;    
    box-shadow:inset 0px 2px 3px #bbb;    
}

.progress-pekeupload,
.bar-pekeupload{
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -o-border-radius:4px;
}

.bar-pekeupload{
    height:100%;
    background:#999;
    
    background-size:18px 18px;
   	background-color:#7ce;   
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                        transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                        transparent 75%, transparent);
    background-image: -ms-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                        transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                        transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                        transparent 75%, transparent);
    
    box-shadow:inset 0px 2px 8px rgba(255, 255, 255, .5), inset -1px -1px 0px rgba(0, 0, 0, .2);
}
.alert-pekeupload {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
   
  border-color: ;
}
.alert-pekeupload .close{
    margin-top: 2px;
}
