@import url(http://fonts.googleapis.com/css?family=Dosis:800&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,400italic,600&subset=latin,latin-ext);
/*Fira Sans ???*/

a {
    text-decoration: none;
    color: #119937;
}

a:hover {
    text-decoration: underline;
}

body {
    background-color: #f1f1f1;
    font-family: 'Titillium Web', sans-serif;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

body * img {
    border: 0px;
}

form {
    margin: 0;
}

#header {
    margin: auto;
    text-align: center;
    width: 100%;
    background-color: #36b347;
    background-image: url(/_gfx/header_bgd.jpg);
}

#header+* {
    clear: both;
}

#topmenu_holder {
    width: 100%;
    background-color: #444;
    position: relative;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 2px 0px 1px 0px;
    border-top-color: #242;
    border-bottom-color: #111;
}

#topmenubox {
    width: 978px;
    margin: 0px auto;
    text-align: left;
    color: white;
    border-style: solid;
    border-width: 0px 1px;
    border-left-color: #333;
    border-right-color: #444;
}

#topmenubox a {
    outline: 0px;
    display: block;
    float: left;
    color: #aaa;
    line-height: 36px;
    border-style: solid;
    border-width: 0px 1px;
    border-left-color: #555;
    border-right-color: #333;
    padding: 0px 24px;
    font-size: 18px;
    font-family: Dosis, Arial, Helvetica, sans-serif;
    text-shadow: 0px 0px 16px black, 0px 0px 8px black;
    transition: background 2s linear, color 0.5s linear, text-shadow 1s linear, box-shadow 0.2s linear;
    -moz-transition: background 2s linear, color 0.5s linear, text-shadow 1s linear, box-shadow 0.2s linear;
    -webkit-transition: background 2s linear, color 0.5s linear, text-shadow 1s linear, box-shadow 0.2s linear;
    box-shadow: 1px 1px 16px #444 inset;
}

#topmenubox a:hover {
    color: white;
    background-color: #555;
    border-left-color: #666;
    border-right-color: #444;
    text-decoration: none;
    text-shadow: 0px 0px 8px yellow, 0px 0px 8px #dfa;
    transition: background 0.2s linear, color 0.1s linear, text-shadow 2s linear, box-shadow 0.2s linear;
    -moz-transition: background 0.2s linear, color 0.1s linear, text-shadow 2s linear, box-shadow 0.2s linear;
    -webkit-transition: background 0.2s linear, color 0.1s linear, text-shadow 2s linear, box-shadow 0.2s linear;
    box-shadow: 1px 1px 16px black inset;
}

body, td {
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
}

.rpanelform {
    font-weight: normal;
    color: #8a8a8a;
    padding-top: 10px;
    margin: 0px;
}

input.text {
    font-size: 11px;
    width: 150px;
    border-style: solid;
    padding: 3px 2px;
    border-width: 1px;
    border-color: #9714a9;
    margin: 2px 0px;
}

h1 {
    font-size: 36px;
    font-family: Dosis, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 0px;
    color: #3c3;
    color: rgba(0, 255, 0, 0.5);
    font-variant: small-caps;
    text-shadow: 1px 2px 6px #ccc, 0 0 0 black, 1px 2px 6px #ccc;
}

h2 {
    font-family: Dosis, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 24px;
    margin-bottom: 10px;
    color: #88f;
    color: rgba(136, 136, 255, 0.5);
    box-shadow: 0 0 4px #ddd;
    background-color: #ddd;
    border-radius: 8px;
    text-shadow: 1px 2px 6px #ccc, 0 0 0 black, 1px 2px 6px #ccc;
}

h3, h4 {
    font-family: 'Titillium Web', sans-serif;
    margin-top: 0px;
    margin-bottom: 5px;
    color:#5b5b5b;
}

h3 {
    font-size: 18px;
    font-weight: normal;
}

table.admin_panel {
    margin: auto;
    width: 906px;
}

table.admin_panel * a,
table.admin_panel * td {
    color: #3a3a3a;
}

.page_body_col2 {
    background-color: #f1f1f1;
    vertical-align: top;
}

.page_body_col4 {
    background-color: #f1f1f1;
    vertical-align: top;
    padding: 25px 25px 50px 25px;
    text-align: left;
}

#mail_login_form {
    margin-top: 5px;
    margin-bottom: 5px;
}

.gt_logo {
    float: right;
}

.page_body_col4 .gt_logo {
    margin-bottom: -15px;
    height: 24px;
}

.page_body_col4 input {
    clear: both;
}

#mail_login_form .text {
    border: 3px solid #F3C2F5;
    border-radius: 6px;
    outline: 0px;
    width: 192px;
    float: right;
}

.form_label {
    clear: both;
    float: left;
    padding-left: 5px;
}

#mail_login_form .submit1 {
    float: right;
    padding: 1px 10px;
    height: auto;
    color: #fdf;
    background-color: #c6c;
    font-family: Dosis, Arial, Helvetica, sans-serif;
    font-size: 15px;
    border: 2px solid #949;
    border-radius: 6px;
    text-shadow: 0px 0px 4px #222;
    transition:         background 2s linear, color 0.5s linear, text-shadow 1s linear, box-shadow 0.2s linear;
    -moz-transition:    background 2s linear, color 0.5s linear, text-shadow 1s linear, box-shadow 0.2s linear;
    -webkit-transition: background 2s linear, color 0.5s linear, text-shadow 1s linear, box-shadow 0.2s linear;
    float: right;
}

#mail_login_form .submit1:hover {
    color: #fff;
    background-color: #d6d;
    text-shadow: 0px 0px 8px #000;
    box-shadow: 1px 1px 12px #727 inset;
    transition:         background 0.2s linear, color 0.1s linear, text-shadow 2s linear, box-shadow 0.2s linear;
    -moz-transition:    background 0.2s linear, color 0.1s linear, text-shadow 2s linear, box-shadow 0.2s linear;
    -webkit-transition: background 0.2s linear, color 0.1s linear, text-shadow 2s linear, box-shadow 0.2s linear;
}

#mail_logo {
    font-family: Dosis, Arial, Helvetica, sans-serif;
    font-size: 24px;
    width: 108px;
    height: 24px;
    text-align: right;
    color: #e78ee7;
    padding: 12px 4px 4px 4px;
}

.main-article {
    font-size: 14px;
    line-height: 140%;
    text-align: justify;
}

.main-article a {
    color: #118811;
    text-decoration: underline;
}

em,
a em {
    font-style: normal;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #129738;
    font-weight: bold;
    font-variant: small-caps;
}
