/* agrardirect Stylesheet
	Es gibt ein Backgroundimage da das eigentliche Bild nicht 
	breit genug für hohe Bildschirmauflösungen ist.
	Um zu verhindern das dort ein weißer Rand auftritt wird die Hintergrundfarbe wiederholt.
	Da die Farbe anscheinend nicht Webecht ist muss dies als Bild beschehen.
 */

body{

	color: #336699;
	font-family: Arial;
	font-size: 14px;
	background-image: url(images/baxkground_blank.jpg);
}

/* Jede Seite hat eine eigene Instanz bekommen
1 Container für den Textinhalt
 */
.content{
	z-index: 99;
	position: absolute;
	top: 219px;;
	left: 43px;
}

.content2{
	z-index: 99;
	position: absolute;
	top: 120px;
	left: 43px;
}

/* 2 Anordnung des Unternehmensprofils */
.content #profil1{
	z-index: 99;
	width: 393px;
	text-align: justify;
	white-space: normal;
	line-height: 20px;
}

.content #profil2{
	z-index: 99;
	width: 515px;
	text-align: justify;
	white-space:  normal;
	line-height: 20px;
}

/* 3 Anordnung der Philosophie */
.content #philosophie1{
	z-index: 99;
	width: 390px;
	text-align: justify;
	white-space:  normal;
}

.content #philosophie2{
	z-index: 99;
	width: 269px;
	position: relative;
	left: 454px;
	top: -165px;
	text-align: justify;
	white-space:  normal;
}

/* 4 Leistungsspektrum */
.content #leistung1a{
	z-index: 99;
	width: 445px;
	position: relative;
	top: 59px;
	text-align: justify;
	white-space:  normal;
}

.content #leistung2a{
	z-index: 99;
	position: relative;
	top: 135px;
	text-align: justify;
	white-space:  normal;
}

/*4ab Leistungsspektrum Saatgut */
.content #leistung1b{
	z-index: 99;
	width: 475px;
	position: relative;
	top: 22px;
	text-align: justify;
	white-space:  normal;
}

.content #leistung2b{
	z-index: 99;
	position: relative;
	top: 135px;
	text-align: justify;
	white-space:  normal;
}

/* 4c Leistungsspektrum Duenger */
.content #leistung1c{
	z-index: 99;
	width: 440px;
	position: relative;
	top: 22px;
	text-align: justify;
	white-space:  normal;
}

.content #leistung2c{
	z-index: 99;
	position: relative;
	top: 80px;
	text-align: justify;
	white-space:  normal;
}

/* 4d  Leistungsspektrum Pflanzenschutz*/
.content #leistung1d{
	z-index: 99;
	width: 300px;
	position: relative;
	top: 22px;
	text-align: justify;
	white-space:  normal;
}

/* 4e Leistungsspektrum Getreide */
.content #leistung1e{
	z-index: 99;
	width: 190px;
	position: relative;
	top: 22px;
	text-align: justify;
	white-space:  normal;
}

.content #leistung3e{
	z-index: 99;
	width: 190px;
	position: relative;
	top: -242px;
	left: 530px;
	text-align: justify;
	white-space:  normal;
}

/* Kontaktinformationen */
.content #kontakt2{
	z-index: 99;
	position: relative;
	top: -640px;
	left: 515px;
}

.content #tel1{
	margin-left:170px;
	margin-top: -16px;
}

.content #tel10{
	margin-left:170px;
	margin-top: -30px;
}

/* Partner */
.content #partner{
	z-index: 99;
	position: relative;
	top: 22px;
}

/* Impressumscontainer*/
.content #impressum1{
	z-index: 99;
	width: 440px;
	position: relative;
}

.content #impressum2{
	z-index: 99;
	position: relative;
	left: 515px;
	top: -815px;
}

.content #impressum3{
	z-index: 99;
	position: relative;
	left: 515px;
	top: -795px;
}


/* Die Links auf Leistungsspektrum */
.content a{
	color: #336699;
	text-decoration: underline;
}

/* Anordnung der Hintergrundbilder */
#backimage{
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
}

/*  Anordung der Naviagtion rechts*/
.navi {
	float: right;
	z-index:100;
	position: absolute;
	top: 150px;
	left: 780px;
}

.navi li{
	list-style: none;
}
