/* ---------- CSS styles Fotoalbum Plugin von Matthias Reichert----------------------- */
/* ---------- Orginal CSS style by website: http://www.webdesignerwall.com | Webdesigner Wall ----------------------- */


/* ----------  fotoalbum styles start here ----------------------- */

#acpmenu {
	FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	margin: 15px 15px 15px 15px;
	padding: 4px 4px 4px 4px;
}

#acpmenu p a {
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
}

#acpmenu a:hover {
	text-decoration: underline;
}

/* Überschrift 1 gestalten */
#fotocontent h1 {
  color: #1A53C5;
  font-size: 1.4em;
  line-height: 1.2;
  margin-top: 10px;      
  padding: 4px;
  padding-left: 0px;
  padding-bottom: 0px;
}

/* Überschrift 2 */
#fotocontent h2 {
  font-size: 1.1em;
  line-height: 1.4;
  background-image: url(rotkaro.gif);
  background-repeat: no-repeat;
  text-indent: 20px;
  background-position: left;
  padding-bottom: 1px;
  margin-bottom: 5px;
  padding-top: 0;
  margin-top: 8px;
}

#galerie h1 {
	background: #ededed;
	margin: 20px 20px 20px 10px;
	padding: 4px 4px 4px 4px;
	text-align: center;
	color: #000;
	font: 1.85em Garamond, Georgia, serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#galerie h1 em {
	border-radius: 4px solid #999;
	display: block;
	padding: 15px 0;
	font-style: normal;
}

.credits {
	width: 280px;
	margin: 0 auto 20px;
	text-align: center;
	border-bottom: solid 1px #ccc;
	padding: 0 0 8px 0;
	font: 130%/110% Garamond, Georgia, serif;
}
.credits em {
	color: #999;
}

.credits a {
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
}
.credits a:hover {
	text-decoration: underline;
}

#photobkg h1 em {
	font: 95%/85% Garamond, Georgia, serif;
	border: solid 1px #999;
	display: block;
	padding: 15px 0;
	font-style: normal;
	text-transform: uppercase;
}


#tablerahmen {
	font: 85%/85% Garamond, Georgia, serif;
	text-align: left;
	border: solid 1px royalblue;
	padding: 8px 8px 8px 8px;
	color: #999;
}


#tablerahmen table{
	font: 85%/95% Garamond, Georgia, serif;
	padding: 10px;
	margin: 15px 15px 15px 15px;
	color: #999;
	background: #ffffff;
			
}

#tablerahmen th{
	font: 125% Garamond, Georgia, serif;
	text-transform: uppercase;
	text-align: left;
	background: #efefef;
	color: #000000;
  	font-weight: bold;			
}

#tablerahmen .mytr{
	text-transform: uppercase;
	text-align: left;
	background: #f1f8f1;
	color: #000000;
  	font-weight: bold;			
}

#tablerahmen td{
	font: 105% "Arial", Garamond, Georgia, serif;
	color: #003366;
	border: 1px solid #ddeeee;
	padding: 2px;	
}
	
#tablerahmen .linie{
  	background-color: lightgreen;
	BACKGROUND-IMAGE: url(plugins/fotoalbum/css/space.gif); 
	BACKGROUND-REPEAT: repeat;			
}

#tablerahmen .desc{
	font: 105% "Arial", Garamond, Georgia, serif;
	color: #003366;
	border-top: 1px solid #dd0000;
	border-bottom: 1px solid #dd0000;
	margin: 5px;
	padding: 5px;	
}

#tablerahmen  a {
	font: 95% serif, Georgia, serif;
	color: #0000ff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px;
}
#tablerahmen  a:hover {
	text-decoration: underline;
}

fieldset {
	width: 90%;
	font: 0.95em Arial, Georgia, serif;
	letter-spacing: 2px;	
	text-align: left;
	color: #000000;
	margin: 10px;
	padding: 5px;
}

.bg1 {
    background-color: #FFFFFF;
}

.bg2 {
    background-color: #f1f8f1;
}


legend {
	padding: 5px;
	color: #000000;
	font-weight:bold;
}

form{
	font: 0.95em Arial, Georgia, serif;
}

/* Slider */

#slider {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 5px;
  display: table;
  text-align: left;
}

#slider ul {
  font-size: 1em;
  text-align: center;
  padding-bottom: 2px;
}

#slider li {
  display: inline;
}

/* ---------- gallery styles start here ----------------------- */

#photobkg {
	width: 95%;
	margin: 20px auto;
	background: url(cork-bg.png);
	border: solid 1px #999;
}

#photobkg h1 {
	background: #fff;
	margin: 20px 20px 20px 20px;
	padding: 4px 4px 4px 4px;
	text-align: center;
	color: #000;
	font: 1.85em Garamond, Georgia, serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#photobkg h1 em {
	border: solid 1px #999;
	display: block;
	padding: 15px 0;
	font-style: normal;
	text-transform: uppercase;
}

.photo {	
	margin: 5px;
	padding: 5px;
	position: relative;
	float: left;
	width: 180px;
	height: 225px;
	text-align: center;
	background: #fff;
	color: #333;
}

.photo img {
	background: #fff;
	border: solid 1px #000000;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}


.photo a {
	text-decoration: none;
}

.photo small {
	font: 0.95em Georgia,Garamond  ;	
}

.error {
	
	font: 105% "Arial", Garamond, Georgia, serif;
	color: red;
	border-top: 1px solid #dd0000;
	border-bottom: 1px solid #dd0000;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;

}


