body {
	height					: 100%; 
	font-family		: verdana;
	font-size		: 12px; 
	line-height		: 135%; 
	margin			: 0px; 	
	background-color: #FFFFFF; }
	
a{
	color: Blue;
	text-decoration: none; }

#content {
	position:absolute;
	width:100%;
	height: 100%;
	overflow: hidden;
}
#center {
	position				: relative;
	margin-left			: auto;
	margin-right		: auto;
	margin-top: 100px;
	
	width				: 871px;
	height			: 503px;
	}

#center img{
	border:none;
}

.c{
	position: absolute;
	z-index: 5;
}
.c .e1{
	height: 20px;
	width: 9px;
	background-image: url(../img_weiss/lt.gif);
	background-repeat: no-repeat;
	
	float: left;
}
.c .e2{
	height: 20px;
	width: 9px;
	background-image: url(../img_weiss/rt.gif);
	background-repeat: no-repeat;
	
	float: left;
}
.c .e3{
	height: 9px;
	width: 9px;
	background-image: url(../img_weiss/lb.gif);
	background-repeat: no-repeat;
	
	float: left;
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8;
}
.c .e4{
	height: 9px;
	width: 9px;
	background-image: url(../img_weiss/rb.gif);
	background-repeat: no-repeat;
	
	float: left;
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8;
}
.c .title{
	width: 470px;
	height: 17px;
	
	border-top:1px solid #000000;
	background-color: White;
	
	padding-left:6px;
	padding-right: 6px;
	padding-top:2px;
	
	float: left;
	
	font-weight: bold;
}
.c .title .close{
	position:absolute;
	
	top:1px;
	right: 1px;
	
	width: 20px;
	height: 20px;
	
	display:block;
}
.c .txt{
	position: relative;
	display: block;
	background-image: url(../img_weiss/bg.gif);
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	float: left;
	max-width: 100%;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	padding-top: 15px;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 5px;
	overflow: hidden;
}
.c .out{
	position:absolute;
	left:10px;
	top:100px;
}
.c .footer{
	width: 482px;
	height: 9px;
	
	font-size:6px;
	margin:0px;
	
	background-image: url(../img_weiss/bg_b.gif);
	background-repeat: repeat-x;
	
	float: left;
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8;
}
.visible .txt{
	filter:none;
	-moz-opacity: 1.0;
}
.visible .footer{
	filter:none;
	-moz-opacity: 1.0;
}
.visible .e3{
	filter:none;
	-moz-opacity: 1.0;
}
.visible .e4{
	filter:none;
	-moz-opacity: 1.0;
}


#img05{
	float:right;
	position:absolute;
	z-index:20;
	bottom:18px; 
	right:1px; 
}
#img07{
	filter:none;
	-moz-opacity: 1.0;
}

#img08{
	float:right;
	position:absolute;
	z-index:20;
	bottom:17px; 
	right:10px; 
}

small{
	color: Gray;
	font-size: 10px;
}