/* ---------- kalendar ---------------*/
.kalendar_body div{ float:left; padding:2px 0 2px 80px;}
.kalendar_body table{ background: #FFFFFF; color: #000; border: 1px solid #0099FF; font-size:11px; }



.kalendar_body td, #search .kalendar_body td {
	/*padding: 0.1em 0.5em 0.1em 0.6em;*/
	text-align: right;
	border: 1px solid rgb(238,238,238);
}

.kalendar_body td a { text-decoration:none; width:26px; height:18px;display:block; padding:1px 3px 0 0; font-weight:bold; color:#0099FF; }
.kalendar_body td a:hover { background:#0099FF; color:#FFFFFF; }
.kalendar_body td span { text-decoration:none; width:26px; height:18px;display:block; padding:1px 3px 0 0; font-weight:bold; color:#999999; }
.kalendar_body th span { text-decoration:none; width:26px; height:18px;display:block; padding:1px 3px 0 0; font-weight:bold; color:#999999; text-align:center; }
.kalendar_body th a { text-decoration:none; width:26px; height:18px;display:block; padding:1px 3px 0 0; font-weight:bold; color:#0099FF; text-align:center; }
.kalendar_body th a:hover { background:#0099FF; color:#FFFFFF; }
.kalendar_body th {
	text-align: left;
	color:#333333;
	background-color: inherit; 
	border: 1px solid rgb(238,238,238);
	font-weight: normal;
}

.kalendar_body th.dayname {
text-align:center;
	color: #FFFFFF;
	background: #CCCCCC;
	font-weight:bold;
}

.kalendar_body em{
color:#0099FF;
	font-style: normal;
	font-weight: bold;
}

/*
#search .kalendar_body table{ width:200px;
	background-color: #fff;
	margin: 0.5em auto;
	border: 1px solid rgb(204,204,204);
}

#search .kalendar_body td a:link,#search .kalendar_body td a:visited {
text-decoration:underline;
font-weight: bold;
color:#009933;
}

#search .kalendar_body th a:link,#search .kalendar_body th a:visited  {
	font-weight: normal;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

#search .kalendar_body th a:hover {
	font-weight: normal;
	text-decoration:underline;
}


#search .kalendar_body th {
	text-align: left;
	color: white;
	font-weight:bold;
	background-color: inherit; 
	border: 1px solid rgb(238,238,238);
	font-weight: normal;
	padding-left: 0.5em;
}


#search .kalendar_body th em {
    color:#FFFFFF;
	background:none;
	font-style: normal;
	font-weight: bold;
}
*/
.kalendar_body #page_wrap, #search .kalendar_body #page_wrap {
	width: 20.7em;
	background-color: rgb(230,230,230);
  	color: rgb(157,157,157);
	position: relative;
}

.kalendar_body #h1_wrap {
	background: rgb(87,171,218) url("../images/admin/bg_blue3.png") bottom left repeat-x;
	padding-top: 0.1ex;
}

.kalendar_body #h1_deco {
	position: relative;
   color: rgb(144,144,144);
	background: rgb(230,230,230); 
}

.kalendar_body .shadow, #search .kalendar_body .shadow {
	padding: 0 6px 0 0; 
   margin: 0.5em 0.4em 0.1em 0.8em;
	background: url("img/navi_shadow2.png") bottom right no-repeat;
}

.kalendar_body .cornerR, #search .kalendar_body .cornerR {
	background: rgb(87,171,218);
	position: absolute; 
	right: 0; 
	top: 0; 
	width: 1px; 
	height: 1px;
}

.kalendar_body .cornerL, #search .kalendar_body .cornerL {
	background: rgb(87,171,218);
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 1px; 
	height: 1px;
}

.kalendar_body .clear, #search .kalendar_body .clear  {
	clear: both;
}

.kalendar_body .center, #search .kalendar_body .center {
	text-align: center;
}

#search select{
  background-color: white;
}