
body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #5e5e5e;
	line-height: 1.4em;
	}
	
	
a {
	color: #95c11f;
	}	

	
/*  ********** LAYOUT **********  */
	
#container {
	background-image: url(../gfx/bg_body.gif);
	background-repeat: repeat-x;
	text-align: left;
	margin: auto;
	width: 916px;
	min-height: 500px;
	/* background-color: red; */
	}
	

#head {
	width: 916px;
	height: 83px;
	}
	
#head-inner-left {
	width: 652px;
	height: 83px;
	float: left;
	background-image: url(../gfx/bg_head-inner-left.gif);
	background-repeat: no-repeat;
	background-position: 140px bottom ;
	/* background-color: #cccccc; */
	}
	
#head-inner-right {
	width: 264px;
	height: 83px;
	float: left;
	/* background-color: maroon; */
	}
	
#logo {	
	position: relative;
	top: 19px;
	left: 34px;
	}
	
#navi {
	width: 916px;
	height: 33px;
	text-align: left;
	}
	
#content {
	width: 916px;
	}
	
#content-main {
	float: left;
	margin-right: 36px;
	}
	
#content-main-top {
	width: 649px;
	height: 340px;
	border-left: 2px solid #c7c7c7;
	border-right: 2px solid #c7c7c7;
	border-bottom: 2px solid #c7c7c7;
	overflow: hidden;
	}

#content-main-bottom-headerleiste {
	background-image: url(../gfx/bg_content-main-bottom.gif);
	background-repeat: repeat-x;
	width: 653px;
	height: 22px;
	margin-top: 12px;
	}

#content-main-bottom {
	width: 609px;
	padding: 20px;
	border-left: 2px solid #95c11f;
	border-right: 2px solid #95c11f;
	border-bottom: 2px solid #95c11f;
	min-height: 80px;
	}

#content-right {
	float: left;
	text-align: right;
	}

#content-right-inner {
	width: 209px;
	margin-top: 28px;
	padding: 9px 9px 20px 9px;
	background-color: #95c11f;
	color: white;
	text-align: left;
	}
	
	
#read-more {
	border: 1px solid #95c11f;
	padding: 5px;
	background-color: #e1ecc5;
	min-width: 30px;
	float: left;
	margin-left: 40px;
	margin-top: 20px;
	}
	
#impr {
	margin-top: 20px;	
	width: 227px;
	height: 20px;
	}

	
/*  ********** /LAYOUT **********  */

#head-inner-left h1 {
	position: relative;
	top: 30px;
	left: 5px;
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-weight: normal;
	color: #5e5e5e;
	font-size: 36px;
	}
	
#content-main-bottom h2 {
	font-size: 16px;
	color: #95c11f;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	font-weight: normal;
	}
	
#content-main-bottom-headerleiste h3, #content-right-inner h3 {
	font-size: 15px;
	color: white;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: 1.4em;
	font-weight: normal;
	}
	
#read-more a {
	font-weight: bold;
	text-decoration: none;
	color: #95c11f;
	}
	
#content-right a {
	text-decoration: none;
	color: white;	
	}
	
#content-right a:hover {
	text-decoration: underline;
	}
	
#impr a.legal {
	color: #5e5e5e;
	}
	
#impr a:hover {
	text-decoration: underline;
	}
	

ul.sp-rechts {
	margin: 0;
	padding-left: 1.2em;
	}




/*  **********  FORMULARGED…NS  **********  */

#formular {
	text-align: left;
	}
	
#formular input.adresse {
	border: 1px solid #5e5e5e;
	width: 400px;
	}
	
#formular input.captcha {
	border: 1px solid #5e5e5e;
	width: 100px;
	}
	
#formular input.check {
	margin-right: 25px;
	}
	
#formular textarea {
	border: 1px solid #5e5e5e;
	width: 400px;
	}

/*  **********  FORMULARGED…NS  **********  */



/*  **********  NAVI  **********  */
	
ul#navigation {
    margin: 0; 
    padding: 8px 0 0 20px;
    text-align: left;
    font-size: 15px;
  }
  
  ul#navigation li {
    list-style: none;
    display: inline;
    margin: 0; 
    padding: 0;
  }

  ul#navigation a, ul#navigation span {
    padding-right: 45px;
    text-decoration: none; 
    color: white; 

  }
  
  * html ul#navigation a, * html ul#navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  
  ul#navigation a:hover, ul#navigation span {
    color: #f8ef32; 
  }

/*  ********** /NAVI **********  */
