/*
 * (c) lay.no, o.s.
 * authors: lay.no web team
 * externi CSS pro web layno.cz
 *
 *
 * telo webu 
 */
body{
	text-align: center;
	background-color: #f5f5dc;
	font-family: Trebuchet MS;
	font-size: 12px;  
}

#container{
	margin: auto;
	width: 800px;	
	text-align: left;
	border-style: dotted;
	border-width: 1px;
	background-color: White;
}

a{
	color: Black;
}

#height{
	height: 5px;
	width: 1px;
	float: right;
}

div#logo{
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	height: 120px;
	width: 800px;
	margin-left: -180px;
}

img.logo_foto{
	padding-right: 10px;
}

div#menu{
	float: left;
}
div#content{
	margin-left: 130px;
}

span#vzkaz{
	color: Red;
}
/*
 * menu
 */
 
#menu ul#list{
	list-style: none;
	margin: 15px 0px 0px 20px;
	padding: 0px;
	font-size: 14px;  
}
#menu ul#list li.item{
	margin-bottom: 10px;
}
#menu ul#list li.item a:hover{
	text-decoration: none;
}
#menu ul#list li.item_visit{
	margin-bottom: 10px;
}
#menu ul#list li.item_visit a{
	text-decoration: none;
}
/*
 * logo webu
 */

#subtitle{
  background-color: Black;
  font-size: 1.2em; 
  font-weight: bold;
  color: white;
  padding: 5px 0px 5px 180px;
}

#subtitle span a{
	color: White;
	text-decoration: none;
}

/*
 * frontend
 */
#content{
	margin: 20px 200px 10px 20px;
	min-width: 500px;
}

p.warning{
	color: Red;
}

ul#menu_upload{
	background-color: Black;
}
ul#menu_upload li{
	display: inline;
	margin-right: 10px;
}
ul#menu_upload li a{
	color: White;
}
img.reference{
	float: left;
	margin-bottom: 10px;
	margin-right: 5px;
}

/*
 * portfolio
 */
h2.name{
	clear: both;
}
p.description{
	font-weight: bold;
}
ul.technologie{
	list-style: none;
	margin-left: 180px;
}

ul.technologie li{
	font-style: italic;
}

p.technologien_nadpis{
	text-decoration: underline;
}

/*
 * footer
 */
#footer{
	text-align: center;
	clear: both;
}

#footer a{
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold; 
}

/*
 * lightbox
 */
#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:image/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(../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; 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; }
