
/* STYLE */

#malbuch
{
	width:600px;
	margin:auto;
	text-align:left;
}
#malbuch h1
{
	margin-top:0px;
}

#malbuch #malbuch_object
{
	text-align:center;
}

#galerie
{
	margin-top:15px;
	margin-left:-8px;
}
#galerie .pic
{
	float:left;
	display:block;
	width:120px;
	height:120px;
	margin:9px;
}
#galerie a,#galerie a:active,#galerie a:visited
{
	position:absolute;
	display:block;
	background:none;
	padding:5px;
	width:120px;
	height:120px;
	border:1px solid #000;
	margin:4px;
	background:#EFEEEE;
	z-index:0;
	text-decoration:none;
	font-size:0.8em;
}
#galerie a:focus
{
	background:#BFBBBB;
}
#galerie a:hover
{
	background:#AFAAAA;
}
#galerie a:active
{
	background:#CFCCCC;
}