
html, body {
     margin: auto;
	 margin-top: 20px;
     height: 780px;
} 
#round {
	height: 750px;
	width: 930px;
	margin-left: 1px;
	position: relative;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: outset;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: outset;
	border-top-color: #999999;
	border-right-color: #33CC00;
	border-bottom-color: #33CC00;
	border-left-color: #999999;
}

div.h1 {
	position: absolute;
	top: 55px;
	right: auto;
	left: auto;
	width: 530px;
	background-color: transparent;
	border: 0px solid red;
	padding-left: 191px;
}

div.container {
	left: auto;
	top: 160px;
	background-color: transparent;
	border: 0px solid red;
	height: 400px;
	width: 150px;
	right: auto;
	position: absolute;
	padding-left: 25px;
	padding-top: 20px;
}
.container span {
	position: absolute;
	top: 22px;
	left: 191px;
	border: 1px solid white;
	visibility: visible;
	z-index:1;
	width: 535px;
	height: 355px;
	right: auto;
}
div.h2 {
	position: absolute;
	top: 600px;
	right: auto;
	left: auto;
	background-color: transparent;
	border: 0px solid red;
	width: 530px;
	padding-left: 191px;
}
div.h4 {
	position: absolute;
	top: 690px;
	background-color: transparent;
	border: 0px solid red;
	width: 530px;
	left: auto;
	right: auto;
	padding-right: 260px;
}
div.h3 {
	position: absolute;
	top: 182px;
	left: auto;
	background-color: transparent;
	border: 0px solid red;
	height: 400px;
	width: 150px;
	right: auto;
	padding-left: 750px;
}
div.thumbnail{
	border: 1px solid gray;
	height: auto;
	float: left;
	text-align: center;
	width: 120px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	display:inline; 
}
div.li{
	border: 1px solid gray;
	height: auto;
	float: left;
	text-align: center;
	width: 120px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	display:inline; 
}		
div.header{
	border: 1px solid gray;
	height: auto;
	float: left;
	text-align: center;
	width: 120px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	display:inline; 
}
div.unten{
	border: 1px solid gray;
	height: auto;
	float: left;
	text-align: center;
	width: 120px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	display:inline; 
}		
.thumbnail img{
	display: inline;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.li img{
	display: inline;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.header img{
	display: inline;
	margin: 5px; 
}
.unten img{
	display: inline;
	margin: 5px;
}


/** hover covers the main div **/
.IE6hover, .thumbnail:hover {
	border: 1px solid blue;
	background-color:#DC7952;
}
.IE6hover, .li:hover {
	border: 1px solid blue;
	background-color:#DC7952;
}
.IE6hover, .header:hover {
	border: 1px solid blue;
	background-color:#DC7952;
}
.IE6hover, .unten:hover {
	border: 1px solid blue;
	background-color:#DC7952;
}

.header span {
	position:absolute;
	top: 125px;
	left: 190px;
	border: 0px solid gray;
	background-color: white;
	visibility: hidden;
	z-index:1;
	width: 534px;
}
.li span {
	position:absolute;
	top: 0px;
	left: 188px;
	border: 0px solid gray;
	background-color: white;
	visibility: hidden;
	z-index:1;
	width: 534px;
}
.unten span {
	position:absolute;
	top: -425px;
	left: 186px;
	border: 0px solid gray;
	background-color: white;
	visibility: hidden;
	z-index:1;
	width: 534px;
}
.thumbnail span {
	position:absolute;
	top: 20px;
	left: 192px;
	border: 0px solid gray;
	background-color: white;
	visibility: hidden;
	z-index:1;
	width: 534px;	
}

.IE6hover span, .thumbnail:hover span{
	visibility: visible;
	z-index:2;
} 
.IE6hover span, .li:hover span{
	visibility: visible;
	z-index:2;
} 
.IE6hover span, .header:hover span{
	visibility: visible;
	z-index:2;
} 
.IE6hover span, .unten:hover span{
	visibility: visible;
	z-index:2;
} 
.caption {
	width: 120px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 1px;
}

body {
	margin-left: 1px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
}

