/*******************************************************************************
*  www.km-liefecoaching.de
*  style.css : 20.11.2008
* -----------------------------------------------------------------------------
* Bedios eBusniess Solutions 
* www.bedios.de
*******************************************************************************/

img {
	border-style: none;
}

/***************/
/* Link-Farben */
/***************/

	a {
	  color: #314430;
	  text-decoration: none;
	  font-style: normal;
	}

  	a:hover {
	  color: #314430;
	  text-decoration: underline;
	}

/*******************/
/* Body-Definition */
/*******************/

	body {
	  background: url(../img/body_bg.jpg);
	  background-position: top left;
	  background-attachment: fixed;
	  margin: 0px;
	  padding: 0px;
	  font: 10px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, arial, helvetica;
	  word-spacing: 1px;
	  color: #3a3a3a;
	  text-align: center;
	}

/*************/
/* Container */
/*************/

	#container {
	  /*position: relative;*/
	  width: 804px;
	  margin: 0px auto;
	  margin-top: 6px;
	  padding: 0px;
	  text-align: left;
	}

/********/
/* head */
/********/

	#head {
	  margin: 0px;
	  padding: 22px 27px 0px 27px;
/*	  text-align: left;
	  width: 858px;
	  height: 349px;*/
	  background: url(../img/top_bg.png) no-repeat;
/*	  voice-family: "\"}\"";
	  voice-family:inherit;*/
	  width: 804px; /* richtig */
	  height: 327px;
	}

	#head a {
	  color: #ffffff;
	  text-decoration: none;
	}

	#head a:hover {
	  color: #ffffff;
	  text-decoration: underline;
	}


	#menu_top {
	  width: 722px;
	  height: 15px;
	  margin: 0px;
	  padding: 10px 14px;
	  color: #ffffff;
	  font-size: 10.5px;
	  font-family: Arial, helvetica, verdana;
	  background: url(../img/footer_bg.jpg) repeat-x;
	}

	#menu_top a {
	  color: #ffffff;
	  text-decoration: none;
	}

	#menu_top a:hover {
	  color: #83bf75;
	  text-decoration: none;
	}


	#banner {
	  float: left;
	  width: 750px;
	  height: 207px;
	  margin: 0px;
	  padding: 0px;
	  text-align: left;
	  overflow: hidden;
	}


	#menu {
	  width: 750px;
	  height: 69px;
	  margin: 0px;
	  padding: 0px;
	}

	.item {
	  float: left;
	  height: 69px;
	  margin: 0px;
	  padding: 0px;
	}

	#menu_shadow {
	  float: left;
	  width: 750px;
	  height: 16px;
	  margin: 0px;
	  padding: 0px;
	  background: url(../img/menu_shadow.jpg) no-repeat;
	}

	.separation {
	  color: #83bf75;
	  padding: 0px 5px;
	}

/********/
/* Menu */
/********/

	#menuarea {
	  width: 639px;
	  height: 166px;
	  color: #717171;
	  font: 10.5px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, arial, helvetica;
	  background: url(../img/menu_bg.jpg) repeat-x;
	  padding: 0px 8px 0px 7px;
	  overflow: hidden;
	}



/********/
/* main */
/********/

	#main {
	  padding: 0px;
  	  margin: 0px auto;
	  background: url(../img/main_bg.png) repeat-y;
	  width: 804px;
  	}

	#content {
	  float: left;
	  padding: 25px 28px 10px 42px;
	  width: 560px; /* falsch für ie 5x */
	  font: 12px Arial, helvetica, verdana;
	  voice-family: "\"}\"";
	  voice-family:inherit;
	  width: 490px; /* richtig */
	  border: 0px solid #ffffff;
	}


#main #content .formspacer {
  margin-bottom: 8px;
  clear:left;
}

#main #content label {
  display: block;
  padding: 0 0 5px 0;
  width: 60px;
  float: left;
}

#main #content input.eingabefeld {
  float: left;
  display: block;
  width: 170px;
  font-size: 11px;
  font-family: Arial, Helvetica, Lucida, Verdana, sans-serif;
  letter-spacing: 1px;
  border:  1px solid #ffffff;
  background-color: #f5f5f5;
  border-bottom: 1px solid #a09e9e;
}

#main #content input.optionalfeld {
  float: left;
  display: block;
  width: 170px;
  font-size: 11px;
  font-family: Arial, Helvetica, Lucida, Verdana, sans-serif;
  letter-spacing: 1px;
  border:  1px solid #ffffff;
  border-bottom: 1px solid #a09e9e;
}

#main #content .plz {
  float: left;
  display: block;
  width: 35px;
  margin-right: 5px;
  font-size: 11px;
  font-family: Arial, Helvetica, Lucida, Verdana, sans-serif;
  letter-spacing: 1px;
  border:  1px solid #ffffff;
  border-bottom: 1px solid #a09e9e;
}

#main #content .ort {
  float: left;
  display: block;
  width: 128px;
  font-size: 11px;
  font-family: Arial, Helvetica, Lucida, Verdana, sans-serif;
  letter-spacing: 1px;
  border:  1px solid #ffffff;
  border-bottom: 1px solid #a09e9e;
}

#main #content textarea.nachricht {
  width: 420px;
  margin: 0px;
  padding: 0px;
  height: 130px;
  font-size: 11px;
  font-family: Arial, Helvetica, Lucida, Verdana, sans-serif;
  letter-spacing: 1px;
  border:  1px solid #ffffff;
  background-color: #f5f5f5;
  border-bottom: 1px solid #a09e9e;
}

#main #content .spacer {
  height: 10px;
  background: url(../img/spacer.gif) center repeat-x;
}

#content .msgstatus {
  background-color: #e7e2e3;
  border: 1px dotted #5e5e5e;
  padding: 5px;
  margin: 0px 5px 0px 0px;
  font-size: 12px;
  font-family: Arial, Verdana, Helvetica;
  color: #3a3a3a;
}


	#content td {
	  padding: 4px 0px;
	}

	#content .highlight {
	  color: #1a451a;
	}

	#content .light {
	  color: #898989;
	}

	#sidebar {
	  float: left;
	  background: url(../img/sidebar_bg.jpg) no-repeat;
	  padding: 35px 9px 0px 9px;
	  margin: 0px 17px 10px 0px;
	  width: 235px; /* falsch für ie 5x */
	  font: 11px Arial, helvetica, verdana;
	  voice-family: "\"}\"";
	  voice-family:inherit;
	  width: 200px; /* richtig */
	  border: 0px solid #ffffff;
	}

	#sidebar .pic {
	  margin: 0px;
	  padding: 0px;
	}

	#sidebar .pictitle {
	  margin: 0px 0px 15px 0px;
	  padding: 2px 0px;
	  background-color: #ffffff;
	  font: 9px Verdana, Arial, Helvetica;
	}

	#sidebar ul {
	  list-style: none;
	  margin: 0px;
	  padding: 0px;
	}

	#sidebar li {
	  border: 0px solid #ffffff;
	  background-color: #ffffff;
	  border-bottom: 1px dotted #5d5d5d;
	  margin: 0px;
	  padding: 3px 2px;
	}

	#sidebar li:hover {
	  border: 0px solid #ffffff;
	  background-color: #e8ede7;
	  border-bottom: 1px dotted #5d5d5d;
	  margin: 0px;
	  padding: 3px 2px;
	}

	#sidebar .active {
	  border: 0px solid #ffffff;
	  background-color: #e8ede7;
	  border-bottom: 1px dotted #5d5d5d;
	  font-weight: bold;
	  margin: 0px;
	  padding: 3px 2px;
	}

	#sidebar .sub {
	  border: 0px solid #ffffff;
	  background-color: #ffffff;
	  border-bottom: 1px dotted #5d5d5d;
	  margin: 0px;
	  padding: 3px 2px 3px 28px;
	}

	#sidebar li.sub:hover {
	  border: 0px solid #ffffff;
	  background-color: #e8ede7;
	  border-bottom: 1px dotted #5d5d5d;
	  margin: 0px;
	  padding: 3px 2px 3px 28px;
	}

	#sidebar .sub_active {
	  border: 0px solid #ffffff;
	  background-color: #e8ede7;
	  border-bottom: 1px dotted #5d5d5d;
	  font-weight: bold;
	  margin: 0px;
	  padding: 3px 2px 3px 28px;
	}


	#sidebar li.sub_active:hover {
	  border: 0px solid #ffffff;
	  background-color: #e8ede7;
	  border-bottom: 1px dotted #5d5d5d;
	  font-weight: bold;
	  margin: 0px;
	  padding: 3px 2px 3px 28px;
	}


	#sidebar #quotation {
	  background: url(../img/quotation_bg.gif) no-repeat;
	  padding: 10px 10px;
	  margin: 55px 0px 0px 0px;
	  width: 200px; /* falsch für ie 5x */
	  font: 13px 'Times New Roman', Verdana, Arial, helvetica;
	  letter-spacing: 1px;
	  voice-family: "\"}\"";
	  voice-family:inherit;
	  width: 180px; /* richtig */
	  border: 0px solid #ffffff;
	}

	#sidebar #quotation #author {
	  font: 10px Arial, helvetica, verdana;
	  letter-spacing: 0px;
	  font-style: italic;
	  color: #717171;
	}


/* spacer */
.spacer {
	height: 20px;
	background: url(../grafik/spacer.gif) center repeat-x;
}



/**********/
/* footer */
/**********/

	#footer {
	  width: 804px;
	  height: 88px;
	  text-align:right;
	  background: url(../img/footer_border.png) no-repeat;
	  padding: 10px 27px 30px 27px;
	  voice-family: "\"}\"";
	  voice-family:inherit;
	  width: 750px;
	  height: 48px;
	}

#imprint {
        float: left;
	width: 535px;
	height: 43px;
	color: #748a73; /*#576d56;*/
	font-size: 10px;
	text-align:left;
	padding: 5px 0px 0px 14px;
	margin: 0px;
	background: url(../img/footer_bg.jpg) repeat-x;
}

#webdesign {
	float: left;
	width: 195px;
	height: 14px;
	text-align:right;
	padding: 29px 5px 5px 0px;
	margin: 0px;
	background: url(../img/footer_bg.jpg) repeat-x;
}
