
body {
	margin: 0px;
	background-color: #F3D455;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(/images/leiste.jpg);
	background-position: 0px 0px;
	margin-left: 159px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	border-left: 1px solid #333B86;
}

div#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}

div#menu {
  font-size: 13px;
	left: 0px;
	position: absolute;
	margin: 3px;
	margin-top: 110px;
	width: 145px;
	text-align: center;
}

div#menu input {
  margin-left: 5px;
  margin-right: 5px;
}

div#menu a {
	border: 1px dotted #000000;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	font-weight: bold;	
	margin: 5px;
	color: black;
	width: 140px;
	text-decoration: none;
}

div#menu a:hover {
	text-decoration: none;
	background-color: #474F99;
	color: #F3D455;
	
}

div#topbar, div#bottombar {
	background-image: url(/images/bar.gif);
	background-repeat: repeat;
}

.imageshutter {
	background: #333;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	opacity: 0.7;
	z-index: 50;
}

.largeimage {
	width: 680px;
	position: fixed;
	display: block;
	z-index: 51;
}

div.rtop, div.rbottom {display:block;}
div.rtop div, div.rbottom div {display:block;height: 1px; overflow: hidden; background: #F3D455}
div.r1 {margin: 0 5px}
div.r2 {margin: 0 3px}
div.r3 {margin: 0 2px}
div.rtop div.r4, div.rbottom div.r4 {margin: 0 1px;height: 2px}

.largeimage .largeimagespacer {
   background-color: #F3D455;
   padding: 5px;
   padding-top: 10px;
}

.largeimage #largeimagecontent {
  height: 600px;
  overflow: auto;
  padding: 5px;
  text-align: center;
}

.largeimage .closer {
  padding-top: 5px;
  text-align: center;
}

div#largeimageimage {
  text-align: center;
  padding-bottom: 5px;
}

div#picbarcontainer {
	background-color: #F3D455;
	position: fixed;
	bottom: 0px;
	height: 100px;
	right: 0px;
	left: 160px;
	border-top: 1px solid #333B86;
	display: none;
	visibility: hidden;
	overflow: hidden;
}

div#picbar {
  overflow: hidden;
}

div#picbar .picbarlink {
  position: absolute;
  top: 5px;
}

div#picbar img {
  visibility: hidden;
}

.unsichtbar {
  display: none;  
}