@charset "UTF-8";

body {
	background: #aeb0b4 url(../img/zuf01.png) no-repeat;  /* #aeb0b4 */
	background-position: 10px 130px;
	background-position-y: 120px;
}


#wrap {height: 619px; margin-left: 0;}
#mce {height: 461px;}
#content_left {height: 451px; width: 810px;}

#header02 {background-image: url('../img/logo02.png');}

#content_left h1 {color: #6092bf;}


#shadow {
	background: url('../img/shadow_large2.png') no-repeat;
		
	width: 852px;  /* 851 */
	height: 640px;
	margin: 0 auto;
	
/*
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -284px;
	margin-left: -426px;
*/
}


/*
#content_left {
	overflow-y: scroll;
}
*/


/*
#content_right {
	padding-left: 10px;
	padding-top: 10px;
}
*/


/* Classes */


.header {
	background: #000;
	cursor: pointer;
	padding:4px;
}

.header:hover{
	background-color:#666;
}
.selected{
	background-color:#F00;
	color:#FFF;
}

.content{
	background:#FFF;
	padding:4px;
}
