/* Dieser Eintrag entfernt den gepunkteten Rahmen um Links beim anklicken. */
a:focus {
	outline: none;
}

ul.fg_pages_nav {
	display: inline;
	list-style-type: none;
	padding-left: 0px;
}

ul.fg_pages_nav li {
  	display: inline;
	padding-right: 10px;
  	padding-left: 15px;
  	background: url(./images/crumbs.png) no-repeat left center;
}

ul.fg_pages_nav li a.current {
  font-weight: bold;
}

body {
  height: 100%;
}

#fullSize {
	display: none;
}

.view_title {
	font-size: 150%;
	font-weight: bold;
}

.categories_title {
	font-size: 110%;
	font-style: Italic;
	line-height: 45px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	ADDS BY PUMPI
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

ul.photostyle {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;	
}
	
ul.photostyle li {
	float: left;
	margin: 3px;
	padding: 0px;
}

.photostyle {
	display: block;
	margin: 3px;
	padding: 0;
}

.photostyle img {
	padding: 2px;
	border: 2px #9db2b9 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.photostyle img:hover { 
	border: 2px #313739 solid; 
}

ul.categories {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;	
}
	
ul.categories li {
	margin: 3px;
	float: left;
	text-align: center;
	border: 2px #9db2b9 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul.categories li a {
	/* width und height verändern fals ihnen der Rahmen um das Thumb der Ordnerübersicht zu groß ist*/
	width: 160px;
	height: 180px;
	display: block;
	margin: 3px;
	padding: 10px;
}

.categories li:hover { 
	border: 2px #313739 solid; 
}

.categories {
	display: block;
	margin: 3px;
	padding: 0;
}

.categories img {
	margin: 3px;
	padding: 0px;
	border: 2px #000 solid;
}

.clear {
	clear: left;
	padding-top: 15px;
	border: 0px  solid #000;
	border-bottom: 1px  solid #000;
}						



/* CSS Layout rating */

.fg_rating_wrapper *{margin:0; border:0; padding:0;}
.fg_rating_wrapper {overflow:hidden; height:36px; text-align: left !important;}
  .fg_sp_rating{font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:11px; line-height:1.7em; color:#5f5f5f; display:block; height:16px;}
	  .fg_rating{float:left; padding-right:4px;}
	  .fg_base{background:url(scripts/ratings.gif) 0 0 no-repeat; width:85px; height:100%; float:left; padding-right:4px; overflow:hidden;}
	  .fg_average{background:url(scripts/ratings.gif) 0 -16px no-repeat; text-indent:-9999px}
	  .fg_votes{float:left; padding-right:4px;}
    	.fg_score{ background:url(scripts/ratings.gif) 0 0 no-repeat; width:85px; height:16px; float:left; position:relative; display: none;}
    		.fg_score a{display:block; height:100%; float:left; text-indent:-9999px; position:absolute; overflow:hidden; line-height:16px;}
    		.fg_score1 {width:20%; z-index:55;}
    		.fg_score2 {width:40%; z-index:54;}
    		.fg_score3 {width:60%; z-index:53;}
    		.fg_score4 {width:80%; z-index:52;}
    		.fg_score5 {width:100%; z-index:51;}
    		.fg_score a:hover{ background:url(scripts/ratings.gif) bottom right no-repeat;}
    	.fg_status { width:150px; overflow:hidden; position:relative;}

	.fg_score_this{ clear: left; height:100%; overflow:hidden;}
	.fg_score_this a{color:#f37800;}
  .fg_drp { height: 15px; width:85px;background: #FFFFFF url(scripts/ratings.gif) 0 0 no-repeat;}
  .fg_rating h6{color:#666; font-size:11px;}						
