/**
* "Yet Another Multicolumn Layout" - YAML CSS Framework
*
* (en) Uniform design of standard content elements
* (de) Einheitliche Standardformatierungen f�r die wichtigten Inhalts-Elemente
*
* @copyright       Copyright 2005-2012, Dirk Jesse
* @license         CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
*                  YAML-CDL (http://www.yaml.de/license.html)
* @link            http://www.yaml.de
* @package         yaml
* @version         v4.0.1
* @revision        $Revision: 724 $
* @lastmodified    $Date: 2012-03-03 11:45:41 +0100 (Sa, 03 Mrz 2012) $
* @appdef yaml
*/

@media all {

/**
* @section global typography settings
*
* vertical rhythm settings (based on em-unit)
* -------------------------------------------
* basefont-size: 14px (87.5%)
* line-height  : 21px (factor: 1.5)
*/

/* (en) reset font size for all elements to standard (16 Pixel) */
/* (de) Alle Schriftgr��en auf Standardgr��e (16 Pixel) zur�cksetzen */
html * { font-size:100%; }

/**
* (en) reset monospaced elements to font size 16px in all browsers
* (de) Schriftgr��e von monospaced Elemente in allen Browsern auf 16 Pixel setzen
*
* @see: http://webkit.org/blog/67/strange-medium/
*/

textarea,
pre,
code,
kbd,
samp,
var,
tt {
  font-family: "PT Sans", Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
}

/* (en) base layout gets standard font size 14px */
/* (de) Basis-Layout erh�lt Standardschriftgr��e von 14 Pixeln */
body {
  font-family: "PT Sans", Arial, Verdana, sans-serif;
  font-size:0.9em; /* base: 14px */
  color:#444;
/*  background: #ffffff;    */
  /* (en) Prevent auto-scaling of text in mobile webkit browsers */
  /* (de) Automatische Schriftvergr��erung in mobilen Webkit-Browsern vermeiden */
  -webkit-text-size-adjust:100%;
}

/*--- Headings | Überschriften ------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color:#444;
  margin:0;
}


h1 {
  font-size:16px;
  line-height: 1.2em;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  font-weight: bold;
}

h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
}

h3 {
  font-size:16px;
  line-height: 1.2em;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  font-weight:bold;
  /*color:#e23b30;*/
}

h4 {
  font-size:14px;
  line-height: 0.9em;
  margin-top: 1.6em;
  margin-bottom: 1em;
  font-weight:bold;
}

h5 {
  font-weight: bold;
  font-size:100%;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

h6 {
  font-weight: bold;
  font-size:100%;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

/* --- Lists | Listen  -------------------------------------------------------------------------------- */

ul,
ol,
dl {
  font-size:1em;
  line-height:1.5em;
  margin: 0.5em 1em;
}

ul {
  list-style-type:disc;
}

ol {
  list-style-type:decimal;
}

ul ul {
  list-style-type:circle;
  margin-top:0;
}

ol ol {
  list-style-type:lower-latin;
  margin-top:0;
}

ol ul {
  list-style-type:circle;
  margin-top:0;
}

li {
  font-size:1em;
  line-height:1.5em;
  margin-left:0.8em;
}

dt { font-weight:bold; }

dd { margin-left:0.8em; }

/* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */

p {
    font-size:1em;
  /*font-size:12px;*/
  /*front-family:Arial,Verduna,San-Serif;*/
  line-height:1.5em;
  margin: 0 0 1.2em;
}
/*div.content{
margin-bottom: 2em;
}*/

blockquote, cite, q {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style:italic;
}

blockquote {
  margin:0 0 1.5em 1.5em;
  color:#666;
}

strong, b { font-weight:bold; }

em, i { 
  font-style:italic; 
}

big {
  font-size:116.667%;
}

small {
  font-size:85.71%;
}

pre,
code,
kbd,
tt,
samp,
var {
  font-size:100%;
}

pre {
  line-height:1.5em;
  margin: 0 0 1.5em 0;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
pre, code { color:#800; }

kbd, samp, var, tt {
  color:#666;
  font-weight:bold;
}

var, dfn { font-style:italic; }

acronym, abbr {
  border-bottom:1px #aaa dotted;
  font-variant:small-caps;
  letter-spacing:.07em;
  cursor:help;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

mark {
  background: #ff0;
  color: #000;
}

hr {
  color:#fff;
  background:transparent;
  margin:0 0 0.75em 0;
  padding:0 0 0.75em 0;
  border:0;
  border-bottom:1px #eee solid;
}

/*--- Links ----------------------------------------------------------------------------------------- */

a {
  color:#444;
  background:transparent;
  text-decoration:none;
/*  font-weight:bold;*/
}

/*, .keword_result li a*/
div.content a {
  padding-left: 9px;
  position:relative;
}

div.content a:before, div.content a:hover:before{
  /* Rahmen nur an einer Seite einblenden */
  border-color:transparent transparent transparent #e20019;
  border-style:solid;
  border-width:5px;
  
  /* Pseudo-Element stylebar machen */
  content:" ";
  display:marker;
  height:0;
  width:0;
  
  /* Pseudo-Element positionieren */
  left:0;
  position:absolute;
  margin-top:6px;
}


a:active { outline: none; }

/* (en) maximum constrast for tab focus - change with great care */
/* (en) Maximaler Kontrast f�r Tab Focus - �ndern Sie diese Regel mit Bedacht */
a:hover,
a:focus {
  color:#E34439;
  background:transparent;
  text-decoration:none;
}

/* --- images ------------------ */

img,
figure {
  margin: 0;
}

.flexible {
  margin-top: 1.5em;
  max-width: 100%;
  height: auto;
}

* html .flexible {  /* IE6 support */
  width: 98%;    /* 2% space for borders */
}




/**
* ----------------------------------------------------------------------- #
*
* Generic Content Classes
*
* (en) standard classes for positioning and highlighting
* (de) Standardklassen zur Positionierung und Hervorhebung
*
* @section content-generic-classes
*/
.clear {clear:both; }
.hidden {margin:0; padding:0; border:0; font-size:0; line-height:0; visibility:hidden; }

.highlight {
  color:#dbebf0; /*#c30;*/
}

.dimmed {
  color:#888;
}

.bordered {
  border-width: 1px;
  border-style: solid;
  border-color: #888;
  border-color: rgba(0,0,0,.3);
}
.ym-equalize.bordered {border:none; }
.ym-equalize.bordered .ym-gbox,
.ym-equalize.bordered .ym-gbox-left,
.ym-equalize.bordered .ym-gbox-right {
  border-width: 1px;
  border-style: solid;
  border-color: #888;
  border-color: rgba(0,0,0,.3);
}

.rounded { border-radius: 1em; }
.ym-equalize.rounded { border-radius: none; }
.ym-equalize.rounded .ym-gbox,
.ym-equalize.rounded .ym-gbox-left,
.ym-equalize.rounded .ym-gbox-right { border-radius: 1em; }

.shaddowed {
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2) inset;
}
.ym-equalize.shaddowed {  
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ym-equalize.shaddowed .ym-gbox,
.ym-equalize.shaddowed .ym-gbox-left,
.ym-equalize.shaddowed .ym-gbox-right {
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2) inset;
}

.ym-equalize.colored-transparent .ym-gbox,
.colored-transparent  {background-color:transparent; }
.ym-equalize.colored-red .ym-gbox,
.colored-red  {background-color:mistyrose; }
.ym-equalize.colored-green .ym-gbox,
.colored-green  {background-color:mintcream; }
.ym-equalize.colored-blue .ym-gbox,
.colored-blue  {background-color:lavender; }
.ym-equalize.colored-yellow .ym-gbox,
.colored-yellow  {background-color:lemonChiffon; }
.ym-equalize.colored-magenta .ym-gbox,
.colored-magenta  {background-color:lavenderblush; }
.ym-equalize.colored-cyan .ym-gbox,
.colored-cyan  {background-color:azure; }
.ym-equalize.colored-white .ym-gbox,
.colored-white  {background-color:white; }
.ym-equalize.colored-grey .ym-gbox,
.colored-grey  {background-color:whitesmoke; }
.ym-equalize.colored-black .ym-gbox,
.colored-black  {background-color:dimgray; color:white }

.ym-equalize.colored-transparent,
.ym-equalize.colored-red,
.ym-equalize.colored-green,
.ym-equalize.colored-blue,
.ym-equalize.colored-yellow,
.ym-equalize.colored-magenta,
.ym-equalize.colored-cyan,
.ym-equalize.colored-white,
.ym-equalize.colored-grey,
.ym-equalize.colored-black {background-color:transparent; }

.box {
  padding: 1.4286em;
  margin: 0.5em 0;
}

.csc-default {
  margin-bottom: 2em;
}
.csc-default .csc-default {
  margin-bottom: 0;
}

.box > *:first-child {
  margin-top: 0;
}

.label {
  font-family: Verdana, Geneva, sans-serif;
  padding: 1px 6px 2px;
  display: inline-block;
  vertical-align:middle;
  letter-spacing: normal;
  white-space:nowrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #06C;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
}

.info {
  background:#f4f4f4;
}

.success {
  background:#8c8;
}

.warning {
  background:#cc8;
}

.error {
  background:#c88;
}

.float-left {
  float:left;
  display:inline;
  margin: 1.5em 1em 0 0;
}

.float-right {
  float:right;
  display:inline;
  margin: 1.5em 0 0 1em;
}
.align-center,
.center {
  display:block;
  text-align:center;
  margin: 1.5em auto 0 auto;
}
.align-left {}
.align-right {}
.align-justify {}

/**
* ------------------------------------------------------------------------------------------------- #
*
* Tables | Tabellen
*
* (en) Generic classes for table-width and design definition
* (de) Generische Klassen f�r die Tabellenbreite und Gestaltungsvorschriften f�r Tabellen
*
* @section content-tables
*/

table { width:100%; border-collapse:collapse; margin: 1.3571em 0 0 0; color:#333; border-top: 1px #ccc solid; border-bottom: 1px #ccc solid; }
table caption { font-variant:small-caps; }
th, 
td { line-height: 1.5em; vertical-align: top; padding: 0.7143em 0.5em; }
th *:first-child,
td *:first-child { margin-top: 0; }
th.nowrap,
td.nowrap { white-space: nowrap; }
thead th { text-align: left; color:#000; border-bottom:2px #000 solid; }
tbody th { text-align: left; border-top:1px solid #ccc; text-align:left; }
tbody td { text-align: left; border-top:1px solid #ccc; }
/* highlight row on mouse over */
tbody tr:hover th,
tbody tr:hover td { background:#f8f8f8; }


table.narrow { margin:  1.4286em 0 0 0; }
table.narrow th,
table.narrow td { padding: 0 0.5em; line-height: 1.4286em; }

table.bordertable { border:1px #ccc solid; }
table.bordertable thead th { background:#e0e0e0; border-right:1px #ccc solid; border-bottom:1px #ccc solid; }
table.bordertable tbody th[scope="row"] { background:#f0f0f0; }
table.bordertable tbody th { border-right:1px solid #ccc; }
table.bordertable tbody td { border-right:1px solid #ccc; }

/* Content element "table" */
table.contenttable { font-size:0.8em; width:100%; margin:0 0 1em 0; border-collapse:collapse; empty-cells:show; }
table.contenttable caption { text-align:left; font-weight:bold; color:#888; margin-bottom:0.2em; }
table.contenttable th { height:2.0em; background:#4E5155; color:white; padding:2px 7px 2px 7px; border:solid 2px #ffffff; }
table.contenttable tr.tr-odd { background: #eeeeee; }
table.contenttable tr.tr-even { background: #e3e3e3; }
table.contenttable td { height:3.0em; padding:2px 7px 2px 7px; border:solid 2px #ffffff; text-align:left; font-weight:normal; }

.morelink, .buttonch {
  padding:0;
  margin:0;
}

.morelink a, .buttonch{
    margin-top:20px;
    border:none;
    color: #fff;
    padding:7px 17px 9px;
    background:#80aaba; 
    font-size: 1em;
}

.morelink a:hover, .buttonch:hover{
    background:#A6CCD9;
    color:#fbfbfb;
}

.button, 
.submit, 
.tx-indexedsearch-searchbox-button, 
.tx-srfeuserregister-pi1-submit, 
/*.morelink a,*/ 
.tx-dizkeywordssearch-pi1 input, 
.tx-felogin-pi1 input[type="submit"],
.tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-submit {
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  border:none;
  color: #fff;
  display: block;
  font-weight: bold;
  line-height: 25px;
  padding: 0 20px !important;
  text-align: center;
  text-decoration: none;
  height:25px;
/*  
  background: rgb(227,68,57); /* Old browsers */
/*  background-image: no-repeat center bottom url(../../images/layout/arrow.png);  
  background: -moz-linear-gradient(top,  rgba(227,68,57,1) 0%, rgba(233,108,100,1) 50%, rgba(227,68,57,1) 51%, rgba(227,68,57,1) 100%); /* FF3.6+ */  
/*  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,68,57,1)), color-stop(50%,rgba(233,108,100,1)), color-stop(51%,rgba(227,68,57,1)), color-stop(100%,rgba(227,68,57,1))); /* Chrome,Safari4+ */  
/*  background: -webkit-linear-gradient(top,  rgba(227,68,57,1) 0%,rgba(233,108,100,1) 50%,rgba(227,68,57,1) 51%,rgba(227,68,57,1) 100%); /* Chrome10+,Safari5.1+ */  
/*  background: -o-linear-gradient(top,  rgba(227,68,57,1) 0%,rgba(233,108,100,1) 50%,rgba(227,68,57,1) 51%,rgba(227,68,57,1) 100%); /* Opera 11.10+ */  
/*  background: -ms-linear-gradient(top,  rgba(227,68,57,1) 0%,rgba(233,108,100,1) 50%,rgba(227,68,57,1) 51%,rgba(227,68,57,1) 100%); /* IE10+ */  
/*  background: linear-gradient(to bottom,  rgba(227,68,57,1) 0%,rgba(233,108,100,1) 50%,rgba(227,68,57,1) 51%,rgba(227,68,57,1) 100%); /* W3C */  
/*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e34439', endColorstr='#e34439',GradientType=0 ); /* IE6-9 */
/*  
  -webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.7);
  box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.7);  */
}

/* JF Multicontent Tabs */
.ui-tabs .ui-tabs-nav {
  margin: 0 0 10px 0;
  padding: 0;
/*  -webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.5); */
  background: #fff;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a{
  cursor: pointer;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 0px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 0px;
}
.ui-widget-header {
  background: transparent;
  border: none;
  color: #555;
  font-weight: bold;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  color: #fff;
  font-weight: normal;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active a {
  
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #444;
  text-decoration: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
  background:none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  color: #E23B30;
  font-weight: bold;
}
ui-tabs .ui-tabs-nav li {
  border: 0 !important;
  float: left;
  list-style: none outside none;
  margin: 0 0.2em 1px 0;
  padding: 0;
  position: relative;
  top: 1px;
  white-space: nowrap;
  line-height: 25px !important;
}
.ui-widget-content {
  background: transparent;
  color: #444;
}
.ui-widget-content {
  background: transparent;
  border: none;
  color: #555;
}
.ui-tabs .ui-tabs-panel {
  background: #fff;
  border-width: 0;
  display: block;
  padding: 10px;
/*  -webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.5);
*/  
}
.ui-tabs {
  padding: 0px;
  position: relative;
}
.ui-tabs .ui-tabs-nav li {
  border: 0 !important;
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0px;
  white-space: nowrap;
}

  
.ui-tabs.ui-state-active
/*, .ui-tabs .ui-widget-content .ui-state-active*/
, .ui-tabs .ui-widget-header .ui-state-active a
/*, .ui-tabs .ui-state-hover*/
/*, .ui-tabs .ui-widget-content .ui-state-hover*/
,.ui-tabs .ui-widget-header .ui-state-hover a 
{
  background: #e33b30;
  color: #fff;
  text-decoration:none;
}  


.ui-tabs .ui-widget-header .ui-state-active a:after,  .ui-tabs .ui-widget-header .ui-state-hover a:after{
  /*right: -10px;#E34439*/
  border-color: #E33b30 transparent;
  border-style: solid;
  border-width: 6px 8px 0;
  bottom: -6px;
  content: "";
  display: block;
  position: absolute;
  text-align: justify;
  margin-left: 7px;
}

.ym-col3 h1 {
  font-size:1.3em;
  line-height: 1.2em;
  margin-top: 0px;
  margin-bottom: 1.2em;
  font-weight: bold;
}

.ym-col3 h2 {
  /*font-size: 12px;*/
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2em;
  margin-top: 0px;
  margin-bottom: 1.2em;
}

.ym-col3 h3 {
  font-size:1.3em;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 0.6em;
  font-weight:bold;
  /*color:#e23b30;*/
}

#pageUID-1 .ym-col3 h1, #pageUID-1 h3{
   margin-top: 1.3em;
   margin-bottom:0.3em;
}

.ym-col3 h4 {
  font-size:0.9em;
  line-height: 0.9em;
  margin-top: 1.6em;
  margin-bottom: 1em;
  font-weight:bold;
}
/* KOOH */
.box-padding{ 
  padding: 0 20px;
  margin-top: -25px;
}

.sstx-indexedsearch-searchbox {
/*  border:1px #eee solid;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.5);  */
  background:#fff;
  height:35px;
  width:499px;
}
#ssearchbox {
    position: absolute;
    margin-top: 252px;
    margin-left: 519px;
    z-index: 100;
}
span.weini{display:none;}
#c77 span.weini{display:inline-block;}
#ssearchbox > form:after, .tx-indexedsearch-browsebox {display:none;}
.sstx-indexedsearch-searchbox .sstextButton, .keywordsearch .sstextButton {
  float:right;
  padding:0;
}
.sstx-indexedsearch-searchbox form input.sssword { 
  font-family: "PT Sans", Arial, Verdana, sans-serif;
  font-size:1em;
  border:0;
  padding: 4px 4px 4px 10px; 
  width:448px !important;
}
.csc-firstHeader, .csc-header h2{
  /*font-family:Arial,Verdana,sans-serif;*/
  margin-bottom:5px;
}


fieldset div.tx-indexedsearch-form input.tx-indexedsearch-searchbox-sword {
    padding:3px 6px !important;
    width:499px;
    border:1px #80aaba solid;
}
.tx-indexedsearch-redMarkup{
    color:#80aaba;
}

/* KOOH
.tx-indexedsearch-percent, .tx-indexedsearch-searchbox p a, div.tx-indexedsearch-rules, .tx-indexedsearch-info{display:none;}

.tx-indexedsearch-searchbox { display:none;}


.tx-indexedsearch legend,
.tx-felogin-pi1 legend {display:none; }
*/  

.button, 
.submit, 
.tx-indexedsearch-searchbox-button, 
.tx-srfeuserregister-pi1-submit, 
/*.morelink a,*/ 
.tx-dizkeywordssearch-pi1 input, 
.tx-felogin-pi1 input[type="submit"],
.tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-submit {
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  border:none;
  color: #fff;
  display: block;

  line-height: 25px;
  padding: 0 20px !important;
  text-align: center;
  text-decoration: none;
  height:30px;
  background: #80aaba;
}


.browsebox a {
	color:#fff;;
}
.tx-indexedsearch-browsebox{
    margin-bottom: 60px;
}
ul.browsebox {
        display:block;
}
.tx-indexedsearch-res{
    clear:both;
/*    background:#f7f7f7;*/
    padding:15px 0 2px 5px;
    
    border-bottom: 1px solid #fff;
}
#c77 #tx-indexedsearch-searchbox-sword {display:none;}
ul.browsebox li{
    float:left;
    display:block;
    min-width:90px;
    height:27px;
    color:#fff;
    list-style: none;
    text-align:center;
    background: #80aaba;
}
ul.browsebox li:hover{
    background:#a6ccd9; color:#fff;
}

.colored{
    background: #f5f5f5;
}


/** News **/
#pageUID-1.pagePID-0 div.news-list-view {

}
#pageUID-34 .ym-col3 h4{
  margin-bottom:0.4em;
}

.nodisplay{display:none;}

#c626 {
  padding: 0 0 10px 20px;
  margin:  0 0 10px 20px;
}


.accordion{
    background: #fff;
} 
.accordion p{
    font-size:0.8em;
} 
#pageUID-9 .ui-state-default, #pageUID-9 .ui-widget-content .ui-state-default, #pageUID-9.ui-widget-header .ui-state-default {
   border:0 none;
} 

#pageUID-9 .ui-state-default h3 {
    font-size: 0.8em;
}
#pageUID-9 .ui-accordion .ui-accordion-header .ui-accordion-header-icon { 
  top:42% !important;
}
#pageUID-9 .ui-tabs .ui-tabs-nav { 
  margin-top:-1px !important;
  border: 0;
  border-radius: 0;
  padding: 0;
}

}
