@charset "UTF-8";
/* CSS Document */

#foto_content {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	background-color: #666;
	text-align: center;
	vertical-align: baseline;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	width: 960px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	clip: rect(auto,auto,100px,auto);
	overflow: hidden;
	bottom: 100px;
}
#foto {
	width: 960px;
	height: 510px;
}
.foto {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	border: thin solid #FFF;
}
#navi_foto {
	height: 20px;
	width: 960px;
	margin-bottom: 20px;
}
#footer {
	background-color: #666;
	height: 40px;
	width: 960px;
}
.textfooter {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCC;
	text-decoration: none;
	letter-spacing: normal;
	vertical-align: middle;
	word-spacing: normal;
	text-align: center;
	padding-top: 10px;
}
a:link {
	color: #FC3;
	text-decoration: none;
}
a:visited {
	color: #FC3;
	text-decoration: none;
}
a:hover {
	color: #FF3;
	text-decoration: none;
}
a:active {
	color: #FF3;
	text-decoration: none;
}
a {
	font-size: 12px;
	font-weight: bold;
}
