@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 
 * @creator       YAML Builder V1.2b (http://builder.yaml.de)
 * @-yaml-minver  3.1
 */

/* **************************************************************************** */
/* import core styles | Basis-Stylesheets einbinden | ../yaml/core/slimbase.css */
/* Don't modify this section - insert overrides below */
/* **************************************************************************** */
/* "Yet Another Multicolumn Layout" v3.1 (c) by Dirk Jesse (http://www.yaml.de)
* $Revision: 343 $ $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $ */
@media all {
*{margin:0;padding:0}
option{padding-left:.4em}
select{padding:1px}
* html body *{overflow:visible}
* html iframe,* html frame{overflow:auto}
* html frameset{overflow:hidden}
html{height:100%;margin-bottom:1px}
body{font-size:100.01%;color:#000;background:#fff;text-align:left}
fieldset,img{border:0 solid}
ul,ol,dl{margin:0 0 1em 1em}
li{margin-left:.8em;line-height:1.5em}
dt{font-weight:700}
dd{margin:0 0 1em .8em}
blockquote{margin:0 0 1em .8em}
blockquote:before,blockquote:after,q:before,q:after{content:""}
#header{position:relative}
#topnav{text-align:right}
#header #topnav{position:absolute;top:10px;right:10px}
#header,#nav,#main,#footer{clear:both}
#col1{float:left;width:200px}
#col2{float:right;width:200px}
#col3{width:auto;margin:0 200px}
#col1_content,#col2_content,#col3_content{position:relative}
.clearfix:after{content:".";display:block;font-size:0;height:0;clear:both;visibility:hidden}
.clearfix{display:block}
.floatbox{overflow:hidden}
#ie_clearing{display:none}
.subcolumns{width:100%;overflow:hidden}
.subcolumns_oldgecko{width:100%;float:left}
.c50l,.c25l,.c33l,.c38l,.c66l,.c75l,.c62l{float:left}
.c50r,.c25r,.c33r,.c38r,.c66r,.c75r,.c62r{float:right;margin-left:-5px}
.c25l,.c25r{width:25%}
.c33l,.c33r{width:33.333%}
.c50l,.c50r{width:50%}
.c66l,.c66r{width:66.666%}
.c75l,.c75r{width:75%}
.c38l,.c38r{width:38.2%}
.c62l,.c62r{width:61.8%}
.subc{padding:0 .5em}
.subcl{padding:0 1em 0 0}
.subcr{padding:0 0 0 1em}
.equalize,.equalize .subcolumns{overflow:visible;display:table;table-layout:fixed}
.equalize .c50l,.equalize .c25l,.equalize .c33l,.equalize .c38l,.equalize .c66l,.equalize .c75l,.equalize .c62l,.equalize .c50r,.equalize .c25r,.equalize .c33r,.equalize .c38r,.equalize .c66r,.equalize .c75r,.equalize .c62r{display:table-cell;vertical-align:top;float:none;margin:0;overflow:hidden}
.skip,.hideme,.print,dfn{position:absolute;left:-1000em;top:-1000em}
.skip:focus,.skip:active{position:static;left:0;top:0}
}

/* **************************************************************************** */
/* import screen layout | Screen-Layout einbinden */
/* Add in any other YAML templates here */
/* **************************************************************************** */

/* **************************************************************************** */
/* @import url(../yaml/navigation/nav_shinybuttons.css); */
/* Prefer NOT to alter this */
/* Can replace this section with nav_slidingdoors.css to get tabs */
/* **************************************************************************** */
@media all
{
  .hlist {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width: 100%;
    overflow: hidden;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float: left;
    display: inline;
    /* (en|de) Bugfix: IE - collapsing horizontal margins */
    position:relative;
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: #c0c0c0 url("images/shiny_buttons/background.png") repeat-x center right;
    border-top: 1px #333 solid;
    border-bottom: 1px #333 solid;
    line-height: 0;
  }

  .hlist ul {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    margin: 0 0 0 50px; /* LTR */
    padding: 0;
    border-left: 1px #aaa solid;
    border-right: 1px #fff solid;
  }

  .hlist ul li {
    border-left: 1px #fff solid;
    border-right: 1px #aaa solid;
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
    font-size: 1.0em;
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .hlist ul li a,
  .hlist ul li strong {
    background: transparent;
    color: #000;
    display: block;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 0.5em 0.8em 0.5em 0.8em;
    text-decoration: none;
    width: auto;
  }

  .hlist ul li a:focus,
  .hlist ul li a:hover,
  .hlist ul li a:active  { background: #eee; color: #333; text-decoration: none; }


  .hlist ul li.active {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: #272727 url("images/shiny_buttons/background_active.png") repeat-x center right;
    border-left: 1px #444 solid;
    border-right: 1px #888 solid;
  }

  .hlist ul li.active strong,
  .hlist ul li.active a:focus,
  .hlist ul li.active a:hover,
  .hlist ul li.active a:active { background: transparent; color: #fff; text-decoration: none; }
}



/* **************************************************************************** */
/* import screen layout | Screen-Layout einbinden */
/* Overrides to any templates or styles in this section (until PRINT section below) */
/* **************************************************************************** */

/* **************************************************************************** */
/* @import url(screen/basemod.css); */
/* Insert changes to control Master page layout here */
/* **************************************************************************** */
@media screen, projection
{
  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  /*body { background: #4d87c7 url("images/bg_blue.gif") repeat-x top left fixed; padding: 10px 0; }*/

  /* Layout Alignment | Layout-Ausrichtung */
  .page_margins { margin: 0 auto; }

  /* Layout Properties | Layout-Eigenschaften */
  .page_margins { width: auto;  min-width: 740px; max-width: 100em;}
  .page { padding: 0; }
  #header { padding: 45px 2em 1em 20px; color: #000; background: #fff; }
  #topnav { color: #aaa; background: transparent; }
  #nav { overflow:hidden; }
  div.hlist {  }
  #main { margin: 0; background: #fff; }
  #footer { padding: 10px 20px; color:#666; background: #f9f9f9; border-top: 5px #efefef solid; }

  /* (en) navigation: horizontal adjustment | (de) horizontale Ausrichtung  */
  #nav ul { margin-left: 20px; }

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   */

  #header {
    padding: 0;
    color: #fff;
    /*background: #00438C url(images/pg-bkgrnd.png) repeat-x scroll left top;*/
    background: #00438C;
    height: 92px;
  }
  #logo {
    margin: 0 auto;
    display:block;
  }
  #nav {
    background: #c0c0c0 url("images/shiny_buttons/background.png") repeat-x center right;
    border-top: 1px #333 solid;
    border-bottom: 1px #333 solid;    
  }
  #nav .hlist {
    border-top: 0;
    border-bottom: 0;
  }
  #nav ul { margin-left: 200px; }
  #nav form.wikisearch {
    float:right;
    margin-top:1px;
  }

  #main {
    padding:0;

  }
  #footer {    
    /*background: #00438C;*/
    background: #BEDFF7;
  }

  #col1 { float: left; width: 200px;  margin:0 }
  #col2 { float: right; width: 200px;  margin:0 }
  /*#col3 { width: auto; margin: 0 200px 0 200px}*/
  #col3 {
    width: auto;
    margin: 0;
    border-left: 200px #BEDFF7 solid;
    border-right: 200px #BEDFF7 solid;
    background: #FFF;
  }
  #col1_content { padding: 0 10px 0 10px }
  #col2_content { padding: 0 10px 0 10px }
  #col3_content { padding: 0 10px }

  #content_wrapper { float: left; ; width: 100%; }
  
  /* Dynamic layout changes */
  .hidecol1 #col3, .hideboth #col3 { margin-left: 0; border-left: 6px #BEDFF7 solid; }
  .hidecol1 #col3_content, .hideboth #col3_content { padding-left: 10px; }

  .hidecol2 #col3, .hideboth #col3 { margin-right: 0; border-right:6px #BEDFF7 solid; }
  .hidecol2 #col3_content, .hideboth #col3_content { padding-right: 10px; }

  .hideboth #col1, .hideboth #col2, .hidecol1 #col1, .hidecol2 #col2 { display:none; }  
}


/* **************************************************************************** */
/* @import url(screen/content.css); */
/* Insert changes to control page styles here */
/* **************************************************************************** */
@media all
{
 /**
  * Fonts
  *
  * (en) global settings of font-families and font-sizes
  * (de) Globale Einstellungen fŸr Zeichensatz und Schriftgrš§en
  *
  * @section content-global-settings
  */

  /* (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.01%; }

 /**
  * (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: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
  }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhŠlt Standardschriftgrš§e von 12 Pixeln */
  body {
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 75.00%;
    color: #222;
  }

  /*--- Headings | †berschriften ------------------------------------------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-family: Arial,Helvetica,sans-serif;
    font-weight:normal;
    color:#222;
    color: #00438C;
    margin: 0 0 0.25em 0;
  }

  h1 { font-size: 450%; }                       /* 30px */
  h2 { font-size: 200%; }                       /* 24px */
  h3 { font-size: 150%; }                       /* 18px */
  h4 { font-size: 133.33%; }                    /* 16px */
  h5 { font-size: 116.67%; }                    /* 14px */
  h6 { font-size: 116.67%; }                    /* 14px */

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

  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em; }
  ul li { list-style-type: disc; }
  ul ul li { list-style-type: circle; }

  ol li { list-style-type: decimal; }
  ol ol li { list-style-type: lower-latin; }

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

  dt { font-weight: bold; }
  dd { margin: 0 0 1em 0.8em; }

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

/*  p { line-height: 1.5em; margin: 0 0 1em 0; }*/
  p { line-height: 1.4em;}
  
  blockquote, cite,q {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style:italic;
  }
  blockquote { margin: 0 0 1em 1.6em; color: #666; }

  strong,b { font-weight: bold; }
  em,i { font-style: italic; }

  pre, code, kbd, tt, samp, var { font-size: 100%; }
  pre, code { color: #800; }
  pre { line-height: 1.5em; margin: 0 0 1em 0; }
  kbd, samp, var { color: #666; }
  var { font-style: italic; }

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

  sub, sup { font-size: 91.6667%; }

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

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

  a { color: #4D87C7; background:transparent; text-decoration:none; }
  a:visited  { color: #036; }

  a:focus,
  a:hover,
  a:active { color:#182E7A; text-decoration:underline; }

  /* --- images (with optional captions) | Bilder (mit optionaler Bildunterschrift) ------------------ */

  p.icaption_left { float:left; display:inline; margin: 0 1em 0.15em 0; }
  p.icaption_right { float:right; display:inline; margin: 0 0 0.15em 1em; }

  p.icaption_left img,
  p.icaption_right img { padding:0; border: 1px #888 solid; }

  p.icaption_left strong,
  p.icaption_right strong { display:block; overflow:hidden; margin-top: 2px; padding: 0.3em 0.5em; background: #eee; font-weight: normal; font-size: 91.667%; }

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Generic Content Classes
  *
  * (en) standard classes for positioning and highlighting
  * (de) Standardklassen zur Positionierung und Hervorhebung
  *
  * @section content-generic-classes
  */

  .highlight { color: #f60; }
  .dimmed { color: #888; }

  .info { background: #f8f8f8; color: #666; padding: 10px; margin-bottom: 0.5em; font-size: 91.7%; }

  .note { background: #efe; color: #040; border: 2px #484 solid; padding: 10px; margin-bottom: 1em; }
  .important { background: #ffe; color: #440; border: 2px #884 solid; padding: 10px; margin-bottom: 1em; }
  .warning { background: #fee; color: #400; border: 2px #844 solid; padding: 10px; margin-bottom: 1em; }

  .float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em; }
  .float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em; }
  .center { display:block; text-align:center; margin: 0.5em auto; }

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * 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: auto; border-collapse:collapse; margin-bottom: 0.5em; border-top: 2px #888 solid; border-bottom: 2px #888 solid; }
  table caption { font-variant:small-caps; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed; }

  th,td { padding: 0.5em; }
  thead th { color: #000; border-bottom: 2px #800 solid; }
  tbody th { background: #e0e0e0; color: #333; }
  tbody th[scope="row"], tbody th.sub { background: #f0f0f0; }

  tbody th { border-bottom: 1px solid #fff; text-align: left; }
  tbody td { border-bottom: 1px solid #eee; }

  tbody tr:hover th[scope="row"],
  tbody tr:hover tbody th.sub { background: #f0e8e8; }
  tbody tr:hover td { background: #fff8f8; }
*/
 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Miscellaneous | Sonstiges
  *
  * @section content-misc
  */

 /**
  * (en) Emphasizing external Hyperlinks via CSS
  * (de) Hervorhebung externer Hyperlinks mit CSS
  *
  * @section             content-external-links
  * @app-yaml-default    disabled
  */

  /*
  #main a[href^="http://www.my-domain.com"],
  #main a[href^="https://www.my-domain.com"]
  {
    padding-left: 12px;
    background-image: url('your_image.gif');
    background-repeat: no-repeat;
    background-position: 0 0.45em;
  }
  */
  
  
  /*************/
  /*  My Stuff */
  /*************/
  
  #content_wrapper h1 {
    text-align:center;
    border-bottom:1px solid #AAAAAA;
    padding: 0.3em 0 0.2em 0;
  }
  #content_header {
    margin-bottom: 10px;
  }
  #content_header h1 {
    margin: 0;
  }
  #content_wrapper h2 {
    border-bottom: 1px solid #aaaaaa;
    clear:both;
    padding-top: 0.5em;
    padding-bottom: 0.17em;
    font-size: 183%;
  }

  .wikicmds{
    float: right;
    white-space:nowrap;
  }
  .wikicmds li {
    display:inline;
    margin:0 0.2em;
  }
  .wikicmds ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
  }
  .wikicmds a, .wikicmds a:visited {
    color: #4D87C7;
  }
  .wikicmds a:focus, .wikicmds a:hover, .wikicmds a:active {
    color:#FF9900;
    text-decoration:underline;
  }

  .wikitrail{
    display:block;
  }
  .wikitrail .selflink{
    font-weight:bold;
    color: #ff7f2b;
  }
  .nav_trail {
    width: 100%;
    border: hidden;
  }

  #wikiedit textarea {
    width:100%;
  }

  /* reset tables */
  table { border-top: 0; border-bottom: 0; }
  table.center { display: table; }
  /* tables */
  
  
  /* Links */
  a.wikilink,
  a.selflink,
  a.nav_link,
  a.urllink{
    font-weight: bold;
    align: middle;
    /*text-decoration: underline;*/
  }
  /* Links in the main content area*/
  #content_wrapper a[href $='.pdf'], #rightbar a[href $='.pdf'] { 
     padding-right: 18px;
     background: transparent url(/w/pub/skins/mailasail132/css/images/icon_pdf.gif) no-repeat center right;
  }
  #content_wrapper a.urllink[href^="mailto:"], #rightbar a.urllink[href^="mailto:"] {
    padding-right: 18px;
    background: transparent url(/w/pub/skins/mailasail132/css/images/icon_mailto.gif) no-repeat center right;
  }
  #content_wrapper a.nav_link, #rightbar a.nav_link {
    font-weight: bold;
    /*text-decoration: underline;*/
    padding-right: 15px;
    background: transparent url(/w/pub/skins/mailasail132/css/images/arrow_up.gif) no-repeat center right;
  }
  #content_wrapper a.urllink, #rightbar a.urllink {
    font-weight: bold;
    /*text-decoration: underline;*/
    padding-right: 10px;
    background: transparent url(/w/pub/skins/mailasail132/css/images/icon_external_dark.gif) no-repeat top right;
  }  

  /* Main styles */
  .vspace {
    margin-top:0.8em;
  }
  hr {
    display: none;
  }
  div.hr {
    border-top: 1px solid #aaaaaa;
    margin-top: 7px;
    margin-bottom: 7px;
  }
 
  /********** sidebar **************/
  /* Based on the vlist style from YAML */
  
  #col1_content {padding-left: 0; padding-right:0;}
  #col1_content p {padding-left: 10px;}

  /* title */
  .vlist h2 {
    font-family:  Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 130%;
    width: 95%;
    padding: 5px 0px 5px 5%; /* LTR */
    margin:0;
    color: #222;
    background-color: #94C0F7;
    clear: both;
  }

  .vlist {
    width: 100%;
    overflow: hidden;
    margin: 0 0 1.5em 0;
    list-style-type: none;
/*    border-bottom: 2px #ddd solid;*/
  }

  .vlist .vspace{
    margin: 5px 0;
    float: left;
    width: 100%;
  }

  .vlist ul {
    list-style-type: none;
    margin:0;
    padding: 0;
  }

  .vlist li {
    float:left; /* LTR */
    width: 100%;
    margin:0;
    padding: 0;
  }

  .vlist li a {
    display:block;
    padding: 3px 0px 3px 10%;
    text-decoration: none;
    border-bottom: 1px #FF9900 solid;
  }

  .vlist a,
  .vlist a:visited {
    color: #222;
  }


  /* active list element */
  .vlist li a.selflink {
    color: #FF9900;
    font-weight: bold;
  }

  /* Level 1 */
  .vlist li a { width: 95%; padding-left: 5%; } /* LTR */

  .vlist li a:focus,
  .vlist li a:hover,
  .vlist li a:active { background-color:#FF9900; color: #fff; }

  /* Level 2 */
  .vlist li ul li a { width: 90%; padding-left: 10%; } /* LTR */
/*
  .vlist li ul li a, 
  .vlist li ul li a:visited { background-color:#f8f8f8; color: #333; }
  .vlist li ul li a:focus,
  .vlist li ul li a:hover,
  .vlist li ul li a:active { background-color:#a88; color: #fff; }
*/
  /* Level 3 */
  .vlist li ul li ul li a { width: 85%; padding-left: 15%; } /* LTR */
/*
  .vlist li ul li ul li a,
  .vlist li ul li ul li a:visited{ background-color:#f0f0f0; color: #222; }
  .vlist li ul li ul li a:focus,
  .vlist li ul li ul li a:hover,
  .vlist li ul li ul li a:active { background-color:#a88; color: #fff; }
*/
  /* Level 4 */
  .vlist li ul li ul li ul li a { width: 80%; padding-left: 20%; } /* LTR */
/*
  .vlist li ul li ul li ul li a,
  .vlist li ul li ul li ul li a:visited { background-color:#e8e8e8; color: #111; }
  .vlist li ul li ul li ul li a:focus,
  .vlist li ul li ul li ul li a:hover,
  .vlist li ul li ul li ul li a:active { background-color:#a88; color: #fff; }
*/

  /* =================== */
  /* left sidebar        */
  /* =================== */

  #sidebar .vlist h2 {
    -moz-border-radius-topleft: 10px; 
    -moz-border-radius-topright: 10px;
    -webkit-border-radius-topleft: 10px; 
    -webkit-border-radius-topright: 10px;    
  }

  /* =================== */
  /* end left sidebar    */
  /* =================== */
  
  /* =================== */
  /* right sidebar        */
  /* =================== */
  #rightbar {
    background-color:#BEDFF7; 
    border: none; 
    margin-top: 0; 
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: top;
  }
  #rightbar .sidehead { 
    color:#000; 
    margin-top: 1em; 
  }
  #rightbar p.sidehead { 
    color:#000; 
    margin-top: 1em; 
  }
  
  /* ------------------- */
  /* rightbar news       */
  /* custom wiki markup: */
  /* >>newshead<<        */
  /* >>newsbody<<        */
  #rightbar .newshead {
    -moz-border-radius-topleft: 10px; 
    -moz-border-radius-topright: 10px;
    -webkit-border-radius-topleft: 10px; 
    -webkit-border-radius-topright: 10px;
    background-color: #87C0E5; 
    color: #900;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    margin: 40px 7px 0px 7px;
    padding: 5px;
    width: 90%;
  }
  #rightbar .newshead p {
    color: #900;
    padding-left: 5px;
  }
  #rightbar .newshead a {
    color: #900;
    text-decoration: none;
  }
  #rightbar .newshead a:hover {
    background-color: #87C0E5;
    color: #900;
    text-decoration: underline;
  }
  #rightbar .newsbody {
    -moz-border-radius-bottomleft: 10px; 
    -moz-border-radius-bottomright: 10px;
    -webkit-border-radius-bottomleft: 10px; 
    -webkit-border-radius-bottomright: 10px;
    background-color: #FFF; 
    color: #000;
    display: block;
    font-weight: normal;
    margin: 0px 7px 0px 7px;
    padding: 5px;
    width: 90%;
  }
  #rightbar .newsbody ul {
    color: #333;
    list-style: none;
    margin: 0;
    padding: 0px 4px;
  }
  #rightbar .newsbody ul li {
    color: #333;
    margin: 0;
    list-style: inherit;
    padding: 0px 2px 4px 0px;
  }
  #rightbar .newsbody ul li a {
    color: #333;
    font-weight: normal;
    padding: 0px;
  }
  #rightbar .newsbody ul li a:hover {
    background-color:#FFFFFF;
    color:#000000;
    text-decoration: underline;
  }
  #rightbar .newsbody a.urllink {
    background: none;
    border: none;
    color: #333;
    font-weight: normal;
    padding: 0px;
    text-decoration: none;
  }
  #rightbarfooter {
    border-top:0px solid #999; 
  }
  /* =================== */
  /* end right sidebar   */
  /* =================== */

  /* footer hlist */
  
  .hlist_footer ul, .hlist_footer ul li {
     list-style: none;
     margin: 0;
     padding: 0;
  }
  
  .hlist_footer ul {
    text-align: center;
  }
  
  .hlist_footer ul li {
    display: inline;
    padding: 0;
    border-left: 1px #fff solid;
    border-right: 1px #aaa solid;
  }
  
  .hlist_footer ul li.last {
      margin-right: 0;
  }
   
  .hlist_footer li a {
     padding: 5px 1em;
  }
  .hlist_footer ul li a:focus,
  .hlist_footer ul li a:hover,
  .hlist_footer ul li a:active  { background: #94C0F7; color: #333; text-decoration: none; }


  /* Generic PmWiki Styles */
  /*******************/
  .leftnote, .leftfloat {
    float: left;
    margin: 0px 5px 0px 0px;
  }
  .rightnote, .rightfloat {
    float: right;
    margin: 0px 0px 0px 5px;
  }
  .leftnote, .centernote, .centerindentnote, .rightnote {
    width: 300px;
    background-color:#ffffcc;
    border: 1px solid red;
    padding: 2px 5px 2px 5px;
    overflow: hidden;
  }
  .centernote {
    width: 70%;
    margin: 0px auto;
  }
  .centerindentnote {
    width: auto;
    margin: 0px 20px;
  }
  .clearboth {
    clear:both;
  }
  .highlightbox {
    margin: 0px auto;
    width: auto;
    background-color:#ffffcc;
    border: 1px solid red;
    padding: 2px 5px 2px 5px;
    overflow: hidden;
  }
  table.align_top td
  {
    vertical-align: top;
  }
  
  .alert{
    border: 4px solid #f00;
    background-color:#ffff99;
    margin: 0.5em 2em 0.5em 2em;
    padding:5px 10px 5px 10px;
    color:#00b;
  }
  

  /* Weather specific */
  /*******************/
  
  .intro {
    font-weight: bold;
  }
  
  table.center {
    text-align: center;
  }
  
  table.nav_links {
    background-color: #000080;
    border: 1px solid white;
    border-collapse: collapse; 
    margin: 0 auto;
  }
  table.nav_links td {
    color: #ffffff;
    border: 1px solid white;
    padding: 0.2em 0.3em;
  }
  table.nav_links a {
    color: #ffffff;
    font-weight: bold;
  }
  
  /* Wish we could use selectors, but IE6... */
  /* Setup two column table columns */
  table.columns td {
    width: 50%;
  }
  table.columns td.col1 {
    padding: 0 0.3em 0 0;
  }
  table.columns td.col2 {
    padding: 0 0 0 0.3em;
  }
  
  /* Undo column widths */
  table.columns table td {
    width: auto;
  }
  
  table.list {
    /*background-color: #FFFFAA;*/
    border: 2px solid black;
    border-collapse: collapse; 
    margin: 0 auto;
  }
  table.list th {
    font-weight: bold;
  }
  table.list td, table.list th {
    color: black;
    border: 1px solid black;
    padding: 0.2em 0.3em;
  }
  
  table.grid {
    border: 2px solid black;
    border-collapse: collapse; 
    margin: 0 auto;
  }
  table.grid td {
    color: black;
    border: 1px solid black;
    padding: 0.2em 0.3em;
  }
  
  table.grid {
    border: 2px solid black;
    border-collapse: collapse; 
    margin: 0 auto;
  }
  table.grid td {
    color: black;
    border: 1px solid black;
    padding: 0.2em 0.3em;
  }

}



/* **************************************************************************** */
/* import print layout | Druck-Layout einbinden */
/* Sync print_base with YAML, adjust print styles at the end */
/* **************************************************************************** */

/* **************************************************************************** */
/* @import url(../yaml/print/print_base.css); */
/* **************************************************************************** */
@media print
{
 /**
  * @section basic layout preparation
  * @see     http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
  */

  /* (en) change font size unit to [pt] - avoiding problems with [px] unit in Gecko based browsers  */
  /* (de) Wechsel der der Schriftgrš§en-Ma§heinheit zu [pt] - Probleme mit Ma§einheit [px] in Gecko-basierten Browsern vermeiden */
  body { font-size: 10pt; }

  /* (en) Reset Scrollbar-Fix for FF in screenlayout */
  /* (de) ZurŸcksetzen des Scrollbar-Fix for FF aus dem Screenlayout */
  html { height: auto; margin-bottom: 0; }

  /* (en) Hide unneeded container of the screenlayout in print layout */
  /* (de) FŸr den Druck nicht benštigte Container des Layouts abschalten */
  #topnav, #nav, #search { display: none; }

  /* (en) Disable background graphics of links  */
  /* (de) Abschalten evlt. vorhandener Hintergrundgrafiken zur Linkkennzeichnung */
  body a[href^="http:"],
  body a[href^="https:"] {
    padding-left: 0;
    background-image: none;
  }
    
 /**
  * (en) overflow:hidden Bug in print layouts
  * (de) overflow:hidden Bug in Drucklayouts
  *
  * @bugfix
  * @since     3.0
  * @affected  FF2.0, FF3.0, IE7
  * @css-for   all browsers
  * @valid     yes
  */

  .floatbox,
  .subcolumns,
  .subcolums_oldgecko { overflow:visible; display: table; }

  /* (en) Linearising subtemplates */
  /* (de) Linearisierung der Subtemplates */
  .c25l, .c33l, .c38l, .c50l, .c62l, .c66l, .c75l,
  .c25r, .c33r, .c38r, .c50r, .c62r, .c66r, .c75r {
    width: 100%; margin:0; padding: 0; float:none !important; overflow:visible; display:table !important;
  }
  .subc, .subcl, .subcr  { margin: 0; padding: 0; }

  /* (en) make .print class visible */
  /* (de) .print-Klasse sichtbar schalten */
  .print { position: static; left: 0; }

  /* (en) generic class to hide elements for print */
  /* (de) Allgemeine CSS Klasse, um beliebige Elemente in der Druckausgabe auszublenden */
  .noprint { display:none !important; }

  /*------------------------------------------------------------------------------------------------------*/

  /* (en) Avoid page breaks right after headings */
  /* (de) Vermeidung von SeitenumbrŸchen direkt nach einer †berschrift */
  h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }

  /*------------------------------------------------------------------------------------------------------*/

  /* (en) Preparation for optional column labels */
  /* (de) optionale Spaltenauszeichnung */

  #col1_content:before, #col2_content:before, #col3_content:before {
    content: "";
    color:#888;
    background:inherit;
    display:block;
    font-weight:bold;
    font-size:1.5em;
  }
}

/* **************************************************************************** */
/* Your print layout here.  This one based on print_003.css */
/* @import url(../yaml/print/print_base.css); */
/* Edit this to create your own print layout */
/* **************************************************************************** */
@media print
{
  /*------------------------------------------------------------------------------------------------------*/
  /* add your print styles here */

  #col1 { display:none; }
  #col2 { display:none; }
  #col3, #col3_content { width: 100%; margin:0; padding: 0; border:0; }

  /*------------------------------------------------------------------------------------------------------*/

  /* (en) optional output of acronyms and abbreviations*/
  /* (de) optionale Ausgabe von Auszeichnung von AbkŸrzungen */

  /*
    abbr[title]:after, acronym[title]:after { content: '(' attr(title) ')'; }
  */

  /*------------------------------------------------------------------------------------------------------*/

  /* (en) optional URL output of hyperlinks in print layout */
  /* (de) optionale Ausgabe der URLs von Hyperlinks */
  /*
  a[href]:after {
    content:" <URL: "attr(href)">";
    color:#444;
    background:inherit;
    font-style:italic;
  }
  */
}
