html{height:100%}
body{
  background: #139723;
  height: 100%;
  padding: 0;
  margin: 0;
}
table{border-collapse: collapse;}
td{
  padding:0; 
  vertical-align: top; 
  text-align: left;
}
#container{
  width: 100%;
  /* height: 100%; */
	margin-top:20px;
}
#left_side{width: 50%;}
#right_side{
  width: 50%;
  background: url(../img/right.gif) center left no-repeat;
}
#middle_place{
  width: 1000px;
  border-left: 1px solid #129321; 
  vertical-align:middle;
}
#main_tb{
  width: 1000px;
  height: 608px;
  background: url(../img/bg_1.jpg) top right no-repeat;
  margin-top:1px;
}
#left_td{
  background: url(../img/bg_2.jpg) top left no-repeat;
}
#logo_cont{
  height: 236px;
}
.view {margin-left: 10px;}
#logo{margin: 5px 0 0 16px;}
#burbulas{margin: 0 0 3px 20px;}
#line{margin: 0 0 7px 0;width: 178px; height: 6px;}

td#right_td{
  background: url(../img/line.gif) 0px 93px repeat-x;
  padding-right: 2px;
  text-align: right;
}
#right_td img{ 
  border: 3px solid #A7CD3A;
  margin: 16px 19px 0 0;
}
#menu{height: 99px;}
#mailto{
  margin: 25px 19px 0 0;
  text-align: right;
}
#mailto img{border: none; margin: 0;}
#lg{
  margin: 28px 19px 10px;
}
#lg a{
  font: bold 12px verdana, arial, sans-serif;
  color: #000000;
  text-decoration: none;
  margin-left: 4px; 
  padding: 1px 3px 1px 9px;
}
#lg a.aktive{
  color: #FFFFFF;
  border: 1px solid #ABDC29;
}

#footer{
  background: url(../img/bottom.gif) top center no-repeat;
  height: 8px;
}
/* Kopyraitas */
.cpr{
	color: #A5CC3F;
	margin: 0px 10px 0px 0px;
	font-weight: normal; 
	text-align: left;
	font-size: 10px; 
	font-family: Verdana, sans-serif;
	padding-left:9px;
	height:10%;
	/* width:762px; */
}
.cpr a:link {text-decoration:none;color: #A5CC3F;}
.cpr a:visited {text-decoration:none; color: #A5CC3F;}
.cpr a:hover {text-decoration:underline;}


