/* 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;
  	list-style: none;
}

ul.fg_pages_nav li a.current {
  font-weight: bold;
}

body {
  height: 100%;
}

#fullSize {
	display: none;
}

.gallerytitel{
width:100%;
padding-bottom:25px;
}

.view_title {
color:#ffd202;
font-size:18px;
font-weight:bold;
margin-bottom:0px;
border-bottom:1px dotted #000000;
padding-bottom:10px;
width:100%;
display:block;
}


.categories_title {
color:#ffea00;
font-size:12px;
font-weight:normal;
color:#000000;
line-height:130%;
padding-bottom:0px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	ADDS BY PUMPI
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

ul.photostyle {
	list-style: none;
	margin: -5px 0 0 -22px;
	padding: 0;	
}
	
ul.photostyle li {
	float: left;
	margin: 13px;
	padding: 0px;
	list-style: none;
}

.photostyle {
	width:540px;
	display: block;
	margin: 0;
	padding: 0;
}

.photostyle img {
	padding: 0px;
	border: 1px #cccccc solid;}

.photostyle img:hover { 
	border: 1px #000000solid; 
}

ul.categories {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;	
}
	
ul.categories li {
	margin: 8px;
	float: left;
	text-align: center;
	border: 1px #595959 solid;
	list-style: none;
}

ul.categories li a {
	/* width und height verändern fals ihnen der Rahmen um das Thumb der Ordnerübersicht zu groß ist*/
	width: 140px;
	height: 130px;
	display: block;
	margin: 0px;
	padding: 0px;
}

.categories li:hover { 
	border: 1px #cccccc solid; 
}

.categories {
	display: block;
	margin: 3px;
	padding: 0;
	width:540px;
}

.categories img {
	margin: 3px;
	padding: 0px;
	border: 1px #000 solid;
}

.clear {
	clear: left;
	padding-top: 15px;
	border: 0px  solid #000;
	border-bottom: 1px  solid #000;
}	
					
																																																																		