/* --- RESET ---*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ------------------------------ END  -------------------------------*/

/* -------------------- invisible -------------------------------*/

hr, .invisible{
	display: none;
}

/*-------------------------INDEX Startseite -----------------------------*/

.index_site{
	height: 100px;
	padding: 50px;
	padding-left: 300px;
}



/*-------------------------TYPOGRAPHIE -----------------------------*/
body{
	font-family: Arial, FreeSans, sans-serif;
	font-size: 15px;
	color: #252323;
}

.menu a{
	color: black;
	text-decoration: none;
}

.footer{
	font-family: Verdana, Arial, FreeSans, sans-serif;
	font-size: 12px;
}

h5{
	font-weight: bold;
}

.content_text{
	line-height: 1.2em;
}

.content_text h5{
	margin-top: 20px;
	margin-bottom: 10px;
	
	
}

.einstreuen h5{
	background-color: #f3c928;
	padding: 7px;
}

/*------------------------- LAYER -----------------------------*/

body{
	background-color: white;
}

.wrapper{
	width: 960px;
   margin: 0px auto;
	
}
.outer_wrapper{
	width: 960px;
	background-color: #ccc;
	padding-bottom: 15px;
}


.inner_wrapper{
	width: 928px;
	background-color: #fff;
	margin-left: 15px;
	border: 1px solid #999;
	border-top: 0px;
	
}

.header{
	width: 928px;
	height: 241px;
}

.footer{
	width: 928px;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 25px;
	text-align: center;
}

/* ------------------------ Header ---------------------------*/
.header h1 a span, .header p, .header h2{
	display: none;
}

.header h1 a{
	display: block;
	width: 360px;
	height: 120px;
	
}

.header img{
	position: absolute;
	top: 0px;
}


/* ------------------------ MENU ---------------------------*/
.menu_head{
	height: 38px;
	background: yellow;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;

}

.menu li{
	float: left;
	padding-right: 2px;
	
}

#extra li{
	padding-right: 0px;
	padding-left: 2px;
}

.menu li a{
	display: block;
	float: left;
	height: 26px;
	padding-left: 15px;  /* gap to next entry left */
	padding-right: 15px; /* gap to next entry right */
	padding-top: 12px;
}

.menu{
	height: 38px;
	/*background: yellow;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;*/
	float: left;

}

.menu li#fuettern_link a{
	padding-left:23px;
}

.menu li.aktiv a{
	background-image: url(images/menu_background.png);
	background-repeat: repeat-x;
	background-position: 0px -38px;
}

.menu li a:hover{
	background-image: url(images/menu_background.png);
	background-repeat: repeat-x;
	background-position: 0px -38px;
}


#extra{
	float: right;

}



/* ------------------------ CONTENT ---------------------------*/
.content{
	width: 877px;
	margin-left: 23px;
	margin-bottom: 23px;
	margin-top: 25px;
	padding-bottom: 70px;
}

.content_text, .content_title{
	width: 450px;
	
}


#wide .content_text, #wide .content_title{
	width: 790px;
}

.content_title{
	padding-bottom: 5px;
	border-bottom: 2px solid #252323;
	margin-bottom: 10px;
}

.content_text p{
	margin-bottom: 5px;
}

.content a{
	color: #990000;
text-decoration: none;
}

.content a:hover{
	text-decoration: underline;
}

#impressum label{
	display: block;
	float: left;
	width: 350px;
}

.content_images{
	width: 380px;
	float: right;	
}

#nachhaltig_img, #einstreu_img,#futter_img,#heizen_img,#preise_img,#kontakt_img{
	border: 1px solid #ccc;
}

#einstreu_img{
	margin-bottom: 20px;
}

#openstreetmap{
	
	
}

#openstreetmap iframe{
	margin-bottom: 10px;
	border: 1px;
}


/* ------------------------ footer ---------------------------*/


/* ------------------------ kontakt ---------------------------*/
.formular{
	margin-top: 25px;
}

.formular label{
	width: 60px;
	display: block;
	float: left;
}

.formular input, .formular textarea{
	border: 1px solid #ccc;
}

/* ------------------------ PREISE ---------------------------*/

#preise table,tr,td{
	border: 1px solid #ccc;
}

#preise tr,td{
	padding: 6px 10px;
}
#preise table .white .zwei, #preise table .white .eins{

	border-right: 1px solid white;
}

#preise table .white{
	background-color: #ccc;
}

#preise table #top{
	font-weight: bold;
	background-color: #f3c928;
}

#top{
	background-color: #f3c928;
}

.white{
	background-color: #ccc;
}

#preise table .zwei, .drei{
	text-align: center;
}

#preise table{
	margin-top: 10px;
	margin-bottom: 5px;
	width: 430px;
}

/* --------- EINSTREUEN ---------------*/
a.download{
	background-image: url(images/download.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 170px;
	height: 69px;
	text-decoration: none;
	color: white;
}	

a.download span{	
	text-align: center;
	color: #fff;
	display: block;
	padding: 7px;
	padding-top: 15px;
	width: 115px;
	}
	
a.download:hover{
	text-decoration: none;
	
}
a.download span:hover{
color: #f3c928;

}
/*-------------------------IMAGES -----------------------------*/

/*.header{
	background-image: url(images/header_high.jpg);
	background-repeat: no-repeat;
}*/

.content{
	background-image: url(images/logo_mini.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.menu, .menu_head{
	background-image:url(images/menu_background.png);
	background-repeat: repeat-x;

}

.menu li{
	background-image: url(images/menu_linie.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#extra li{
	background-image: url(images/menu_linie.gif);
	background-position: left;
	background-repeat: no-repeat;
}

/* ----------- fotos -----------*/

#einstreu_img{
	background-image: url(images/bachmann_einstreu_pellets.jpg);
	background-repeat: no-repeat;
	height: 252px;
	
}

#nachhaltig_img{
	background-image: url(images/bachmann_kreislauf.jpg);
	background-repeat: no-repeat;
	height: 252px;
}

#futter_img{
	background-image: url(images/bachmann_pellets_fuettern.jpg);
	background-repeat: no-repeat;
	height: 312px;
}

#heizen_img{
	background-image: url(images/bachmann_pellets_heizen.jpg);
	background-repeat: no-repeat;
	height: 252px;
}

#preise_img{
	background-image: url(images/bachmann_pellets.jpg);
	background-repeat: no-repeat;
	height: 252px;
}

#kontakt_img{
	background-image: url(images/bachmann_pellets_stroh.jpg);
	background-repeat: no-repeat;
	height: 252px;
}
















