/**
 * Fotostudio Lange Image Shop CSS
 *
 * @author Frank Matuse (frank@extrastyle.de)
 * @date   2008-04-18
 * 
 */
 
@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

body, body#images, body#overview, body#fullimage {
	color: #ededed;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.75em;
	margin: 15px 22px;
	padding: 0;
	background-color: #000000;
}

body#iframe {
  margin: 0;
  padding: 0;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfloat { clear: both; }

.hideme {
  display: inline;
  height: 0;
  left: -999em;
  overflow: hidden;
  position: absolute;
  top: -999em;
  width: 0;
}

a {
	color: #c30000;
}

h1 {
	color: #cdcdcd;
	font-size: 160%;
	margin: 2px;
}

h2 {
	font-size: 130%;
	color: #999;
	margin: 0 0 7px 0;
}

#wrapper {
	width: 930px;
	margin-left: 50px;
	min-height: 300px;
	position: relative;
	background: url(../_img/online-gallery.gif) left 3px no-repeat;
}

#left-col {
	float: left;
	width: 260px;
	padding: 69px 0 30px 0;
}

#left-col p {
	margin-top: 20px;
	width: 240px;
	line-height: 140%;
	font-size: 98%;
	color: #ccc;
}

#overview #content-col {
	float: right;
	position: relative;
	width: 645px;
	padding-top: 10px;
	min-height: 300px;
	background: url(../_img/fotostudio-lange-logo.gif) right top no-repeat;
}

#images #content-col, #fullimage #content-col {
	position: relative;
	padding-top: 10px;
	padding-left: 0;
	min-height: 300px;
	background: url(../_img/fotostudio-lange-logo.gif) right top no-repeat;
}

#content {
	margin-top: 60px;
	position: relative;
}

.gal-box {
	background: #4e4e4e;
	width: 240px;
	margin-bottom: 8px;
}

.gal-box a {
	display: block;
	text-decoration: none;
	padding: 8px 8px 10px 8px;
	color: #b0b0b0;
	background: url(../_img/gal-box-blank.gif) right 50% no-repeat;
}

.gal-box a:hover, .gal-box a.active {
	color: #cdcdcd;
	background: url(../_img/gal-box-active.gif) right 50% no-repeat;
}

.gal-box a strong {
	font-weight: bold;
	font-size: 110%;
}

#overview-box {
	z-index: 1000;
	width: 700px;
	position: absolute;
	left: 72px;
	top: 55px;
}

#overview-box p {
	margin: 0;
	padding: 0;
}

#lightbox-info {
	position: absolute;
	left: 300px;
	top: 20px;
}

#lightbox-info a {
	display: block;
	float: left;
	margin-top: 3px;
}

#lightbox-action {
	background-color: #000000;
}

#lightbox {
	float: left;
	width: 250px;
	height: 50px;
}

#iframe p {
	float: left;
	margin: 0;
	padding: 2px 6px;
}

#iframe a {
  color: #ededed;
}

#images {
	width: 680px;
	margin-left: -5px;
}

#single {
	width: 840px;
}

#single td h1 {
	margin: 3px 0 10px 0;
}

#single td p {
	margin: 3px 0;
}

td.thumbcell {
	border: 1px solid #3b3b3b;
	background: #0d0d0d;
}

#home {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
	display: block;
	width:  232px;
	height: 68px;
}

#forward {
	position: absolute;
	left: 955px;
	top: 200px;	
}

#back {
	position: absolute;
	left: 16px;
	top: 200px;
}

a.navi {
	padding: 3px;
	text-decoration: none;
}

a.navi:hover {
	color: #fff;
	text-decoration: none;
}

td h1 {
	color: #666;
}

.add {
	text-decoration: none;
	color: #fff;
	background: #c00;
	padding: 3px;
}

td.head {
	background: #333;
}

td.right {
	text-align: right;
}

#footer {
	margin-top: 15px;
	margin-left: 50px;
	width: 880px;
	color: #414141;
}

#footer a {
	color: #414141;
	padding-right: 5px;
	text-decoration: none;
}

#footer a:hover {
	color: #ededed;
}


#footer a strong {
	color: #666;
}

#footer .contact {
	color: #999;
}

#footer .contact strong {
	text-transform: uppercase;
	color: #fff;
}

#footer .contact strong span {
	text-transform: lowercase;
	color: #c00;
}

#higher-level {
	width: 230px;
	float: left;
}

#pages {
	float: left;
}

#pages a {
	text-decoration: none;
	color: #999;
	padding: 0 4px;
}

#pages a:hover {
	text-decoration: none;
	color: #ededed;
	background: #c00;
}

#pages span{
	padding: 0 4px;
	font-weight: bold;
}

#pages span {
	color: #333;
}
