body {
	background-color: #D7DCBE;
	margin-top: 5px;
	font-family: verdana;
	color: #8F7879;
}
img { border: 0px; }
a {
	font-size: 12px;
	color: #990000;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #899650;
	text-decoration: underline;
}
a:active {
	color: #660000;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
.Stil1 {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana;
	color: #FFFFFF;
	padding-left: 10px;
}
.Stil2 {
	font-size: 9px;
	font-weight: bold;
	font-family: verdana;
	color: #899650;
}
.Stil4 {font-size: 14px; font-weight: bold; font-family: verdana; color: #899650; }
.Stil5 {
	font-family: verdana; 
	color: #8F7879; 
	font-size: 12px;
}

.Stil10 {
	color: #FF0000;
	font-family: verdana; 
	font-size: 12px;
	tex-align: left;
}

.wireframemenu{

background-color: white;
border-bottom-width: 0;
width: 100%;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 13px Verdana;
padding: 4px 10px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #8F7879;
text-decoration: none;

}

.wireframemenu a:visited{
color: #8F7879;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #E1E1E1;
color: #899650;
}
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{

margin: 0px 0px 3px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 1px;
left: -1000px;
border: 10px solid #FFFFFF;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -295px;
left: -350px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.thumbnail2 img{

margin: 0px 0px 3px 0;
}

.thumbnail2:hover{
background-color: transparent;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 1px;
left: -1000px;
border: 10px solid #FFFFFF;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail2:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -300px;
left: -550px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.thumbnail3 img{

margin: 0px 0px 3px 0;
}

.thumbnail3:hover{
background-color: transparent;
}

.thumbnail3 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 1px;
left: -1000px;
border: 10px solid #FFFFFF;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail3 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail3:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -150px;
left: -350px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.thumbnail4 img{

margin: 0px 0px 3px 0;
}

.thumbnail4:hover{
background-color: transparent;
}

.thumbnail4 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 1px;
left: -1000px;
border: 10px solid #FFFFFF;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail4 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail4:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -305px;
left: -650px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

