/*
 * $Id: style_modern.css,v 1.3 2004/10/27 12:13:21 criss Exp $
 */
body {
    margin: 0;
    padding: 0;
    background-image : url(pictures/background_main.png);
    background-repeat : repeat-y;
    background-color: #e6e6e6;
}

body, table {
    color: #444;
    text-align : left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
}

table {
    margin : 0;
    padding : 0;
}

th {
    text-align: left;
    font-weight: bold;
}

#navigation_left {
    position: absolute;
    left: 0;
    top: 100px;
    width: 200px;
}

#heading {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 800px;
    height: 81px;
}

#footer {
    text-align: center;
    font-weight: normal;
    color: #bbb;
    clear: left;
}

#footer img {
    vertical-align: middle;
}

#footer hr {
    border: solid 1px #b2b2b2;
    width: 100%;
}

#main {
    position: absolute;
    left: 200px;
    top: 100px;
    width: 530px;
    padding-top: 0px;
    padding-left: 15px;
}

#main table th, td {
    vertical-align: top;
}

#main textarea {
    border-top: solid 1px #c6be8c;
    border-right: solid 1px #f7f7ef;
    border-bottom: solid 1px #f7f7ef;
    border-left: solid 1px #c6be8c;
    color: #444;
}

#main input[type=text], input[type=password] {
    border-top: solid 1px #c6be8c;
    border-right: solid 1px #f7f7ef;
    border-bottom: solid 1px #f7f7ef;
    border-left: solid 1px #c6be8c;
    color: #444;
    font-weight: bold;
}

#main fieldset {
    padding: 10px;
}

input[type=submit], input[type=reset], input[type=button] {
    border: solid 1px #f7f7ef;
/*  background-color: #f7f7ef;*/
    background-color: #fff;
    padding: 5px 3px 5px 3px;
}

input[type=submit]:hover, input[type=reset]:hover,
    input[type=button]:hover {
    padding: 5px 3px 5px 3px;
    border: solid 1px #c6be8c;
    background-color: #fff;
}

select optgroup {
    font-weight: bold;
    font-style: normal;
}

select option {
    font-weight: normal;
}

#main fieldset legend {
    font-weight: bold;
}

#main fieldset {
    border-top: solid 1px #c6be8c;
    border-right: solid 1px #f7f7ef;
    border-bottom: solid 1px #f7f7ef;
    border-left: solid 1px #c6be8c;
}

#main ul {
    list-style-type: none;
}

a:link    { text-decoration: none; }
a:hover   { text-decoration: none; }
a:visited { text-decoration: none; }

#footer a:link {
    text-decoration: none;
    color: #88f;
}

#footer a:visited {
    text-decoration: none;
    color: #88f;
}

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

a.internal:after {
    content: url(pictures/link_internal.png);
}

a.external:after {
    content: url(pictures/link_external.png);
}

a.download:after {
    content: url(pictures/link_download.png);
}

div.article p {
    margin-top: 0px;
}

div.article h1 { font-size: 15px; }
div.article h2 { font-size: 15px; }
div.article h3 { font-size: 14px; }
div.article h4 { font-size: 13px; }

div.article h1, div.article h2, div.article h3, div.article h4 {
/*  font-variant: small-caps; */
    margin-top: 0px;
    margin-bottom: 7px
}

div.article h2:before, div.article h3:before, div.article h4:before {
    content: url(pictures/symbol_shaft.png);
}

div.article h1 { color: #e50a0e; }

div.article .note {
    border: dotted 2px #0ab9e5;
    background-color: #abd9e5;
    width: 100%;
}

div.article a:link, div.article a:visited, div.article a:hover {
    color: #000;
}

div.article a:hover {
    background-color: #cccccc;
}

div.article img {
    border: solid 1px #b2b2b2;
}

div.article img.float_right {
    margin: 0 0 10px 10px;
    float: left;
}

div.article img.float_left {
    margin: 0 10px 10px 0;
    float: left;
}

.clear_left {
    clear: left;
}

#bannerTop {
    position: relative;
}

#adsLeft {
    position: relative;
    left: 13px;
}

#adsRight {
    position: relative;
    top: 77px;
    left: 800px;
}

#adsBottom {
    position: relative;
    left: 20px;
    text-align: center;
}
