/* General Structure */

body, td, th, input { /* redundant rules for bad browsers  */
    font-family: verdana, sans-serif;
    font-size: x-small;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size: small;
}

body {
    background: #ffffff;
    color: #333;
    min-width: 610px;
    margin: 0 0 1em 0;
    padding: 0; /* need for Opera */
}

h1, h2, h3, h4, h5 {
    font-family: arial, verdana, sans-serif;
}
h6 {
    font-family: times, serif;
}

li h1, li h2, li h3, li h4, li h5, li h6 {
    border: none;
}

img {
    border: 0;
}

h1 { font-size: 160%; font-weight: normal; }
h2 { font-size: 150%; font-weight: normal; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 150%; }
    
/* Navigation */

:link { color: #039; }
:visited { color: #636; }
:link:hover, :visited:hover { color: #333; }
:link:active, :link:active { color: #000; }

/* Header */

#header {
    background: #ffffff;
    position: relative;
    height: 110px;
    padding: 0 0px;
    z-index: 1;
}

#header div {
    position: relative;
    max-width: 900px; 
    margin: 0 auto;
}

#header ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#header li {
    float: left;
    margin: 0;
    padding: 0;
}

#header ul a:link,
#header ul a:visited,
#header ul span,
#header ul.allmenu li {
    display: block;
    width: 98px;
    margin: 0;
    padding: 5px 8px;
    text-decoration: none;
}

#header ul li {
    background: url(../images/873292.png) 0 0 no-repeat;
}

#header ul li span,
#header ul li.selected {
    background: url(../images/873292.png) -400px 0 no-repeat;
}
#header ul li a.current,
#header ul li a:hover,
#header ul li.error {
    background: url(../images/873292.png) -200px 0 no-repeat;
}

#header ul li span,
#header ul li a.current {
    text-decoration: none;
}

#site_notice {
    border: 1px dashed salmon;
    padding: 5px;
    margin: 2px;
}

/* page title */

#page-title {
    background: url("../img/rustico/common/bg-header-thin.jpg") repeat-x 50% 0;
}

#page-title div, #container {
    max-width: 900px; 
    margin: 0 auto;
    padding: 25px 50px;
}

#container { padding-top: 0; }

#page-title div {
    background: url("../img/rustico/common/firefox-addons-hdr.jpg") no-repeat 70% 0;
    height: 120px;
} body>#page-title div { height: auto; min-height: 120px; }

#page-title div h2 {
    margin: 0;
    padding-top: 0px;
    border: 0;
    font-size: 280%;
        font-weight: bold;
    color: #bd1d01;
}

#page-title.thunderbird div h2 {
    color: #0a4e96;
}

#page-title div h2 img {
    border: 0;
    vertical-align: middle;
}

#page-title p {
    font-weight: bold;
    color: #3C475B;
    margin: 0 0 10px 61px;
        padding-left: 1em;
    width: 50%;
}


/* content */

#content {
    color: #3c475b;
    line-height: 150%;
    margin-left: 100px;
    margin-right: 100px;
}


.article .de1 {font-weight:normal; background:transparent;color:#000; }
.article .kw1 {color: #a1a100;}
.article .kw2 {color: #000; font-weight: bold;}
.article .kw3 {color: #000066;}
.article .kw4 {color: #f63333;}
.article .co1, .article .co2, .article .coMULTI, .article .co1, .article .co2, .article .coMULTI {color: #808080;}
.article .es0 {color: #000033; font-weight: bold;}
.article .br0 {color: #66cc66;}
.article .st0 {color: #ff0000;}
.article .nu0 {color: #ff33ff;}
.article .me0 {color: #006600;}

.article-container {
    border: 1px solid #ccc;
    background: #ffffee;
    padding: 5px;
    margin: 10px;
    overflow: auto;
    text-align: justify;
}



/* corner box */

.corner-box {
    background: url(../images/573948.png) top left no-repeat;
    margin: 0 0 10px 0;
    padding: 12px 0 12px 15px;
}

.corner-box h2, h3 {
    margin-top: 0;
}

.corner-box a {
    text-decoration: none;
}

/* image box */

.image-box {
    background: url(../images/573949.png) top left no-repeat;
    margin: 0 0 10px 0;
    padding: 12px 0 12px 15px;
}

.image-box h2, h3 {
    margin-top: 0;
}

.image-box a {
    text-decoration: none;
}


/* menu box */

.menu-box {
    font-weight: bold;
    margin-bottom: 5px;
    width: 600px;
}


/* rss */

.rss-link-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.rss-link {
    margin: .4em 10px .8em 0;
    padding-left: 16px;
    background: url(../images/RSS.png) no-repeat left;
    float: left;
}
.rss-container img {
    float: left;
}
.rss-container h3 {
    margin-left: 28px;
    padding-top: 1px;
}


/* error page */
.error-notice {
    margin: 0 auto;
    padding: 10px 80px 20px 80px;
    background: url(../img/warning.png) 20px 20px no-repeat;
    min-height: 48px; /* So the image will show completely, even if the error is short*/
}


/* styles for js actions */

.js-action {
    color: #f7941d;
    cursor: pointer;
    text-decoration: underline;
}


