

/***
 *   +----------------------------------------------------------------------+
 *   | file: ./theme/name/style/all/content.css.php
 *   +----------------------------------------------------------------------+
 *   | Abraxas: Application-Framework for Web-Solutions (2001 - 2007)
 *   +----------------------------------------------------------------------+
 *   | Diese Software ist urheberrechtlich geschützt
 *   | Verwendung und Vervielfältigung nur mit 
 *   | ausdrücklicher Genehmigung von
 *   | web-gestaltung.de
 *   | Martin Arends
 *   | Am Salzstadel 5
 *   | 85072 Eichstätt
 *   +----------------------------------------------------------------------+
 */


/***
 *   +----------------------------------------------------------------------+
 *   | Content IDs 
 *   +----------------------------------------------------------------------+
 */


#layoutRoot #layoutContent {
}


#layoutContent #thContHeader {
  height: 40px;
  padding-top: 0px;
  padding-left: 0;
  border-bottom: solid 2px #F70000;
  margin-bottom: 30px; 
}


#layoutContent #thContHeader #headerIcon {
  float: left;
  position: relative;
  left: 0px;
  top: 0px;
  padding: 0;
}


#layoutContent #thContHeader h1 {
  float: left;
  position: relative;
  left: 0px;
  top: 6px;
  padding: 0;
  margin-left: 10px;
  color: #1F2A83; 
  font-style: normal; 
  font-size: 18px; 
}


/***
 *   +----------------------------------------------------------------------+
 *   | Content Elements
 *   +----------------------------------------------------------------------+
 */



#layoutContent .content {
  /* border: 1px solid blue; */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000; 
}


#layoutContent .content * {
/*  font-size: 11px; */
}


#layoutContent .content h1 {
  border-bottom: 2px solid #1F2A83;
  color: #1F2A83;
  font-size: 14px; 
  line-height: 26px;
  text-indent: 5px; 
  margin-top: 15px;
  margin-bottom: 15px;
}


#layoutContent .content h2 {
  border-bottom: 2px dotted #1F2A83;
  color: #1F2A83;
  font-size: 12px; 
  line-height: 18px;
  text-indent: 7px; 
  margin-top: 15px;
  margin-bottom: 15px;
}


#layoutContent .content h3 {
  color: #000000;
  font-size: 11px; 
  line-height: 16px;
  background-color: #eeeeee; 
  text-indent: 5px; 
  border-top: 1px solid #777777;
  margin-bottom: 15px;
  margin-top: 15px;
}


#layoutContent .content h4 {
  color: #ffa500; 
  font-weight: normal; 
  font-size: 12px; 
}


#layoutContent .content p {
  margin-top: 10px;
  margin-bottom: 10px;
}



#layoutContent .content table th {
  padding: 2px;
  text-align: left;
  color: #ffffff;
  background-color: #1F2A83;
}


#layoutContent .content table td {
  padding: 3px;
}


#layoutContent .content table .tdStrong {
  font-weight: bold;
  letter-spacing: 1px;
}


#layoutContent .content li {
  margin-left: 15px;
  line-height: 15pt; 
}


#layoutContent .content hr {
  height: 1px; 
  border: 1px dotted #999999;
	margin-top: 15px; 
	margin-bottom: 15px; 
}


#layoutContent .content a {
  color: #000080; 
  text-decoration: none;  
}


#layoutContent .content a b {
  color: #000080;
}


#layoutContent .content a:active, 
layoutContent .content a:visited {
  color: #DE0027; 
  background: none; 
  text-decoration: none;
}



#layoutContent .content a:hover {
  color: #BB0000;
  text-decoration: underline;
}


#layoutContent .content form {
  margin-top: 0; 
  margin-bottom: 0;
}


#layoutContent .content label {
  letter-spacing: 1px; 
  color: #444444;
  font-weight: bold;
  font-size: 11px;
}


#layoutContent .content input, textarea, select {
  font-size: 11px;
}


/***
 *   +----------------------------------------------------------------------+
 *   | Content Classes
 *   +----------------------------------------------------------------------+
 */


/***
 * Tabellenbeschriftung
 */ 


#layoutContent .content .tableHeader {
  font-weight: bold; 
  color: #1F2A83;
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: -5px;
}


#layoutContent .content .tableFooter {
  color: #777777; 
  letter-spacing: 2px;
  margin-top: -8px;
  margin-bottom: 20px;
}


/***
 * contentTable (List)
 */ 


#layoutContent .content .tableList  {
  border: 1px solid #1F2A83;
  margin-top: 10px;
  margin-bottom: 10px;
}


#layoutContent .content .tableList th {
  padding: 2px;
  color: #ffffff;
  background-color: #1F2A83;
}

#layoutContent .content .tableList th * {
  color: #ffffff;
}

#layoutContent .content .tableList th a:hover {
  color: #FFCC00;
}


#layoutContent .content .tableList td {
  padding: 2px;
  margin: 0;
}


#layoutContent .content table .rowColorFirst {
  background-color: #eeeeee;
}


#layoutContent .content table .rowColorSeccond {
  background-color: #ffffff;
}


#layoutContent .content .tableList tr:hover, 
#layoutContent table .active { 
  background-color: #FFCC00;
}


/***
 * contentTable (Form)
 */ 


#layoutContent .content .tableForm  {
  margin-top: 10px;
  margin-bottom: 10px;
}


#layoutContent .content .tableForm td {
  padding: 3px;
}


/***
 * Language
 */ 


#layoutContent .content .lanSelectBox {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #F0F0F0;
  font-size: 11px;
  color: #000000;
  border: 1px solid #880000; 
}


#layoutContent .content .lanFormField {
  border: 1px solid #880000; 
}


#layoutContent .content .lanFormTxt {
  color: #880000;
}


/***
 * Content Info-Box
 */


#layoutContent .content .thContInfoBox {
  background-color: #F0F0F0;
  color: #000000;
	padding: 5px; 
  border: solid 1px #777777;
  margin-top: 15px;
  margin-bottom: 15px;
}


#layoutContent .content .thContInfoBox td {
  letter-spacing: 2px; 
}


/***
 * Content Box
 */


#layoutContent .content .thContBox {
  display: block;
  margin-top: 30px;
  margin-bottom: 40px;
  border: solid 1px #777777;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  background-color: #F7F7F7;  
}


#layoutContent .content .thContBoxHeader {
  display: inline;
  padding: 5px;
  position: relative;
  top: -17px;
  left: 0px;
  border: solid 1px #777777;
  border-right: solid 1px #777777;
  background-color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  color: #777777;
}


#layoutContent .content .thContBoxContent {
  display: block;
}


#layoutContent .content .thContBoxFooter {
  margin-top: 0px;
  margin-bottom: 0px;
  display: block;
  text-align: right;
}


/***
 * Permission
 */ 


#layoutContent .content .permissionBgOsu {
  background-color: #B0B0E4;
}


#layoutContent .content .permissionBgAll {
  background-color: #EEF694;
}


/***
 * Error
 */ 


#layoutContent .content .errorStatInWork {
  background-color: #52E1C4;
}

#layoutContent .content .errorStatClosed {
  background-color: #00AA00;  
}

#layoutContent .content .errorStatActive {
  background-color: #FFCC00;
}


/***
 * apiArr
 */ 


#layoutContent .content .apiArr td b {
  font-size: 9px;
}


#layoutContent .content .apiArrDepth1 {
  background-color: #DDDDDD; 
}


#layoutContent .content .apiArrDepth2 {
  background-color: #C4F0FF; 
}


#layoutContent .content .apiArrDepth3 {
  background-color: #99ffff; 
}


#layoutContent .content .apiArrDepth4 {
  background-color: #FFF1CA; 
}


/***
 * Page-Counter
 */ 


#layoutContent .content .pageCounter	{
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #777777;
}


/***
 * divers
 */ 


#layoutContent .content .button	{
  margin-top: 0.00em; 
  margin-bottom: 0.00em; 
  border: 1px solid #330099; 
  color: #000000;  
}


#layoutContent .content .alert {
  font-weight: bold; 
  color: red;
}


#layoutContent .content .highlight {
  font-weight: bold; 
  /*color: #BB0000; */
  color: #1F2A83;
  letter-spacing: 2px;
}


