﻿* {
}
body {
	margin: 0 100px 0 100px;
	font-family: Tahoma, Lucida Grande, Verdana, Sans-Serif;
	color: #fff;
	font-size: 100%;
	height: 100%;
	background-image: url("images/sun1.jpg");
	background-repeat: repeat-x;
	background-color: #000;
	width: 80%;
}
#logo {
	background: url("images/logo2.gif");
	background-repeat:no-repeat;
	position:absolute;
	z-index:0;
	top:330px;
	left:10px;
	height:54px;
	width:164px;
}
#container {
	width: 800px;
	margin: 0;
	padding: 0;
	clear: left;
	text-align: center;
}
#bildnr {
	margin: 0px;
	font-size: 100%;
	font-weight: bold;
	color: #000;
	text-align: left;
}
#pnavigation {
	float:left;
	width: 100%;
	text-align: center;
	margin: 0;
	font-size: 80%;
	color:#000;
}
#navigation {
	width: 800px;
	margin: 0;
	height: 2.2em;
	font-size: 80%;
	background: url("images/streifen.gif");
	background-repeat: no-repeat;
}
#navigation ul {
	margin: 0 0 0 0;
	padding: 0 0 0 10em;
	list-style: none;
}
#navigation li {
	display: inline;
	margin: 0;
	padding: 0;
}
#navigation a {
	color: #aaa;
	font-weight: bold;
	float: left;
	margin: 0;
	text-decoration: none;
	padding: 0;
}
#navigation a span {
	float: left;
	display: block;
	background-image: url('images/tabright.gif');
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 4px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a span {
	float: none;
}
/* End IE5-Mac hack */
#navigation a:hover span {
	color: #000;
}
#navigation a:hover {
	background-position: 0% -72px;
}
#navigation a:hover span {
	background-position: 100% -72px;
	color: #fff;
}
#navigation a.active {
	background-position: 0% -36px;
}
#navigation a.active span {
	background-position: 100% -36px;
	color: #fff;
}
#picture {
	float: left;
	margin: 0px;
	width: 100%;
	text-align: center;
	border: solid 1pt #ccaa00;
	background-image: url("images/sun3.jpg");
	background-repeat: repeat-x;
	background-color: #000;
}
img.thumb {
	border: solid 1pt #ccaa00;
}
img.foto {
	border-left: solid 1pt #ccaa00;
	border-right: solid 1pt #ccaa00;
}
#text {
	width: 800px;
	clear:left;
	font-size: 80%;
}