/* Style Sheet for hanji.de */


/* Page Layout */

body{
  background-color: #ffffff;
  font-family: Garamond, "Times New Roman", serif;
  margin: 0;
}

#head{
  height:100px;
  background-image: url(headbackground.png);
  background-repeat: repeat-x;
  background-color: #ffffff;
  padding: 0;
  border: none;
  margin: 0;
  width: 100%;
  float: left;
  overflow: visible;
}

#menu{
  background-color: #ffffff;
  padding: 0;
  border: none;
  margin: 0;
  width: 20%;
  float: left;
  overflow: auto;
}

#content{
  background-color: #ffffff;
  padding: 0;
  border: none;
  margin: 0;
  width: 60%;
  float: left;
  overflow: auto;
}

#productcontent{
  background-color: #ffffff;
  padding: 0;
  border: none;
  margin: 0;
  width: 79%;
  float: left;
  overflow: auto;
}

#right{
  background-color: #ffffff;
  padding: 0;
  border: none;
  margin: 0;
  width: 19%;
  float: left;
  overflow: auto;
}

#footer{
  background-color: #ffffff;
  padding: 0;
  border-top-color: #000000;
  border-top-style: solid;
  border-top-width: 1px;
  margin-top: 10px;
  width: 100%;
  float: left;
  clear: both;
}


/* Head content */

#caption{
  position:absolute;
  top:55px;
  left:25%;
  color:#000000;
  font-family: Garamond, "Times New Roman", serif;
  font-size:35px;
  font-weight:bold;
  letter-spacing:4px;
  z-index:2;
}

#captionkorean{
  position:absolute;
  top:15px;
  left:20%;
  z-index:2;
}

#headimage{
  position:absolute;
  top:20px;
  left:40px;
  z-index:1;
}

#germanflag{
  position:absolute;
  top:59px;
  right:60px;
  z-index:2;
}

#koreanflag{
  position:absolute;
  top:59px;
  right:110px;
  z-index:2;
}


/* Navigation Menu */

#menulist{
  list-style: none;
  margin-top:150px;
}


/* Image on the right side */

#rightimage{
  float: right;
  margin-top:200px;
}


/* style for all pages */

img {
  border: 0px;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}

ul li{
  margin-bottom: 1ex;
}

ol li{
  margin-bottom: 1ex;
}

dl dd{
  margin-bottom: 1ex;
}


/* for pages with images */

/* thumbnail border */
div.tnborder{
  display: table-cell;
  width: 150px;
  height: 200px;
  background-color: #efefef;
  text-align: center;
  vertical-align: middle;
  margin: 0px 0px 5px 0px;
  border: 0px;
  padding: 0px;
}

/* landscape thumbnail border */
div.ltnborder{
  display: table-cell;
  width: 150px;
  height: 113px;
  background-color: #efefef;
  text-align: center;
  vertical-align: middle;
  margin: 0px 0px 5px 0px;
  border: 0px;
  padding: 0px;
}

div.imageframe{
  float: left;
  height: 240px;
  width: 150px;
  text-align: center;
  margin-right: 60px;
  margin-bottom: 10px;
  border-style: none;
}

/*
p.image{
  line-height:300%
}
*/
