body {
	margin: 0px;
	text-align: center;
	color: #000000;
	font: normal 12px Arial, Verdana, sans-serif;
	background: url('images/hg.jpg');
	border: #000000;
	border-color: #000000;
}

#ram {
	background: #fff;
	margin: 0px auto;
	text-align: left;
	width: 870px;
	border: 1;
	border-color: #000000;
}

#header {
	background: url('images/header.jpg') right no-repeat;
	height: 290px;
}

#menu {
	position: absolute;
	width: 870px;
	padding: 0px;
	margin-left: -30px;
	top: 310px;
	left: 446px;
}

html>body #menu {
	top: 310px;
}

#content {
	padding: 20px 15px 0 15px;
	text-align: justify;
	width: 840px;
}

#footer {
    margin: 0px;
	padding: 0px; 
	height: 30px; 
	line-height: 15px;
	text-align: center;
}
/* ----------------------------------  Menu ---------------------------------- */

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left; 
	margin: 0; 
	padding: 0 5px 0 0;
	list-style: none; 
}

#navigation a {
	float: left;
	padding: 7px 11px;
	font-weight: bold;
	background: #963F14;
	color: #fff;
	text-decoration: none;
}

#navigation a:visited {
	background: #903D15;
	color: #fff;
}

#navigation a:hover {
	background: #C1C1C1;
	color: #fff;
}

#navigation a:active {
	background: #575758;
}

/* ---------------------------------- Links ---------------------------------- */

a {
	color: #999999; 
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #C2C2C2; 
	font-weight: normal;
	text-decoration: none;
}

a:hover, a:active {
	color: #C1C1C1; 
	font-weight: bold;
	text-decoration: none;
}

/* ---------------------------------- Headlines ---------------------------------- */

h1{
	font: normal 2.2em Arial, Verdana, sans-serif;
	color: #963F14;
	text-align: left; 
	letter-spacing: 2px;
	padding: 2px;
	margin: 0px;
}

#header h1{
	color: #666666;
	text-align: left; 
	font: normal 2.5em Arial, Verdana, sans-serif;
	letter-spacing: 2px;
	border: none;
	padding: 8px 2px 2px 8px;
	margin: 0px;
}

h2{
	font: normal 1.6em Arial, Verdana, sans-serif;
	border-bottom: 2px solid #963F14;
	color: #666666;
	text-align: left; 
	letter-spacing: 2px;
	padding: 2px;
	margin: 0px;
}

h3 {
	font: normal 1.6em Arial, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #999999;
	letter-spacing: 2px;
	display: block;
	text-transform: uppercase;
}

h4{
	font: bold 1.4em Arial, Verdana, sans-serif;
	border-bottom: 2px solid #55647B;
	color: #9A3D04;
	text-align: left; 
	letter-spacing: 2px;
	padding: 2px;
	margin: 0px;
}

h5{
	font: normal 1.6em Arial, Verdana, sans-serif;
	color: #963F14;
	text-align: left; 
	letter-spacing: 2px;
	padding: 2px;
	margin: 0px;
}

h6 {
	color: #C1C1C1;
	font: normal 0.8em Arial, Verdana, sans-serif;
	letter-spacing: 3px;	
	display: block;
	margin-top: -7px; 
	margin-left: 3px;
	margin-bottom: 8px;
	text-transform: lowercase;
}

/* ----------------------------- Sonstiges ---------------------------- */

p,td {
	font: normal 12px Arial, Verdana, sans-serif;
	line-height: 1.5em;
	margin: 1.2em 0;
}

ul {
	list-style-type: square;
	color: #963F14;
}

blockquote {
	border-left: 5px solid #000000;
	color: #C4C4C4;
	display: block;
	margin: 10px;
	padding: 0 0 0 5px;
}

input {
	width: 250px;
	border: 1px solid #000000;
	background: #fff;
	color: #933A12;
}

select {
	width: 252px;
	border: 1px solid #000000;
	background: #fff;
	color: #903F14;
}

.button  {
	width: 100px;
	border: 1px solid #000000;
	background: #fff;
	color: #963F14;
}

textarea {
	font: normal 12px Arial, Verdana, sans-serif;
	width: 250px;
	border: 1px solid #000000;
	background: #fff;
	color: #944012;
}
#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; }

