/*  Etwas unordentlich, ich weiss,
    Aber wie sagte Einstein schon?
   "Das Genie beherrscht das Chaos" */
	

body, *{margin:0; padding:0;}

body {
	background: #ffffff;
}

body, table, p, form {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.1;
	color: #777777;
}

img {border: 0;}

a {
	color: #375d81;
	text-decoration: none;
}

#header a:hover{background-color: transparent;}
a:hover {
	background-color: #375d81;
	color: #ffffff;
}

#content {
	width: 900px;
	padding: 0 25px 0 25px;
	margin: 25px auto;
}

#header{
	width: 100%;
	font-family: 'Enriqueta', serif;
	font-size: 25px;
	color: #3B3F30;
	padding: 0 0 5px 0;
}

#header span {color: #375d81;}

#header img {float: right; margin: 7px 0 0 5px;}

#pic{
	position: relative;
	overflow: hidden;
}

#pic h1 {
	display: block;
	clear: both;
	text-align: right;
	font-size: 13px;
	line-height: 20px;
	color: #3B3F30;
}

#pic img.load {
	position: absolute;
	width: 31px;
	height: 31px;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -15px;
	border: 0;
}

#nav {display: block;}

#nav a.back {
	position: absolute;
	top:0;
	left:0;
	width: 50%;
	height: 100%;
	background: transparent url(back.png) no-repeat center center;
	opacity: 0;
	filter: alpha(opacity = 0);
}

#nav a.forward {
	position: absolute;
	top:0;
	right:0;
	width: 50%;
	height: 100%;
	background: transparent url(forward.png) no-repeat center center;
	opacity: 0;
	  filter: alpha(opacity = 0);
}

#nav span, div.hr hr {display:none;}
#nav a:hover {opacity: 0.40; filter: alpha(opacity = 40);}


#nr {
	float: left;
	width: 110px;
	margin: 5px 10px 0 0;
	letter-spacing: 1px;
	font-size: 55px;
	font-weight: bold;
	line-height: 1.1;
	color: #d1d1d1;
}

#text {
	float: left;
	width: 510px;
	padding: 10px 0 0 0;
}

#text p {line-height: 1.4;}

#text h1, #exif h1 {
	font-family: 'Enriqueta', serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 1.2;
	color: #3B3F30;
}

.share_toggle {
font-weight: bold;
}

#text h1 {display: inline;}

#footer, #exif {
font-size: 11px;
}

#footer {clear:both; width: 100%;}

#exif h1 {font-size: 13px; font-weight: bold;}

#exif {
	float: right;
	width: 240px;
	margin: 5px 0 0 0;
	padding: 10px 0 0 30px;
}

table, tr, td , #exif p{font-size: 11px; color: #3B3F30;}

table td.value {width: 60px;}

div.hr {border-bottom: 1px dotted #d1d1d1; margin: 5px 0 2px 0;clear:both;}

#impressum {
	display: none;
	font-size: 11px;
	color: #3B3F30;
}

#impressum table {float:left;padding-left: 10px;text-align:left;}

.imp_active, .info_active, .share_active {
	background-color: #375d81;
	color: #ffffff;
}

#share {
	display: none;
	background-color: white;
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	height: 32px;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#share a:hover {
	background-color: transparent;
}

#platzhalter  {clear:both;height: 20px;}
#platzhalter  h1{display:none;}

.error {
	font-weight: bold;
	font-size: 60px;
	line-height: 70px;
	color: #3B3F30;
	text-align: center;
}

#wallpaper {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: white;
	padding: 5px;
	z-index: 10;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#wallpaper ul {
	list-style-type:none;
}

#wallpaper ul a {
	display:block;
	padding: 2px;
	margin: 5px 0;
	color: black;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#wallpaper ul a:hover {
	color: white;
	background-color: #375d81;
	text-decoration: none;
}

.wallpaper_toggle {
	float: right;
	display: block;
	width: 20px;
	height: 20px;
	margin: 7px 0 0 0;
	background: url(wp.png) no-repeat top center;
}
.wallpaper_active {background: url(wp.png) no-repeat bottom center;}
