﻿/* www.soho-ku.com CSS Definitions 
  designed by kmi: kmi.gaio.cn */


body {
margin: 0;
padding: 0;

background-image: url('../site_img/background.gif');
background-repeat: no-repeat;
background-attachment: fixed;

font: 80% verdana, arial, sans-serif;
color: rgb(100,96,100);

/* IE6 positioning bug fix
width: 100%; overflow-x:auto; */
width: 100%; overflow-x:auto;
height:100%; overflow-y:auto; 
/* IE6 positioning bug fix*/ 
}
* html body {}

h1 {
  font-family: Verdana, Arial, Sans-serif;
  font-size: 15px;
  
  color: rgb(134,103,134);
  text-align: right;
  
  width: 100%;
  margin: 15px 0px;
  margin-top: 2px;
  border-bottom: 1px solid rgb(203,193,203);
}

h2 {
  font-family: Verdana, Arial, Sans-serif;
  font-size: 14px;
  color: rgb(134,103,134);
  text-align: left;
  
  width: 100%;
  margin: 15px 0px;
  border-bottom: 1px solid rgb(134,103,134);
}

h3 {
  font-family: Verdana, Arial, Sans-serif;
  font-size: 14px;
  text-align: left;
}

a {
  color: rgb(134,103,134);
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: rgb(134,103,134);
  font-weight: bold;
  text-decoration: underline;
}

hr {
  width: 100%;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid rgb(134,103,134);
  background-color: rgb(134,103,134);
  height: 1px;
}


table{
  font-size: 11px;
}
/* Page main blocks definition
*/
#background-01 {
	position:fixed;
	left:0px;
	top:0px;
	width:220px;
	height:680px;
	z-index: 99;
  background: rgb(255, 255, 255) url('../site_img/background_01.gif') no-repeat scroll 0%;
}
* html #background-01 {position:absolute;}

#background-02 {
	position:fixed;
	left:220px;
	top:0px;
	width:580px;
	height:111px;
	z-index: 99;
	background: rgb(255, 255, 255) url('../site_img/background_02.gif') no-repeat scroll 0%;
}
* html #background-02 {position:absolute;}

#background-03 {
	position:relative;
	left:220px;
	top:111px;
	z-index: 0;
	width:520px;
	height:680px;
	text-align: center;
/*	background-image: url('../site_img/background_03.gif');*/
}
/* internet explorer 6 specific definition*/
* html #background-03 {
  position:static; 
  margin-left: 220px; 
  padding-top: 111px;
}

/* inner block content definition*/
#background-03 *{
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
}

#background-03 > div,p{
  
  text-align: justify;
}
/* end of main blocks */


/* *
* Specific page elements declarations 
*/

/* Pages with news system: index.asp */
#latestNews_teaser, #goback_class{
  display: none;
  color: rgb(163,163,163);
  font-weight: normal;
  font-style: italic;
  font-size: 11px;
  text-align: right;
}

#goback_class {
  display: block;
}

#latestNews_teaser:hover, #goback_class:hover{
  color: rgb(123,123,123);
  text-decoration: underline;
}



div.language_menu{
  position: relative;
  width: 73px;
  left: 480px;
  top: 40px;
}
* html div.language_menu {position:absolute;}


span.title{
 background: rgb(202,179,202);
 font-weight: bold;
 padding: 1px 4px;
}

/* menu of the newsclassnote module*/
div.news_menu_container{
  text-align: center;
  margin-left: auto; 
  margin-right: auto;
  padding-top: 10px;
  width: 460px;
  height: 30px; 
  background-color: rgb(238,228,238);
  border: 1px solid rgb(203,193,203);
}

form.news_menu{
  margin-left: auto; 
  margin-right: auto;
  width: 460px;
}


/* Guestbook Message display table*/
table.guestbook_entry {
  border: 1px solid rgb(232, 232, 232); 
  background: white;
  font-weight: normal;
  font-size: 11px;
}

/*
 Navigation Menu definition
 adapted from css.alsacreations.com
*/
#menu dl, dt, dd, ul, li {
margin: 0px;
padding: 0px;
list-style-type: none;
}

#menu {
position: fixed;
top: 125px;
left: 30px;
width: 150px;
}
* html #menu {position:absolute;}

#menu dt {
text-align: center;
line-height: 2.5em;
font-weight: bold;
color: rgb(162,137,163);

cursor: pointer;
height: 34px;
background: url('../site_img/menu_02.gif') no-repeat scroll 0%;
}

#menu dt.menu_header{
  background: url('../site_img/menu_01.gif') no-repeat scroll 0%;
  height: 22px;
}

#menu dt.menu_footer{
  background: url('../site_img/menu_03.gif') no-repeat scroll 0%;
  height: 24px;
}

#menu dt.date {
  background: none; 
  color: #888; 
  font-weight: normal; 
  font-size: 12px; 
  font-style: italic; 
  padding-top: 8px;
  line-height: 1em;
}


#menu li {
margin-left: 10px;
text-align: center;
background: rgb(242,234,242);

border: 0px none;
width: 139px;
}

#menu li a {
text-decoration: none;
display: block;

border: 0 none;
border: 1px solid rgb(242,234,242);
height: 100%;
}

#menu li a:hover{
background: rgb(235,222,235);
border: 1px solid rgb(203,193,203);
}

#menu li.link_selected{
background: rgb(235,222,235);
border: 1px solid rgb(203,193,203);
}
/* end of menu elements */
