/*NORMALIZE*/
p { margin-top:1em; margin-bottom:1em; line-height: 1.4em;}
h1 { font-size:2em; font-weight:bold; margin:0.67em 0; }
h2 { font-size:1.5em; font-weight:bold; margin:0.83em 0; }
h3 { font-size:1.125em; font-weight:bold; margin:1em 0; }
h4 { font-size:1em; font-weight:bold; margin:1.33em 0; }
h5 { font-size:0.75em; font-weight:bold; margin:1.67em 0; }
h6 { font-size:0.5625em; font-weight:bold; margin:2.33em 0; }

html {
    overflow: scroll; /* always show scrollbars so webpage won't move when scrolbars show/hide */
}

html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

html, body{
    height: 100%;
}

body {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.4em;
    background-color: #405F85;
}

html, body, #footer a{
    color: #251760;
}

h1, h2, h3 {
    text-transform: lowercase;
    font-weight: normal;
    color: #3E3E3E;
}

a{
    outline: none;
}

#top, #bottom{
    height: 50px;
}

#top{
    border-bottom: 5px solid #7BAA0F;
}

#bottom{
    border-top: 5px solid #7BAA0F;
}

#middle{
    background-color: white;
}

#container{
    width: 960px;
    margin: 0 auto;
}

#header{
    position: relative;
    height: 95px;
    margin-bottom: 40px;
    overflow: hidden;
    padding-top: 10px;
}

#logo{
    font-size: 38px;
    float: left;
}

#header .right {
    float: right;
}

/*MENU*/
#header #menu{
    position: relative;
}

#header #menu ul{
    list-style: none;
}

#header #menu li{
    display: inline;
    float: left;
    white-space: nowrap;
}

#header #menu a{
    display: block;
    background: #F5F5F5;
    margin-left: 5px;
    padding: 7px 20px;
    text-decoration: none;
    color: #000000;
    border-bottom: 3px solid #7BAA0F;
}

#header #menu a:hover{
    text-decoration: underline;
}

#content #left{
    float: left;
    width: 600px;
}

#left .inside .title {
    margin-bottom: 20px;
    padding-bottom: 5px;
    letter-spacing: -1px;
    font-size: 32px;
}

#left .inside .title, .news .title, #header{
    border-bottom: 1px dotted #D1D1D1;
}

#content .inside, #vscroll{
    min-height: 420px;
    height: auto !important;
    height: 420px;
}

#content-text{
    min-height: 100%;
}

#content #right{
    float: right;
    width: 240px;
}

#right .submenu {
    list-style: none;
}

#right .submenu li{
    padding-left: 16px;
    background: url(../images/arrow_list.gif) no-repeat left center;
}

#right .submenu a{
    color: #7BAA0F;
}

.inside{
    /*padding: 8px;*/
}

.languages{
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.lang-separator{
    padding: 0 2px;
}

.passive-lang{
    color: #999999;
}

.active-lang{
    color: #333333;
}

.gmap{
    width: 400px;
    height: 300px
}

#footer{
    padding: 5px 0;
}

#footer #powered-wrapper{
    text-align: center;
}

/* scroll vertical */

#vscroll {
    margin-left: 10px;
    width: 10px;
    border: 1px solid #DCDCDC;
    float: left;
}

#vscroll-handle {
    width: 8px;
    background: #909090 url(../images/handler-line.png) repeat-x left center;
    cursor: move;
    border: 1px solid #251760;
}

.clear-floats{
    clear: both;
    height: 1px;
    font-size: 1px;
}

.rc-lt{
    background: #251760 url(../images/rect.gif) no-repeat left top;
}

.rc-rb{
    background: url(../images/rect.gif) no-repeat right bottom;
}

.rc-lb{
    background: url(../images/rect-lb.gif) no-repeat left bottom;
}

.rc-rt{
    background: url(../images/rect-rt.gif) no-repeat right top;
    padding: 10px;
}

.search-result{
    margin: 8px 0;
}

.search-result-uri{
    color: green;
}

.news .title{
    font-size: 18px;
    margin-bottom: 3px;
    padding-bottom: 5px;
}

.news .date {
    color: #BABABA;
    margin-bottom: 5px;
    font-size: 0.8em;
}

.news .text{
    margin-bottom: 20px;
    padding-left: 8px;
}

#module-loader{
    height: 20px;
    background: url(../images/loader-ig.gif) no-repeat center;
}

.required .star{
    color: red;
}

#powered-link {
    background: url(../images/DVSK_logo-mini.gif) no-repeat right center;
    padding: 0 40px 0 0;
    font-size: 11px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    color: #251760;
}

