
div.juke_blok 
{
	display: block;
	width: 495px;
	/*border: solid; 
	border-color: red	*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}
a.juke_bloklink
{
	display: block;
  	min-height:50px;
  	height:auto !important;
  	height:50px;
  	/*border: solid; 
	border-color: black;*/
	text-decoration: none;	
	color: black;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}
a.juke_bloklink:hover
{
	color: white;
	background-color: red;
}
a.juke_bloklink2:hover
{
	color: white;
	background-color: blue;
}

img.juke_image
{
	float: left;
	margin: 5px 15px 5px 5px;
	border: none;
}
img.juke_rating
{
	float: left;
	margin: 5px 5px 5px 5px;
	border: none;
}
div.juke_text 
{
	position: relative;
	float: left;
	width: 345px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*border: solid; 
	border-color:blue*/
}
p.juke_titel
{
	font-weight: bold;
	text-align: left;
	padding: 5px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
}
p.juke_tekst
{
	font-weight: normal;
	text-align: left;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
}
p.juke_tekst2
{
	font-weight: normal;
	font-style: italic;
	text-align: left;
	color: gray;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
p.juke_tekst3
{
	font-weight: normal;
	font-style: italic;
	text-align: left;
	color: gray;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.juke_red
{
	/*background-color: #FFF4F4;*/
}
div.juke_blue
{
	/*background-color: #F4F4F4;*/
}
div.juke_rating
{
	float: left;
	width: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
hr.juke_line
{
	color:#FF0000;
	text-align: center;
	border-style: dotted;
	width: 495px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
hr.juke_line2
{
	clear: both;
	color:#FF0000;
	text-align: center;
	border-style: dotted;
	width: 495px;
	margin: 10px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
}

.juke_clearboth { clear: both; }