@charset "UTF-8";
/**

  /*-------------------------------------------------------------------------*/

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
	body {
		margin:0; padding:0;
		font-family:verdana; 
		font-size:12px;
		background:url(../images/piece_02.jpg) repeat-x #40715c;
		}
		
	#content {
		width:1024px;
		margin:auto;
	}
	
	#header {
		margin:0; padding: 5px 1em;
		background:#fff;
		background: url(../images/header.jpg) no-repeat;
		height:162px;
		}

	#header_home {
		margin:0; padding: 5px 1em;
		background:#fff;
		background: url(../images/header_home.jpg) no-repeat;
		height:162px;
		}


	#footer {
		margin:0; padding:0.5em 1em;
		background:#ccc;
	}
	
	#main1 {
		margin:0; padding:0;
		background: #fff url(bg_links1.gif) repeat-y left top;
	}

	.stoerer {
		position:fixed;
		bottom:0px;
		/*left:4px;*/
		}
	.stoerer_menu {
		position: relative;
		bottom:0px;
		top: 20px;
		/*left:4px;*/
		}


	#left {
		float:left;
		width:160px;
		margin:0;
		padding: 10px;
		font-size:0.9em;
		}

	
	/*#left ul {
		display: block;
		color: #02486C;
		font-size: 12px;
		font-weight: bold;
		text-decoration:none;
		text-align: left;
		text-indent: 10px;
		list-style:none;
		line-height: 1.7em;
	
	}
	
	
	#left ul li a:link,#left ul li a:visited {
		width: 150px;
		display: block;
		border-bottom: solid 1px #D3ADB4;
		padding-top: 2px;
		padding-bottom: 2px;
		font-size:1em;
	  }
	
	#left ul li a:hover {
		color: #990000;
		background:  #DFC0C0;
		border-bottom: solid 1px #D3ADB4;
		padding-top: 2px;
		padding-bottom: 2px;
		}
	
	#left ul li ul li a:link,#left ul li ul li a:visited {
		width: 140px;
		display: block;
		list-style-type:none;
		list-style-position:outside;
		font-size:0.8em;
		margin-left:-30px;
	  }
	
	#left ul li ul li a:hover {
		color: #990000;
		background:  #DFC0C0;
		border-bottom: solid 1px #D3ADB4;
		padding-top: 2px;
		padding-bottom: 2px;
		}
	#left ul li ul li ul li a:link,#left ul li ul li ul li a:visited {
		width: 140px;
		display: block;
		list-style-type:none;
		list-style-position:outside;
		font-size:0.8em;
		margin-left:-30px;
	  }
	
	#left ul li ul li ul li a:hover {
		color: #990000;
		background:  #DFC0C0;
		border-bottom: solid 1px #D3ADB4;
		padding-top: 2px;
		padding-bottom: 2px;
		}*/

  ul#Navigation {
    width: 13em;
    margin: 0; padding: 0.4em;
  }
  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    width: 14.6em;
    w\idth: 10em;
    padding-left: 0;
    padd\ing-left: 0.4em;
  }
  
  ul#Navigation li {
    list-style: none;
    margin: 0;
	margin-top:0.5em;
	padding: 0;
	padding-top: 7px;
	padding-bottom:7px;
	background:url(../images/off.gif) no-repeat;
	width:152px;
	text-align:center;
	}

  ul#Navigation li.active {
    list-style: none;
    margin: 0;
	margin-top:0.5em;
	padding: 0;
	padding-top: 7px;
	padding-bottom:7px;
	background:url(../images/on.gif) no-repeat;
	width:152px;
	text-align:center;
	}


  ul#Navigation li ul {
    margin: 0 0 0 0; padding: 0;
	margin-top:1.5em;
  }
  
  ul#Navigation li ul li {
    list-style: none;
    margin: 0; 
	padding: 3px 0 3px 3em;
	text-align:left;
	background:none;
  }

* html ul#Navigation li ul li {  /* Korrektur fuer IE 5.x */
    margin-left: 1em;
    ma\rgin-left: 0;
  }

  ul#Navigation li ul li ul {
    margin: 0 0 0 1em; padding: 0;
  }

  ul#Navigation li ul li ul li {
    list-style: none;
    margin: 0; 
	padding: 1px 0 1px 0.5em;
	text-align:left;
	background:none;
  }


* html ul#Navigation li ul li ul li {  /* Korrektur fuer IE 5.x */
    margin-left: 1em;
    ma\rgin-left: 0;
  }


  ul#Navigation a {
    text-decoration: none; 
	font-weight: bold;
    color: #e5352c;
  }

  ul#Navigation a:hover {
    color: #e5352c;
  }

  ul#Navigation  a.active {
    text-decoration: none; 
	font-weight: bold;
    color: #fff;
  }

  ul#Navigation  a:hover.active {
    text-decoration: none; 
	font-weight: bold;
    color: #fff;
  }


  ul#Navigation  a.secinactive {
    text-decoration: none; 
	font-weight: bold;
    color: #999;
  }

  ul#Navigation  a:hover.secinactive {
    text-decoration: none; 
	font-weight: bold;
    color: #e5352c;
  }


  ul#Navigation  a.thirdinactive {
    text-decoration: none; 
	font-weight: bold;
    color: #ebbebe;
  }

  ul#Navigation  a:hover.thirdinactive {
    text-decoration: none; 
	font-weight: bold;
    color: #e5352c;
  }


	#middle {
		margin:0 0 0 196px;
		padding: 10px;
		padding-left:50px;
		padding-right:50px;
		padding-top: 50px;
		color:#006148;
		font-weight:bold;
		background:#f6f2e6;
		font-size:0.9em;
		background-image: url(../images/main_bg.jpg);
		background-position: left top;
		background-repeat:no-repeat;
		min-height:800px;

		}

	#middle_home {
		margin:0 0 0 196px;
		padding: 10px;
		padding-left:50px;
		padding-right:50px;
		padding-top: 50px;
		color:#006148;
		font-weight:bold;
		background:#f6f2e6;
		font-size:0.9em;
		background-image: url(../images/main_bg_home.jpg);
		background-position: left top;
		background-repeat:no-repeat;
		min-height:645px;

		}


	#logo {
		position: relative;
		top:8px;
		width:235px;
		height:102px;
		z-index:1;
	}
	
	#language {
		position: relative;
		top:35px;
		left: 900px;
		width:80px;
		height:20px;
		color:#9ce8d5;
		font-weight:bold;
		font-size:0.9em;
		z-index:1;
	}

	#language a.english:link, a.english:visited{
		COLOR:#9ce8d5;
		text-decoration: none;
	}


	.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:0px none;
		margin:0; padding:0;
		background:transparent;
		}
		
	h1,h2 { 
		font-size: 1.7em;
		margin: 0; 
		}

	.headbold { 
		font-size: 1.2em;
		margin: 0;
		padding:0;
		font-weight:bold;
		line-height:1.3em;
		}
		
	p { margin: 0.5em 0 }
	
.text_left {
	text-align: left;
	border: 0;
}

.text_produkte {
	text-align: left;
	border: 0;
	line-height:1.4em;
}

	img {
		border:0px;
	}
.unterstrichen {
	text-decoration: underline;
	margin: 0.5em 0;
	padding-bottom: 10px;
}
	
	a:link, a:visited{
		COLOR:#006148;
		text-decoration: underline;
	}

a.produkte:link, a.produkte:visited{
		COLOR:#006148;
		text-decoration: none;
	}

	.normalfont {
		font-weight: normal;
	}

	.normalfontagb {
		font-weight: normal;
		padding:0;
		margin:0;
		padding-top:10px;
	}
		
