html {
  padding: 0px;
  margin: 0px;
}

body {
  min-height: 100%;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;

  background-color: #FFF;
	background-image: url('./img/hg.png');
	background-repeat:repeat;
	background-position: center;
	background-attachment: fixed;

	color: #000;
	font-family: Courier New, Arial, sans-serif;
	font-size: small;
	line-height: 1.4em;
}


/* ###################### element-positioning ###################### */

#container { /* 906 x 664 */
  position: relative;
  margin: 0px auto;
  width: 906px;
  height: 664px;
}

#logo { /* 302 x 40 */
  position: absolute;
  top: 0px;
  left: 0px;
  width: 302px;
  height: 40px;
}

#menu { /* 76 x 174 */
  position: absolute;
  top: 490px;
  left: 0px;
  width: 76px;
  height: 174px;
  padding: 0px;
  background-color: #FFF;
}

/* holds content, title, description, thumbs (in case of gallery)
   OR uppercontent, lowercontent (in case of no gallery)    */

#content { /* 782 x 624  */
  position: absolute;
  top: 40px;
  left: 76px;
  width: 782px;
  height: 624px;
  background-color: #FFF;
}

#imgcontent, #uppercontent { /* 830 x 450, max image size: 782 x 402 px */
  position: absolute;
  width: 782px;
  height: 402px;
  padding: 24px;
  background-color: #FFF;
  
  overflow: auto;
}

#imgcontent {
  overflow: hidden;
}

#imgtitle { /* 830 x 30 px */
  position: absolute;
  top: 450px;
  width: 830px;
  height: 30px;
  padding: 0px;
  background-color: #FFF;
}

#imgtitle .vcenter {
  position: absolute;
  top: 0px;

  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 110%;
  line-height: 30px; /* vertical center */
}

h1 {
  margin: 0px;
  padding: 0px;
  
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 110%;
  line-height: 30px; /* vertical center */
}

#imgdescription { /* 830 x 90 px */
  position: absolute;
  top: 480px;
  width: 806px;
  height: 90px;
  padding: 0px;
  padding-left: 24px;
  background-color: #FFF;

  font-weight: normal;
  font-size: 95%;
  line-height: 15px; /* bigger lineheight than normal */
  
  overflow: auto;
}

#imgthumbs { /* 830 x 54 px */
  position: absolute;
  top: 570px;
  width: 806px;
  height: 42px;
  padding: 6px 0px;
  padding-left: 24px;
  background-color: #FFF;
}

#imgthumbs img {
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
}

/* content divs in case without gallery */

#lowercontent { /* 830 x 174 px */
  position: absolute;
  top: 450px;
  width: 782px;
  height: 150px;
  padding: 24px;
  padding-top: 0px;
  background-color: #FFF;
  
  overflow: auto;
}


/* ###################### element-styling ###################### */

div#menu ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div#menu li{
  display: inline;
}

div#menu img{
  border-style: none;
}


a, a:hover, a:visited, a:active {
  color: #000;
  text-decoration: underline;
}

.csc-textpic-image {
  margin: 0px !important;
  padding: 0px !important;
}

