/* Main */

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body {
	background-image: url(../bilder/kopf_hg.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
	
p {
	line-height: 150%;
}	

p.ansprechpartner {
	margin-top: 5px;
	line-height: 150%;
}

#absatz5 {
	margin-top: 5px;
}

#absatz10 {
	margin-top: 10px;
}

#absatz20 {
	margin-top: 20px;
}

#absatz30 {
	margin-top: 30px;
}

#absatzunten30 {
	margin-bottom: 30px;
}

h1, h2 {
	font-size: 14px;
	font-weight: bold;
}

a {
	color: #d70006;
	text-decoration: none; 
}

a:hover {
	text-decoration: underline; 
}

a#bildlink {
	padding: 2px;
	border: 1px solid #9e9da1;
	display: block;
}

a:hover#bildlink {
	padding: 2px;
	border: 1px solid #d70006;
	background-color: #ededed;
	display: block;
}

strong {
	font-weight: bold;
}

hr {
	width: 566px;
	color: #d70006;
	border: 1px solid #d70006;
	margin-top: 2px;
	margin-bottom: 20px;
}

hr.aktuelles {
	margin-bottom: 10px;
}

#bildrand {
	padding: 2px;
	border: 1px solid #9e9da1;
	display: block; 
}
	
#clear_left {
	clear: left;
}

.clear {
	clear: left;
}

img {
	border: none;
}
	
#wrap {
	width: 970px;
	position: relative;
	left: 50%;
	margin-left: -485px;
}

#wrapunten {
	width: 100%;
	height: 80px;
	background-image: url(../bilder/fuss_hg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#header {
	background-image: url(../bilder/hega_logo.gif);
	background-repeat: no-repeat;
	background-position: center 44px;
	height: 228px;
	width: 604px;
	margin: 0 auto;
}

#header_klick {
	display: block;
	height: 160px;
	width: 604px;
	margin: 0 auto;
	text-decoration: none;
}


/* Navigation */

#navi {
	height: 60px;

	padding-top: 0px;
	display: block;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 11px;
	display: block;
	height: 60px;
	top: 202px;
}

#nav li.hega {
	width: 202px;
	float: left;
}

#nav li.tiernahrung {
	width: 201px;
	float: left;
}

#nav li.saatgut {
	width: 201px;
	float: left;
}

#nav li .haupt_hega {
	width: 260px;
}
	
#nav li .unter_hega, #nav li .unter_tiernahrung, #nav li .unter_saatgut {
	height: auto;
	margin-top: -81px;
	padding-top: 20px;
	padding-bottom: 20px;
 }
	
#nav .unter_saatgut li {
	width: 0px;
 }

#nav li .haupt_tiernahrung {
    margin-left: -1px;
	width: 260px;
 }	

#nav li .haupt_saatgut {
    margin-left: -1px;
 }

#nav li { /* all list items */
	width: 202px; /* width needed or else Opera goes nuts */
	position: relative;
	margin: 0px;
	padding: 0px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -61px 0 0 201px;
}

#nav a.untermenupunkt_saatgut {
	margin: 0 201px 0 -402px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	top: 60px;
}

#nav a:hover.menupunkt_hega, #nav a:hover.untermenupunkt_hega, #nav a:hover.menupunkt_tiernahrung, #nav a:hover.untermenupunkt_tiernahrung, #nav a:hover.untermenupunkt_saatgut, #nav a:hover.menupunkt_saatgut {
	color: white;
	background-color: #be0000;
}

#nav a.menupunkt_hega {
    display: block;
    width: 192px;  /* Breite den in li enthaltenen Elementen zuweisen */
	text-align: left;
	padding: 3px;
	padding-left: 5px;
    text-decoration: none; font-weight: normal;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
    color: white; background-color: #9e9da1;
}

#nav a.untermenupunkt_hega {
    display: block;
    width: 192px;  /* Breite den in li enthaltenen Elementen zuweisen */
	text-align: left;
	padding: 3px;
	padding-left: 5px;
    text-decoration: none; font-weight: normal;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
    color: white; background-color: #9e9da1;
}

#nav a.menupunkt_tiernahrung {
    display: block;
    width: 192px;  /* Breite den in li enthaltenen Elementen zuweisen */
	text-align: left;
	padding: 3px;
	padding-left: 5px;
    text-decoration: none; font-weight: normal;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
    color: white; background-color: #000000;
}

#nav a.untermenupunkt_tiernahrung {
    display: block;
    width: 140px;  /* Breite den in li enthaltenen Elementen zuweisen */
	text-align: left;
	padding: 3px;
	padding-left: 5px;
    text-decoration: none; font-weight: normal;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
    color: white; background-color: #000000;
}

#nav a.menupunkt_saatgut {
    display: block;
    width: 192px;  /* Breite den in li enthaltenen Elementen zuweisen */
	text-align: left;
	padding: 3px;
	padding-left: 5px;
    text-decoration: none; font-weight: normal;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
    color: white; background-color: #438600;
}

#nav a.untermenupunkt_saatgut {
    display: block;
    width: 192px;  /* Breite den in li enthaltenen Elementen zuweisen */
	text-align: left;
	padding: 3px;
	padding-left: 5px;
    text-decoration: none; font-weight: normal;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
    color: white; background-color: #438600;
}




/* Links */

#links {
	clear: left;
	float: left;
	width: 177px;
}

#links_kasten1 .oben, .lieferanten, .mitte, .unten {
	width: 177px;
}

#links_kasten1 .oben {
	background-image: url(../bilder/links_kasten_oben.gif);
	background-repeat: no-repeat;
	width: 177px;
	height: 19px;
}

#links_kasten1 .lieferanten {
	background-image: url(../bilder/links_kasten_lieferanten.gif);
	background-repeat: no-repeat;
	width: 177px;
	height: 52px;
}

#links_kasten1 .mitte {
	background-image: url(../bilder/links_kasten_mitte.gif);
	background-repeat: repeat-y;
	width: 177px;
	height: 280px;
}

#links_kasten1 .unten {
	background-image: url(../bilder/links_kasten_unten.gif);
	background-repeat: no-repeat;
	width: 177px;
	height: 12px;
}


#links_kasten1 .marken {
	background-image: url(../bilder/links_kasten_marken.gif);
	background-position: center 5px;
	width: 135px;
	height: 278px;
	margin-left: 23px;
}

#link {
	font-size: 10px;
	position: relative;
	color: #d70006;
	margin-left: 85px;
	margin-top: 240px;
}


#links_kasten2 .oben2, .login, .mitte, .unten {
	width: 177px;
	margin: 0px;
}

#links_kasten2 .oben2 {
	background-image: url(../bilder/links_kasten_oben2.gif);
	background-repeat: no-repeat;
	width: 177px;
	height: 13px;
}

#links_kasten2 .login {
	background-image: url(../bilder/links_kasten_login.gif);
	background-repeat: no-repeat;
	width: 177px;
	height: 24px;
}

#links_kasten2 .mitte {
	background-image: url(../bilder/links_kasten_mitte.gif);
	background-repeat: repeat-y;
	width: 177px;
	height: 110px;
}

#links_kasten2 .unten {
	background-image: url(../bilder/links_kasten_unten.gif);
	background-repeat: no-repeat;
	width: 177px;
	height: 12px;	
}


/* Formular */

#login {
	font-size: 10px;
 	color: #6d6d6d;
	margin-left: 25px;
} 

#eingabefeld {
	font-size: 11px;
	color: #6d6d6d;
	margin-top: 2px;
	background-image: url(../bilder/formular_hg.jpg);
	border: 1px solid #cbcbcb;
	padding: 3px;
	height: 13px;
}

#eingabefeld:focus {
	border: 1px solid #888888;
}

#absenden {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border: 0px;
	background-color: #d70006;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	height: 21px;
}

#absenden:hover {
	background-color: #f3494e;
}

/* Formular Kontaktbereich */

label {
	font-size: 12px;
	display: block;
	float: left;
	width: 95px;
}
	
label.kontaktzusatz {
	margin-left: 95px; width: 60px;
}
	
label.kontaktzusatz2 {
	margin-left: 95px; width: 60px;
}

input.formular {
	display: block;
	float: left;
	width: 210px;
	font-size: 12px;
	color: #6d6d6d;
	background-image: url(../bilder/formular_hg.jpg);
	background-color: #FFFFFF;
	border: 1px solid #cbcbcb;
	padding: 3px;
	margin-bottom: 8px;
}

input:focus, textarea:focus {
	border: 1px solid #888888;
}

form br { 
	clear: left;
}

input#submit {
	float: none;
	width: auto;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: 0px;
	background-color: #d70006;
	padding: 0 2px 1px 2px;
	height: 19px;
}
	
input#submit:hover {
	background-color: #f3494e;
}	
	
textarea {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6d6d6d;
	width: 310px;
	height: 130px;
	background-image: url(../bilder/formular_hg.jpg);
	background-color: #FFFFFF;
	border: 1px solid #cbcbcb;
	padding: 3px;
	margin-bottom: 8px;
}



/* Inhalt */

#inhalt {
	float: left;
 	width: 616px;
}

#inhalt_kasten .oben, .mitte, .unten {
	width: 616px;
}

#inhalt_kasten .oben {
	background-image: url(../bilder/inhalt_oben.gif);
	height: 19px;
}

#inhalt_kasten .mitte {
	background-image: url(../bilder/inhalt_mitte.gif);
	background-repeat: repeat-y;
	min-height: 600px;
}

#inhalt_inhalt {
	color: #6d6d6d;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 25px 20px 25px;
}

#inhalt_inhalt .wegweiser {
	font-size: 10px;
	color: #9e9da1;
	margin-bottom: 10px;
}

#inhalt_inhalt .text {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
}

#inhalt_inhalt .titel_balken, .titel_balken_tiernahrung, .titel_balken_saatgut {
	width: 556px;
	height: 17px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 3px 4px 7px;
	margin-top: 10px;
}

#inhalt_inhalt .titel_balken {
	background-color: #9e9da1;
}

#inhalt_inhalt .titel_balken_tiernahrung {
	background-color: #000000;
}

#inhalt_inhalt .titel_balken_saatgut {
	background-color: #438600;
}

#ansprechpartner_kasten {
	clear: left;
	height: 105px;
	display: block;
	padding-top: 20px;
}

#ansprechpartner_text {
	float: left;
	width: 250px;
}

ul#Beratung, ul#heimtierpartner, ul#sortiment {
	list-style-type: square;
	margin-left: 25px;
	margin-top: 10px;
	line-height: 140%;
}

ul#Beratung li, ul#heimtierpartner li, ul#sortiment li {
	margin-top: 2px;
}

div#liefergebiete_tag {
	float: left;
	width: 90px;
	text-align: right;
	vertical-align: top;
}

div#liefergebiete_orte {
	margin-left: 100px;
}

#tn_sortiment_bild {
	float: left;
	width: 110px;
	background-repeat: no-repeat;
}

#tn_sortiment_text {
	float: left;
	width: 170px;
}

#tn_sortiment2_bild {
	float: left;
	width: 110px;
	height: 170px;
	margin-right: 20px;
	background-repeat: no-repeat;
}

#tn_sortiment3_bild {
	float: left;
	width: 110px;
	height: 120px;
	margin-right: 20px;
	background-repeat: no-repeat;
}

#tn_sortiment4_bild {
	float: left;
	width: 560px;
	height: 170px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
}

#tn_sortiment5_bild {
	float: left;
	width: 110px;
	height: 110px;
	margin-right: 20px;
	background-repeat: no-repeat;
}

#tn_sortiment_bild_gross {
	display: none;
	position: absolute;
	left: 332px;
	top: 140px;
	padding: 0px;
	border: 1px solid #9e9da1;
	background-color: #ededed;
}

#lieferkarte_gross {
	display: none;
	position: absolute;
	left: 200px;
	top: 110px;
	padding: 0px;
	border: 1px solid #9e9da1;
	background-color: #ededed;
}

#anfahrt1_gross, #anfahrt2_gross, #anfahrt3_gross  {
	display: none;
	position: absolute;
	padding: 0px;
	border: 1px solid #9e9da1;
	background-color: #ededed;
}

#anfahrt1_gross  {
	left: 16px;
	top: 316px;
}

#anfahrt2_gross  {
	left: 16px;
	top: 316px;
}

#anfahrt3_gross  {
	left: 16px;
	top: 316px;
}

.aktuelles_bild {
	float: left;
	margin-right: 10px;
	margin-top: 12px;
}

.aktuelles_text {
	float: left;
	width: 450px;
	margin-top: 10px;
}


#onlineshop a {
	width: 172px;
	height: 60px;
	display: block;
	margin-top: -60px;
	margin-left: 610px;
	background-image: url(../bilder/button_shop.gif);
	background-repeat: no-repeat;
	text-decoration: none;	
}

#onlineshop a:hover {
	background-position: 0px -60px;
}

#futteruebersicht {
	width: 566px;
	margin-top: 20px;
}

#futteruebersicht td {
	padding: 4px 4px 4px 7px;
}

#futteruebersicht .f1 {
	width: 280px;
	background-color: #e9e9e9;
}
	
#futteruebersicht .f2 {
	background-color: #e9e9e9;
}
	
#futteruebersicht .f1ohne {
	width: 280px;
}

.saatgutuebersicht-titel1, .saatgutuebersicht-titel2 {
	padding: 3px;
	padding-left: 7px;
	background: #e9e9e9;
}

.saatgutuebersicht-titel1 {
	margin-top: 30px;
}

.saatgutuebersicht-titel2 {
	margin-top: 15px;
}

.saatgutuebersicht-titel1 a, .saatgutuebersicht-titel2 a {
	color: #438600;
}

.saatgutuebersicht-links {
	padding: 7px;
}

.saatgutuebersicht-links a {
	color: #6d6d6d;
}

.saatgut-tabelle {
	margin-top: 15px;
	line-height: 150%;
}

.saatgut-tabelle .links {
	color: #438600;
	padding: 0 10px 3px 0;
	vertical-align: top;
}

.saatgut-tabelle .rechts {
	padding: 0 0 3px 0;
	vertical-align: top;
}



/* Rechts */

#rechts {
	float: left;
	width: 177px;
	height: 524px;
}


/* Fuss */

#fuss .unten, .fussmitte {
	width: 616px;
	background-repeat: no-repeat;
	margin: 0 auto;
}

#fuss .unten {
	background-image: url(../bilder/fuss_unten.gif);
	height: 38px;
}

#fuss .fussmitte {
	background-image: url(../bilder/fuss_mitte.gif);
	background-repeat: no-repeat;
	height: 42px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}

a#fuss {
	font-size: 10px;
	color: #FFFFFF;
}

a:hover#fuss {
	color: #FFFFFF;
}
