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



/*--Folio Container--*/

.foliocontainer {
	width: 1201px;
	padding: 0;
	margin: 0 auto;
	z-index: -2;
}
.folio_block {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -140px 0 0 -395px;
}
/*--Main Container--*/

.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/

.window {
	height:675px;
	width: 1201px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0;
	left: 0;
}
.image_reel img {
	float: left;
}
/*--Paging Styles--*/

.paging {
	position: absolute;
	top: 515px;
	width: 499px;
	height: 148px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: left;
	line-height: 40px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	margin-left: 790px;
}
.paging h3 {
	color: #fff;
	margin-left: 40px;
	margin-bottom: -15px;
}
.paging p {
	color: #fff;
	font-size: 100%;
	line-height: 130%;
	margin-left: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 45px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #FFF;
	padding-top: 10px;
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #56621e;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {
	font-weight: bold;
}
.paginghidden {
	visibility: hidden;
	
	/* Inner Fade */
}
div.limiter {
 text-align: left;
 width: 100%;
 max-width: 69.23em;
 padding: 1.2em 1.5em;
 margin-left: auto;
 margin-right: auto;
}
ul#portfolio li img {
	list-style-type: none;
	padding: 0px;
	margin-top: -14px;
	margin-left: -40px;
}
.fade {
	margin-bottom: 2em;
}
.fade p {
	margin-bottom: 2em;
	text-align: center;
	width: 100%;
	background: #fff;
}
/**** noscript-Hinweis ****/



div#att {
	background-color: #fffeb8;
	border-bottom: 1px solid;
	height: 2.5em;
	line-height: 2.5em;
	position: absolute;
	top:0;
	width: 100%;
}
div#att p {
	background: transparent url(../images/att.png) no-repeat 0 46%;
	margin: 0;
	display: inline;
	padding: 6px 0 6px 26px;
}
