body {
  background:#000000;
  margin:0;
  padding:20px 20px;
  font:x-small Tahoma,Serif;
  color:#333;
  font-size/* */:/**/small;
  font-size: /**/small;
  }
 
#content {
  width:660px;
  margin:0 auto;
  padding: 0;
  text-align:left;
  }

.bar {
	position: relative;
	height: 200px;
	margin-bottom: 20px;
	padding-left: 15px;
	background: url("img/bar.jpg") no-repeat;
	border: 1px solid #E6E1A1;
	font-family: Verdana;
	color: #ffffff;
}

.main {
	text-align: justify;
	float: left;
	position: relative;
	width: 450px;
	color: #707070;
	margin-bottom: 20px;
	margin-left: 35px;
	margin-top: 10px;
}

.main a {

	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
	color: #D56E22;
}

.main a:hover {
	border-bottom: none;
}


.main ul {
	margin: 0;
	padding: 0;
	list-style: none outside;
	position: relative;
}

.main li {
	margin: 0;
	border-bottom: 0px dotted #B89E1C;
	padding-top: 3px;
	position: relative;
}

.container {
	float: left;
	width: 450px;
	padding: 0px;
	margin-left: 35px;
	margin-bottom: 20px;
}

.container ul {
	margin: 0;
	padding: 0;
	list-style: circle outside;
	position: relative;
}

.container li {
	margin: 0;
	border-bottom: 0px dotted #B89E1C;
	padding-top: 3px;
	position: relative;
}

.container li a {
	padding: 3px 3px 3px 10px;
	text-decoration: none;
	color: #707070;
	display: block;
	
}

.container li a:hover {
	padding: 3px 3px 3px 10px;
	text-decoration: none;
	display: block;
	color: #F28907;
	background-color: #1C1C1C;
}

.screen {
	position: relative;
	float: left;
	width: 140px;
	margin: 5px 5px 2px 5px;
}

.text {
	position: relative;
	float: left;
	width: 300px;
	margin: 5px 5px 2px 5px;
}
.text a { text-decoration: none; }

.screen a img {
	border: 1px solid #EDDFC0
}

.screen a:hover img {
	border: 1px solid #C4A25C
}


.menu {
	float: left;
	position: relative;
	width: 150px;
	padding-bottom: 20px;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none outside;
	position: relative;
}

.menu li {
	border-bottom: 1px dotted #3c3c3c;
	margin-bottom: 0px;
	padding: 0;
	position: relative;

}

.menu li a {
	padding: 3px 3px 3px 10px;
	text-decoration: none;
	color: #9E9E9E;
	display: block;
	
}

.menu li a:hover {
	padding: 3px 3px 3px 10px;
	text-decoration: none;
	display: block;
	color: #F28907;
	background-color: #1C1C1C;
}

.footer {
	height: auto;
	clear: both;
	color: gray;
	text-align: center;
	background-color: #1A1A1A;
	border: 1px dotted #3c3c3c;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer a {
	text-decoration: none;
	font-family: Tahoma;
	font-size: 10px;
	color: gray;
	width: 350px;
}

.footer a:hover {
	text-decoration: none;
	font-family: Tahoma;
	font-size: 10px;
	color: gray;
	border-bottom: 0px;
	border-bottom: 1px dotted #CCCCCC;
}

.cssform {
position: relative;
background: #1c1c1c;
width: 403px;
padding: 3px;
border: 1px solid #3c3c3c;
}

.cssform p {
width: 390px;
clear: left;
margin: 3px;
}


.cssform input {
width: 390px;
border: 3px solid #5c5c5c;
font-family: Garamond;
font-size: 15px;
color: #FFFFFF;
padding-left: 2px;
background-color: #6B6B6B;
}

.cssform textarea {
width: 390px;
height: 100px;
border: 3px solid #5c5c5c;
font-family: Garamond;
font-size: 15px;
color: #8C8C8C;
padding-left: 2px;
background-color: #6B6B6B;
}



#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

.tekst {
	color: #ADADAD;
	text-align: justify;
	}


