/*  
Theme: Feriendomizil Gugatshka
Author: Raimund Runggaldier
Copyright: Josefine Gugatschka
*/

body{
	font-family: Verdana, Arial;
	text-align: left;
	vertical-align: top;
	color: #003300;
	background: #FFFFCC;
}




ul, li{
	list-style-type: none;
}



img{
	border: 0px none;
}
.menu {
  padding:0; 
  margin:0; 
  list-style-type:none;
  white-space:nowrap;
  }
.menu li {
  float:left;
  min-width:70px;
  }
.menu a {
  position:relative;
  display:block; 
  text-decoration:none; 
  min-width:70px; 
  float:left; 
  }
* html .menu a {
  width:70px;
  }
.menu a span {
  display:block; 
  color:#000; 
  background:#c4c4c4; 
  border:1px solid #fff; 
  border-width:2px 1px; 
  text-align:center; 
  padding:4px 7px; 
  cursor:pointer;
  }
* html .menu a span {
  width:70px; 
  cursor:hand; 
  w\idth:66px;
  }
.menu a b {
  display:block; 
  border-bottom:2px solid #660000;
  }
.menu a em {
  display:none;
  }
.menu a:hover {
  background:#fff;
  }
.menu a:hover span {
  color:#fff; 
  background:#660000;
  }
.menu a:hover em {
  border-left:6px solid #fff; border-right:6px solid #fff; border-top:6px solid #660000; border-bottom:0px solid #660000; display:block; 
  overflow:hidden; 
  position:absolute; 
  left:50%; 
  margin-left:-6px
  }
a:link { font-weight:bold; color:#990000; text-decoration:underline; }
a:visited { font-weight:bold; color:#003300; text-decoration:underline; }
a:focus { font-weight:bold; color:red; text-decoration:underline; }
a:hover { font-weight:bold; color:green; text-decoration:none; }
a:active { font-weight:bold; color:lime; text-decoration:underline; }