/* Photo gallery template | Joshua Ink | free to use but this credit must remain in place | nothing about Joshua is to find in WWW, only one Website using this gallery | Thank you, Joshua! */
/* I, heidi{at)diedoerrentaler.de, have changed the template. You can find the original template at http://diedoerrentaler.de/stuff/JoshuaInkTemplate/galerie2.htm */

*{
	margin:0;
	padding:0;
	font-size:100%;

}
/*
body{
	font:80%/110% Verdana, Arial, sans-serif;
	color:#111;
	margin-top:20px;
	background:#F6F5F0;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
*/
p,
h2{
	margin:15px 5px;
}

h2{
	color:#888;
}

.klein
{
font-size: 0.8em;
}

.style2 {
	font-size: 0.95em;
	color: #666666;
}

.style4 {color: #333333; }
.style5 {font-size: 0.95em; }
.style7 {color: #000000; font-size: 1.05em;}

#wrap{
	width:638px;
	margin:0 auto;
	position:relative;
}

#header{
	margin-bottom:20px;
}

#header a{
	text-decoration:underline;
}

#main-content li{
	width:250px;
	height: 250px;
	border:solid #666;
	border-width:0 1px 1px 0;
/* uncomment and adjust this if you want a rounded frame in 
Mozilla browsers
	-moz-border-radius:20px;
 */
	background:#fff;
	padding:0px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:0;
	overflow: hidden;
	font:80%/110% Verdana, Arial, sans-serif;

}

#main-content li img
{
position:relative;
height: 225px;
}

#fullplate-navigation{
	list-style:none;
	margin:5px 0 0 13px;

}

#fullplate-navigation li{
	display:block;
	float:left;
	width:200px;
	}

#previous{
	text-align:left;
}

#next{
	text-align:right;
}

.pfeile
{font-size: 1.6em;}

#fullplate-navigation a{
	color:#666;
	text-decoration:none;
}

#fullplate-navigation a:hover, #fullplate-navigation a:active {color:#999;}


#fullplate-navigation li a{
	display:block;
	width:190px;
	padding:10px;
	margin-top: 0;
}

#fullplate-navigation li a:hover{
	color:#999;
	background: #F6F6F6;
}

#fullplate-photo
{
	border:solid #EEE;
	border-width:0 1px 1px 0;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	background:#FFF;
	padding:5px 15px 15px 15px;
	margin:0 auto;
	width:610px;
	height: 540px;
}

#fullplate-photo img{
	width: 608px;
	border:1px solid;
	border-color:#E9E9E0 #EEE #EEE #E9E9E0;
}

#fullplate-photo img.hoch 
{
width: 372px;
height:495px;
}

span.box, span.titel {display:block;
	background:#efefef;
	font:80%/110% Verdana, Arial, sans-serif;
	
}

span.box
{
	height:225px;
	color:#666;
	margin: 0;
	padding:5px;
	text-align: left;
}

span.titel 
	{
	height:25px;
	text-align: center;
	color:#000;
	font-weight: bold;
	margin: 0;
	padding-top:0.9em;
	padding-bottom:0.9em;
	}

#main-content a span.hov{
/*\*/
	position:absolute;
	left:-9999px;

}

#main-content a:hover span.hov{	
	top:25px;
	left:0;
	min-width:238px;
	max-width: 249px;
	font-weight:bold;
	background:#FFF;
	color:#000;
	padding:7px;
	/*text-transform:uppercase;*/
	font-size:80%;
	text-align: left;
	border:1px solid #EEE;
	border-width:0 0 10px 0;
	filter: alpha(opacity=70);
	-moz-opacity:.7;
		opacity:.70;
/**/
} 

#foot{
	padding-top:10px;
	margin-bottom:20px;
	clear:left;
}