/*******************************
GENERAL DEFINITIONS
********************************/

/*  Reset CSS -> Thanks to Eric A. Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
    }
    
body  {
	color: #666;
	background: #fff url(images/bg.jpg) repeat-x 0 0;
	}
	
img   {
	border: 0;
	}



/*******************************
structure
********************************/

div.all {
	margin: 0 auto;
	position: relative;
	width: 800px;
  	height: 530px;
	}

div.header {
	position: absolute;
	top: 0;
	left: 10px;
	height: 25px;
	width: 800px;
	padding: 0 12px 0 28px;
	}

div.wrapper {
	position: absolute;
	top: 40px;
	left: 10px;
	width: 800px;
  	height: 530px;
  }

div.box {
	position: absolute;
	top: 2px;
	left: 7px;
	padding: 40px 20px;
	width: 765px;
  height: 446px;
  background-color: #ccc;
  border: #bbb solid 1px;
	}

div.content {
  position: absolute;
	top: 2px;
	left: 7px;
	padding: 40px 20px;
	width: 545px;
  height: 446px;
  background-color: #ccc;
  border: #bbb solid 1px;
  border-right: #aaa solid 1px;
  overflow: auto;
	}
	
div.menu {
  position: absolute;
  top: 3px;
  left: 595px;
  width: 182px;
  height: 482px;
  padding: 34px 10px 10px 25px;
	}

div.menu-content {
  position: absolute;
  top: 15px;
  left: 20px;
  height: 20px;
  width: 525px;
  }

div.menu-menu {
  position: absolute;
  top: 15px;
  left: 25px;
  height: 20px;
  width: 182px;
  }
	
div.banner {
  position: absolute;
  top: 370px;
  left: 8px;
  height: 64px;
  width: 585px;
  background-color: #ccc;
  }

div.banner-a {
  position: relative;
  float: left;
  top: 0;
  left: 0;
  height: 64px;
  width: 117px;
  }

div.logo {
	position: absolute;
	top: 370px;
	left: 620px;
	width: 157px;
  height: 64px;
  background-color: #ccc;
	}

div.footer-right {
  position: absolute;
  top: 530px;
  left: 600px;
  height: 20px;
  width: 200px;
  text-align: right;
  }
div.footer-left {
  position: absolute;
  top: 530px;
  left: 30px;
  height: 20px;
  width: 200px;
  }

/*******************************
structure elements
********************************/

div.top{
	position: absolute;
	top: 0;
	left: 7px;
	width: 800px;
	height: 2px;
	background: #fff url(images/t.jpg) repeat-x 0 0;
	}

div.left{
	position: absolute;
	top: 0;
	left: 0;
	width: 7px;
	height: 538px;
	background: #fff url(images/l.jpg) no-repeat 0 0;
  }

div.bottom{
	position: absolute;
	top: 530px;
	left: 7px;
	width: 800px;
	height: 8px;
	background: #fff url(images/b.jpg) repeat-x 0 0;
  }

div.right{
	position: absolute;
  top: 0;
	left: 807px;
	width: 10px;
	height: 538px;
	background: #fff url(images/r.jpg) no-repeat 0 0;
  }

div.image {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  width: 400px;
  height: 300px;
  background: #bbb;
  text-align: center;
  }
  
div.thumbnail {
  position: absolute;
  left: 430px;
  width: 28px;
  height: 28px;
  background: #bbb;
  }

div.thumbnail2 {
  position: absolute;
  left: 468px;
  width: 28px;
  height: 28px;
  background: #bbb;
  }

div.text {
  position: absolute;
  top: 340px;
  left: 20px;
  width: 550px;
  height: 180px;
  overflow: auto;
  }

div.copyright {
  position: absolute;
  top: 340px;
  left: 20px;
  width: 400px;
  height: 8px;
  }


/*******************************
textstyles
********************************/

ul.header1, .header2, .header3, .header4, .header5, .header6 {
  position: absolute;
  list-style-type: none;
	margin-top: 20px;
	text-align: left;
	font: .9em Arial, Geneva, Heisi Mincho W3, sans-serif;
	}

ul.header1 {margin-left: 10px;}
ul.header2 {margin-left: 110px;}
ul.header3 {margin-left: 210px;}
ul.header4 {margin-left: 310px;}
ul.header5 {margin-left: 430px;}
ul.header6 {margin-left: 592px;}

ul.menu    {
	list-style-type: none;
	text-align: left;
	font: .7em/1.9em Verdana, Geneva, Heisi Mincho W3, sans-serif;
	}

h1     {
	margin: 20px 0;
	text-align: left;
	color: #444;
	font: .9em/1em Arial, Geneva, Heisi Mincho W3, sans-serif;
	}

h2     {
  margin: 20px 0 5px 0;
	text-align: left;
	color: #555;
	font: .8em/1em Verdana, Geneva, Heisi Mincho W3, sans-serif;
	}

p     {
	text-align: left;
	font: .7em/1.3em Verdana, Geneva, Heisi Mincho W3, sans-serif;
	}

p.big {
	font-size: .8em;
  }

p.small {
	text-align: right;
	font-size: .65em;
  }
  
p.small2 {
	text-align: right;
	font-size: .55em;
  }

span.year {
	color: #fff;
	font-size: .8em;
	}

a     {
	text-decoration: none;
	color: #555;
	}
a:hover {color: #999;}
ul.menu a:hover {color: #999;}

a.active-header {
  color: #aaa;
  }

a.active-menu {
  color: #eee;
  }
  
a.active-about {
  color: #fff;
  text-decoration: underline;
  }
  
a.active-lang {
  text-decoration: underline;
  }
  
a.menu-content {
	text-decoration: underline;
	font-size: .9em;
  }

a.banner {
  display: block;
  width: 117px;
  height: 64px;
  background-position: 0 0;
  }
  
a.banner:hover {
  background-position: 0 64px;
  }


a.thumbnail {
  display: block;
  width: 28px;
  height: 28px;
  background-position: 0 -28px;
  }

a.thumbnail:hover {
  background-position: 0 0;
  }