/*
Style sheet toeggelisiech.saisch-e-gruess.ch V6
___________________________________________________________________

Description		CSS Layout properties
Company			toeggelisiech.saisch-e-gruess.ch

@date			10/07
@author			PR
*/

/* General settings */
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	background: transparent url(../images/layout/stripes.gif) top left repeat;
}

body {
	background: transparent url(../images/layout/blende.gif) top left repeat-x;
	height: 100%;
}

body, th, td, input, textarea, label, select, option {
	font: 11px Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	color: #000;
}

img {
	border: none;
}

#gallery a {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 22px;
	padding: 0 8px 8px 0px;
	background: transparent url(../images/layout/hg-image.gif) top left no-repeat;
}

#gallery a:hover {
	background: transparent url(../images/layout/hg-image-over.gif) top left no-repeat;
}

/* Layers */
#container {
	position: relative;
	top: 0;
	display: block;
	margin: 0 auto;
	padding: 0 10px;
	width: 700px;
	min-height: 100%;
	text-align: left;
	background-color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

/* Le ie fix qui rit */
* html #container {
	height: 100%;
}

/* Font */
p { 
	margin-bottom: 22px;
	padding: 10px;
}

#gallery p {
	padding: 0 10px 10px 10px;
	margin-bottom: 0;
}
	
h1, h3, h4, h5, h6 {
	font-size: 16px;
	padding: 10px;
}

h1 {
	padding-bottom: 0;
}

h2 {
	font-size: 10px;
	padding: 0 10px 10px 10px;
}

a:link, a:visited  { 
	font-weight: bold; 
	text-decoration: none; 
	color: #476c39;
}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #476c39;
}

a:focus {
	outline: none;
}

/* Table settings */
table {
	width: 698px;
	border-collapse: collapse;
	border: 1px solid #bbb;
}

thead th {
	height: 40px;
	padding: 0px 5px;	
	background: transparent url(../images/layout/gradient.jpg) top left repeat-x;
	color: #000;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #bbb;
}

tbody tr.odd {
	background: #f8f8f8 url(../images/layout/odd.gif) top left repeat-x;
}

/*
tbody tr td, tbody tr.odd td {
	border-bottom: 1px solid #bbb;
}
*/

tbody th, td {
	padding: 5px 5px;
	border-top: border: 1px solid #bbb;
	border-right: 1px solid #bbb;
	text-align: left;
}

tfoot td {
	height: 40px;
	padding: 0px 5px;
	background: transparent url(../images/layout/gradient.jpg) top left repeat-x;
	color: #000;
}

td img {
	border: 1px solid #bbb;
}

/* 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/lightbox/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
	font: normal 1em/1.33em Courier New, Courier, monospace;
	background-color: #fff;
	margin: 0 auto;
	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;
}
