


body,html {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: "Arial";
    font-size: 12px;
    background-color: #ccc; 
}

#shadow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1006px; /*740 px*/
    height: 596px; /*500 px*/
    margin-top: -298px; /*set to a negative number 1/2 of your height*/
    margin-left: -506px; /*set to a negative number 1/2 of your width*/
    /* border: 1px solid #ccc; */
    /* background: #fff url('img/shadow.png') no-repeat; */
    /* text-align: center; */
    /*padding: 15px;*/
    /* border-radius: 5px;  kampu uzlenkimas 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px; */
    border: 1px solid #ccc;
}

#content-box {
    position:absolute;
    top: 50%;
    left: 50%;
    width: 1006px; /*740 px*/
    height: 560px; /*500 px*/
    margin-top: -280px; /*set to a negative number 1/2 of your height*/
    margin-left: -503px; /*set to a negative number 1/2 of your width*/
    /* border: 1px solid #ccc; */
    background-color: #FFF;
    /* text-align: center; */
    /*padding: 15px;*/
    /* border-radius: 5px;  kampu uzlenkimas 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px; */
    border: 1px solid #999;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.padding-top-5 {
    padding-top: 5px;
}

/* Nasty clearfix hacks */
.clearfix {display: inline-block;} 
/* Hide from IE Mac \*/ 
.clearfix {display: block;} 
/* End hide from IE Mac */ 
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Header */

.header-container {
    height: 105px;
}

.logo-bg {
    height: 105px;
    width: 244px;
    background: url('../img/bg.jpg') repeat-x;
}

/* Header  Meniu */


/* Content */



.column-left {
    width: 410px;
}

.content {
    border: 1px solid #ccc;
    height: 337px;
    margin-left: 97px;
    padding: 22px;
}

.content a {
    text-decoration: none;
    color: #bcbdc0;
}

.content a:hover {
    text-decoration: none;
    color: #6d6e71;
    font-weight: bold;
}

.lang-bar {
    margin-bottom: 22px;
    color: #bcbdc0;
    font-size: 12px;
    text-decoration: none;
}

.lang-active {
    color: #6d6e71;
    font-size: 12px;
    font-weight: bold;
}

.column-right {
    width: 556px;
}

/* Footer */
.footer-container {
    height: 74px;
    line-height: 74px;
    margin-left: 97px;
}

/* Inserts */

#divCont {
width: 235px; /*440; 469*/
height: auto; /*291px*/ 
overflow: hidden; /*hiden;*/ 
padding-right: 12px;
color: #808285;
font-size: 12px;
/*scrollbar-face-color: #ffffff; #96A096; 
scrollbar-shadow-color: #96A096; 
scrollbar-highlight-color: #96A096; 
scrollbar-3dlight-color: #ffffff; 
scrollbar-darkshadow-color: #ffffff; 
scrollbar-track-color: #ffffff; 
scrollbar-arrow-color: #000000; */
}

#clientForm {
   margin: 0;
   padding: 0; 
}

/*--- scrollas ---

#Scrollbar-Container {
	width: 11px;
	height: 291px; 
}
.Scrollbar-Handle {
	WIDTH: 11px; POSITION: realetive; /*HEIGHT: 4px;
}
*/

.Container {
	WIDTH: auto; POSITION: relative; HEIGHT: 291px; BACKGROUND: url(images/container_background.gif) #fff no-repeat; 
}
#Scroller-1 {
	OVERFLOW: hidden; WIDTH: auto; POSITION: relative; HEIGHT: 300px; /*text-align: justify*/;
}
#Scroller-1 P {
   color: #58595b;
   font-size: 11px;
   /* text-align: justify; */
   font-family: Arial;
}
.Scroller-Container {
	POSITION: relative; height: auto ;
}
#Scrollbar-Container {
	POSITION: relative; height: 300px; width: 10px; /* 291 */
	margin-top: 4px;
}
.Scrollbar-Up {
	CURSOR: pointer; POSITION: relative; width: 10px; height: 10px;
}
.Scrollbar-Track {
	BACKGROUND: url(img/scrollbar_track.gif) no-repeat center center; WIDTH: 10px; POSITION: relative; HEIGHT: 272px;
}
.Scrollbar-Handle {
	WIDTH: 10px; POSITION: relative; HEIGHT: 10px;
}
.Scrollbar-Down {
	CURSOR: pointer; POSITION: relative; width: 10px; height: 10px;
}

#divCont div {
height: auto;
}

