@charset "utf-8";
/* CSS Document */

/*==================================*/
/* Website hans-otte.de				*/
/* Datum: April 2011				*/
/* Autor: graugans			*/
/*==================================*/

/*==============================*/
/* Formatierung Unterseiten 	*/
/*==============================*/

/* Überschriften auf den Tabs */
.ueberschrift_philosophie {
	height: 44px;
	background: url(../img/ueberschriften/start.gif) no-repeat;	
	text-indent: -9999px;
	margin-bottom: 28px;
}

.ueberschrift_landwirtschaft {
	height: 48px;
	background: url(../img/ueberschriften/landwirtschaft.gif) no-repeat;	
	text-indent: -9999px;
	margin-bottom: 24px;
}

.ueberschrift_produkte {
	height: 90px;
	background: url(../img/ueberschriften/produkte.gif) no-repeat;	
	text-indent: -9999px;
	margin-bottom: 26px;
}

.ueberschrift_kontakt {
	height: 29px;
	background: url(../img/ueberschriften/kontakt.gif) no-repeat;	
	text-indent: -9999px;
	margin-bottom: 43px;
}

.ueberschrift_impressum {
	height: 29px;
	background: url(../img/ueberschriften/impressum.gif) no-repeat;	
	text-indent: -9999px;
	margin-bottom: 43px;
}

.ueberschrift_danke {
	height: 32px;
	background: url(../img/ueberschriften/danke.gif) no-repeat;	
	text-indent: -9999px;
	margin-bottom: 43px;
}

/* Auf der Kontakt und Impressum-Seite Schatten ohne Tabs */
#kontakt #schatten_content {
	position: absolute;
	width: 1081px;
	height: 9px;
	top: -9px;
	left: -123px;
	background: url(../img/hintergruende/schatten_content_o_tabs.jpg) no-repeat;
	z-index: 5;	
}

/* Adresse auf Kontakt-Seite (Tabelle) */
#kontakt table {
	border-spacing: 0;	
	margin-bottom: 22px;
}

/* GoogleMaps iFrame */
#kontakt iframe {
	padding: 3px;
	border: 1px solid #cabda6;	
}

/* linke Spalte */
.adressbereich {
	font-family: "Vollkorn";
	font-style: italic;
	font-size: 18px;
	color: #9a8666;
	padding: 0 20px 0 0;
	text-align: right;
	vertical-align: top;
}

#kontakt #content,
#impressum #content {
	padding: 44px 10px 22px 10px;
	/*background: url(../img/hintergruende/grid.gif) 10px 0;*/
}

/* kein negativer margin auf 
 * Kontakt und Impressum-Seite 
*/
#kontakt #wrapper_footer,
#impressum #wrapper_footer {
	margin-top: 0;	
}




