@charset "UTF-8";
/* pfiffikuss internetauftritt */

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4e4e4e;
	font-size:10pt;
	line-height:15pt;
	}
	
	#layout {
	position:relative;
	width:980px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/bg_layout.jpg);
	background-position:center;
	background-repeat:repeat-y;
	}
		
	#shadow_top {
	position:relative;
	height:30px;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/shadow_top.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:right;
	}
	
		#mainnav_outline {
		position:relative;
		height:30px;
		width:950px;
		background-image:url(../img/bg_mainnav.jpg);
		background-repeat:repeat-x;
		margin-left:15px;
		}
		
	#mainnav {
		position:relative;
		margin-left:auto;
		margin-right:auto;
		height:30px;
		width:720px;
		float:left;
		background-image:url(../img/bg_mainnav.jpg);
		background-repeat:repeat-x;
		padding-left:25px;
		margin-left:15px;
		}
		
		#mainnav_bild {
			position:relative;
			float:right;
			height:30px;
			width:150px;
			background-image:url(../img/bg_mainnav_right.jpg);
			background-repeat:no-repeat;
			background-position:right;
			}
			
		#subnav_outline {
			position:relative;
			height:29px;
			width:950px;
			background-image:url(../img/bg_subnav.jpg);
			background-repeat:repeat-x;
			margin-left:15px;
			}
		
	#subnav {
		float:left;
		position:relative;
		margin-left:auto;
		margin-right:auto;
		height:29px;
		width:720px;
		background-image:url(../img/bg_subnav.jpg);
		background-repeat:repeat-x;
		padding-left:25px;
		margin-left:15px;
		}
		
		#subnav_bild {
		position:relative;
		float:right;
		height:29px;
		width:150px;
		background-image:url(../img/bg_subnav_right.jpg);
		background-repeat:no-repeat;
		background-position:right;
		}
		
	#header {
		position:relative;
		margin-left:auto;
		margin-right:auto;
		width:950px;
		height:195px;
		background-image:url(../img/start.jpg);
		background-repeat:no-repeat;
		}
		
#mainnav a.mainbutton, a.mainbutton:link, a.mainbutton:visited {
	position:relative;
	float:left;
	width:auto;
	padding-top:5px;
	padding-bottom:14px;
	padding-left:22px;
	padding-right:22px;
	height:10px;
	color:#FFF;
	border-left:1px solid #94a52b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-decoration:none;
	}
#mainnav a.mainbutton:hover, a.mainbutton:active, a.mainbutton_ac, a.mainbutton_ac:link, a.mainbutton_ac:visited, a.mainbutton_ac:hover, a.mainbutton_ac:active {
	position:relative;
	float:left;
	width:auto;
	padding-top:5px;
	padding-bottom:14px;
	padding-left:22px;
	padding-right:22px;
	height:10px;
	color:#5f682b;
	border-left:1px solid #94a52b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-decoration:none;
	}
	
#subnav	a.subbutton, a.subbutton:link, a.subbutton:visited {
	position:relative;
	float:left;
	width:auto;
	padding-top:4px;
	padding-bottom:15px;
	padding-left:20px;
	padding-right:20px;
	height:9px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-decoration:none;
	background-image:url(../img/trenner_subnav.jpg);
	background-position:right center;
	background-repeat:no-repeat;

	}
#subnav	a.subbutton:hover, a.subbutton:active, a.subbutton_ac, a.subbutton_ac:link, a.subbutton_ac:visited, a.subbutton_ac:hover, a.subbutton_ac:active {
	position:relative;
	float:left;
	width:auto;
	padding-top:4px;
	padding-bottom:15px;
	padding-left:20px;
	padding-right:20px;
	height:9px;
	color:#5f682b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-decoration:none;
	background-image:url(../img/trenner_subnav.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	}
	
	#content {
	position:relative;
	margin-left:75px;
	min-height:240px;
	height:auto !important;
	height:240px;
	overflow:hidden;
	width:870px;
	padding-left:0px;
	padding-top:50px;
	padding-bottom:50px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4e4e4e;
	font-size:10pt;
	text-decoration:none;
	}
	
	#content a:link, a:visited, a:hover, a:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#4e4e4e;
	font-size:10pt;
	text-decoration:underline;
	}
	
	#footer {
	position:relative;
	height:30px;
	margin-right:auto;
	margin-left:auto;
	width:940px;
	}
	#anschrift {
	position:relative;
	height:30px;
	float:left;
	width:550px;
	text-align:left;
	color:#794548;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	}
	#impressum {
		position:relative;
		float:right;
		width:350px;
		text-align:right;
		height:30px;
		}
		a.impressum, a.impressum:link, a.impressum:visited {
			font-family:Arial, Helvetica, sans-serif;
			font-size:9pt;
			color:#794548;
			text-decoration:none;
			padding:0px 5px;
			}
			
		a.impressum:hover, a.impressum:active {
			font-family:Arial, Helvetica, sans-serif;
			font-size:9pt;
			color:#794548;
			text-decoration:underline;
			padding:0px 5px;
			}
		
	#shadow_bottom {
	position:relative;
	height:14px;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/shadow_bottom.jpg);
	background-repeat:no-repeat;
	background-position:center;
	}
	
	.textfeld_klein {
		width:40px;
		}
		.form_text_red {
			color:#900;}
			
		#bestellformular {
				font-family:Arial, Helvetica, sans-serif;
	color:#4e4e4e;
	font-size:9pt;
	text-decoration:none;
	}
	
	.shop_angebot_teaser{
	position:relative;
	float:left;
	margin-right:10px;
	border: 1px solid #b8d022;
	background-color:#fff;
	background-image:url(../img/bg_shop_teaser.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
  width:234px;
  height:135px;
  overflow:hidden;
  margin-top:10px;
  }
  .shop_angebot_teaser_text {
  position:absolute;
  font-size:10px;
  color:#000;
  top:5px;
  left:5px;
  width:200px;
  line-height:120%;
  }
	
	
	
