body
{ 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color:#fff;
}

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

#box
{ 
	width:210px; 
	height:205px; 
	background-color:#01588a; 
	margin:auto; 
	overflow:hidden; 
	padding: 5px; 
	border: outset 1px #01588a;
}

#table_box
{	width:100%;
	height:100%;
	overflow:hidden;
}
#table_box td
{ 
	vertical-align:top; 
	border: solid 1px #efefef;
}

#first_button_box
{	width:100%;
	height:30px;
	font-weight:bold;	
	color:#fff;
}

#last_button_box
{	width:100%;
	height:20px;
	font-weight:bold;	
	color:#fff;
}

#first_button_box .minute, #first_button_box .hour, #first_button_box .point 
{ 
	text-align:center; 
	vertical-align:middle; 
	border: solid 1px #efefef; 
}

#first_button_box .first_cell,#last_button_box .first_cell
{ 
	text-align:center; 
	vertical-align:middle; 
	width:50%; 
	border: solid 1px #efefef;
}


#day_box td.head_line
{ 
	font-weight:bold; 
	text-decoration: underline; 
	padding-top: 5px; 
	cursor:default; }


#inhaltsbox
{ 
	background-color: #efefef; 
	width: 100%; 
	height:150px; 
	overflow:hidden; 
	cursor: default;
}

#year_box, #month_box, #hour_box, #minute_box,#day_box,#help_box
{ 
	width:98.5%; 
	height:100%; 
	font-size:11px; 
	text-align:center; 
	background-color:#fff; 
	border: outset 1px #efefef; 
	display:none;
}

#year_box table, #month_box table, #hour_box table, #minute_box table,#day_box table
{	width:100%;
	height:100%;
}

#year_box td,#month_box td,#hour_box td,#minute_box td
{ 
	font-weight:normal; 
	vertical-align:middle; 
	cursor:pointer;
}

#help_box td
{	text-align:left;
	font-size:11px;	
	padding:5px;
}

.my_pointer
{	cursor:pointer;
}


