/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */

/* Links
----------------------------------------------- */
a img { border-style: none; }


/* Layout Rules
----------------------------------------------- */
#wrap {
	padding-top: 20px;
	clear: both;
}

#codesample #wrap { width: auto; }


.SpryHiddenRegion {
   visibility: hidden;
}


/* Form Elements
----------------------------------------------- */
label, select {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
select {
	color: #333333;
	background-color:  #FFFFFF;
	border: 1px solid #404040;
}



/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { width: 180px; }
#controls {	margin:0 auto 10px auto; }
#galleries {	margin:0 auto 20px auto; }
#galleries label { padding-bottom: 2px; }

#transport {
	margin: 0;
	padding: 0;
	list-style: none;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 64px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background: #666 url('https://webarchiv.onb.ac.at/web/20120904131524/http://www2.onb.ac.at/siteseeing/huldigung/images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:visited {
	background: #666 url('https://webarchiv.onb.ac.at/web/20120904131524/http://www2.onb.ac.at/siteseeing/huldigung/images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:hover {
	background: #666 url('https://webarchiv.onb.ac.at/web/20120904131524/http://www2.onb.ac.at/siteseeing/huldigung/images/bg_grad_gray2.gif') repeat-x;
	color: #B7422F;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#previews {
	border-top: solid 1px #B7422F;
	border-right: solid 1px #B7422F;
	border-bottom: solid 1px #B7422F;
	border-left: solid 1px #B7422F;
	padding: 10px 10px 20px 10px;
	margin-bottom: 5px;
	background-image: url('https://webarchiv.onb.ac.at/web/20120904131524/http://www2.onb.ac.at/siteseeing/images/bg.gif');
	width: 250px;
	float: left;
	margin-right: 10px;
}
#thumbnails {
	clear: both;
	margin: 10px auto;
}
#thumbnails div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 24px;
	height: 24px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	visibility: visible;
}
#picture {
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0px;
	float: left;
	width: 500px;
}
#mainImageOutline {
	//margin: 0 auto;
	margin-left: 0px;
	padding: 1em;
	background-color: #eee;
	border-top: solid 1px #B7422F;
	border-right: solid 1px #B7422F;
	border-bottom: solid 1px #B7422F;
	border-left: solid 1px #B7422F;
	padding: 1em; 
	overflow: hidden; 
}
#mainImage {
	width: 100%;
	height: 100%;
}
#beschreibung {
	padding-top: 5px;
}
#beschreibung2 {
	padding-top: 0px;
}
#picture img {	border: 1px solid #404040; }
.selectedThumbnail {  border: 2px solid #990000!important; }
.inFocus {  border: 1px solid #990000!important; }


/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */
.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}
	
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

code { color: #000; }
pre { font-size: small; color: #000; }

.highlightedcode {background-color: #ff9;}

.sample {
	background: #eee;
	padding: 20px;
	border: 2px solid #666;
	margin-top: 20px;
	overflow: scroll;
}


/* Home Page Classes
----------------------------------------------- */
.screen {
	background-color: #bbb;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #3a3a3a;
	border-right: solid 1px #3a3a3a;
	margin: 5px 5px 5px 0;
	padding: 1em 1em 0.5em 1em;
	float: left;
	display: block;
	text-decoration: none;
}
.screen:hover {
	background-color: #fff;
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	text-decoration: none;
}
.imgcaption {
	font-size: 90%;
	font-weight: bold;
	margin: 0em 0 1em 0;
	line-height: 1.1em;
	color: #333333;
	border: none;
	text-decoration: none;
}






/*
     FILE ARCHIVED ON 13:15:24 Sep 4, 2012 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 6:23:40 Dec 15, 2024.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
