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

/*FOR PLUGIN*/

*{
	margin:0;
	padding:0;
}
a{

	outline: none;
}

img{
	border:none;
}
body {
	overflow:hidden;/*Needed to eliminate scrollbars*/
	background:#000;
	min-width:1000px;
}
#content{
	margin:0px auto;
	z-index: 3;
	position:absolute;
	width:100%;
	top:35%;
}
#contentframe{
	overflow: hidden;
	border-top:solid 1px #4F4F4F;
	border-bottom:1px solid #000;
	height: 100%;
	text-align:left;
	z-index: 3;
}

/*Supersized Stamp*/
.stamp{
	float: right;
	margin: 25px 20px 0 0;
}
/*Supersize Plugin Styles*/
#navigation{
	width:100%;
	position:relative;
	top:50%;
}
#loading {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 24px; 
	height: 24px;
	text-indent: -999em;
	background-image: url(../ximg/frame/progress.gif);
}
#supersize{
	position:fixed;
	
}
#supersize img, #supersize a{
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
}
#supersize .prevslide, #supersize .prevslide img{
	z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img{
	z-index: 2;
}

a .supersize_holder{
	cursor:default;
}
		
/*FOR PAGE*/

#header_wrapper{
	position:absolute;
	z-index:10;
}

#footer_wrapper{
	position:fixed;
	bottom:0;
	z-index:11;
}

.infobox_wrapper{
	position:fixed;
	bottom:-150px;
	width:634px;
	height:261px;
	overflow:hidden;
	z-index:9;
	background:url(../ximg/frame/infobox_bg.png) repeat;
	padding:19px 16px 50px 16px;
}

.infobox_ueber{
	font-weight:bold;
	min-height:40px;
	height:60px;
	color:#f3f3f3;
	background: url(../ximg/frame/infobox_ueber.png) no-repeat top right;
	cursor:hand;
	cursor:pointer;
	font-size:16px;
}

body#his .infobox_ueber{
	min-height:0;
	height:auto;
}

.infobox_te{
	font-size:14px;
	color:#cfcfcf;
	font-weight:light;
	line-height:18px;
}

.infobox_te a{
	text-decoration:underline;
	color:#cfcfcf;
}

.infobox_object{
	visibility:hidden;
	display:none
}

.slide_title{
	visibility:	hidden;
	display:none;
}

.slide_text{
	visibility:hidden;
	display:none;
}

.prevslide_img{
	float:left;
	width:113px;
}

.nextslide_img{
	float:right;
	width:113px;
}

#header_right a:hover{
	text-decoration:none;
}

#picnum_wrapper{
	position:fixed;
	right:20px;
	bottom:117px;
	z-index:14;
	text-align:right;
	max-width: 300px;
}

.picnum{
	width:49px;
	height:18px;
	margin-left:6px;
	color:#ffffff;
	font-size:12px;
	background:url(../ximg/frame/infobox_bg.png) repeat;
	text-align:center;
	padding-top:6px;
	float:left;
	margin-top:4px;
}

.picnum_nc{
	color:#888888;
		cursor:hand;
	cursor:pointer;
}

.supersize_wrapper{
	overflow:hidden;
	background:#565458;
}





