body {
	background-color:white;
	color:black;
	font-size:16px;
	background: url('flgseite_back.jpg') top left repeat-y;
//	overflow:hidden;
	text-align:center;
	height:100%;
}

a {
	cursor:pointer;	
}

#box {
	overflow:scroll;
	display:block;
	width:99%;
	height:500px;
	z-index:2000;
}

#content {
	margin-top:10px;
	position:relative;
	margin-left:200px;
 	margin-right:200px;
	display:block;
	z-index:500;
}

#right {
	position:absolute;
	display:block;
	float:right;
	right:0px;
	width:293px;
	height:2000px;;
	color:black;
	font-size:16px;
	background: url('svseite_back.jpg') top right repeat-y;
	margin-top:-22px;
	margin-right:-10px;
	z-index:10;
}

#flg, #sv {
	position:absolute;
	display:block;
	width:180px;
	height:400px;
	margin-top:75px;
	border:2px solid black;
	padding:25px;
	vertical-align:middle;	
}

 #flg {
	margin-left:53px;
	background-color:lightblue;
	z-index:200;
	background:url('flgmessage.jpg') top left repeat-y;
	left:0px;
}

#sv {
	margin-right:53px;	
	float:right;
	right:0px;
	background-color:#e39367;
	z-index:3000;
	background:url('svmessage.jpg') top right repeat-y;
}

 #online {
 	position:absolute;
 	left:50%;
 	margin-left:-75px;
	display:block;
	width:150px;
	line-height:35px;
	border:none;
	background-color:red;
}

img {
	border:none;	
}

.text {
    position:absolute;
 	left:50%;
 	margin-left:-100px;
	display:block;
	width:200px;	
}

.top {
	z-index:50;	
}

#closedcontent {
	position:absolute;
	display:block;
	top:0px;
	margin-top:0px;
	left:0px;
	margin-left:0px;
	width:100%;
	height:50px;
	display:block;
//	border-bottom:4px solid black;
	z-index:4000;
	background: url('/closedcontent.jpg') top left repeat-x;
	padding-top:6px;
	color:white;
}

