/*  (c) js@designverign.de
 *  autor: Jens Enkhardt
 *  info: main_right CSS definitions for dv website
 * 
 */
 
div#pen {
	width:185px;
	height:348px;
}div#pen a {
	display:block;
	width:185px;
	height:348px;
	background:url(../img/background/pen.png) no-repeat 0px 0px;
	cursor:pointer;
}

div#card {
	width:376px;
	height:223px;
	margin-top:130px;
}
div#card a {
	display:block;
	width:376px;
	height:223px;
	cursor:pointer;
	background:url(../img/background/map.png) no-repeat left top;
}div#card_page1 {
	display:none;

}

div#coffee,
div#coffee_page {
	margin-top:0px;
	width:220px;
	height:237px;
	margin-left:58px;
	background:url(../img/coffee_dot.png) no-repeat left top;
	/* ausblenden */
	display:none;
	visibility:hidden;
}
div#coffee_page {
	margin-top:353px;
}
