/* --------------------------------------------------------------------- 
   file: hearid.css

   Cascading Style Sheet for hearid.de, hearid.com

   This file is released under Creative Commons License - 
   http://creativecommons.org/licenses/by-nc-sa/2.5/

   Paul Boege, HearID, 2006
   --------------------------------------------------------------------- */

body{
  font-family:helvetica, arial, sans-serif;
  font-size:11pt;
  background-color:#D6C68D;
  margin:0px;
  padding:0px;
}

/* --------------------------------------------------------------------- */
#pageBox{
  width:800px;
  margin-left:auto;
  margin-right:auto;
  margin-top:0px;
  margin-bottom:0px;
  padding:0px;
  clear:both;
  background-color:#EDEDED;
}

/* --------------------------------------------------------------------- */
#pageTitle{
  width:800px;
  height:100px;
  margin:0px;
	padding:0px;
  border:0px;
	text-align:left;
  background-color:#AAAAAA;
  background-image:url(top.gif);
  clear:both;
}

/* --------------------------------------------------------------------- */
#pageBody{
  width:740px;
  padding:10px 30px;
  border:0px;
	text-align:left;
  clear:both;
  background-color:#FEF3CB;
}

/* --------------------------------------------------------------------- */
#pageFooter{
  width:740px;
  padding:10px 30px;
  border:0px;
  font-size:10pt;
	text-align:center;
  font-size:8pt;
  clear:both;
  color:#A3A266;
  background-color:#FFECA8;
}

#footerLink{
  text-decoration:none;
  color:#A3A266;
  background-color:#FFECA8;
}

/* --------------------------------------------------------------------- */
li{
  margin:5px;
}

dt{
  margin-top:2ex;
  margin-bottom:1ex;
}

#left{
	text-align:left;
  float:left;
}

#right{
	text-align:right;
}

#imgFloatR{
  float:right;
  width:auto;
  padding:2ex 2em 2ex 2em;
}

/* --------------------------------------------------------------------- */
.tabMenu {
  width:740px;
  margin:0;
  padding-left:30px;
  padding-right:30px;
  padding-top:2ex;
  padding-bottom:3ex;
	text-align:left;
  clear:both;
  background-color:#FFECA8;
}

.tabMenu ul {
  margin:0;
  padding:0;
  list-style:none;
  }

.tabMenu li {
  margin:0;
  padding:0;
  padding-right:2em;
  float:left;
  }

.tabMenu a {
  float:left;
  display:block;
  text-decoration:none;
  font-weight:bold;
  color:#C1BA7D;
  }

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.tabMenu a {float:none;}
/* End IE5-Mac hack */

.tabMenu a:hover {
  color:#8C6617;
  }
.tabMenu #current {
  }
.tabMenu #current a {
  color:#8C6617;
}
/* --------------------------------------------------------------------- */

