@import 'common.css';
@import 'jquery.lightbox.css';

#page {
	color: #525252;
	font-family: tahoma;
	font-size: 11px;
	line-height: 20px;
	width: 549px;
	margin-left: 15px;
	margin-bottom: 10px;
}

#page .img {
	border: 1px solid #525252;
	margin-right: 10px;
	float: left;
}

#page h1 {
	font-size: 17px;
	font-weight: bold;
	color: #3eacdf;
}

#page p {
	font-size: 11px;
	color: #525252;
	text-align: justify;
}

#page a {
	color: #ff0084;
	font-weight: bold;
	text-decoration: none;
	border: 0;
}

#page a:hover {
	color: #ff0084;
	font-weight: bold;
	border-bottom: 1px solid #ff0084;
}

#profil-name {
	width: 549px;
	height: 28px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #74a200;
	background-image: url( '../images/profil-name.png' );
	background-repeat: no-repeat;
}
#profil-name h1 {
	color: #fff;
	margin-left: 90px;
	font-size: 13px;
	font-family: tahoma;
	padding-top: 4px;
}

#photo {
	float: left;
	width: 150px;
	height: 150px;
}
#stats {
	margin-top: 10px;
	width: 199px;
	float: left;
}
#stats h3 {
	color: #74a200;
	font-size: 12px;
}
#stats h4 {
	color: #525252;
	font-weight: normal;
	font-size: 11px;
}


#description {
	
}

#voting {
	width: 200px;
	float: left;
	text-align: center;
}

#news {
	float: left;
	width: 275px;
}

#news a, #news a:visited {
	color: #525252;
	text-decoration: none;
	border: 0;
}

#news a:hover {
	color: #000;
	text-decoration: none;
	border: 0;
}

#more_photos {
	float: left;
	width: 274px;	
	text-align: center;
}


#page h5 {
	margin-left: 5px;
	margin-top: 20px;
	font-size: 11px;
	text-align: center;
}

#page h6 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 13px;
}

.comment {
	margin-top: 20px;
	font-size: 10px;
}

.comment-content {
	border: 1px solid #aaaaaa;
	padding: 10px;
	background-color: #dfddde;
}
