body {
	background-color: #4C4C4D;

				}




.bg_nav_links{
	background-image: url(../uplo/images/nav_bg_03.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 10px;
	}
	
.bg_nav_mitte{
	background-image: url(../uplo/images/nav_bg_04.png);
	background-repeat: repeat-x;
	height: 36px;
	width: 828px;

	}
	
.bg_nav_mittesuche{
	background-image: url(../uplo/images/nav_bg_09.png);
	background-repeat: repeat-x;
	height: 36px;
	width: 149px;

	}	

	.bg_nav_mitte_oben{
	height: 5px;
	width: 100%;

	}
	.bg_nav_mitte_unten{
	height: 31px;
	width: 100%;

	}	
	
	
.bg_nav_rechts{
	background-image: url(../uplo/images/nav_bg_10.png);
	background-repeat: no-repeat;	
	height: 36px;
	width: 13px;
	}

.navigationsboxentrenner{
	background-image: url(../uplo/images/nav_bg_08.png);
	background-repeat: no-repeat;	
	height: 36px;
	width: 3px;
	height: 36px;
	float: left;
	}

.tableborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #FFF;
}
.tableborderend {
	border: 1px solid #CCC;
	background-color: #FFF;
}
.tablebordersingle {
	border: 1px solid #CCC;
	background-color: #FFF;
	margin-bottom: 10px;
	padding: 3px;
}


*{outline: none;}

.container {
	width: 996px;
	padding: 0;
	margin: 0 auto;
}
.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:365px;	width: 996px;
	overflow: hidden; 
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 30px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; 
	text-align: center;
	line-height: 40px;
	background: url(paging_bg2.png) no-repeat;
	display: none; 
}
.paging a {
	padding: 3px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold; 
	background: #920000; 
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}
