/***************************************************
   Stylesheet für R.Keller Schreinermontagen
 ***************************************************/
/* dunkelbraun=AD6406  braun=C78E47  hellbraun=E4C398*/

html { height: 101%; }
body {
  margin: 0px auto;
  padding: 0;  
  text-align: center;
  font: 0.9em verdana, sans-serif;  
  line-height: 160%;
  color: #AD6406;
  background-color: #E3C297;
}

a { outline: none;
}
p { 
  padding-top: 10px !important;
  padding-top: 3px;
  padding-bottom: 10px !important;
  padding-bottom: 3px;
}


a {
  color: #AD6406;
}

a:visited {
  color: #AD6406;
}

a:hover {
  color: #AD6406;
}

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: 1024px;
  height: 277px;
  background: url(images/header3dneu.jpg) no-repeat;  
}

/***************************************************
  Header Menu
 ***************************************************/

#menu {
  width: 1024px;
  margin: 0px auto;
  padding-left:33px;
  padding-top: 190px;
  text-align: center;  
}

#menu ul {
  margin: 0;
  padding: 0;
  line-height: 34px;  
}

#menu ul li {
  width: 8,5em;
  display: inline;
  float: left;
  padding-top: 0.8em;  
  list-style: none;
  text-align: center;
  background: url(images/link.png) no-repeat bottom center;
}

#menu ul li a {
  font-weight: bold;
  display: block;
  text-decoration: none;
  padding-bottom: 1.0em;
  width: 156px;
  height: 33px;
  color: #AD6406;
}

#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: 159px;
    position: center;
	position: relative;	
	padding: 0px 0;	
	margin-top: 0px;		
	color: #AD6406;	
	font-size: 14px;
	background: url(images/footer1.jpg) no-repeat;

	}	
#footer p { margin: 0 10px; text-align: center; }	


