/* CSS Document */
*{
	margin:0;
	padding:0;
}

DIV#centerWrap{
	width:300px;
	margin:0px auto;
}

DIV#kombinatkunst{
	width:300px;
	height:300px;
}

DIV.beschreibung{
	color:#999;
	font-family:"Courier New", Courier, mono;
	font-size:11px;
	text-align:right;
}

DIV.beschreibung SPAN{
	display:block;
	margin:0px 30px 0px 20px;
}


DIV.beschreibung A{
	color:#6a0002;
}

DIV.beschreibung A:hover{
	color:#AD0006;
	text-decoration:none;
}

HR{
	margin-left:30px;
	margin-right:30px;
	margin-top:5px;
	margin-bottom:5px;
	border:none;
	border-bottom:1px dotted #CCC;
}