@charset "utf-8";
/* CSS Document */

* { padding:0; margin:0; font-family:Verdana, Arial, Helvetica, sans-serif; outline:0; cursor:default; }

a
{
	cursor:pointer;
}

body
{
	background-image:url(../images/holzback.jpg);
	background-color:#000000;
}

#wrapper
{
	width:840px;
	margin:0 auto;
	padding:30px;
}

.clear { clear:both; }

.liststyle
{
	list-style:circle;
	padding-left:20px;
	line-height:22px;
}

#header
{
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:2px 0;
	margin-bottom:20px;
}

#header h1
{
	float:left;
	text-indent:-10000px;
}

#header h1 a
{
	display:block;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	width:252px;
	height:31px;
	margin-right:20px;
	margin-top:1px;
}

#header ul
{
	list-style:none;
	font-size:13px;
}

#header li
{
	float:left;
	margin-right:9px;
	margin-top:7px;
}

#header li a
{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	padding:2px 5px;
}

#header li a.flagenglish
{
	text-indent:-9999px;
	background-image:url(../images/english_flag.png);
	background-repeat:no-repeat;
	background-position:0px -2px;
	width:32px;
	height:22px;
	display:block;
}

#header li a.flaggerman
{
	text-indent:-9999px;
	background-image:url(../images/german_flag.png);
	background-repeat:no-repeat;
	background-position:0px -2px;
	width:32px;
	height:22px;
	display:block;
}

#header li a.flagenglish:hover
{
	background-color:transparent;
}

#header li a.flaggerman:hover
{
	background-color:transparent;
}

#header li a:hover
{
	text-decoration:none;
	background-color:#FFFFFF;
	color:#000;
}

#header li a.selected
{
	text-decoration:none;
	color:#F90;
}

#header li a.selected:hover
{
	text-decoration:none;
	color:#F90;
	background-color:transparent;
}

#content
{
	font-size:13px;
	color:#fff;
	min-height:350px;
}

#content p
{
	margin-bottom:15px;
	line-height:20px;
	text-align:justify;
}

#content p strong
{
	font-size:13px;
	text-transform:uppercase;
}

#content a
{
	color:#f90;
}

#content h2
{
	margin-bottom:15px;
	font-size:15px;
	text-transform:uppercase;
}

#content h2 i
{
	color:#F90;
	font-style:normal;
	text-transform:none;
	text-transform:uppercase;	
}

#leftside
{
	width:250px;
	float:left;
}

#leftside ul
{
	margin-top:10px;
	list-style:none;
	margin-bottom:20px;
}

#leftside li a
{
	text-align:right;
	border-bottom:1px solid #fff;
	display:block;
	padding:2px;
	font-size:13px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

#leftside li a:hover
{
	/* background-color:#8e8080; */
	color:#fff;
	background-image:url(../images/shiver.png);
}

#leftside li a.selected
{
	background-color:#f90;
	color:#fff;
}

#leftside li a.selected:hover
{
	background-color:#f90;
	color:#fff;
	background-image:none;
}

#rightside
{
	float:left;
	width:570px;
	margin-left:20px;
}

.pictureframe
{
	padding:5px;
	background-color:#fff;
}

#footer
{
	border-top:1px solid #fff;
	padding:10px 0;
	text-align:center;
}

#footer p
{
	color:#fff;
	font-size:10px;
}

#footer a
{
	text-decoration:none;
	color:#fff;
}

#footer a:hover
{
	text-decoration:underline;
}

#slideshow img
{
	border:0;
	cursor:pointer;
}

#simplemodal-overlay {
  background-color:#000;
  cursor:wait;
}

#simplemodal-container {
  height:400px;
  width:600px;
  background-color:#fff;
  border:5px solid #000;
  padding:25px 25px 0 25px;
}

#simplemodal-container a.modalCloseImg {
  background:url(../images/close.png) no-repeat;
  width:33px;
  height:33px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-14px;
  right:-18px;
  cursor:pointer;
}

.magnifier
{
	position:relative;
	z-index:100;
	bottom:0;
	right:0;
}

.magnifier a
{
	position:absolute;
	background-image:url(../images/magnifier.png);
	width:30px;
	height:30px;
	text-indent:-30000px;
	top:132px;
	left:211px;
}