html {
    overflow: -moz-scrollbars-vertical;
}

body {
    background-color: #d7d7d7;
  /*  background-image: url(../layouts/baggrund4.jpg);  
    background-repeat: repeat-x; */
    font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 10pt;
    margin: 0px; 
    color: #000000;
    margin-top: 10px;
    margin-bottom: 15px;
    letter-spacing: 0px;
    text-align:center;
    height: 100%; 

}

h1 {
    font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    margin: 0px;
    color: #000000;
}

h2 {
    font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    margin: 0px;
    color: #000000;
}

.copyright {
    font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}

A:link {font-size: 10pt; text-decoration: none; color: #000000;}
A:visited {font-size: 10pt; text-decoration: none; color: #000000;}
A:hover {font-size: 10pt; text-decoration: underline; color: #000000;}

.copyright A:link {font-size: 10px; text-decoration: none; color: #000000;}
.copyright A:visited {font-size: 10px; text-decoration: none; color: #000000;}
.copyright A:hover {font-size: 10px; text-decoration: underline; color: #000000;}

A.menu
{
width: 100%;
display: block;
}

A.menu:hover
{
width: 100%;
display: block;
background-color: black;
}

.admin_input {
   font-size:12px;

}

/* 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;
  height:100%;
}

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%;
}

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 */
