div#conl a:link, div#conl a:visited {
	color:red;
	text-decoration:none;
	cursor: pointer;
}
div#conl a:hover, div#conl a:active {
color:red;
text-decoration:underline;
}
ul#menue {
	background:transparent none repeat scroll 0 0;
	float:left;
	list-style-type:none;
	margin:25px 0 0;
	padding:0;
	width:229px;
}

ul#menue li {
	float:left;
	font-size:0.01em;
	line-height:0.01em;
	margin:0;	
	padding:0;
}
ul#menue a span {
	font-size:0.01em;
	visibility:hidden;
}
ul#menue a {
	border:medium none;
	display:block;	
	text-decoration:none;
}
ul#menue a.biancadesign {
	background: transparent url(img/menue/biancadesign.png) no-repeat scroll 0 0;
	height: 124px;
	width: 229px;
}
ul#menue a.biancadesign:hover {
	background:transparent url(img/menue/biancadesign.png) no-repeat scroll -229px 0;
}
ul#menue a.scrapbookdesign {
	background:transparent url(img/menue/scrapbookdesign.png) no-repeat scroll 0 0;
	height:129px;
width:229px;
}
ul#menue a.scrapbookdesign:hover {
	background:transparent url(img/menue/scrapbookdesign.png) no-repeat scroll -229px 0;
}
ul#menue a.scrapbook {
	background:transparent url(img/menue/scrapbook.png) no-repeat scroll 0 0;
	height:135px;
	width:229px;
}
ul#menue a.scrapbook:hover {
	background:transparent url(img/menue/scrapbook.png) no-repeat scroll -229px 0;
}
ul#menue a.imprint {
	background:transparent url(img/menue/imprint.png) no-repeat scroll 0 0;
	height:103px;
	width:229px;
}
ul#menue a.imprint:hover {
	background:transparent url(img/menue/imprint.png) no-repeat scroll -229px 0;
}
