@charset "UTF-8";
@media screen, projection
{
	/* Orangene Box --------------------------------------------------------------*/
  
  .box {padding-top: 2px; padding-bottom: 2px;}
  .box .head {
    margin-bottom: -4px; 
    padding-right: 27px; 
    background: url("../../img/box/obox_right.png") no-repeat top right;
  }
  
  .box .head h2 {
    height: 28px;
    font-size: 12pt !important;
    border: none !important;
    text-align: center; 
    color: #F29400 !important;
    font-size: 12pt;
    font-weight: bold; 
    font-family: Tahoma, arial;
    padding-top: 8px;
    padding-bottom: 4px;
    padding-left: 27px;
    background: url("../../img/box/obox_left.png") no-repeat top left;  
  }
  
 
  .box .head .boxhead {
    height: 28px;
    font-size: 12pt !important;
    border: none !important;
    text-align: center; 
    color: #F29400 !important;
    font-size: 12pt;
    font-weight: bold; 
    font-family: Tahoma, arial;
    padding-top: 8px;
    padding-bottom: 4px;
    padding-left: 27px;
    background: url("../../img/box/obox_left.png") no-repeat top left;  
  }
  
  .box .head .blueboxhead {
    height: 28px;
    font-size: 12pt !important;
    border: none !important;
    text-align: center; 
    color: #F29400 !important;
    font-size: 12pt;
    font-weight: bold; 
    font-family: Tahoma, arial;
    padding-top: 8px;
    padding-bottom: 4px;
    padding-left: 27px;
    background: url("../../img/box/obox_left.png") no-repeat top left;  
  }
  
  .box .body {
    padding: 3px 10px 3px 10px; 
    border-left: 2px solid #F9D2B5;
    border-bottom: 2px solid #F9D2B5;
    border-right: 1px solid #F4A56D;
   }
  .box .body b { color: #F29400; }
  
  /* Blue Box --------------------------------------------------------------*/
  
  .bluebox .head {background: url("../../img/box/bbox_right.png") no-repeat top right;}
  .bluebox .head h2 {color: #00519E!important; background: url("../../img/box/bbox_left.png") no-repeat top left; }
  .bluebox .head .blueboxhead {color: #00519E!important; background: url("../../img/box/bbox_left.png") no-repeat top left; }
  
  .bluebox .body {
    border-left: 1px solid #6696C4;
    border-bottom: 1px solid #6696C4;
    border-right: 2px solid #B2CAE2;
  }
  .bluebox .body b { color: #F29400; }
  
  .textbox {margin-top:20px; text-align:justify}
  .textbox h2, .textbox h3, .textbox h4, .textbox h5, .textbox h6 {color:#7d7d7d !important; font-size:14px !important; font-weight:bold !important; margin-top:20px !important; text-align:left !important} 

	/* @Override JQuery Tabs blue -----------------------------------------------*/

  .tabs { border: none; }
   
  .tabs .ui-tabs-nav { margin: 0; padding: 0; }
	
	.tabs .ui-tabs-nav li { 
	  padding: 0; 
	  margin: 0; 
	  border: none;
	  padding-right: 26px;
    padding-bottom: 1px;
	}
	.tabs .ui-tabs-nav li a {
	 
	 font-weight: bold;
	 display: block;
	 font-size: 12pt;
	 padding-left: 39px;
	 padding-bottom: 6px;
	 margin-bottom: -1px;
	}
	
	.tabs .ui-tabs-nav .ui-state-default {background: url("../../img/box/bbox_right_dark.png") no-repeat top right !important; }
	.tabs .ui-tabs-nav .ui-state-default a {color: #FFF; background: url("../../img/box/bbox_left_dark.png") no-repeat top left !important; }
	
	.tabs .ui-tabs-nav .ui-state-active {background: url("../../img/box/bbox_right.png") no-repeat top right !important; }
	.tabs .ui-tabs-nav .ui-state-active a {color: #00519E; background: url("../../img/box/bbox_left.png") no-repeat top left !important; }
	
	.tabs .ui-tabs-nav .ui-state-disabled {opacity:1 !important;cursor:pointer !important;filter:Alpha(Opacity=100) !important;}
	
	.tabs .ui-widget-content {
      border-top: 1px solid #6696C4;
      border-left: 1px solid #6696C4;
      border-bottom: 1px solid #6696C4;
      border-right: 2px solid #B2CAE2;
	}
  .tabs .ui-widget-header { border: none; background: none;}
    
  /* @Override JQuery Tabs Orange ------------------------------------------------------------*/
  /* Basierend auf den BlueBox Tabs.
     Für weitere nach diesem Beispiel überschreiben
   */
  .orangetabs .ui-widget-content {
    border-top: 1px solid #F9D2B5;
    border-left: 2px solid #F9D2B5;
    border-bottom: 2px solid #F9D2B5;
    border-right: 1px solid #F4A56D;
  }
  
  .orangetabs .ui-tabs-nav .ui-state-default { background: url("../../img/box/obox_right_dark.png") no-repeat top right; }
  .orangetabs .ui-tabs-nav .ui-state-default a {color: #FFF; background: url("../../img/box/obox_left_dark.png") no-repeat top left; }
  
  .orangetabs .ui-tabs-nav .ui-state-active {background: url("../../img/box/obox_right.png") no-repeat top right; }
  .orangetabs .ui-tabs-nav .ui-state-active a {color: #F29400; background: url("../../img/box/obox_left.png") no-repeat top left; }
  
  
  /* @Override JQuery UI Dialog */
  .ui-dialog {
    border: none; padding: 0;
    background: transparent;
  }
  
  .ui-dialog .ui-dialog-titlebar  {
    background:url("../../img/box/obox_right.png") no-repeat top right;
    border: none;
    color:#F29400;
    font-family:Tahoma,Arial;
    font-size:12pt;
    font-weight:bold;
    padding: 0;
    padding-right: 26px;
    text-align:center;
  }
  
  .ui-dialog .ui-dialog-content {
      background: transparent;
      border: none;
  }
  
  .ui-dialog .ui-dialog-title {
    background:url("../../img/box/obox_left.png") no-repeat top left;
    margin: 0; padding: 0;
    display: block;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 4px;
  } 
  
  .ui-dialog .ui-corner-all {
    -moz-border-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  
  .ui-dialog .ui-dialog-content {
      background: #fff;
      border-left: 2px solid #F9D2B5;      
      border-right: 1px solid #F4A56D;
      border-top: none;
  }
  
  .ui-dialog .ui-dialog-buttonpane {
    margin: 0;
    border-top: none;
    border-left: 2px solid #F9D2B5;      
    border-right: 1px solid #F4A56D;
    border-bottom: 2px solid #F9D2B5;
    padding: 0;
  }
  
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    padding: 0;
  }
  
  .ui-dialog .ui-dialog-titlebar-close:hover,
  .ui-dialog .ui-dialog-titlebar-close:focus,
  .ui-dialog .ui-dialog-titlebar-close:active {
    border: none!important;
    background: none!important;
  }
}
