/************* BILDERBOX **************/

.img_box {
	float:left;
	margin:auto 13px 15px auto;
}

.img_bg {
	width:131px;
	height:99px;
	background:url(../../inc/img/bg_img.gif) 0 0 no-repeat;
}


.img_usr {
	width:115px;
	height:85px;
	margin:6px auto auto 7px;
}


.img_vt {
	width:124px;
	padding-left: 7px;
}





/************* LINKS **************/

a.sort_active:link, a.sort_active:visited {
	font-size:10px;
	color:#990000;
	text-decoration:none;
	border-bottom:1px dotted #666;
	font-weight:normal;
}
a.sort_active:hover { color:#990000; }

a.sort_inactive:link, a.sort_inactive:visited {
	font-size:10px;
	color:#5C739C;
	text-decoration:none;
	font-weight:normal;
}
a.sort_inactive:hover {
	color:#990000;
	border-bottom:1px dotted #666;
}


/************* BLÄTTERN **************/

a.digits:link, a.digits:visited {
	color:#666;
	font-weight:bold;
	font-size:9px;
	border:1px solid #990000;
	padding-bottom:0px;
	width:14px;
	height:14px;
	display:block;
	float:left;
	margin-right:3px;
	text-align:center;
}

a.digits:hover {
	color:#FFF;
	background:#990000;
	text-decoration:none;
}

a.digitsa:link, a.digitsa:visited {
	color:#FFF;
	background:#990000;
	font-weight:bold;
	font-size:9px;
	border:1px solid #ACCD48;
	padding-bottom:0px;
	width:14px;
	height:14px;
	display:block;
	float:left;
	margin-right:3px;
	text-align:center;
}

a.digitsa:hover {
	text-decoration:none;
}


a.first_last_f:link, a.first_last_f:visited { font-size:11px; color:#4A6A8A; text-decoration:none; float:left; display:block; margin-right:5px; }
a.first_last_l:link, a.first_last_l:visited { font-size:11px; color:#4A6A8A; text-decoration:none; float:left; display:block; margin-left:5px; }

a.first_last_f:hover, a.first_last_l:hover { color:#990000; }






/************* STAR VOTE **************/

.star, .star:active, .star:hover, .star:visited,
.star_voted, .star_voted:active, .star_voted:hover, .star_voted:visited {
	display: block;

	width: 23px;
	height: 22px;
	float: left;
	outline: none;
	border: none;
	text-decoration: none;
}

.star_active {
	background: url(/unterhaltung/fotoalbum/inc/img/star_active.gif) 0 0 no-repeat;
}

.star_inactive {
	background: url(/unterhaltung/fotoalbum/inc/img/star_inactive.gif) 0 0 no-repeat;
}

.star_half {
	background: url(/unterhaltung/fotoalbum/inc/img/star_half.gif) 0 0 no-repeat;
}

.star_hover {
	background: url(/unterhaltung/fotoalbum/inc/img/star_hover.gif) 0 0 no-repeat;
}



.star_voted_active {
	background: url(/unterhaltung/fotoalbum/inc/img/star_voted_active.gif) 0 0 no-repeat;
}

.star_voted_inactive {
	background: url(/unterhaltung/fotoalbum/inc/img/star_voted_inactive.gif) 0 0 no-repeat;
}

.star_voted_half {
	background: url(/unterhaltung/fotoalbum/inc/img/star_voted_half.gif) 0 0 no-repeat;
}




