* {
	padding:0;
	margin:0;
	}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(images/bg-body.png) repeat-y top center #111;
	color:#eee;
	}

img {
	border:1;
	color:#000000;
	}

a {
	text-decoration:none;
	color:#eee;
	}
a:hover {
	text-decoration:none;
	color:#999;
	}

p {
	margin-bottom:1.4em;
	line-height:1.7em;
	}

/* Structure */

#wrapper {
	width:620px;
	background:#000;
	margin:0 auto;
	}
#header {
	height:200px;
	background:url(images/header.jpg) no-repeat top left;
	margin-bottom:10px;
	}
#header_glasdach {
	height:200px;
	background:url(images/header_glasdach.jpg) no-repeat top left;
	margin-bottom:10px;
	}
#header_himmel {
	height:200px;
	background:url(images/header_himmel.jpg) no-repeat top left;
	margin-bottom:10px;
	}
#header_nacht {
	height:200px;
	background:url(images/header_nacht.jpg) no-repeat top left;
	margin-bottom:10px;
	}
#header_3d {
	height:200px;
	background:url(images/header_3d.jpg) no-repeat top left;
	margin-bottom:10px;
	}	
#header_fassade {
	height:200px;
	background:url(images/header_fassade.jpg) no-repeat top left;
	margin-bottom:10px;
	}

	
#content {
	width:400px;
	padding:20px;
	float:left;
	}
#list {
	width:380px;
	padding:40px;
	float:left;
	}
#sidebar {
	width:160px;
	padding:10px;
	float:right;
	}
#footer {
	clear:both;
	padding:10px;
	text-align:center;
	}


/* Entries */

.entry {
	margin-bottom:50px;
	}
h1 a {
	font-size:18px;
	font-weight:normal;
	color:#1E87C5;
	}
h1 a:hover {
	font-size:18px;
	font-weight:normal;
	color:#444;
	}
.date {
	color:#999;
	font-size:10px;
	}
.entrybody {
	margin:5px 0 0 0;
	text-align:justify;
	}
.entrymeta {
	margin-top:-5px;
	}


/* Sidebar */

h2 {
	font-size:18px;
	font-weight:normal;
	color:#eee;
	border-left:3px solid #1E87C5;
	padding:3px 5px 4px 5px;
	background:#070707;
	border-bottom:1px dotted #333;
	}
#sidebar ul {
	list-style-type:none;
	background:#070707;
	margin-bottom:30px;
	}
#sidebar li a {
	display:block;
	padding:5px;
	border-left:3px solid #4682B4;
	border-bottom:1px dotted #333;
	color:#f0f0f0;
	}
#sidebar li a:hover {
	display:block;
	padding:5px;
	border-left:3px solid #36648B;
	border-bottom:1px dotted #333;
	background:#121212;
	color:#fff;
	}


	
#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;
	}

#imageHeader{
	width: 100px;
	height:20px;
	background-color:black;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}

#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: 80%;
	float: left;
	text-align: left;
	}	

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

#imageData #navi{
	background-color:white;
	height:40px;
	overflow:hidden;
	display:block;
	}

#numberDisplay{
	background-color:white;
	float:left;
	width:100px;
	text-align:center;
	padding-top:10px;
	}

#prevLink_:hover, #prevLink_:visited:hover { }

#nextLink_:hover, #nextLink_:visited:hover { }

#prevLink {
	height:30px;
	width:50px;
	background: url(images/prevlabel.gif) no-repeat;
	display:block;
	float:left;	
	}

#nextLink {
	height:30px;
	width:50px;
	float:left;
	background: url(images/nextlabel.gif) no-repeat;
	display:block;
	}
		
#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;
	}


* {margin:0; padding:0}
.sm {
	list-style:none;
	width:380px;
	height:200px;
	display:block;
	overflow:hidden
	}

.sm li {
	float:left;
	display:inline;
	overflow:hidden
	}

.slide {
	top:50px;
	left:50px;
	width:380px;
	height:200px;
	overflow:hidden;
	}

.slideshow {
	position:absolute;
	top:250px;
	left:400px;
	width:200px;
	height:200px;
	overflow:hidden;
	}
	
.slideshow img {
	padding: 0px;
	border: 0px solid #ccc;
	background-color: #ccc;
	}
