/***************************************************
   Stylesheet für bonographic.ch
 ***************************************************/
/*  hellgrau=#DAD8D9  hellblau=#299CC8*/

html { height: 101%; }
body {
  margin: 0px auto;
  padding: 0;  
  text-align: center;
  font: 0.9em century gothic, sans-serif;  
  line-height: 110%;
  color: #532C25;
  background: url(img/bgindexneue.jpg) repeat-x;
}

a { outline: none; text-decoration: none;
}
p { 
  padding-top: 10px !important;
  padding-top: 3px;
  padding-bottom: 0px !important;
  padding-bottom: 3px;
}


a {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover {
  color: #000;
}

acronym {
  cursor: help;

}

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: 350px;
  background: url(img/headerhomeneuer.jpg) no-repeat;  
}

/***************************************************
  Header Menu
 ***************************************************/

#menu {
  width: 1024px;
  margin: 0px auto;
  padding-left: 114px;
  padding-top: 293px;
  text-align: center;  
}

#menu ul {
  margin: 0;
  padding: 0;
  line-height: 46px;  
}

#menu ul li {
  width: 8,5em;
  display: inline;
  float: left;
  list-style: none;
  text-align: center;
}

#menu ul li a {
  font-weight: bold;
  display: block;
  text-decoration: none;
  width: 133px;
  height: 45px;
  color: #000;
}

#menu ul li a:hover,
#menu ul li a.active {
  font-weight: bold;
  color: #fff;
  background: url(img/linkahoverindex.jpg) no-repeat bottom center;
}

/***************************************************
 Page Content
 ---------------------------------------------------
 1. Left side text
 2. Dropdown image
 3. Right side bar 
 ***************************************************/


#content {  
  padding-top:0px;
  width: 1024px;
  margin: 0 auto;
  text-align: center;
  background: url(img/bgindexneu.jpg) repeat center top; 
}


/***************************************************
 Footer
 ***************************************************/

#footer {	
	width: 1024px;
    position: center;
	padding: 0px 0;	
	margin-top: 0px;		
	color: #555;	
	font-size: 14px;
	background: url(img/footerindexneu.jpg) no-repeat;
	}	
#footer p { margin: 0 10px; text-align: center; }	


