body {
	margin: 0px;
	background-color: #000;
	background-image: url(grafika/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 60px;
	padding-right: 20px;
	padding-left: 60px;
	padding-top: 5px;
	color: #06C;
	line-height: 40px;
	text-indent: -30px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	padding-left: 40px;
}

#container {
	width: 800px;
	margin: auto;
	overflow: hidden;
	height: 100%;
}

#top {
	width: 490px;
	height: 60;
	text-align: left;
}

#menu {
	background-color: #06C;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	width: 450px;
	text-align: left;
	vertical-align: middle;
}

#left {
	width: 490px;
	background-image: url(grafika/bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
	float: left;
}

#right {
	width: 310px;
	float: left;
	height: 600px;
	background-image: url(grafika/auto.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#footer {
	text-align: right;
	height: 50px;
	float: left;
	width: 490px;
}

.TEXTleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding-left: 40px;
	padding-right: 40px;
}

.TEXTleft:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	padding-left: -60px;
	font-weight: bold;
}

.link:link {
	text-decoration: none;
	font-weight: bold;
	color: #06C;
}

.link:visited {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

.TEXTmenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.TEXTmenu:link {
	text-decoration: none;
}

.TEXTfooter {
	text-decoration: none;
	color: #06C;
	font-weight: normal;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 30px;
	text-align: right;
	padding-top: 20px;
}

.TEXTfooterLINK {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

.TEXTfooterLINK:link {
text-decoration: none;
}

.TEXTfooterLINK:visited {
text-decoration: none;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:grafika/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(grafika/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(grafika/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

