html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-image: url(../../bilder/home/bildschirm.gif);
	color: #060;
	font-size: 80%;
}

a{
	color: #090;
	text-decoration: none;
}
a:focus, a:hover {
	text-decoration: underline;
	color: #060;
}
a:active {
	text-decoration: none;
	color: #090;
}

p, li {
	line-height: 1.8em;
}

h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 4em;
	color: #090;
	text-shadow: #999 2px 2px 2px;      /******************************** Schatten ********************************/	letter-spacing: 0px;
	font-weight: bold;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 180px;
	padding-top: 80px;
}

h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;	
	font-size:2em;	
	color: #ccc;
	margin-top: 20px;
	margin-left: 182px;
	margin-bottom: 30px;
	letter-spacing:-1px;	
}

pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}

div#page {
	width: 900px;
	background-color: #333;
	border-color: #666;
	text-align: left;
	min-height: 660px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ddd;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #333;
	margin: 0;
}
div#container {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}
div.caption-container {
	color: #eee;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.download {
	margin-top: 8px;
}
div.photo-index {
	color: #FFF;
}
div.navigation a.prev {
	background-image: url(prevPageArrowWhite.gif);
}
div.navigation a.next {
	background-image: url(nextPageArrowWhite.gif);
}
div.loader {
	background-image: url(loaderWhite.gif);
}
div.slideshow img {
	border-color: #333;
}
ul.thumbs li.selected a.thumb {
	background: #fff;
}
div.pagination a:hover {
	background-color: #111;
}
div.pagination span.current {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}
