/* CSS layout: HOME.CSS */

/******* Header nur fuer erste Seite HOME ***************/

#headhome {
	position: relative;
	width: 100%;
	height: 90px;
	text-align: left;
	vertical-align: bottom;
}

#headhome p {
	/*	position: absolute;*/
	float: left;
	margin-left: 50px;
	padding-right: 120px;
	line-height: 90px;
	font-size: 1.4em;
}

#headhome h1 {
	font-family: "Lucida Sans Unicode", Verdana, sans-serif;
	float: left;
	line-height: 90px;
	margin-left: 278px;
	font-size: 1.8em;
}

#headhome img {
	display: block;
	float: left;
	margin-left: 20px;
	width: 85px;
	height: 85px;
	padding-top: 2px;
}

/**********   Image-Kaffee auf home wechseln    **********************/
.imgkaffee {
	margin-left: 84px;
	float: left;
	width: 220px;
	height: 220px;
	background-image: url(../img/homekaffee_220.jpg);
}

.imgkaffee a {
	width: 220px;
	height: 220px;
	display: block;
}

.imgkaffee a:hover {
/*	display:block; */
   width:220px; 
   height:220px; 
	background-image: url(../img/kaffeeanbau3.png);
}

/**********   Image-Kakao auf home wechseln    **********************/
.imgkakao {
	margin-left: 20px;
	float: left;
	width: 220px;
	height: 220px;
	background-image: url(../img/kakao1.jpg);
}

.imgkakao a {
	width: 220px;
	height: 220px;
	display: block;
}

.imgkakao a:hover {
	display:block; 
   width:220px; 
   height:220px; 
	background-image: url(../img/kakaofrucht4.png);
}

/**********   Image-Kakao auf home wechseln    **********************/
.imggoettin {
	margin-left: 20px;
	float: left;
	width: 202px;
	height: 220px;
	background-image: url(../img/logo_catucho_blatt220x202.png); /*	background-image: url(../img/logo_catucho.png);*/
}


