/* STUFF */

#list #pagination a {
	background:#fff;
	margin:0 2px;
}
#list #pagination a:hover {
	background:#506C9C;
}

#fblike {
	border:none;
	padding-top:10px; 
	text-align:center; 
	overflow:hidden; 
	width:459px; 
	height:35px;
}

/* LISTE: NEWS */

#listnews .entry {
	padding:3px;
	margin-bottom:8px;
	border-bottom:1px dotted #ccc;
}
#listnews b a {
	font:bold normal 16px Georgia;
	display:block;
	color:#48588E;
	padding-left:20px;
	background:url(../gfx/global/link.png) 0 3px no-repeat;
}
#listnews b a:hover {
	text-decoration:underline;
	color:#6879B3;
}
#listnews span {
	display:block;
	padding-left:21px;
	margin:5px 0;
}
#listnews span, #listnews span a {
	font:normal normal 13px Arial;
}
#listnews span a {
	color:#999;
}

/* LISTE: ARTIKEL */


#latest .entry {
	border:1px solid #ccc;
	padding:3px 3px 10px 0;
	min-height:108px;
	margin-bottom:8px;
	background:url(../gfx/global/gradient.white2grey.png) bottom left repeat-x #fff;
}
#latest .entry img, .vidthumbs img {
	float:left;
	margin:0 7px 0 3px;
	width:140px;
	height:100px;
	border:7px solid #D4DDE9;
}
#latest .entry a:hover img, .vidthumbs a:hover img {
	border:7px solid #A9BBD3;
}
#latest strong {
	padding:4px 0 0 2px;
	font:normal normal 10px Arial;
	display:block;
	color:#555;
}
#latest b {
	font:bold normal 16px Georgia;
	display:block;
	color:#48588E;
}
#latest p {
	font-size:12px;
	line-height:16px;
	margin-top:5px;
	padding-right:4px;
}
#latest a:hover b {
	text-decoration:underline;
}


/* LISTE: VIDEOS */


.videos .entry img, .files .entry img {
	background:#fff !important;
	border:7px solid #D4DDE9 !important;
}
.videos .entry a:hover img, .files .entry a:hover img {
	border:7px solid #A9BBD3 !important;
}
.flv #text {
	margin-top:15px;
	padding-bottom:10px;
}
address {
	margin-right:10px;
}


/* HD Player */

#hd div#news {margin-right:0;}

#hd #news .pnad {
	float:left;
	padding:10px;
	margin:10px 10px 0 0;
	border:1px solid #ccc;
	background:#fff;
}
#hd #news .pnad a {
	background:none;
	padding:0;
}
#hd div.more, #hd div.comments {
	width:770px;
}
#hd div#comad {
	float:right;
	padding:10px;
	margin:10px 0 0 10px;
	border:1px solid #ccc;
	background:#fff;
}
