#wrapper {
	clear: none;
	float: none;
	height: 500px;
	width: 900px;
	font-family: Tahoma, Geneva, sans-serif;
}


#meny {
	clear: none;
	float: left;
	width: 250px;
	padding-left: 20px;
}

#content {
	height: 500px;
	width: 600px;
	float: right;
	padding-top: 20px;
}
.topp {
	font-size: 3em;
	padding-left: 50px;
}

a:link{  
color:#000;  
text-decoration: none;

}
a:visited { 
color:#333;
text-decoration: none;

}
a:hover {
	color:#0FF;
	text-decoration: none;
}

	#gallery {
	padding: 0px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
	}
	#gallery ul a:hover img {
	color: #fff;
	}
	#gallery ul a:hover { color: #fff; }

/**
 * härunder kommer menyn
 */
ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 10em;
  	list-style-type: none;

}

ul.menu a {
  display: block;
  text-decoration: none;
	list-style-type: none;

}

ul.menu li {
  margin-top: 1px;
  	list-style-type: none;

}

ul.menu li a, ul.menu ul.menu li a {
	color: #000;
	padding: 0.5em;
	list-style-type: none;
	font-family: Tahoma, Geneva, sans-serif;
}

ul.menu li a:hover, ul.menu ul.menu li a:hover {
	color: #0FF;
}

ul.menu li ul li a, ul.menu ul.menu li ul li a {
	color: #999;
	padding-left: 5px;
}

ul.menu li ul li a:hover, ul.menu ul.menu li ul li a:hover {
	padding-left: 5px;
}
ul.menu ul.menu li a:hover {
    border-left: 0;
    padding-left: 0.5em;
}
ul.menu ul.menu {
	border-left-color: #0FF;
}
ul.menu a.active, ul.menu ul.menu li a.active, ul.menu a.active:hover, ul.menu ul.menu li a.active:hover {
	text-decoration: none;
	background-color: #FFF;
}
div.panel {
    border: 1px #000 solid;
    padding: 5px;
    margin-top: 1px;
}

ul.menu div.panel a, ul.menu div.panel li a:hover  {
	display :inline;
	color: #FFF;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	font-weight: bold;
}
ul.menu div.panel a:hover {
	color: #000;
	text-decoration: none;
}


.code {
	border: 1px solid #FFF;
	list-style-type: none;
	padding: 5px;
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
}
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li {
	border: 1px solid #ccc;
	margin: 0 0 2px 2.2em;
	background-color: #F00;
}
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }
.indent3 { padding-left: 3em; }
.indent4 { padding-left: 4em; }
.indent5 { padding-left: 5em; }
.indent6 { padding-left: 6em; }
.indent7 { padding-left: 7em; }
.indent8 { padding-left: 8em; }
.indent9 { padding-left: 9em; }


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}