/* ******* Styles on HomePage ******* */



/* Links on HomePage */



a.links:hover {
	font-size: 7.5pt;
	color: #423E2F;
	text-decoration: underline;

}

a.links:visited {
	font-size: 7.5pt;
	color: #334655;

}

a.links:active {
	font-size: 7.5pt;
	color: #334655;
	text-decoration: none;
}

a.links:link {
	font-size: 7.5pt;
	color: #334655;
}


.navNonLink {
	font-size: 7.5pt;
	color: #334655;

}
/* ----menue----- */
#menue
{
	font-family: "Times New Roman", Times, serif;
	float: left;
	margin-top: 15px;
	padding: 0;
	text-align: center;
	width: 330px;
}

ul#menuelist
{
	text-align: center;
	display: inline;
	list-style: none;
	padding: 1px;
}

ul#menuelist li
{
display: inline;
margin: 0;
padding: 0;
}

ul#menuelist li a
{
   font-family: verdana, helvetica, tahoma, arial, sans-serif;
	display: inline;
	padding: 0.2em;
	color: Black;
	text-decoration: none;
}

#menue>ul#menuelist li a { width: auto; }

ul#menuelist li#active a
{
	font-weight: normal;
}

ul#menuelist li a:hover
{
	color: Gray;
	text-decoration: underline;
}
/* ----menue ende----- */

/* ----menue gallery pages----- */


ul#nrgallery
{
	text-align: center;
	list-style: none;
	padding: 1px;
	margin-bottom: 10px;
}

ul#nrgallery li
{
display: inline;
margin: 0;
padding: 0.2em;
}

ul#nrgallery li a
{
	display: inline;
	padding: 0.2em;
	color: Black;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #334655;
}

#menue>ul#nrgallery li a { width: auto; }

ul#nrgallery li#active a
{
	font-weight: bold;
}

ul#nrgallery li a:hover
{
	color: Gray;
}

.nolink {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #334655;
}


/* ----menue gallery pages end ----- */

/* end Links on HomePage */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: left;
	height: 100%;
}


/*Credits: Dynamic Drive CSS Library *//*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer {

width: 360px;
margin-left: 12px;
margin-top: 12px;

/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img {
border: 1px solid black;
margin: 3px;
}

.thumbnail:hover {
background-color: transparent;
z-index: 50;
text-decoration: none;
font-family: verdana, helvetica, tahoma, arial, sans-serif;
font-size: 11px;
font-weight: normal;
color: #000000;
}

.thumbnail span { /*CSS for enlarged image*/
position: absolute;
background-color: #efefef;
padding: 5px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img { 
	/*CSS for enlarged image*/
text-decoration: none;
border-width: 0;
padding: 1px;
}

.thumbnail:hover span { 
/*CSS for enlarged image*/
visibility: visible;
text-decoration: none;
top:15px;
left: 385px; 
/*position where enlarged image should offset horizontally */ 
z-index: 50;
}

