/* allgemein und kopfbereich */

*, body, html {
    padding: 0px;
    margin: 0px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #555555;
}

#siteframe {
    position: absolute;
    height: 650px;
    width: 900px;
    left: 50%;
    top: 50%;
    margin-left: -450px;
    margin-top: -325px;
}

#header {
    height: 65px;
    position: relative;
    padding: 0px;
    margin: 0px;
    background-image: url(../images/logo.jpg);
    background-repeat: no-repeat;
}

#header a, #header a:link, #header a:visited, #header p {
    position: absolute;
    bottom: 5px;
    text-decoration: none;
    font-size: 11px;
}

#header a:hover {
    position: absolute;
    bottom: 5px;
    text-decoration: none;
    color: #999999;
    font-size: 11px;
}

#head-image {
    height: 100px;
    position: relative;
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
    border: 1px solid #555555;
}

#head-image p {
    position: absolute;
    left: 5px;
    bottom: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    color: #FFFFFF;
}

#head-image a, #head-image a:link, #head-image a:visited {
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    color: #FFFFFF;
}

#head-image a:hover {
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    color: #999999;
}

/* index - container */

#content-left {
    height: 460px;
    width: 450px;
    padding-top: 25px;
    font-size: 11px;
    float: left;
}

#content-right {
    height: 435px;
    width: 425px;
    padding-top: 25px;
    padding-left: 25px;
    font-size: 11px;
    float: right;
}

/* index - links */

#content-right a, #content-right a:link, #content-right a:visited, #content-right p {
    position: absolute;
    width: 425px;
    text-decoration: none;
    font-size: 11px;
}

#content-right a:hover {
    position: absolute;
    text-decoration: none;
    color: #999999;
    font-size: 11px;
}

/* kontakt - container */

#contact-left {
    height: 460px;
    width: 700px;
    padding-top: 25px;
    font-size: 11px;
    float: left;
}

#contact-right {
    height: 435px;
    width: 175px;
    padding-top: 25px;
    padding-left: 25px;
    font-size: 11px;
    float: right;
}

/* kontakt - links */

#contact-right a, #contact-right a:link, #contact-right a:visited, #contact-right p {
    position: absolute;
    text-decoration: none;
    font-size: 11px;
}

#contact-right a:hover {
    position: absolute;
    text-decoration: none;
    color: #999999;
    font-size: 11px;
}

/* CMS */
#upload {
	height: 140px;
    position: relative;
	margin: 1em auto;
	padding:0 2em 2em 2em ;
	border:	1px solid #bbb;
	background: #ccc;
	font: 	0.9em verdana, sans-serif;
}

#uploaderror {
    height: 140px;
    width: 600px;
    position: relative;
	margin: 1em auto;
	padding:2em 2em 2em 2em ;
	border:	1px solid #bbb;
	background: #ffa;
	font: 	0.9em verdana, sans-serif;
}

table.picsel {
		margin-left:auto; 
		margin-right:auto;
		width: 60%;
		border-width: 1px;
		border-style: dashed;
		border-collapse: collapse;
}

table.picsel th {
	padding: 5px;
}
			
#upload h1 {
	font: 	1.4em bold verdana, sans-serif;
	margin: 0;
	padding: 1em 0;
	text-align: center;
}

#upload label {
	float: left;
	width: 7em;
}
		
#upload p {
	 clear: both;
}		

.red {
	color:red;
}
/* eo_CMS */

.image_container {
	position: static;
	margin-left: auto;
	margin-right: auto;
	border: 4px #000000 solid;
}

.prev {
	text-decoration: none;
	display: block;
	float: left;
	border: 0px;
}

.prev:hover {
	background: url(prevlabel.gif) left 50% no-repeat;
}

.prev_thumb {
	visibility: hidden;
	float: left;
}

.prev:hover .prev_thumb {
	visibility: visible;
}

.next {
	text-decoration: none;
	display: block;
	float: right;
	border: 0px;
}

.next:hover {
	background: url(nextlabel.gif) right 50% no-repeat;
}

.next_thumb {
	visibility: hidden;
	float: right;
}

.next:hover .next_thumb {
	visibility: visible;
}

.thumbarray {
	height: 460px;
    width: 880px; /* 900 - 2*padding-left */
    padding-top: 25px;
    font-size: 11px;
    float: center;
	padding-left: 10px;
}

.thumb {
	position: static;
	line-height: 0px;
	margin: 10px;
	padding: 1px;
	background-color: #000000;
	border: 0px;
}

.thumb:hover {
	background-color: #3333ff;
}

.thumb:active {
	background-color: #99CC99;
}

.thumb_active {
	position: static;
	line-height: 0px;
	margin: 10px;
	padding: 1px;
	background-color: #99CC99;
}

/* Lightbox stylesheet */
#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); 
	display: block; 
}

/*localization*/
#prevLinkEN, #nextLinkEN{
	width: 49%; 
	height: 100%; 
	background-image: url(data:image/gif;base64,AAAA); 
	display: block; 
}

#prevLink {
	left: 0; 
	float: left;
}

#nextLink {
	right: 0; 
	float: right;
}

/*localization*/
#prevLinkEN {
	left: 0; 
	float: left;
}

/*localization*/
#nextLinkEN {
	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; 
}

/*localization*/
#prevLinkEN:hover,#prevLink:visited:hover {
	background: url(/images/prevlabel-EN.gif) left 15% no-repeat; 
}

/*localization*/
#nextLinkEN:hover,#nextLink:visited:hover {
	background: url(/images/nextlabel-EN.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: 112px;
	float: right;
	padding-bottom: 0.7em; 
	outline: none;
}	 	

/*localization*/
#imageData #bottomNavCloseEN {
	width: 66px;
	float: right;
	padding-bottom: 0.7em; 
	outline: none;
}	 	

#overlay {
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 
	height: 100%; 
	background-color: #000; 
}
