html,body {
    background: url('../images/bg.gif') repeat-x;
    height: 900px;
    margin: 0;
    padding: 0;
}

body {
    padding-top: 34px;   
    font-size: 1.0em; 
    font-family: Arial;  
}

h1{
    color: #0281B6;
    font-size: 8pt;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 0px;
    background: url('../images/menu_dark_right.gif') repeat-x;
}

h1 a{
    color: black;
}

a {
   text-decoration: none;   
}

form {
    display: inline;
}

#all {
    width: 760px;
    margin: 0 auto;
}

#header {
    height: 272px;
}


#header .top {
    height: 10px;
    background: url('../images/header_top.gif') no-repeat;
}

#header .middle {
    height: 233px;
    position: relative;
}

#header .bottom {
    height: 29px;
    line-height: 29px;
    background: url('../images/header_bottom.gif') no-repeat;      
    padding-left: 10px;
    font-weight: bold;
    font-size: 0.8em;
    color: #ffffff; 
}

#header .menu a {
    color: #ffffff;
}

#header .menu {
    margin-left: 20px;
}

#header input {
    height: 14px;
    margin-top: 3px;
}
#header input.button {
    height: 20px;
    font-size: 10px;
}

#main {
   margin-top: 5px; 
}

#main .top {
    height: 8px;
    background: url('../images/content_top.gif') no-repeat;   
}

#main .middle {
    background: #ffffff;   
    float: left;
}

#main .bottom {
    height: 8px;
    clear: both;
    background: url('../images/content_bottom.gif') no-repeat;  
    
}

#menu {
    width: 180px;
    float: left;
    padding-left: 5px;
        
}
.menuHead {
    width:  170px;
    height: 25px;
    background: url('../images/menu_top.gif') no-repeat;
    font-size: 1.0em;
    font-weight: bold;
    line-height: 25px;
    padding-left: 10px;
    margin: 0;
    color: #015678;
}

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

#footer {
    margin-top: 5px;
    margin-bottom: 10px;
    height: 31px;
    width: 760px;
    background: url('../images/footer.gif') no-repeat;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 31px;
    font-size: 0.8em;   
}

#menu ul {
    margin: 0;
    padding: 0;
}

#menu li {
    height: 20px;                
    display: block;
    width: 170px;
    list-style-position: outside;
    margin-top: 2px;
    font-size: 0.8em;
    list-style-type: none;
}

#menu li.odd {
    background: url('../images/menu_light.gif') repeat-x;    
}

#menu li.even {
    background: url('../images/menu_dark.gif') repeat-x;    
}

#menu li a {
    line-height: 20px;
    padding-left: 28px;
    color: #0281B6;
}

#rndImg {
    position: absolute;
    top: 18px;
    left: 557px;   
}

#rndTxt {
    text-align: center;   
    position: absolute;
    top: 183px;
    left: 557px;   
    width: 100px;  
    font-size: 11px;             
}

#rndTxt h2 {
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #ffffff;
}

#rndTxt a {
    text-decoration: underline;
    color: #0281B6;
    
}


img {
    border-width: 0;
}


.blok, .blok2{
    float: left;
    border: 1px solid #A6E1F3;
    border-top: 0px;
    height: auto;
    width: 276px;
    font-size: 8pt;
    margin: 0px;
    margin-right: 5px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    background-color: #F5FCFF;
}

.blok2 {
    float: left;
    width: 558px;
}

.blok p, .blok2 p {
    padding-left: 10px;
    margin: 0;
}

.blok a, .blok2 a{
    color: black;
    width: auto;
    text-decoration: none;
    height: 16px;
}

.blok a:hover, .blok2 a:hover{
    text-decoration: underline;
}

.blok a:visited, .blok2 a:visited{
    color: gray;
}

.blok h1, .blok2 h1{
    margin-bottom: 5px;
}

.nav {
    text-align: center;
    padding-top: 15px;
}

.wallpaper {
    margin-right: 10px;
}

.logo {
    margin-right: 30px; 
    line-height: 30px;
    text-align: center;
}

