div.EntTitel {
	font-weight: bold;
}

div.EntCat {
	width: 200px;
	margin: 10px;
}

div.EntItem {
	width: 245px;
	margin: 5px;
}

div.EntItemIntro {
	text-align: justify;
}

div.EntItemMini {
	margin-left: 10px;
	float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 180px;
    height:60px;
}

span.EntItemTitel {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a.EntItemTitel  {
	text-decoration: none;
}

img.ImgEntItemMini {
	width:50px; 
	height:50px; 
	float:left;
	border:0;
}

img.ImgEntItem {
	float:right;
	margin-left:10px;
	margin-right:5px;
	margin-bottom: 10px;
	max-width:300px;
	width: expression(this.clientWidth >= 300? "300px": "auto");
}

h1.EntItemTitel {
	font-size: 12px;
}

ul.EntItemLink {
	display:block;
	margin-top:20px;
	list-style-type: square;
}

.ArtiestenTabel {
	font-weight: bold;
}

hr {
    border: 0;
    color: #9E9E9E;
    background-color: #9E9E9E;
    height: 1px;
}

