@media all{

/*-[CSS 4 All]-----------------------------------------------------------*/
  body,html{
    width:100%;
    height:100%;
  }
  
  body{
  	 width:98%;
	 background-color:#E4E4C9;
	 text-align:left;
  }
body, p, table, tr, h1, h2, h3, h4, h5, h6, h7, a  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

  h1, h2, h3, h4, h5, h6, h7 {
    color: #705d52;
    padding: 0;
    margin: 0;
  }

  h1 {font-size: 24px; font-weight: normal;}
  h2 {font-size: 20px; font-weight: normal;}
  h3 {font-size: 14px; font-weight: bold ;}
  h4 {font-size: 13px; font-weight: bold;}
  h5 {font-size: 12px;}
  
  
  a{color: #705d52;text-decoration: none;}
  a:hover {text-decoration: underline;}  
  
  
/*--- infobox ------------------------------------------------------*/
  a.infobox {
  
  }
  
  a.infobox:hover { 
  cursor:help;
  background:#E8F3FF; }
  
  a.infobox span {
  visibility:hidden;
  position:absolute;

  left:220px;
  margin-top:-20px;
  padding:5px 5px 5px 5px;
  font-size:10px;
  text-decoration:none;
  }
  
  a.infobox:hover span { 
  visibility:visible;
  border:1px dashed #705d52;
  background:#E4E4C9;
  }



/*--- site classes ------------------------------------------------------*/

.links{
	float: left;
	padding: 0px 10px 0px 0px;
  }
  
.mark{
	font-weight: bold ;
	color: #705d52;
  }
  
.nolink{
	font-size: 10px;
	color: #705d52;
  }
  
.underline{
	border-bottom: 1px;
	border-bottom-color: #705d52;
	border-bottom-style: solid;
	}
  
.goTop, .goTopR{
  display:block;
  border-bottom:1px solid black;
  text-decoration: none;
  padding-bottom:2px;
  font-size:9px;
  color:black;
}
.goTop{text-align:center;}
.goTopR{text-align:right;}

.small, .bigtitle, .title{
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bigtitle, .title, .subtitle{
  color: #006699; font-weight: bold
}
.language{
  border-top:2px solid #705d52;
  text-align:right;
  padding:2px 0px 0px 0px
}
.small, .small a, .small p {font-size: 9px;}
.bigtitle {font-size: 20px; }
.title {font-size: 14px;}
.nolink{text-decoration:none; color:black;}
.floatL{float:left; margin:0 20px 10px 0;}
.floatR{float:right; margin:0 0 10px 20px;}
.clear{clear:both;}


}

/*--- site id's ------------------------------------------------------*/

#MainTable{
	border: #705d52 solid 1px;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}
#vowa{
	float:right;
	padding:60px 0 0 20px;
}
#left{
text-align:left;
}
