body {background: #333333;}
h1 {font: 0.8em Verdana, sans-serif, Serif; color: #ffffff;}
h2 {font: 1.2em Verdana, sans-serif; color: #ffffff;}
h3 {font: 1.2em Verdana, sans-serif; color: #000000;}
h4 {font: 0.8em Verdana, sans-serif; color: #ffffff;}
h5 {font: Bold 0.8em Lucida Sans;}
a:link {color: #000000; text-decoration: none; font-weight:bold;}
a:visited {color: #000000; text-decoration: none;font-weight:bold;}
a:hover {color: #FFFFFF; text-decoration: none;font-weight:bold;}

/* sidlayout */
#layout {width: 1000px; margin-right: auto; margin-left: auto;}
#sidhuvud {margin: 0; background: #333333; height: 120px;}

#kolumn1 {float: left; width: 150px; background: #333333 no-repeat; height: 600px;}
#kolumn2 {float: left; margin-top: 10px; margin-left: 10px; width: 680px; background: #4d4d4d; height: auto;}
#kolumn3 {float: right; width: 150px; background: #333333; no-repeat; height: 600px;}
#sidfot {clear: both; background: #333333;}


/* meny */
#menycontainer{position: absolute; margin: 0px 0 0 20px; padding: 0;}
#meny{margin: 0; padding: 0; list-style-type: none;	font-size: 1em;}
#meny a{width: 70px; text-decoration: none; display: block;	padding: 0.3em 1em;	margin-bottom: 0.3em;	border-bottom: 0px; border-left: 0px none;}
#meny a:link{color: #ffffff; z-index: 2;}
#meny a:visited{color: #ffffff;}
#meny a:hover{background: #4d4d4d; }

.ram
{
border:2px solid #fff;
}

/* Removing the list bullets and indentation */
ul#galleri {
  padding:0; 
  margin:0; 
  width:680px;
  height:400px; 
  position:relative;
  list-style-type:none;
  }

/* Resize the images to 64px x 48px */
#galleri a img {
  position:relative;
  width:100px;
  border:1px solid #888; 
  z-index:10;
  }

/* Default style for list items */
#galleri li {
  width:120px; 
  height:75px; 
  float:left; 
  z-index:10;
  padding:5px;
  }

/* THIS MAKES THE DROP SHADOW WORK ON IMAGES */
			.bildskugga{
				  float:left;
				  clear:left;
				  background:  no-repeat bottom right !important;
				  background:  no-repeat bottom right;
				  margin: 10px 0 10px 10px !important;
				  margin: 10px 0 10px 5px;
			}
			.bildskugga img{
				display: block;
				position: relative;
				background-color: #fff;
				border: 1px solid #000000;
				margin: -6px 6px 6px -6px;
				padding: 4px;
			}

