html, body {height: 100%;}

body {
    /* background-image: url(/images/seaside/bg.png);*/
    background-repeat: repeat-x;
    background-position: bottom right;
    background-color: #80D4F7;
    padding:0px;
    text-align:left;
    font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
    font-size: .75em;
    /* font-weight: bold; */
}

body.insidebody {
    background-image: url(/images/seaside/bg_bottom.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #FFFFFF;
    padding:0px;
    text-align:center;
    /*margin-right: 0px;*/
}
        
a,a:link,a:visited,a:active {
    color:#003F7F;
}


h1 {
    color: #006E47;
    font-size: 2.0em;
    margin: 0px;
    text-align: center;
}

#container {
    width: 600px;
    left: 0px;
    top: 0px;
    position: absolute;
    padding: 20px;
    padding-top: 20px;
    padding-bottom: 50px;
}

#content_box {
    width: 590px;
}

#content {
    position: relative;
    width: 550px;
    padding: 20px;
    /* font-weight: bold; */
    /* border: 1px dashed #004A87; */
}

#insidecontainer {
    position: relative; 
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 0px;
    padding-bottom: 70px;
    /*border: 1px dashed #004A87; */
}

#insidecontent {
    position: relative;
    text-align:left;
    /*border: 1px dashed #004A87;*/
}

.trans_box {
    /* Mozilla doesn't support crazy MS image filters, so it will ignore the following */
    background-repeat: repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/seaside/75p_white.png');
}

/* IE ignores css styles with [attributes], so it will skip the following. */
.trans_box[class] {
  background-image:url(/images/seaside/75p_white.png);
}

#lietuva {
    position: absolute;
    top: 140px;
    right: 45px;
}

#logo {
    position: absolute;
    top: 20px;
    right: 30px;
}

#banner_bc { position: absolute; top: 240px; right: 35px; }
#banner_dviratis { position: absolute; top: 280px; right: 35px; }




#navlist td { 
    font-size: 1.4em;
}

#es_note {
    font-size: 0.7em;
    vertical-align: bottom;
    display: none;
}

li { margin-bottom: 5px; }
 
.prop { float:right; width:1px; }
.minheight { height:380px; }