html {
    overflow: -moz-scrollbars-vertical;
    height:100%;
}

body {
    font-family : Arial, Geneva, Helvetica, sans-serif;
    font-size: 9pt;
    margin: 0px; 
    height:100%;
    position:relative;
    background-color:#d2d1d1;
}

h1 {
    font-size: 14pt;
    margin: 0px; 
    line-height:20px;
    margin-left:0px;
    margin-bottom:0px;
    font-weight:normal;
    color:#404040;
}

h2 {
    font-size: 12pt;
    margin: 0px; 
    margin-left:5px;
    font-weight:normal;
    font-style:italic;
}

h3 {
    font-size: 10pt;
    margin: 0px; 
    margin-left:5px;
}

td {
    font-size:9pt;
}
A:link {
    font-size: 9pt; 
    text-decoration: none; 
    color: #000000;
    font-weight:normal;
}
A:visited {
    font-size: 9pt; 
    text-decoration: none; 
    color: #000000;
    font-weight:normal;
}

A:hover {
    font-size: 9pt; 
    text-decoration: none; 
    color: #000000;
    font-weight:normal;
}

/* Reference List */
div.kategori_list {
/*  margin-left:10px; */
  margin-top:10px;
/*  padding-left:10px; */
}

div.kategori {
  float: left;
  width:500px;
  margin-bottom:20px;
  margin-right:10px; 
/*  padding:1px; */
  height:90px;
/* border-top:1px dotted #BBBBBB; */
}

div.kategori_img {
  width:120px; 
  height:90px;
  float:left;
  padding:5px;
  border:1px solid #BBBBBB;
}

div.kategori_img img {
  width:120px;
  height:90px;
}

div.kategori_title {
  font-weight:bold;
  font-size:18px;
  height:20px;
  padding-bottom:5px;
  text-align:left;
  color:green!important;
}

div.kategori_title a {
  text-decoration:none;
  font-size:16px;
  color:green!important;
}

div.kategori_text {
  position:relative; 
  margin-left:8px;
  padding-top:0px;
  font-size:11px;
  float:left;
  width:350px;
  height:90px;
 /* vertical-align:top; */
  text-align:left;
  overflow:hidden;
}

div.kategori_link {
 /* position:absolute; */
  /*bottom:4px; */
  font-size:12px;
  font-weight:bold;
}
/* END Reference List */

/* Gallery */
div#gallery_list {
  margin-top:10px;
  width:660px;
 /* height:100%;*/
}

#content {
  margin-top:10px;
  width:660px;
  
}

div.gallery {
  position:relative;
  height:150px;
  width:150px;
  float: left;
  margin-bottom:20px;
  margin-right:10px; 
  text-align:center;
  border: 1px solid #BBBBBB;

}

div.gallery_img {
	/*
	position:absolute;
	left: 0px;
	text-align:center;
	margin-top:50%;
	margin-left:50%;
	*/
	height:140px;
	left:140px;
}

div.gallery_img img {
/*  width: 120px; */
  padding:0px;
  margin:0px;
  border: 0px; 
  text-align:center;
}

a.gallery_img_link {
  margin:0px;
  padding:0px;
  display:block;
}

div.gallery_innerPicture {
  max-height:400px;
  position:absolute;
  top: 50%;
}

div#gallery_nav {
  text-align:center;

}

div#gallery_pictureText {
   
}
/* END Gallery Picture */

/* Employee */

div.employee_list {
/*  margin-left:10px; */
  margin-top:10px;
/*  padding-left:10px; */
}

div.employee {
  float: left;
  width:500px;
  margin-bottom:20px;
  margin-right:10px; 
/*  padding:1px; */

/* border-top:1px dotted #BBBBBB; */
}

div.employee_img {
  width:120px; 
  float:left;
  padding:5px;
  border:1px solid #BBBBBB;
}

div.employee_img img {
  width:120px;
}

div.employee_title {
  font-weight:bold;
  font-size:14px;
  height:16px;
  padding-bottom:4px;
  text-align:left;
  color:green!important;
}

div.employee_info {
  position:relative; 
  margin-left:8px;
  padding-top:0px;
  font-size:11px;
  float:left;
  width:350px;
  height:90px;
 /* vertical-align:top; */
  text-align:left;
  overflow:hidden;
}

div.employee_text {
	clear:both;
	padding-top:4px;
	margin-bottom:10px;
}
