@charset "utf-8";

/* STYLESHEET FORMAT GUIDE *****************************************************

  split the following sections:
  - semantics (direct formatting for <td>, <a > etc
  - classes (.whatever)
  - common plugin CSS
  - navbar
  Within these sections, entries are to be strictly alphabetized.

  SAMPLE:
  .poll-vote,
  .poll-vote-results {
    background:transparent;
    color:#000000;
    font-size:smaller;
  }

  These are the rough rules:
  - always put a ';' after the last entry
  - always a linebreak before .
  - always a linebreak after , ; { and }
  - always a . before all classes
  - two spaces indent
  - no tabs
  - no spaces after colons
*/

/* SEMANTICS ******************************************************************/

a {
  background:transparent;
  text-decoration:none;
}

a:link.non-ul,
a:visited.non-ul,
a:hover.non-ul,
a:active.non-ul {
  color:#cccccc;
  text-decoration:none;
}
a:link {
  color: #29537C;
}
a:visited {
  color:#800080;
}
a:hover {
  color:#008000;
}
a:active {
  color:#FF0000;
}
body {
  width:100%;
  background:#FFFFFF;
  background-image:url(img/back_left.jpg);
  background-repeat: repeat-y;
  color:#000000;
  font:9pt arial,verdana,tahoma,helvetica,sans-serif;
  padding:0px;
  margin:0px auto;
}
fieldset {
  margin-bottom:1em;
}
fieldset p {
  padding:5px;
  margin:0px;
  margin-top:5px;
  margin-bottom:0px;
}
fieldset legend {
  font-size:0.9em;
}
form {
  margin-top:5px;
  margin-bottom:5px;
}
form div.notes p,
form div small {
  line-height:125%;
}
form div.notes ul {
  margin:0px;
  padding:0px;
  padding-left:2px;
}
form div.notes ul li {
  margin-left:15px;
  list-style-position:outside;
  padding-right:2px;
}
form fieldset div.notes {
  float:right;
  position:relative;
  right:30px;
  width:150px;
  height:auto;
  margin:0px 0px 10px 10px;
  padding:5px;
  border:1px solid #666666;
  background-color:#ffffe1;
  color:#666666;
  font-size:.75em;
}

form fieldset div.notes h4 {
  background-image:url(images/icon_info.png);
  background-repeat:no-repeat;
  background-position:top left;
  padding:3px 0px 2px 27px;
  border-width:0px 0px 1px 0px;
  border-style:solid;
  border-color:#666666;
  color:#666666;
  margin-bottom:5px;
  margin-top:0px;
  font-size:1.3em;
}

form fieldset div.notes p {
  margin:0em 0em 1.2em 0em;
  color:#666666;
}

form fieldset div.notes p.last {
  margin:0em;
  padding-bottom:5px;
}
form label {
    font-weight:bold;
}
h1 {
  font-size:125%;
}
h2 {
  font-size:100%;
}
h3 {
    font-size:10pt;
    font-weight: bold;
    display: inline;
    color: #666;
    float: left;
    margin: 0px 13px 10px 22px;
}
img {
  border:0;
}
input {
  font-size:.9em;
}
input,
submit,
td {
  color:#000000;
}
table {
  border:0px;
}
textarea {
  color:#000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
th {
  color:#000000;
  font-weight:bold;
  font-size:larger;
  padding-left:3px;
  text-align:left;
}
p {
  margin-top:5px;
}
select {
  color:#000000;
  font-size:.9em;
}

/* CLASSES ********************************************************************/

/* Admin lists ****************************************************************/
.admin-menu-icon {
  float:left;
  padding:5px;
}
.admin-menu { /* the box around the menu */
  padding:5px;
  border:1px solid #EEEEEE;
}
.admin-menu-text { /* the text below the links */
  padding:5px;
}
.admin-menu-item { /* a single link in the menu */
  padding: 0px 5px 0px 5px;
}
.admin-list-table {
  width:100%;
  text-align:left;
  border-spacing:1px;
}
.admin-list-table form {
  margin:0px;
}
.admin-list-search {
  text-align:center;
  margin-top:5px;
  margin-bottom:5px;
}
.admin-list-field {
  text-align:left;
  padding-left:5px;
  padding-right:5px;
}
.admin-list-headerfield {
  text-align:left;
  padding-left:5px;
  padding-right:5px;
  font-size:larger;
}
/* Menus in blocks *****************************************************************/
.blocklist ul {
  list-style:none;
  padding:0px;
  margin:0px;
}
/* general alignment classes **************************************************/
.alignleft {
  text-align:left;
}
.alignright {
  text-align:right;
}
.aligncenter {
  text-align:center;
}
.aligntop {
  vertical-align:top;
}
.floatright {
  float:right;
}
.floatleft {
  float:left;
}
.clearboth {
  clear:both;
}
/* clear floats by applying the clearfix class to float-encasing block !*******/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* general formatting classes **************************************************/
.b {
  font-weight:bold;
}
.ext-link {
  background-color: transparent;
  background: url(./images/external.png) center right no-repeat;
  background-attachment: scroll;
  padding-right: 13px;
}
.ext-link-rtl {
}
.feed-link {
  background-color: transparent;
  background: url(./images/feed.png) center right no-repeat;
  background-attachment: scroll;
  padding: 2px 16px 2px 0px;
}
.feed-link-rtl {
}
.strike {
  text-decoration: line-through;
}
/* Blocks *********************************************************************/
.block-box-left,
.block-box-right,
.block-box {
  margin:0px 0px 15px 0px;
}
.block-box-left ul,
.block-box-right ul {
  /* do not indent lists in the blocks too much */
  margin:0px;
  padding-left:20px;
}

.block-box-right {
    background-color:#FFF;
    text-align: left;
    font-size: 8pt;
    padding: 0px 0px 4px 0px;
    border: 1px solid #CECECE;
}

.block-box-right h2 {
    text-align: left;
    background-color: #DA027F;
    padding: 4px 4px 4px 10px;
	margin: 0;
    font-size: 8pt;
    font-weight:bold;
    color: #fff;
    border-top: 1px solid #CECECE;
    border-right: 1px solid #CECECE;
    border-left: 1px solid #CECECE;
}

.block-bg-left,
.block-bg-right {
  border-top:1px solid #FFFFFF;
  padding: 0px 4px 0px 6px;
}
.block-bg-spreader {
  /* this is making sure that the blocks have a minimum width */
  background:transparent;
  width:170px;
  height:1px;
}
.block-content,
.block-content-right,
.block-content-left {
  background:transparent;
  color:#000000;
  padding-bottom:2px;
  padding-top:2px;
  clear:both;
}
.block-content-left ul,
.block-content-right ul,
.block-content ul {
  margin-top:0;
  margin-bottom:0;
  margin-left:16px;
  padding-left:0;
  border:none;
}
.block-divider {
  background:#FFFFFF;
  border-bottom:1px solid #F7F7F7;
  border-top:1px solid #E7E7E7;
  color:#000000;
  padding-top:2px;
}
.block-divider-left {
  border: none;
  width:100%;
  margin:0 auto;
  line-height:0px;
}
.block-divider-right {
  border: none;
  width:100%;
  margin:0 auto;
  line-height:0px;
}
.block-featured-left {
  background:transparent;
  border-right:1px solid #FFFFFF;
  padding-left: 10px;
  color:#000000;
}
.block-featured-right {
  font-size: 9pt;
  background:transparent;
  border-left:1px solid #FFFFFF;
  color:#000000;
}
.block-helpicon {
  padding-top:5px;
  text-align:right;
  float:right;
}
.block-outerborder-left {
  border-left:1px solid #E7E7E7;
  padding:0px;
  margin:0px;
}
.block-outerborder-right {
  border-right:1px solid #CCCCCC;
}
.block-title,
.blocktitle,
.block-title-left,
.block-title-right {
  background:transparent;
  color:#1A3955;
  font-weight:bold;
  padding-top:5px;
  padding-bottom:5px;
  text-align:left;
}
/* Comments *******************************************************************/
.commentbar-line1 {
  background:transparent;
  color:#000000;
  padding:3px 3px;
  text-align:center;
}
.commentbar-line2 {
  background:#E7E7E7;
  text-align:center;
  padding-left:3px;
  padding-right:3px;
}
.commentbar-line3 {
  background:#FFFFFF;
  border-bottom:1px solid #FFFFFF;
  border-top:1px solid #E7E7E7;
  color:#000000;
  padding:3px 3px;
  text-align:center;
}
.commenttitle {
  background:#F7F7F7;
  border-bottom:1px solid #E7E7E7;
  border-left:1px solid #E7E7E7;
  border-right:1px solid #E7E7E7;
  border-top:1px solid #E7E7E7;
  font-weight:bold;
  font-size:smaller;
  padding:3px 0px 3px 10px;
}
/******************************************************************************/
.edit-perm-down {
  text-align:center;
}
.edit-perm-up {
  text-align:center;
  padding-right:10px;
  padding-left:10px;
}
.fieldhelp {
  font-size:0.8em;
  color:#666666;
}
/* Footer *********************************************************************/
.footerblock {
  background:#1A3955;
  border-top:1px solid #CCCCCC;
  color:#FFFFFF;
  font-size:0.85em;
  padding-bottom:10px;
  padding-top:10px;
  padding-left:4px;
  padding-right:4px;
  vertical-align:middle;
}
.footerblock a:link {
  background:transparent;
  color:#FFFFFF;
  text-decoration:none;
}
.footerblock a:visited {
  background:transparent;
  color:#FFFFFF;
  text-decoration:none;
}
.footerblock a:hover {
  background:transparent;
  color:#008000;
  text-decoration:none;
}
.footerblock a:active {
  background:transparent;
  color:#FFFFFF;
  text-decoration:none;
}
.footer-divider-top {
  background:#FFFFFF;
  border-top:1px solid #CCCCCC;
  padding-top:1px;
  color:#000000;
}
/* Forms **********************************************************************/
.form-description {
  font-weight:bold;
  float:left;
  width:100px;
  text-align:right;
  padding-right:5px;
  display:block;
}
.form-field {
  padding-bottom:5px;
  margin-left:105px;
}
.checkboxes-list {  /* this is used for example by COM_checkList */
  list-style:none;
  padding:0px;
  margin:0px;
}
.checkboxes-list span { /* space between the text and the checkbox */
  padding-left:5px;
}
.checkboxes-list .gldefault { /* default blocks in the user settings block list */
  font-weight:bold;
}
.missing-field {
  /* reserved for future use */
}
.required-field {
  /* reserved for future use */
}
/* Header *********************************************************************/
.header-logo {
  float:left;
  padding-left:15px;
  padding-top:13px;
}
.site-name {
tica,sans-serif;
  font-size: 18px;
  font-weight:bold;
  left: 223px;
  position: absolute;
  top: 142px;
}
.header-slogan {
etica,sans-serif;
  font-size: 12px;
}
.header-logobg-container-inner {
  background:url(images/header-bg.png) #1A3955;
  border-bottom:1px solid #CCCCCC;
  height:78px;
  margin-bottom:1px;
}
.header-navigation-container {
  background:transparent;
}
.header-navigation-container ul {
  list-style: none;
  padding:0px;
  margin:0px;
  color:#FFFFFF;
  float:right;
  height:24px;
}
.header-navigation-container li {
  float:left;
  padding-right:9px;
  padding-left:9px;
  margin-top:4px;
  background:transparent;
  font-size:.9em;
  border-left: 1px dotted #FFFFFF;
}

.header-navigation-container li.last {
  border:none;
}

.header-navigation-container a:link {
  color:#0000FF;
}
.header-navigation-container a:visited {
  color:#800080;
}
.header-navigation-container a:hover {
  color:#008000;
}
.header-navigation-container a:active {
  color:#FF0000;
}
.header-welcomeanddate-text {
  padding-top:12px;
  padding-left:4px;
  margin: 0px;
  height:40px;
  border-bottom:1px solid #CCCCCC;
}
/******************************************************************************/
.highlight {
  color:#000000;
  background-color:yellow;
  text-decoration:none;
}
.inputTable td {
  padding:4px;
  vertical-align:top;
}
.inputTable label {
  font-weight:bold;
  float:right;
  white-space:nowrap;
}
.moderation-cc {
  width:100%;
}
.moderation-cc-row {
  clear:both;
  height:80px;
  width:100%;
}
.moderation-cc-item {
  float:left;
  text-align:center;
}
.nowrap {
  white-space:nowrap;
}
.pagenav {
  text-align:center;
}
.row_center td {
  text-align:center;
}
.searchauth {
  background:transparent;
  color:#000000;
  text-align:left;
}
.searchdate {
  background:transparent;
  color:#000000;
  text-align:right;
}
.searchform-box {
  background:#E7E7E7;
  text-align:right;
  border-bottom:1px solid #CCCCCC;
  height:52px;
  padding:0px 4px 0px 1px;
  margin:0px;
}
.searchform-elements {
  display:inline;
  position:relative;
  top:6px;
}
.searchform-elements input {
  font-size:0.9em;
}
.searchhits {
  background:transparent;
  color:#000000;
  text-align:right;
}
.site-slogan {
  color:#ffffff;
  background:transparent;
}
.sysmessage img {
  border:none;
  float:left;
  padding-bottom:3px;
  padding-right:5px;
}
/* Stats **********************************************************************/
.stats-list-count {
  text-align:right;
  padding-left:5px;
  padding-right:5px;
}
.stats-header-title {
  text-align:left;
  width:90%;
  padding-left:5px;
  padding-right:5px;
}
.stats-header-count {
  text-align:left;
  width:10%;
  padding-left:5px;
  padding-right:5px;
}
/* Story **********************************************************************/
.story {
  /* the frame around all elements of one story */
  background:transparent;
  color:#000000;
}
.story h1 {
  /* the title of a story */
  background:transparent;
  color:#000000;
  font-weight:bold;
  padding-left:1px;
}
.story-body {
  /* this is the actual content of the story */
  padding:0px;
}
.story-featured {
  /* the frame around all elements of a featured story */
  background:transparent;
  color:#000000;
}
.story-featured h1 {
  /* the title of a featured story */
  background:transparent;
  color:#000000;
  font-weight:bold;
  font-size:1.4em;
  padding-left:1px;
}
.story-icons {
  /* print & mail icons in a storybox */
  float:right;
  padding-top:10px;
  color:#cccccc;
}
.story-icons a {
  margin-left:5px;
}
.story-container {
  /* frame around all stories & centerblocks*/
  padding-left:0;
  width:100%;
  vertical-align:top;
}
.story-footer {
  /* the bottom of the story with edit-links etc */
  background:#BBCCFF;
  padding:1px;
  text-align:center;
  clear:both;
}
.story-footer p {
  padding:0px;
  margin:0px;
}
.story-information {
  /* the author, views and date of a story */
  padding:3px;
  font-size:0.85em;
  background:transparent;
  color:#000000;
}
.story-information p {
  padding:0px;
  margin:0px;
}
/******************************************************************************/
.topicoption,
.topicoption-off {
}
.warning {
  background:transparent;
  color:#FF0000;
  font-weight:bold;
}
.warningsmall {
  background:transparent;
  color:#FF0000;
}

/* Default Plugin CSS Declarations */
/* Recommended CSS to be used by Plugin Authors - allows easier site themeing */

.plugin {
  color:#000000;
  background-color:#EFEFEF;
  font-weight:normal;
  border:1px solid #CCCCCC;
}
.plugin th {
  color:#000000;
  background-color:#B7C1DC;
  padding:5px;
  text-align:left;
}
.plugin tr {
  vertical-align:top;
}
.plugin td {
  padding:2px 5px 2px 5px;
}
.pluginBG {
  color:#FEFEFE;
  background-color:#7398BA;
}
.pluginAltBG {
  background-color:#7398BA;
}
.pluginAltBG td {
  color:#FFFFFF
}
.pluginCellTitle {
  color:#666666;
  font-weight:bold;
  background-color:#E6E6E6;
  padding:5px;
}
.pluginCellFill {
  background-color:#F8FAFD;
}
.pluginCellText {
  color:#636363;
  font-weight:normal;
}
.pluginHeader {
  color:#204275;
  font-weight:bolder;
  padding-top:3px;
  padding-bottom:3px;
}
.pluginFooter, .pluginFooter td {
  background-color:#507AA1;
  color:#FFFFFF;
  }
.pluginAlert {
  padding:5px 15px 5px 15px;
  color:#D8010E;
  background-color:#FEF1B4;
  font-weight:bold;
}
.pluginInfo {
  padding:5px 15px 5px 15px;
  color:#707070;
  background-color:#FEF1B4;
  font-weight:normal;
}
.pluginSubTable {
  color:#000000;
  background-color:#CCCCCC;
  font-weight:normal;
  border:1px solid #CCCCCC;
}
.pluginSubTable th {
  color:#000000;
  background-color:#C9D1E4;
  padding:5px;
  text-align:left;
}
.pluginSubTable tr {
  vertical-align:top;
}
.pluginSolidOutline {
  background-color:#CCCCCC;
}
.pluginSolidFill {
  background-color:#1A3955;
}
.pluginTitle {
  background-color:#507AA1;
  color:#F5F9FF;
  padding:4px;
  padding-left:6px;
  padding-right:6px;
}
.pluginCellSubTitle {
  background-color:#F7F7F7;
  color:#000000;
  padding:4px;
  padding-left:6px;
  padding-right:6px;
}
.pluginTinyText {
  font-size:0.70em;
}
.pluginSmallText {
  font-size:0.8em;
}
.pluginMediumText {
  font-size:1em;
}
.pluginLargeText {
  font-size:1.25em;
}
.pluginAltText {
  color:#FFFFFF;
}
.pluginRow1, .pluginRow1 td {
  color:#000000;
  background-color:#F7F7F7;
  line-height:120%;
}
.pluginRow2, .pluginRow2 td {
  color:#000000;
  background-color:#E7E7E7;
  line-height: 120%;
}
.pluginRow1 .pluginRollOver,
.pluginRow2 .pluginRollOver,
.pluginRollOver {
  color:#000000;
  background-color:#FFFFFF;
  line-height:120%;
}
.pluginRow1 .pluginRollOut,
.pluginRow2 .pluginRollOut,
.pluginRollOut {
  color:#000000;
  background-color:#F7F7F7;
  line-height:120%;
}
.pluginLinks A:link {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginLinks A:visited {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginLinks A:hover {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:underline;
}
.pluginBreadCrumbs,
.pluginBreadCrumbs A:link {
  color:#FFFFFF;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginBreadCrumbs A:visited {
  color:#FFFFFF;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginBreadCrumbs A:hover {
  color:#FFFFFF;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
a.pluginButton:link, a.pluginButton:visited {
  color:#000000;
  text-align:center;
  padding-top:2px;
  display:block;
  height:19px;
  text-decoration:none;
  background-color:transparent;
}
a.pluginButton:hover {
  color:blue;
  text-align:center;
  padding-top:2px;
  background:center url(navbar/images/button_over.gif);
  background-repeat:repeat-x;
  display:block;
  height:19px;
  text-decoration:none;
  background-color:transparent;
}

/* Navbar Class CSS ***********************************************************/
#navcontainer {
  float:left;
  width:100%;
  background:#F4F4F4;
  font-size:93%;
  line-height:normal;
  border-bottom:1px solid #24618E;
  }
#navcontainer ul {
  margin:0px;
  padding:10px 10px 0 50px;
  list-style:none;
}
#navcontainer li {
  display:inline;
  margin:0px;
  padding:0px;
}
#navcontainer a {
  float:left;
  background:url("navbar/images/tableftJ.gif") no-repeat left top;
  margin:0px;
  padding:0px 0px 0px 5px;
  text-decoration:none;
}
#navcontainer a span {
  float:left;
  display:block;
  background:url("navbar/images/tabrightJ.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navcontainer a span {
  float:none;
}
/* End IE5-Mac hack */
#navcontainer a:hover span {
  color:#FFFFFF;
}
#navcontainer a:hover {
  background-position:0% -42px;
}
#navcontainer a:hover span {
  background-position:100% -42px;
}
#navcontainer a#current span {
  background:url("navbar/images/tabrightI.gif") no-repeat left top;
  background-position:100% -42px;
  color:#FFFFFF;
}
#navcontainer a:link#current,
#navcontainer a:visited#current,
#navcontainer a:hover#current {
  background:url("navbar/images/tableftI.gif") no-repeat left top;
  background-position:0% -42px;
}

/* Common CSS for on-hover tooltip feature */
a.tooltip {
  position: relative; /*this is the key*/
  z-index:10;
  color:#000;
  text-decoration:none;
}
a.tooltip:hover  {
  z-index:100;
  text-decoration:none;
}
a.tooltip span {
  display: none;
}
a.tooltip:hover span {
  /*the span will display just on :hover state*/
  z-index:100;
  color:#033666;
  font-style:normal;
  font-size:.8em;
  line-height: 125%;
  display:block;
  position:absolute;
  border:1px solid #C8DAF7;
  background-color:#E5EFFF;
  padding:4px;
  text-align: left;
  text-decoration:none;
  left:-20px;
  top:10px;
  min-width:150px;
}
/* End of common CSS for on-hover info feature */

/* End of Common Plugin CSS */

/* Forum Plugin specific CSS */
.codeblock  { 
  background-color:#ECE9D8; 
  color:#000;
  width: 550px;
  height: 160px;
  overflow: auto;
  min-height: 50px;
  max-height: 120px;
  margin: 5px 0px 5px 5px;
  padding:5px;
  border: 1px dashed black;
}
.quotemain
{
  background:#FAFCFE url('forum/image_set/img_quote.gif') no-repeat top right;
  border: 1px dotted #000;
  border-left: 4px solid #8394B2;
  color:#465584;
  padding: 4px;
  margin: 5px auto 8px auto;
}

/* CSS Declarations for Code block feature - default will use the .php one */
div .php { max-height:400px; overflow:auto; height:auto; width:auto; min-height:100px; }
div .html { height:300px; overflow:auto; width:auto; min-height:100px; }  
div .css { height:300px; overflow:auto; width:auto; min-height:100px; }  

/* END of Forum Plugin CSS */


/* START of sitemap Plugin CSS */
#sitemap li{ list-style-type: none;}
#sitemap ul{ list-style-type: circle;}
#sitemap a{ list-style-type: circle;}
#sitemap a:hover { list-style-type: circle;}

.sitemap_category{
  border-left : 3px solid #4aaf49;
  padding-left: 3px ;
  font-weight: bold;
  font-size: 1.2em;
}

/* END of sitemap Plugin CSS */

/* rittal Homepage */

.teaserhead  {
    text-align: left;

    padding: 3px 4px 3px 8px;
    font-size: 8pt;
    line-height: 10pt;
    font-weight:bold;
    color: #333;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
}

.teaserheadback {
/*    background-image:url(img/teaserheadback.jpg); */
    background-color:#BEDDF9;
}

.teaser {
    text-align: left;
    padding: 3px 4px 3px 0px;
    font-size: 8pt;
    font-weight:normal;
    color: #333;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;

}



.teaserback {
    background-image:url(/images/library/Image/teaserback.jpg);
    background-color:#F8F8F8;

}
.teaser a, .teaser:link {
    text-decoration: none;
}

.teaser li {
    list-style-type:none;
    background-image:url(/images/library/Image/nav/pfeil_teaser.gif);
    background-repeat:no-repeat;
    padding: 0px 0px 0px 14px;
    margin: 0px;
}

.teaser ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    list-style-position: outside;

}

.teaserbild {
        border-left: 1px solid #fff;
}

.textleft {
    font-size: 8pt;
    text-align:right;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    }

.left {
    background-image:url(/images/library/Image/back_left.jpg);
    }

.home_marginal {
    padding: 6px 4px 0px 6px;
    font-size: 9pt;
}

.home_marginal .marginalhead {
    text-align: left;
    background-color: #DA027F;
    padding: 4px 4px 4px 10px;
    font-size: 8pt;
    font-weight:bold;
    color: #fff;
    border-top: 1px solid #CECECE;
    border-right: 1px solid #CECECE;
    border-left: 1px solid #CECECE;
}

.home_marginal .marginalbox_home{
    background-color:#FFF;
    text-align: left;
    font-size: 8pt;
    padding: 4px 4px 4px 0px;
    border: 1px solid #CECECE;
}

td.marginalbox_home li  { /* .marginalbox li a, */
    list-style-type:none;
    background-image:url(/images/library/Image/nav/arrow_marginal.gif);
    background-repeat:no-repeat;
    margin: 1px 0px 1px 8px;
    padding: 0px 0px 3px 12px;
}


td.marginalbox_home, .marginalbox_home a:link, .marginalbox_home a{
    font-size: 8pt;
}

.marginalbox_home a:link, .marginalbox a{
    font-size: 8pt;
    text-decoration: none;
}

.marginalbox_home a:hover {
    font-size: 8pt;
    text-decoration: underline;
}

.marginalbox_home ul {

    margin: 0px;
    padding: 0px;
    list-style-type: none;
    list-style-position: outside;
}

/* All */

#all {
    float: left;
    width: 991px;
/*    background-color:#0066FF; */
}


/* Head */

#rittal {
    position:absolute;
    left:34px;
    top:18px;
    width:56px;
    height:93px;
    z-index: 100;
}


#headback {
    position:absolute;
    left:0px;
    top:0px;
    width:987px;
    height:128px;
    z-index: 1;
}
/* Blue bar */
#backbar {
    position:absolute;
    left:0px;
    top:129px;
    width:100%;
    height:65px;
    background-color: #AAD6F1;
    z-index: -1;
    background-image:url(/images/library/Image/line_back.jpg);
}

/* Headline */

#bar {
    position: absolute;
    top: 128px;
    left: 0px;
/*    width: 797px; */
    width: 987px;
    height: 65px;
    background-image:url(/images/library/Image/headline_back.jpg);
/*    background-color:#33CCFF; */
    z-index: 10;
    }

#bar h1 {
    position:relative;
    top: 15px;
    left: 217px;
    width: 400px;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    color: #333;
    z-index: 10;
}

#bar h2 {
    position:relative;
    top: 15px;
    left: 217px;
    width: 400px;
    font-size: 9pt;
    font-weight: normal;
    z-index: 10;
    }

#top_ {
    width: 991px;
    height: 193px;
    float: left;
    z-index:10;
/*    background-color:#CC9966; */
}

#find {
    position: absolute;
    top: 156px;
    left: 804px;
    width:185px;
    height:40px;
    z-index:100;
    }

.eingabe {
    width: 120px;
    border: 1px solid #676767;
    font-size: 10px;
    padding: 2px;
}

.eingabe2 {
    width: 400px;
    border: 1px solid #676767;
    font-size: 10px;
    padding: 2px;
}

.go {
    border: 1px solid #676767;
    font-size: 10px;
    font-size: 10px;
    padding: 1px;
}

/* Leftnav */

#leftnav {
  position: absolute;
  left: 0;
  width: 196px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica,sans-serif;
}

/* Content mit Marginalspalte*/

#content_marginal {
    float: left;
    width: 600px;
/*    background-color:#CCFF99; */
    background-image:url(/images/library/Image/content_schatten.jpg);
    background-repeat:no-repeat;
    padding-top: 22px;
    padding-bottom: 48px;
}

/* Listenpunkte */
#content_marginal ul {
    /* font-size: 0.75em;
    line-height:1.4em;*/
    margin: 0px 0px 0px 0px;
    padding-left:1.2em;
    padding-bottom:0.8em;
    list-style-image: url(img/list_1.gif);
}

/* Abstand zwischen Textblken */
.pic_text br, .text_pic br, .text br, .text40_60 br, .text50_50 br {
    line-height: 11pt;
}

/* Links im Content */

.pic_text a, .pic_text a:link, .text a, .text a:link, .text40_60 a, .text40_60 a:link, .text50_50 a, .text50_50 a:link, .link1 a:link {
    background-image:url(img/pic/nav_text.gif);
    background-repeat:no-repeat;
    text-decoration: none;
    font-weight: bold;
/*    color: 336699; */
    padding:0px 2px 0px 11px;
    font-size: 10pt;
    color: #29537C;
    line-height: 11pt;
}

a.cat_link {
    display:block;
    margin:0px;
    line-height: 13pt;
}

.pic_text a:hover, .text a:hover, .text40_60 a:hover, .text50_50 a:hover, .link1 a:hover {
    text-decoration: underline;
    color: 336699;
}

/*  Content Text*/

p.text, dl.pic_text dd, dl.text_pic dt {
    line-height: 14pt;
}

p.text {
    display:inline;
    width: 560px;
    float: left;
    margin: 0px 13px 18px 22px;
    }

/* Content - Headbild */


p.image {
    margin: 0px 13px 18px 22px;
    }

/* Content - Blke */


/* Rahmen um Bilder */

dt img {
    border: 1px solid #CECECE;
}

.pic_text {
    float: left;
    display:inline;
    margin: 0px 13px 18px 22px;
}

dl.pic_text dt{
    float: left;
    display: block;
    width: 195px;
    font-size: 8pt;
    }

dl.pic_text dd{
    float: left;
    display: block;
    width: 320px;
    line-height: 14pt;
}

dl.pic_text strong {
    font-size: 10pt;
    line-height: 14pt;
    color: #555555;
}

dl.pic_text ul {
    list-style-position:outside;
    list-style-type:square;
    }

dl.pic_text li {
    margin: 12px 0px 0px 4px;
}

.text_pic {
    float: left;
    display:inline;
    margin: 0px 13px 18px 22px;
}

dl.text_pic dt{
    float: left;
    display: block;
    width: 400px;
    }

dl.text_pic dd{
    float: left;
    display: block;
    width: 165px;
}

/* Zweispaltig 40 60 */

.text40_60 {
    float: left;
    display:inline;
    margin: 0px 15px 18px 24px;
}

dl.text40_60 dt{
    float: left;
    display: block;
    width: 180px;
    line-height: 14pt;
    font-size: 8pt;
    padding-right:20px;
    }

dl.text40_60 dd{
    float: left;
    display: block;
    width: 315px;
    line-height: 17pt;
}

dl.text40_60 strong {
    font-size: 10pt;
    line-height: 14pt;
    color: #555555;
}

dl.text40_60 ul {
    list-style-position:outside;
    list-style-type:square;
    }

dl.text40_60 li {
    margin: 12px 0px 0px 4px;
}

/* Zweispaltig 50 50 */

.text50_50 {
    float: left;
    display:inline;
    margin: 0px 15px 18px 24px;
}

dl.text50_50 dt{
    float: left;
    display: block;
    width: 250px;
    line-height: 14pt;
    }

dl.text50_50 dd{
    float: left;
    display: block;
    width: 250px;
    line-height: 17pt;
    margin-left: 25px;
}

dl.text50_50 strong {
    font-size: 10pt;
    line-height: 14pt;
    color: #555555;
}

dl.text50_50 ul {
    list-style-position:outside;
    list-style-type:square;
    }

dl.text50_50 li {
    margin: 12px 0px 0px 4px;
}


/* Content - Link・ersicht */

dl.links {
    display: inline;
    float: left;
    width: 250px;
    margin: 0px 13px 18px 22px;
}

dl.links dt{
    float: left;
    display: block;
    width: 86px;
}

dl.links dd{
    display: block;
}

dl.links a, dl.links a:link {
    text-decoration: none;
    color: #336699;
}

.links a strong, .links a:link strong{
    font-size: 10pt;
    text-decoration: none;
    color: #29537C;
}

dl.links a:hover {
    text-decoration: underline;
}

.li_arrow {
    color: #DA027F;
    font-weight: bold;
    font-size:10pt;
}

/* Content */

.advice {
    display: block;
    margin: 0px;
    padding: 7px 12px 8px 12px;
    background-image:url(/images/library/Image/advice.jpg);
    color: #000;
    font-size: 9pt;
    border: 1px solid #cecece;
    }

.advice strong {
    font-size: 9pt ! important;
}

.advice br {
    line-height: 6pt;
}

#content_ dl.pic_text strong {
    fontsize: 10pt;
    line-height: 14pt;
    color: #555555;
}

#content dl.pic_text ul {
    list-style-position:outside;
    list-style-type:square;
    }

#content dl.pic_text li {
    margin: 12px 0px 0px 4px;
}


/* Marginal */

#marginal {
    display: block;
    font-size: 8pt;
    color: #fff;
    float: left;
    width: 191px;
    background-image:url(/images/library/Image/marginal_schatten.jpg);
    background-repeat:no-repeat;
    padding-top: 6px;
}

#marginal p.infobanner {
    margin: 10px 7px 6px 4px;
}


/* Marginalbox */


ul.box {
    width: 180px;
    background-color:#fff;
    margin: 14px 7px 12px 4px;
    padding: 0px;
}

ul.box li {
    display: inline;
}

ul.box_head {
    text-align: left;
    background-color:#DA027F;
    padding: 4px 4px 3px 6px;
    font-size: 11px;
    font-weight:bold;
    border: 1px solid #DA027F;
    color: #fff;
}

ul.box_content {
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-top: 1px solid #DA027F;
    font-size: 8pt;
}

ul.box_content li {
    display: block;
}

.box_content li {
    list-style-type:none;
    background-image:url(/images/library/Image/nav/quad_marginal.gif);
    background-repeat:no-repeat;
    margin: 2px 4px 2px 4px;
    padding: 0px 2px 3px 12px;
    color: #333;
}

li.box_content_link {
    list-style-type:none;
    background-image:url(/images/library/Image/nav/arrow_marginal.gif);
    background-repeat:no-repeat;
    margin: 2px 4px 2px 4px;
    padding: 0px 2px 3px 12px;
    color: #333;
}

.box_content a:link, .box_content a, .box_content_link a:link, .box_content_link a{
    text-decoration: underline;
    color: #336699;
}

.box_content a:hover, .box_content_link a:hover {
    text-decoration: none;
}

.box_thema {
  float:left;
  margin-bottom:20px;
  padding-right:20px;
  width:175px;
}
.box_thema_1 {
  float:left;
  margin-bottom:20px;
  width:175px;
}
.box_thema_bild {
  border:1px solid #CCCCCC;
  float:left;
  width:173px;
}
.box_thema_bild img {
  float:left;
}
.box_thema_txt {
  float:left;
  font-size:12px;
  line-height:14px;
  padding-top:8px;
  width:175px;
}
.box_thema_txt strong {
  background-image:url(/images/box_pink.gif);
  background-repeat:no-repeat;
  color:#1F89C9;
  display:block;
  font-size:12px;
  line-height:14px;
  padding-bottom:4px;
  padding-left:14px;
  width:160px;
}
.box_thema_txt strong a:link, .box_thema_txt strong a:visited {
  color:#1F89C9 !important;
  text-decoration:none;
}
.box_thema_txt strong a:hover {
  color:#1F89C9;
  text-decoration:underline;
}
.box_thema_txt a:link, .box_thema_txt a:visited {
  color:#333333 !important;
  font-size:12px;
  text-decoration:none;
}
.box_thema_txt a:hover {
  color:#333333;
  font-size:12px;
  text-decoration:underline;
}
.box_marginal_themen {
  color:#333333;
  float:left;
  margin-bottom:15px;
  margin-left:7px;
  width:178px;
}

table.box_einstieg_txt_thema a {
  background-image:url(/images/box_pink.gif);
  background-repeat:no-repeat;
  color:#1F89C9 !important;
  font-size:12px;
  line-height:14px;
  padding-left:15px;
  padding-right:5px;
  text-decoration:none;
}

/* Topnav */

a.topnav {
    text-decoration: none;
    color: #000;
}

a.topnav:hover {
    text-decoration: underline;
    color: #000;
}

/*  Footer  */
#footer {
    width:987px;
    height:46px;
    background-image:url(img/footer_all.png);
    background-repeat:no-repeat;
    font-size: 8pt;
}

#footer a, #footer a:link {
    text-decoration:none;
    color: #336699;
    }

#footer a:hover {
    text-decoration:underline;
    color: #336699;
    }

#footerleft {
    float: left;
}

#footerright {
    width:791px;
    height:46px;
    float:left;
}

/* FLG always at the bottom */
html, body {height: 100%;}
body {margin: 0; padding: 0;}
#around {width: 43em; min-height: 100%; position: relative; z-index:5;}
* html #around {height: 100%;} /* IE Hack f・ 100 % He */
 #footer {position: fixed; bottom: 0; left: 0; width: 100%;}
/*   * html #footer {bottom: -1px;}  N臘hster IE Hack, da bottom: 0; als bottom: 1px interpretiert wird */
   #all {margin-bottom: 2em; float: left; z-index:5;}

/*    body {background-image:url(img/back_quer.jpg);} */
   /*  #aussen {border-right: 1px solid #7C8B3E; border-left: 10px solid #7C8B3E;} */
   #footer {font-size: 8pt; text-align: left; color: #000; padding: 0px 0; font-weight: normal;}
   #all {padding: 0px;} #all {padding: 0px;}}};}

/* Products */
a.produktkatalog:hover {
	background-color:#FFFFFF;
	color:#DA027F;
	font-size:12px;
	text-decoration:none;
}

a.produktkatalog {
	background-color:#DA027F;
	color:#FFFFFF;
	float:left;
	font-size:12px;
	margin-left:15px;
	padding:1px 5px;
}

.head1 {
	background-image:url(img/head_back_1.jpg);
}

.navback {
	background-image:url(img/head_back_2.jpg);
}

.headline {
	padding: 0 2em;
}

.headline_links {
	background-image:url(img/headline_links_back.jpg);
}

.headline_rechts {
	background-image:url(img/headline_rechts.jpg);
}

.headline_suchen {
	background-image:url(img/headline_suchen.jpg);
}

.headlineschatten {
	background-image:url(img/headline_back_schatten.jpg);
	font-size: 1px;
}

.fixedTable {
	table-layout: fixed;
}
.fixedTable td,th {
	overflow: hidden;
}

#bildheadline {
	height:72px;
	left:229px;
	position:absolute;
	top:259px;
	width:529px;
	z-index:10;
}

#bildheadline span {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica,sans-serif;
  color:#FFFFFF;
  font-size:34px;
  font-weight:bold;
  line-height:35px;
}

#bildsubline {
	height:40px;
	left:231px;
	position:absolute;
	top:332px;
	width:528px;
	z-index:10;
}

#bildsubline span {
	color:#FFFFFF;
	font-size:14px;
	line-height:15px;
}

span.headline_sub {
  font-size:9pt;
  left:224px;
  position: absolute;
  top:165px;
  width:400px;
  z-index:10;
}

table.custom_editForm {
	width: 90%;
	border: thin solid #aaaaaa;
	margin: auto;
}

table.custom_editForm th {
	height: 30px;
	width:128px;
	border: thin solid #aaaaaa;
	font-weight: bold;
	padding-left:10px;
	text-align: left;
	vertical-align:middle;
	background-color: #aaccff;
}

table.custom_editForm td {
	height: 30px;
	border: thin solid #aaaaaa;
	text-align: left;
	vertical-align:middle;
}

.attention_mark {
	color: #cc0033;
	font-weight: bold;
	font-size: smaller;
}

table.user_search {
	width: 100%;
	border: thin solid #aaaaaa;
	margin: auto;
}

table.user_search th {
	width: 20ex;
	border: thin solid #aaaaaa;
	font-weight: bold;
	padding-left:10px;
	text-align: left;
	vertical-align:middle;
	background-color: #aaccff;
}

table.user_search td {
	border: thin solid #aaaaaa;
	text-align: left;
	vertical-align:middle;
}

table.user_list {
	width: 100%;
	border: thin solid #aaaaaa;
	margin: auto;
}

table.user_list th {
	border: thin solid #aaaaaa;
	font-weight: bold;
	padding-left:10px;
	text-align: left;
	vertical-align:middle;
	background-color: #aaccff;
}

table.user_list td {
	border: thin solid #aaaaaa;
	text-align: left;
	vertical-align:middle;
}

table.user_view {
	width: 80%;
	border: thin solid #aaaaaa;
	margin: auto;
}

table.user_view th {
	border: thin solid #aaaaaa;
	font-weight: bold;
	padding-left:10px;
	text-align: left;
	vertical-align:middle;
	background-color: #aaccff;
}

table.user_view td {
	border: thin solid #aaaaaa;
	text-align: left;
	vertical-align:middle;
}

table.user_view_in {
	width: 100%;
	margin: auto;
}

table.user_view_in th {
	width: 20ex;
	text-align: right;
}
table.user_view_in td {
	text-align: left;
}

table.download_list {
	width: 80%;
	border: thin solid #aaaaaa;
	margin: auto;
}

table.download_list th {
	border: thin solid #aaaaaa;
	font-weight: bold;
	padding-left:10px;
	text-align: left;
	vertical-align:middle;
	background-color: #aaccff;
}

table.download_list td {
	border: thin solid #aaaaaa;
	text-align: left;
	vertical-align:middle;
}

table.download_list_in {
	width: 100%;
	margin: auto;
}

.nav_link {
	margin-left: auto;
	margin-right: 2ex;
}