/*******************************************************************************
** Landesbezogene Farbspezifikationen
** CRNET 2008 www.crnet.de
** 
** 
** Norwegen
** 
** Farbsatz Kräftig
** Blau         #000091
** Rot (dunkel) #910000
** Grün         #17A108
** 
** Farbsatz Hell/Pastell
** Blau         #BCBECC
** Rot          #CCBCBE
** Grün         #BECCBC
** 
** Farben sortieren von dunkel nach hell
** 
** Norwegen:
**     Grün meiden - es muss mit 2 Farben klappen
**
** Referenz und Farbverlauf Menüs:
**     NorwegenFarben.png
** Flyout-Hover #B62F3D
** 
********************************************************************************
*/

body {background:#fff url('BTC_01_FILES/none') repeat-x center top  ; font-family:Trebuchet MS, Trebuchet, verdana, arial }

#header {background-position:    center 50%; background-color: #EEEEEE; background-image:url('BTC_01_FILES/none');height:202px; z-index:5}
#header img.headImg1 {position: absolute;top:0;left:1px;font-size: 208%; z-index:6;}

/* ColorSet2-Box im Header */

#header .REboxHead {float:right; width: 400px; height: 200px; color:#666666; margin:0; padding:0; }

/* planB im Header */

.HOVI {z-index:12; position:relative; float:right; right:1px; top:0; width:417px; height:200px}
#header .RanHeadRan {position: absolute;  float:right; right: 8px; top: 10px; width: 385px; color:#444444; z-index:13;font-size: 92%; }
.RanHeadRan img {z-index:14; }


dd.csc-textpic-caption {background-color: #D8D8F3}

a, #footer a {color: #000091;text-decoration: none;}
a:focus, a:hover, a:active, #footer a:focus, #footer a:hover, #footer a:active {color: #BDBE97;text-decoration: underline;}


/* Submenu links ab Level 2 */

ul#submenu li a {background-color:#D8D8F3;}
ul#submenu li a:hover {background-image: url('BTC_01_FILES/none'); background-color:#BDBE97}

#submenu li#active, #submenu li strong {background-color: #000091;color:#FFFFFF;
                                        background-image: url('DeuKu/LSI.png'); background-repeat: no-repeat; background-position: left center }

/* Sliding Doors */

/**

 * (en) Horizontal list navigation based on "Sliding Door II" from von "A List Apart"
 * (de) Horizontale Navigationsliste basierend auf "Sliding Door II" von "A List Apart"
 *
 * @copyright       Copyright 2005-2007, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.4
 * @revision        $Revision: 130 $
 * @lastmodified    $Date: 2008-04-02 18:35:00 +0700 (Mi, 02 Apr 2008) $
 */

  #nav_main {
    background:#eee url('BTC_01_FILES/bg.gif') repeat-x bottom;
    float: left;
    width: 100%
  }

  #nav_main ul {margin-left: 2px; float: left;}
  
  #nav_main li {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: #eee url('DeuKu/DKleft.gif') no-repeat top left;
    border-bottom: 1px solid #000091;
    float: left;
    padding-left:3px; padding-right:0; padding-top:0; padding-bottom:0
  }

  #nav_main a,
  #nav_main strong {
    background: url('DeuKu/DKright.gif') no-repeat top right;
    color: #000;
    display: block;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;

    /**
     * @bugfix
     * @affected   IE5.x, IE6
     * @css-for    all browsers
     * @valid      yes
     */
    width: auto; /* only IE 5.x */
    width/**/:/**/ .1em; padding-left:8px; padding-right:11px; padding-top:5px; padding-bottom:3px
  }

  /**
   * @bugfix
   * @affected   IE5.x, IE6
   * @css-for    all browsers
   * @valid      yes
   */
  #nav_main > ul a,
  #nav_main > ul strong { width: auto; }  /* for other browsers */

  #nav_main ul li:focus,
  #nav_main ul li:hover,
  #nav_main ul li:active {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background-color: #BDBE97;
    background-position: 0 -150px;
  }

  #nav_main li:focus a,
  #nav_main li:hover a,
  #nav_main li:active a { background-position: 100% -150px; }

  #nav_main a:focus,
  #nav_main a:hover,
  #nav_main a:active { background-color: transparent; color: #fff; }

  #nav_main #current {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: white url('BTC_01_FILES/WTabL.gif') no-repeat top left;
    border: 0px none;
  }

  #nav_main #current a,
  #nav_main #current strong {
    /* (en) This image is mainly transparent */
    /* (de) Dieses Bild ist größtenteils transparent */
    background: url('BTC_01_FILES/WTabR.gif') no-repeat top right;
    color: #333;
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 5px
  }
/***************************
*  Default styles for the
*        EXT rgtabs
* by Ringer Georg (just2b)
***************************/  
.tx-rgtabs-pi1 {background:transparent;}
/* wraps the hole tab */
.rgtabs-wrapper {
  border: 1px solid #ccc;
  background:none;
  overflow:hidden;
  clear:both; padding-left:1.5em; padding-right:1.5em; padding-top:1em; padding-bottom:1em
}
/* add a loading icon */
.rgtabs-wrapper .rgtabs-ajax-loading {
  background:	url('BTC_01_FILES/spinner2No.gif') no-repeat center;; padding-left:0; padding-right:0; padding-top:100px; padding-bottom:100px
}
/* Tab-Menu ul */
.rgtabs-menu  {
  margin: 0;
  padding: 0;
  height: auto;
  width: auto;
  background: transparent;
  list-style:none;
  height:1%;
}
/* Tab-Menu li */
.rgtabs-menu li, #left .rgtabs-menu  li {
  list-style-type: none;
  background: url('DeuKu/DKleft.gif') no-repeat left 0px;
  float: left;
  padding: 0;
  cursor: pointer; list-style-type:none; margin-left:5px; margin-right:-1px; margin-top:0; margin-bottom:0
}	
.rgtabs-menu li:hover, #left .rgtabs-menu  li:hover {background: url('DeuKu/DKleft.gif') no-repeat left 0px; background-position: 0 -150px;}
/* Tab-Menu li.a */
.rgtabs-menu  li a, #left .rgtabs-menu  li a {
  background: url('BTC_01_FILES/FHNright.gif') right 0px no-repeat;
  display: block;
  float: left;
  height: auto;
  line-height: 24px;
  color: #545454;
  padding: 2px 12px 0 14px;
  text-decoration: none;
  outline:0;
}
.rgtabs-menu  li a:hover, #left .rgtabs-menu  li a:hover {background: url('DeuKu/DKright.gif') right 0px no-repeat; background-position: 100% -150px; color: #fff}
/* Selected Tab */
#left .rgtabs-menu  li.rgtabs-selected, .rgtabs-menu  li.rgtabs-selected {
    background: url('BTC_01_FILES/WTabL.gif') no-repeat top left;
}
#left .rgtabs-menu  li.rgtabs-selected a, .rgtabs-menu  li.rgtabs-selected a {
  background: url('BTC_01_FILES/WTabR.gif') no-repeat top right;
  color: #000
}

/* **************************************
Die ganzen weiteren YAML-Und Typo-Formate 
************************************** */



dd.csc-textpic-caption {background-color: #D8D8F3; text-align:center}


/* ####################################
** ### FCE 3 Boxes with rounded edges #
** ####################################
*/
/* green */
* html .REboxGreenContent {height:1%}
.REboxGreenContent {overflow:hidden}
.REboxGreen {display:block; background:transparent; font-weight:normal; margin-bottom:1em;}
.REboxGreen p {margin:0 2px; padding:2px 0; line-height:1.2em;}
.REboxGreenContent {display:block; background:#D8F3D8; border-left:1px solid #009100; border-right:1px solid #009100; padding:0.5em 1em 0.5em 1em;}
.REboxGreenContent h1, .REboxGreenContent h2, .REboxGreenContent h3, .REboxGreenContent h4, .REboxGreenContent h5 {margin-top:0;color: #333}
.rGline1, .rGline2, .rGline3, .rGline4 {display:block; overflow:hidden; font-size:1px;}
.rGline1, .rGline2, .rGline3 {height:1px;}
.rGline2, .rGline3, .rGline4 {background:#D8F3D8; border-left:1px solid #009100; border-right:1px solid #009100;}
.rGline1 {margin:0 5px; background:#009100;}
.rGline2 {margin:0 3px; border-width:0 2px 0 2px;}
.rGline3 {margin:0 2px;}
.rGline4 {height:2px; margin:0 1px 0 1px;}
/* red */
* html .REboxRedContent {height:1%}
.REboxRedContent {overflow:hidden}
.REboxRed {display:block; background:transparent; font-weight:normal; margin-bottom:1em;}
.REboxRed p {margin:0 2px; padding:2px 0; line-height:1.2em;}
.REboxRedContent {display:block; background:#F3D8D8; border-left:1px solid #910000; border-right:1px solid #910000; padding:0.5em 1em 0.5em 1em;}
.REboxRedContent h1, .REboxRedContent h2, .REboxRedContent h3, .REboxRedContent h4, .REboxRedContent h5 {margin-top:0;color: #333}
.rRline1, .rRline2, .rRline3, .rRline4 {display:block; overflow:hidden; font-size:1px;}
.rRline1, .rRline2, .rRline3 {height:1px;}
.rRline2, .rRline3, .rRline4 {background:#F3D8D8; border-left:1px solid #910000; border-right:1px solid #910000;}
.rRline1 {margin:0 5px; background:#910000;}
.rRline2 {margin:0 3px; border-width:0 2px 0 2px;}
.rRline3 {margin:0 2px;}
.rRline4 {height:2px; margin:0 1px 0 1px;}
/* blue */
* html .REboxBlueContent {height:1%}
.REboxBlueContent {overflow:hidden}
.REboxBlue {display:block; background:transparent; font-weight:normal; margin-bottom:1em;}
.REboxBlue p {margin:0 2px; padding:2px 0; line-height:1.2em;}
.REboxBlueContent {display:block; background:#CBCFDE; border-left:1px solid #000091; border-right:1px solid #000091; padding:0.5em 1em 0.5em 1em; height:1%; overflow:hidden;}
.REboxBlueContent h1, .REboxBlueContent h2, .REboxBlueContent h3, .REboxBlueContent h4, .REboxBlueContent h5 {margin-top:0;color: #333}
.rBline1, .rBline2, .rBline3, .rBline4 {display:block; overflow:hidden; font-size:1px;}
.rBline1, .rBline2, .rBline3 {height:1px;}
.rBline2, .rBline3, .rBline4 {background:#CBCFDE; border-left:1px solid #000091; border-right:1px solid #000091;}
.rBline1 {margin:0 5px; background:#000091;}
.rBline2 {margin:0 3px; border-width:0 2px 0 2px;}
.rBline3 {margin:0 2px;}
.rBline4 {height:2px; margin:0 1px 0 1px;}

/* gray */
* html .REboxGrayContent {height:1%}
.REboxGrayContent {overflow:hidden}
.REboxGray {display:block; background:transparent; font-weight:normal; margin-bottom:1em;}
.REboxGray p {margin:0 2px; padding:2px 0; line-height:1.2em;}
.REboxGrayContent {display:block; background:#eee; border-left:1px solid #bbb; border-right:1px solid #bbb; padding:0.5em 1em 0.5em 1em;}
.REboxGrayContent h1, .REboxGrayContent h2, .REboxGrayContent h3, .REboxGrayContent h4, .REboxGrayContent h5 {margin-top:0;color: #333}
.rHline1, .rHline2, .rHline3, .rHline4 {display:block; overflow:hidden; font-size:1px;}
.rHline1, .rHline2, .rHline3 {height:1px;}
.rHline2, .rHline3, .rHline4 {background:#eee; border-left:1px solid #bbb; border-right:1px solid #bbb;}
.rHline1 {margin:0 5px; background:#bbb;}
.rHline2 {margin:0 3px; border-width:0 2px 0 2px;}
.rHline3 {margin:0 2px;}
.rHline4 {height:2px; margin:0 1px 0 1px;}

/* ColorSet1 */
* html .REboxCS1Content {height:1%}
.REboxCS1Content {overflow:hidden}
.REboxCS1 {display:block; background:transparent; font-weight:normal; margin-bottom:1em;}
.REboxCS1 p {margin:0 2px; padding:2px 0; line-height:1.2em;}
.REboxCS1Content {display:block; background:#fff; border-left:1px solid #000091; border-right:1px solid #000091; padding:0.5em 1em 0.5em 1em; height:1%; overflow:hidden;}
.REboxCS1Content h1, .REboxCS1Content h2, .REboxCS1Content h3, .REboxCS1Content h4, .REboxCS1Content h5 {margin-top:0;}
.rC1line1, .rC1line2, .rC1line3, .rC1line4 {display:block; overflow:hidden; font-size:1px;}
.rC1line1, .rC1line2, .rC1line3 {height:1px;}
.rC1line2, .rC1line3, .rC1line4 {background:#fff; border-left:1px solid #000091; border-right:1px solid #000091;}
.rC1line1 {margin:0 5px; background:#000091;}
.rC1line2 {margin:0 3px; border-width:0 2px 0 2px;}
.rC1line3 {margin:0 2px;}
.rC1line4 {height:2px; margin:0 1px 0 1px;}

/* ColorSet2 */
* html .REboxCS2Content {height:1%}
.REboxCS2Content {overflow:hidden}
.REboxCS2 {display:block; background:transparent; font-weight:normal; margin-bottom:1em;}
.REboxCS2 p {margin:0 2px; padding:2px 0; line-height:1.2em;}
.REboxCS2Content {display:block; background:#fff; border-left:1px solid #910000; border-right:1px solid #910000; padding:0.5em 1em 0.5em 1em; height:1%; overflow:hidden;}
.REboxCS2Content h1, .REboxCS2Content h2, .REboxCS2Content h3, .REboxCS2Content h4, .REboxCS2Content h5 {margin-top:0;}
.rC2line1, .rC2line2, .rC2line3, .rC2line4 {display:block; overflow:hidden; font-size:1px;}
.rC2line1, .rC2line2, .rC2line3 {height:1px;}
.rC2line2, .rC2line3, .rC2line4 {background:#fff; border-left:1px solid #910000; border-right:1px solid #910000;}
.rC2line1 {margin:0 5px; background:#B0272B;}
.rC2line2 {margin:0 3px; border-width:0 2px 0 2px;}
.rC2line3 {margin:0 2px;}
.rC2line4 {height:2px; margin:0 1px 0 1px;}

/* FCE 3 Boxes with rounded edges End of standar*/

/*
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img 
{
border-top-width: 2px;
border-right-width-value: 2px;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: 2px;
border-left-width-value: 2px;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: solid;
border-right-style-value: solid;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: solid;
border-left-style-value: solid;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: #D8D8F3;
border-right-color-value: #D8D8F3;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: #D8D8F3;
border-left-color-value: #D8D8F3;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
*/
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {border: 1px solid #D8D8F3}

.news-latest-gotoarchive, .news-latest-container h2, .news-latest-date, .news-list-date, .subcl h2 {visibility:hidden}
/* EOF */