/* Design and Layout by Debora Farsaci */

/* body */
body {
	background-color: #0D1427;
}

/* inner-container */
.inner-container {
	background:#FFFFFF;
	font-size: medium;
	padding: 0px;
	width: 960px;

	border:: thin #521311 solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

/* header */
.header {
	background: #CCCCCC;
	height: 120px;
	margin-bottom: 5px;
	text-align: left;
}

/* line */
.line {
	background-color:#800000;
	color: black;
	font-size: large;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;

}

.line a:hover {
	color: black;
	text-decoration: none;
	background-color: ActiveCaption;

}

.line a:link {
	color: black;
	text-decoration: none;
}

.line a:visited{
	color: black;
	text-decoration: none;
}

/* content */
.content {
	
	background-image: url('help/help.jpg'); 
}

.column1 {
	width: 160px;
	float: left;
	margin: 0px;
	padding: 0px;


	height:500px
	border-right: medium #EDEFF4 dotted;
}

.column2 {
	width: 800px;
	float: right;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	background: #CCCCCC
}

/* footer */
.footer {
	height: 15px;
	font-size: xx-small;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#800000;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	/*background-image: url('Bilder/footer.jpg'); */
}

/* navigation */
.navigation {
	float: left;
	width: 160px;
}

.navigation a: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;
	left: 180px;
	visibility: inherit;
}

#loading{
	position: absolute;
	top: 40%;
	left: 181px;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	background-image: url(flash/OC-Car.swf);
	visibility: visible;
}
#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:fotoalbum/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(fotoalbum/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(fotoalbum/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; }
