body
{
	margin: 20px;
	padding: 0px;
	background: #FFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #52543D;
}

a:link { text-decoration: none; color: #FF9933; }
a:visited { text-decoration: none; color: #BD9F82; }
a:hover { text-decoration: underline; color: #FF9933; }
a:active { text-decoration: underline; color: #FF9933; }

#container
{
	margin: 0px auto;
	width: 800px;
}

#header
{
	width: 800px;
	height: 70px;
	border:0px solid #9ACD32;
         background: #FAFAF8 url('images/Logo-ArchivHeine3.jpg');
	border-bottom: 0px;
}

#menu
{
	width: 780px;
	padding: 5px 10px;
	border:0px solid #9ACD32;
	margin-bottom: 10px;
	text-align: center;
	color: #9ACD32;
}

#topmenu
{
    	text-align: left;
	padding-top: 1em;
	padding-right: 1em;
         padding-left: 45px;
	font-family: Verdana, Arial, sans-serif;

}
#topmenu a:link, #topmenu a:visited
{
	color: #FF8C00;
    	text-decoration: none;
    	background-color: #F4F4EA;
	border: 1px solid #9ACD32;
	padding-top: .3em;
	padding-bottom: .3em;
	padding-left: .8em;
	padding-right: .8em;
}
#topmenu a:hover
{
	color: #6B8E23;
	background-color: #EAFFD5;
	border: 1px solid #9ACD32;
    	text-decoration: none;
	padding-top: .3em;
	padding-bottom: .3em;
	padding-left: .8em;
	padding-right: .8em;
}

#container2
{
	border:1px solid #9ACD32;
	background: #FAFAF8;
}

#containernews
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	border:1px dotted #9ACD32;
	background: #FFFAF0;
	position:static;
	top:5px;
	left:5px;
	float:none;
	width:620px;
	height:200px;
}
.overflownews
{
	overflow: auto;
	width: 650px;
	height: 200px;
}

#content
{
	width: 800px;
	height: 520px;
	line-height: 150%;
}

#content h2
{
	border-bottom: 1px dashed #9ACD32;
	font-weight: 100;
	padding: 10px 0px;
	letter-spacing: 5px;
	font-size: 14pt;
	color: #6B8E23;
}

#content h3
{
	font-weight: 110;
	letter-spacing: 2px;
	font-size: 12pt;
}

#content h4
{
	font-weight: 110;
	letter-spacing: 1px;
	font-size: 11pt;

}

#content h5
{
	font-weight: 110;
	font-size: 10pt;
}

#content_bilder
{
	font-weight: 110;
	font-size: 10pt;
	color: #6B8E23;
	width: 770px;
	height: 370px;
}

#content ul
{
	list-style-image:url(images/arrow-right.gif);>
}


#rss ul
{
	list-style-type: square;
}

#content li
{
	margin-top:0.5em;
}

.englisch
{
	font-style:italic;
         color:#6F6F6F;
         margin-left:10px;
}

.overflow
{
	overflow: auto;
	width: 800px;
	height: 520px;
}

#textpadding
{
	padding: 1px 10px;
}

#synd
{
         width: 500px;
	padding: 1px 10px;
}

#footer
{
	width: 780px;
	padding: 5px 10px;
	border:1px solid #9ACD32;
	margin-top: 10px;
	text-align: right;
	background: #FAFAF8;
	font-size:8pt;
}

#standort
{
	font-size: 8pt;
}

/*Folgende Klassen beziehen sich auf Feedburner BuzzBoost*/
.headline
{
         line-height:3.5em;
         border-bottom: 1px dashed #9ACD32;
         border-top: 1px dashed #9ACD32;
         padding:4px;
         padding-top:4px;
         font-size:10pt; font-weight:normal;
}

.date
{
	font-size:smaller;
         font-weight:lighter;
         line-height:1em;
         vertical-align:super;
}

/*Abschnitt für Lightbox JS Bildbrowser*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
