/* @override http://lifestream.mats-vanselow.de/styles.css */


body {
	background-color: #fffeff;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	color: #000000;
	font: 13px "Helvetica Neue",Arial,sans-serif;
}
a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font: normal 300%/100%  "Helvetica Neue",Arial,sans-serif;
	color: #9aa0a0;
	margin: 20px 0 18px 18px;
}

h1 a{
	text-decoration: none;
	color: #9aa0a0;
}

h1 a:hover{
	text-decoration: underline;
}

img {
	border: none;
}

.footer {
	font-size: 11px;
	color: #b0b5b5;
	clear: both;
	margin-bottom: 30px;
	text-align: center;
	padding-top: 25px;
}
.footer a {
	color: #979c9c;
}
.footer a:hover {
	color: #6a6a6a;
}


.photo {
	position: relative;
	float: left;
	margin: 20px;
}
.photo img {
	padding: 4px;
}

.photo a {
	text-decoration: none;
}




.photodetail {
	display: block;
	padding: 25px 20px 30px;
	height: 500px;
}

.photodetail #caption {
	color: #aaacac;
	font: normal 180%/100% "Helvetica Neue",Arial,sans-serif;
	text-align: left;
	padding-bottom: 30px;
}

.photodetail img.map {
	width: 250px;
	height: 200px;
	float: right;
	border: 1px dotted #d7d7d7;
}

.photodetail img.photo {
	width: 480px;
	height: 480px;
	padding-right: 25px;
	margin: 0;
}




.photodetail a {
	text-decoration: none;
}



.thumb {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	position: absolute;
	top: 110px;
	left: 700px;
	width: 160px;
	display: block:
}
