/***************************************************
   Stylesheet für snueffidoc.ch
 ***************************************************/
/* dunkelbraun=AD6406  braun=C78E47  hellgrün=649144*/

html { height: 101%; }
body {
  margin: 0px auto;
  padding: 0;  
  text-align: center;
  font: 0.9em verdana, sans-serif;  
  line-height: 160%;
  color: #000;
  background: url(images/bgheader1.jpg) repeat-x;
}

a { outline: none; text-decoration: none;
}
p { 
  padding-top: 10px !important;
  padding-top: 3px;
  padding-bottom: 10px !important;
  padding-bottom: 3px;
}


a {
  color: #649144;
}

a:visited {
  color: #649144;
}

a:hover {
  color: #649144;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

input {
  width: 100%;
}

textarea {
  width: 100%;
}

input,
textarea {
  padding: 0px 0px;
  margin: 0px 0;
  font: 1em verdana, arial, sans-serif;
  color: #EEE;
  background-color: #777;
}

/***************************************************
  Layout Element Styles
 ***************************************************/

#header{  
  margin: 0px auto;
  width: 1023px;
  height: 180px;
  background: url(images/header1.jpg) no-repeat;  
}

/***************************************************
  Header Menu
 ***************************************************/

#menu {
  width: 1024px;
  margin: 0px auto;
  padding-left:0px;
  padding-top: 0px;
  text-align: center;  
}

#menu ul {
  margin: 0;
  padding: 0;
  line-height: 34px;  
}

#menu ul li {
  width: 8,5em;
  display: inline;
  float: left; 
  list-style: none;
  text-align: center;
  background: url(images/link.png) no-repeat bottom center;
}

#menu ul li a {
  display: block;
  text-decoration: none;
  width: 204px;
  height: 180px;

}

#menu ul li a:hover,
#menu ul li a.active {
  font-weight: bold;
  color: #fff;
  background: url(images/link1.jpg) no-repeat bottom center;
}

/***************************************************
 Page Content
 ---------------------------------------------------
 1. Left side text
 2. Dropdown image
 3. Right side bar 
 ***************************************************/


#content {  

padding-top: 12px;
  width: 1024px;
  margin: 0 auto;
  text-align: left;
  background: url(images/bg.jpg) repeat center top;
}


/***************************************************
 Footer
 ***************************************************/

#footer {	
	width: 1024px;
    height: 75px;
	background: url(images/footer.jpg) no-repeat;
}	
	



