	body {
	/*background-image: url(images/Background/rinde_dunkler.jpg);
	background-attachment: fixed;*/
	background-color:#CCCCCC; /* #B8860B;*/
		}
	#header {
		position: relative;
		width: 100%;
		height: 220px;
		top: 0;
		right: 0;
		bottom: auto;
		left: 0;
		font-family: Verdena, Arial, Helvetica, sans-serif;
		font-size: 36px;
		color: #008000;
		text-align: center;
		background-image: url(images/Buttons/bernd_01.gif);
		background-repeat: no-repeat;
		background-position: center center;
    	}
    #sidebar {
		position: absolute;
		width: 230px;
		height: auto;
		top: 240px;
		right: auto;
		bottom: 100px;
		left: 10px;
		font-family: Verdena, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #008000;
		text-align: center;
		font-weight: bold;
		text-decoration: none;
		}
    #new {
		position: absolute;
		width: 30px;
		height: auto;
		top: 310px;
		right: auto;
		bottom: 100px;
		left: 173px;
		font-family: Verdena, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #008000;
		text-align: center;
		font-weight: bold;
		text-decoration: none;
		}
    #main {
	position: absolute;
	width: 900px;
	height: auto;
	top: 247px;
	right: 0;
	bottom: 100px;
	left: 272px;
	font-family: Verdena, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #008000;
	list-style-image: url(images/Buttons/aufzaehl_1.gif);
	    }
	a:link {
		color:#006600;
		}
	a:link:visited {
		color:#009900;
		}
	#menu {
		position:relative;
		margin-top:20px;
		left:5px;
		display:block;
		width:200px;
		}
	#menu a.button, #menu a.button:visited {
	display:block;
	width:200px;
	height:68px;
	background: url(images/Buttons/menu/saege_05.gif);
	text-align:right;
	color:#CC6633;
	line-height:38px;
	text-decoration:none;
	font-family:Verdena, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-top:3;
	margin-top:5px;
	background-repeat: no-repeat;
		}
	#menu a.button:hover {
		background-position:0 0;/*-38px;*/
		}
	#menu a.button:active {
		background-position:0 0;/*-38px;		/* background-position:0 -76px; */
		}
	.gelbcenter10 {
		font-family: Verdena, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#008000;
		font-weight:normal;
		text-decoration:none;
		text-align:center;
		}
	.gelbcenter12 {
		font-family: Verdena, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#008000;
		font-weight:bold;
		text-decoration:none;
		text-align:center;
		}
	.gelblinks12 {
		font-family: Verdena, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#008000;
		font-weight:normal;
		text-decoration:none;
		text-align:left;
		}
	.gruenlinks12 {
		font-family: Verdena, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#008000;
		font-weight:bold;
		text-decoration:none;
		text-align:left;
		}
	.gruenlinks12_u {
		font-family: Verdena, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#008000;
		font-weight:bold;
		text-decoration:underline;
		text-align:left;
		}
	.gruencenter12 {
		font-family: Verdena, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#008000;
		font-weight:bold;
		text-decoration:none;
		text-align:center;
		}
	.gelbcenter20 {
		font-family: Verdena, Arial, Helvetica, sans-serif;
		font-size:20px;
		color:#008000;
		font-weight:normal;
		text-decoration:none;
		text-align:center;
		}
	.gelblinks20 {
		font-family: Verdena, Arial, Helvetica, sans-serif;
		font-size:20px;
		color:#008000;
		font-weight:normal;
		text-decoration:none;
		text-align:left;
		}
	.gelblinks20_u {
		font-family: Verdena, Arial, Helvetica, sans-serif;
		font-size:20px;
		color:#0099FF;
		font-weight:normal;
		text-decoration:underline;
		text-align:left;
		}
	.gelbcenter30 {
		font-family: Verdena, Arial, Helvetica, sans-serif;
		font-size:30px;
		color:#008000;
		font-weight:normal;
		text-decoration:none;
		text-align:center;
		}

 /* Photo-Caption PZ3 CSS (The Good Stuff) */

.PZ3-l { float:left; margin-right:10px; }
.PZ3-r { float:right; margin-left:10px; direction:rtl; }
  [class~=PZ3-r] { position:relative; }

.PZ3zoom { border:1px solid #369; }
.PZ3zoom a,.PZ3zoom a:visited { display:block;
  padding:0; overflow:hidden; text-decoration:none;
  height:100%; width:100%; }
  [class~=PZ3-r]>a { right:0; }
.PZ3zoom a:hover { position:absolute;
  z-index:999; padding:0; background:none; 
  cursor:default; height:auto; width:auto;
  overflow:visible; border:1px solid #369;
  margin:-1px 0 0 -1px; }
  class~=PZ3-r]>a:hover { margin:-1px -1px 0 0; }

.PZ3zoom a img { border:0; height:100%; width:100%; }
.PZ3zoom a:hover img { height:auto; width:auto;
  border:0; }

a:hover .PZ3cap { display:block;
  padding:2px 5px; margin-top:-5px; 
  direction:ltr; background:#369; color:#fff;
  font:10pt verdana,sans-serif; 
  text-align:left; }

.noCap a:hover .PZ3cap { display:none; }
.noBdr a img,.noBdr a:hover img { border:0; }
.Lnk a:hover { cursor:pointer; }

/* End Photo-Caption Zoom CSS */

