body {
  margin: 0px 0px 0px 0px;
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 13px;
}
a:link{
  text-decoration: none;
}
a:visited{
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
a:active{
  text-decoration: none;
}
.info {
  width: 100%; 
  height: 15px; 
  border-bottom: 1px solid #FFFFFF; 
  background-color: #666666;
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: center;
}
.ausrichtung {
  width: 950px; 
  text-align: left;
  position: relative;
}
.content {
  width: 1000px; 
  background-image: url(../images/bg.png); 
}
.links {
  width: 720px; 
  margin-left: 10px; 
}
.galerie {
  width: 720px; 
}
.rechts {
  position: absolute;
  right: 0px;
  width: 180px;
  border-left: 1px solid #666666;			
  padding-left: 3px;
  text-align: left;
}
.bottom {
  width: 1000px; 
  background-image: url(../images/bottom.png); 
  height: 25px;
}	 
div#works {
  position: absolute;
  right: 30%;
}

UL#imagelist {
  padding: 0;
  margin: 0 0 0 60px;
}
UL#imagelist LI {
  float: left;
  list-style-type: none;
  margin: 0 5px 5px 0px;
	padding: 2px;
	position: relative; top: 0; left: 0;
	width: 82px;
	height: 82px;
}
UL#imagelist LI DIV.imgcontainer {
	position: absolute; top: 0; left: 0; z-index: 9;
}
UL#imagelist LI DIV.imgcontainer A.fancy IMG {
/*	border: 3px solid #CCC; padding: 2px; -moz-border-radius: 5px; */
}
UL#imagelist LI DIV.imgcontainer A.fancy IMG:hover {
/*	border: 3px solid #b3dd41;
	padding: 2px; */
}


