/* zakladni stylesheet pro abilo.net */

/* vseobecne */
body {
  background-color: White;
  color: black;
  font-family: Tahoma, Helvetica, Arial, helvetica, sans-serif;
  font-size: small;
  _font-size: 70%;
  margin: 0; padding: 0; 
}
a, a:link {
  color: gray; text-decoration: none; 
  border-bottom: solid 1px gray;
}
a:visited {
  color: gray; text-decoration: none;
  border-bottom: dotted 1px silver;
}
a:hover {
  text-decoration: none;
  border-bottom: thin dotted #9D886E;
  color: #9D886E;
}
h2, h3 {
	color: #966F5B;	
}
h1 {
	color: black;
	font-size: xx-large;
	_font-size: x-large;
}
h2 {
	margin-top: 1em;
	border-top: 1px dotted #CCBBBB;
	padding-top: 2px;
	width: 70%;
}


/* titulka - oblasti */
#fonetika {
	position: absolute;
	width: 403px;
	height: 35px;
	z-index: 2;
	left: -210px;
	top: 68px;
	color: #DCDCDC;
	font-size: 8pt;
}
#fonetika:hover {
  color: black;
  padding: 1em;
  z-index: 2;
  background-color: white;
  border: 1px dotted black;
}

#menu {
	margin: 30px 30px 10px 10px;
	width: 180px;
	color: gray;
	background-color: #F4F0EC;
	padding: 10px;
	padding-bottom: 50px;
}
#menu a, #menu a:link, #menu a:visited {
  color: black;
  border-bottom: none;
}
#menu a:hover {
  color: #966F5B;
}
#menu h2 {
	border: none; 
	font-size: x-large;
	_font-size: large;
}

#page {
  position: absolute;
  left: 230px; top: 30px;
  right: 20px;
  padding-top: 0.5em;
  xpadding-left: 3em; 
  padding-bottom: 2em;
  _padding-top: 20px;
  x_padding-left: 5em;
  border-top: 3px solid #F4F0EC;
  border-bottom: 8px solid #F4F0EC;
}

.welcome {
   margin-top: 30px;
	padding: 8px 5px 8px 5px;
	border-top: dotted 1px gray;/*#966F5B;*/
	background-color: #E7DED7;
	text-align: left;
}
.welcome:hover {
  color: black;
}

#desc {
	position:absolute;
	width:204px;
	z-index:3;
	top: 600px;
	left: 13px;
}
