a.huge_linkbox {
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    margin: 5px;
    margin-bottom: 40px;
    float: left;
    width: 680px;
    height: 90px;
    background: #093059;
    border-radius: 15px;
    padding: 10px;
    border: 2px solid #ff9600;
}

a.huge_linkbox:hover {
    text-decoration: none;
    background: #497099;
    border: 2px solid #ff9600;
}

div.huge_linkbox_caption {
    margin-top: 10px;
    font-size: 200%;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

p.huge_linkbox_subtitle {
    margin: 0px;
    color: #ffffff;
}


/* 

Stylesheets der Artikelwebseiten 

*/

body.article {
    height: 100%;
    margin: 0px;
    overflow: hidden;
    font-family: Helvetica, Arial, sans-serif;
    color: #024;
}

div.dbg_show_border {
    border: 1px solid #ff0000;
}


/*
 * Titelzeile
 */

div#article_title_bar {
    margin: 0px;
    height: 80px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 35px;
    color: #004466;
    background: #eeeeff;
    background-repeat: no-repeat;
    /*  background-image: linear-gradient(to bottom, #3498db, #2980b9); */
    background-image: linear-gradient(to bottom, #1478bb, #096089);
    /*  border-bottom: 4px solid #47538f;*/
    border-bottom: 4px solid #ff9600;
}


/* Die Box, welche Titel und Subtitel umgibt */

div#article_title_box {
    padding-left: 10px;
    height: 80px;
    display: table-cell;
    vertical-align: middle;
}

div#article_home_button {
    float: left;
    padding: 10px;
}


/* Der Haupttitel */

div#article_title {
    font-size: 26pt;
    color: #fff;
}


/* Der Untertitel */

div#article_sub_title {
    font-size: 12pt;
    color: #fff;
}


/*
 *
 */

a:link {
    color: #0000DD;
}

a:visited {
    color: #000090;
}

a:hover {
    color: #00aa00;
    text-decoration: underline;
}

a:active {
    color: #EE0000;
}

a:focus {
    color: #BBBBBB;
}


/*
 * Artikel Navigationsleiste
 */

div#article_navbar {
    position: absolute;
    top: 4px;
    left: 0px;
    width: 320px;
    bottom: 0px;
    background-color: #FFF;
}

div#article_navbar_fixed {
    position: absolute;
    top: 84px;
    left: 0px;
    width: 320px;
    bottom: 0px;
    background-color: #FFF;
}

div#article_main_with_fixed_sidebar {
    position: absolute;
    margin-top: 4px;
    padding-left: 5px;
    padding-right: 20px;
    top: 80px;
    bottom: 0px;
    left: 325px;
    right: 0px;
    overflow: auto;
    text-align: justify
}

div#article_client_area {
    position: absolute;
    margin-top: 4px;
    top: 80px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: auto;
}

div#article_main {
    position: absolute;
    top: 4px;
    left: 325px;
    right: 0px;
    padding-right: 20px;
    text-align: justify
}

ul.sidebar_toc {
    text-align: left;
    list-style-type: none;
    padding-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

ul.inpage_toc {
    text-align: left;
    list-style-type: none;
    padding-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

h1.article_caption {
    font-size: 20pt;
    border-bottom: 1px solid #AAA;
    color: #07a;
    padding-top: 20px;
}

h2.article_caption {
    font-size: 16pt;
    border-bottom: 1px solid #AAA;
    color: #29c;
}

h3.article_caption {
    text-decoration: underline;
    font-size: 14pt;
    color: #3ad;
}


/* The sction header text in a sidebar. */

h1.navbar_section_title {
    text-align: left;
    padding-left: 50px;
    padding-bottom: 5px;
    margin: 5px;
    line-height: 30px;
    font-size: 15pt;
    color: #ffffff;
}

div.navbar_section_title {
    color: #222;
    width: 300px;
    border-right: 2px solid #47538f;
    border-top: 2px solid #47538f;
    border-radius: 0px 15px 0px 0px;
    margin-top: 10px;
    margin-bottom: -5px;
    background-color: #fff;
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    box-shadow: 8px 8px 4px #888888;
}

div.navbar_section {
    width: 300px;
    border-right: 2px solid #47538f;
    border-bottom: 2px solid #47538f;
    border-right: 2px solid #47538f;
    border-radius: 0px 0px 15px 0px;
    background-color: #e0e0ff;
    text-align: left;
    line-height: 1.3em;
    background-image: linear-gradient(to bottom, #e0e0ff, #efefff);
    background-repeat: no-repeat;
    background-position: bottom right;
    box-shadow: 8px 8px 4px #888888;
    margin: 0px;
}


/*
div.navbar_sharing_section {
  width:300px;
  border-radius: 0px 0px 15px 0px ;
  background-repeat: no-repeat;
  background-position: bottom right;
  margin: -5px 0px 0px 0px;
}
*/

a.navbar_link {
    font-size: 12pt;
    text-decoration: none;
}


/*
 * Footer
 */

div#idFooter {
    border-bottom: 4px solid #47538f;
    border-top: 1px solid #47538f;
    background-color: #EEEEEE;
    height: 60px;
}

div.footer_item {
    padding-left: 10px;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    display: inline-block;
    vertical-align: middle;
    height: 70px;
}

div.title_nav_bar {
    font-size: 18px;
    position: absolute;
    top: 10px;
    right: 50px;
}

div.title_nav_button {
    padding-left: 10px;
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
}

div.footer_nav_button {
    padding-left: 10px;
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
}

div.footer_nav_bar {
    position: absolute;
    right: 50px;
}

.clear {
    clear: both;
}

img#home_image {
    display: block;
    margin: 0 auto;
    padding-top: 5px;
}

a.btn_home {
    /*background-image: linear-gradient(to bottom, #00694f, #42ab9a);*/
    border-radius: 6px;
    color: #fff;
    font-family: Arial;
    width: 60px;
    height: 60px;
    font-size: 12px;
    text-decoration: none;
    display: table-cell;
    border: solid #ff9600 1px;
}

a.btn_home:hover {
    /*  background: #29c285; 
  background-image: linear-gradient(to bottom, #29c285, #24a670);*/
    text-decoration: none;
    border: solid #ffffff 1px;
    border-radius: 6px;
}

a.btn_nav {
    background: #00694f;
    background-image: linear-gradient(to bottom, #00694f, #42ab9a);
    border-radius: 6px;
    color: #fff;
    font-family: Arial;
    font-size: 22px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    display: table-cell;
    border: solid #ff9600 1px;
}

a.btn_nav:hover {
    background: #29c285;
    background-image: linear-gradient(to bottom, #29c285, #24a670);
    text-decoration: none;
    border: solid #ff9600 1px;
}

a.btn_nav_inactive {
    background-color: #c5c5c5;
    border-radius: 6px;
    color: #ffffff;
    display: table-cell;
    /*inline-block;*/
    font-family: Arial;
    font-size: 22px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    vertical-align: middle;
    border: dotted #ff9600 1px;
}

a.btn_nav_inactive:hover {
    background-color: #c5c5c5;
    border-radius: 6px;
    color: #ffffff;
    display: table-cell;
    /*inline-block;*/
    font-family: Arial;
    font-size: 22px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    vertical-align: middle;
    border: dotted #ff9600 1px;
}

a.btn_footer_nav {
    background-color: #00a500;
    color: #ffffff;
    border-radius: 18px 18px 18px 18px;
    width: 80px;
    height: 60px;
    text-align: center;
    display: table-cell;
    /*inline-block;*/
    vertical-align: middle;
    text-decoration: none;
}

a.btn_footer_nav:hover {
    background-color: #77d577;
}

a.btn_footer_inactive {
    background-color: #c5c5c5;
    color: #ffffff;
    border-radius: 18px 18px 18px 18px;
    width: 80px;
    height: 60px;
    text-align: center;
    display: table-cell;
    /*inline-block;*/
    vertical-align: middle;
    text-decoration: none;
}


/* 
 * Syntax highlighting 
 */

.code_cmt {
    color: #008000;
    font-style: italic;
}


/* comment lines */

.code_kw {
    color: Blue;
}


/* keyword */

.code_kw_lib {
    color: #117799;
}

.code_pp {
    color: Navy;
}


/* Preprocessor directives */

.code_str {
    color: #FF0AFF;
}


/* literal strings */

.code_digit {
    color: Navy;
}


/* digits */

.code_fail {
    color: #ee0000;
}

.code_SummaryComment {
    color: #808080;
}

.code_literal {
    color: Navy;
}

.code_pagedirective {
    background-color: yellow;
}

.code_attribute {
    color: red;
}

.code_tag {
    color: #800000;
}

.code_leadattribute {
    color: #800000;
}


/*
 * Allgemeines 
 */

div.inpage_toc {
    border-radius: 5px;
    background-repeat: no-repeat;
    border: 1pt solid black;
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 10px 10px;
    width: 300px;
    background-color: #eeeeee;
    float: left;
}

iframe.article_embedded_webpage {
    position: relative;
    width: 900px;
    height: 700px;
}

div.box_caption {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
    /*  border: 1px solid #cfcfcf; */
    margin-bottom: 5px;
}

div.product_box {
    border: 1px solid #cfcfcf;
    padding: 0px 10px 10px 10px;
    width: auto;
    border-radius: 10px;
    background-color: #f5f5ff;
}

div.article_image {
    background-color: #efefef;
    border-radius: 10px;
    border: 1px solid #aaa;
    padding: 10px;
}


/* Für Gleichungen in den Artikeln */

div.article_eqn {
    border: 1px solid #cfcfcf;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
    padding-left: 1em;
    border: 1pt solid black;
    padding: 10pt;
    width: 90%;
    font-size: 120%;
    padding: 10px;
    border-radius: 10px;
}

div.article_eqn_short {
    border: 2px solid #FFA500;
    margin: 20px;
    color: #ffffff;
    background-color: #112255;
    padding: 10pt;
    width: 600px;
    font-size: 100%;
    padding: 10px;
    border-radius: 10px;
}

pre.article_code {
    background-color: #ffffed;
    color: #018;
    padding-left: 1em;
    border: 1pt solid black;
    font: 12pt "Courier New", Courier, mono;
    padding: 10pt;
    width: 90%;
    border-radius: 10px;
}

div.ad_label_article_footer {
    color: black;
    font-size: 60%;
    text-align: left;
    margin-right: 10px;
}

p.external {
    font-size: 60%;
    padding: 0px;
    margin: 0px;
}

.annotation {
    font-size: 80%;
}

.article_text {
    text-align: justify
}

div.centered {
    width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.gallery_item {
    float: left;
    margin: 10px;
    padding: 10px;
    height: 620px;
    box-sizing: border-box;
    border: 1px solid;
    background-color: #eeeeff;
}

div.gallery_item_long {
    float: left;
    margin: 10px;
    padding: 10px;
    height: 700px;
    box-sizing: border-box;
    border: 1px solid;
    background-color: #eeeeff;
}

img.gallery_image {
    display: block;
    max-width: 480px;
    max-height: 400px;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}


/*
 * CSS Hacks for preloading images
 */

.preload_images {
    width: 0px;
    height: 0px;
    display: none;
}


/*
 * Tabellen
 */

table,
th,
td {
    border: 1px solid black;
    padding: 5px;
}

td,
th.centered {
    text-align: center;
    vertical-align: middle;
}

td,
th.textfield {
    text-align: justify;
    vertical-align: middle;
}

.small {
    font-size: 80%;
}

.noborder {
    border: none;
}

col.two_col {
    width: 500px;
}