/* @override http://127.0.0.1/~jan/stefan/soulinvitation/main.css */

/**
(c)2007 by dotplex.de
*/

/*
Positionierung
*/
#header {
	margin: 30px 0 0 30px;
}

#pictures_frame {
	margin: 60px 0 60px 0;
	height: 180px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

#pictures {
	height: 180px;
	width: 100%;
	position: absolute;
	overflow: hidden;
}

#pictures img {
	padding: 0 20px 0 0;
}

#details {
	padding: 0 30px 0 30px;
	width: 500px;
}

#footer {
	margin: 0 0 0 30px;
}

/*
Formatierung
*/
body {
	background-color: #f9f9f9;
	margin: 0;
}

img {
	border: none;
}

h1 {
	font: 36px Georgia, "Times New Roman", Times, serif;
	color: #393939;
}

h2 {
	font: 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #393939;
}

p {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #393939;
}

a:link,
a:visited {
	color: #393939;
}

a:hover {
	color: #000000;
}

.fehler {
	color: #e20410;
}

/*
Lightbox
*/
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#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: transparent url(imgs/lightbox/blank.gif) no-repeat;

/* Trick IE into showing hover */
	display: block;
}

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

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

#prevLink:hover, #prevLink:visited:hover {
	background: url(imgs/lightbox/prev.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(imgs/lightbox/next.gif) right 15% no-repeat;
}

#imageDataContainer {
	background-color: #fff;
	margin: 0 auto;
	overflow: auto;
	width: 100%;
	font: 11px/1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#imageData {
	padding: 0 10px;
	color: #000;
}

#imageData #imageDetails {
	width: 90%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: normal;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
	width: 26px;
	float: right;
	padding-bottom: 0.7em;
}

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