#background
{
  background-color: #ffffa8;
}

#top_img {
	background: #ffffcc url(../gfx/top.jpg) repeat-x 0 0;
	width: 794px;
	height: 84px;
	margin: 0px 0px 0px 0px;
	padding: 27px 0px 0px 200px;
}

.HeaderTitle {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 650px;
	font-size: 28px;
	line-height: 28px;
	font-weight: 900;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #FFF;
}

.HeaderSubtitle {
	font: 14px/28px verdana, arial, helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 650px;
	color: #FFF;
}

.HeaderContact {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: right;
}

.HeaderContact a {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #FFF;
}

#breadcrumb a {
	color: #4171C3; 
}

/* main block */

body {
	background-color: #ffffa8;
	background: #ffffa8 url(../gfx/bg_fade.gif) repeat-x;
}

ul li
{
  list-style-image: url( '../gfx/arrow_link.gif' );
}

/* readon + back links */
a.readon, a.back
{
  color: #0056a9;
}

a {
  color: #000000;
}

/* submenu */

#menu {
	background: #ffffff url(../gfx/mk_menu_bg.gif) repeat-x 0 0;
	background-color: #ffffff;
}

#menu li a {
	padding: 7px 18px 0 18px;
	color: #003366;
	height: auto;
	display: block;
	float: left;
}

#menu li a:hover {
	background: #ffffff url(../gfx/mk_menu_rollover.gif) repeat-x 0 0;
	text-decoration: none;
	height: 26px;
}

#menu li a:active {
	background: #ffffff url(../gfx/mk_topnav_selected.gif) no-repeat center;
	height: 32px;
}

#menu li a:focus {
	background: #ffffff url(../gfx/mk_topnav_selected.gif) no-repeat center;
	height: 32px;
}

#menu li.selected {
	background: #ffffff url(../gfx/mk_topnav_selected.gif) no-repeat center !important;
	height: 39px;
}

/* nav_column1 */
#navleft a 
{
  background-image: url(../gfx/mk_navleft_normal.gif);
  background-color: #ffffff;
  color: #003366;
}

#navleft a:hover,
#navleft .sub a:hover
{
  background-image: url(../gfx/mk_navleft_rollover.gif);
  background-color: #ffffff;
}

#navleft .selected a,
#navleft a:active,
#navleft a:focus,
#navleft .selected a:hover,
#navleft .sub.selected a:hover
{
  background-image: url(../gfx/mk_navleft_selected.gif);
  background-color: #ffffff;
  color: #003366;
}

#navleft .sub a 
{
  background-image: url(../gfx/mk_navleft_sub_normal.gif);
}

#navleft .sub.selected a,
#navleft .sub a:active,
#navleft .sub a:focus
{
  background-image: url(../gfx/mk_navleft_sub_selected.gif);
}

/* main */

.content .hilite {
	font-weight: bold;
	color: #0056a8;
}


/* search_blok */

.block .searchheaders {
	font: 11px arial, helvetica;
	color: #666666;
	font-weight: bold;
}

.block .forms {
	border: 1px solid #eaeaea;
}

.block .bottom {
	text-align:center;
	font: 11px arial, helvetica;
	color: #fff;
	font-weight: bold;
	height: 24px;
	background: url(../gfx/btn_bl.gif) no-repeat;
	display: block;
}

.block .center {
	width:inherit;
	height:24px;
	display: block;
	text-align:center;
	padding: 4px;
}

.block .bottom a {
	color: #fff;
}

.block .bottom a:hover {
	text-decoration: none;
}

.block .bottom a:active {
	color: #fff;
}

.block .result {
	height: 25px;
	font: 14px arial;
	font-weight: bold;
	padding-top: 4px;
	background: #fff url(../gfx/result_btn.gif) no-repeat 0 0;
}

.block .list a {
	color: #666666;
}

.block .list a:active {
	color: #000;
	font-weight: bold;
}

.block .searchresults {
	background: #fff url(../gfx/result_normal.gif) no-repeat 0 0;
	font-weight: bold;
	display: block;
	height: 25px;
	width: inherit;
}

.block .searchresults a {
	background: #fff url(../gfx/result_normal.gif) no-repeat 0 0;
	height: 25px;
	width: inherit;
	display: block;
	padding-left: 11px;
}

.block .searchresults a:active {
	background: #fff url(../gfx/result_selected.gif) no-repeat 0 0;
	color: #fff;
	height: 25px;
	text-decoration: none;
}

.block .searchresults a:focus {
	background: #fff url(../gfx/result_selected.gif) no-repeat 0 0;
	color: #fff;
	height: 25px;
	text-decoration: none;
}

/* article_block */

.article_block {
	color: #b6b3b0;
	height: 20px;
}

.article_block .right a:hover {
	text-decoration: underline;
}

.article_block .left {
	float: left;
}

.article_block .right {
	float: right;
}

/* searchresultblock */

.result_block {
	width: inherit;
	background: #ebebeb;
	height: 26px;
	float: left;
}

.result_block .left {
	background: #ebebeb url(../gfx/round_left.gif) no-repeat 0 0;
	float: left;
	height: 26px;
	width: 15px;
}

.result_block .right {
	background: #ebebeb url(../gfx/round_right.gif) no-repeat 0 0;
	float: right;
	height: 26px;
	width: 15px;
}

.result_block .txtleft {
	float: left;
	height: inherit;
	width: auto;
	text-align: left;
	padding-top: 3px;
	color: #666666;
}

.result_block .txtresult {
	color: #000;
	font-weight: bold;
}

.result_block .txtright {
	float: right;
	height: inherit;
	width: auto;
	text-align: right;
	padding-top: 3px;
	color: #666666;
}

.result_block a {
	color: #666666;
	text-decoration: none;
}

.result_block a:hover {
	text-decoration: underline;
}

.result_block .forms {
	border: 1px solid #ebebeb;
	font:0.9em Arial, Helvetica, sans-serif;
}

/* calendar block */
.mm_calendar  table.mm_weektable {
  border: solid black 1px;
}

.mm_calendar h1 {
  white-space: nowrap;
}

.mm_calendar td {
  font-size: small;
  vertical-align: top;
}
.mm_calendar .day h1 {
  font-size: small;
}
.mm_calendar a {
  text-decoration: none;
  font-weight: bold;
  color: black;
}

table.mm_calendar  {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
.mm_calendar col.weeknr.year {
  width: 2em;
}

.mm_calendar th {
  background-color: #ffe455;
  color: #4171C3;
  text-align: center;
}
.mm_calendar col.monthname,
.mm_calendar col.weeknr.month {
  width: 3em;

}
.mm_calendar thead  {
  background-color: #222;
  color: #fff;
}
.mm_calendar thead a {
  color: #fff;
}

.mm_calendar ul li a {
  white-space: nowrap;
}
.mm_calendar td, .mm_calendar th {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100px;
}
.mm_calendar td {
  min-height: 50px;
  height: 50px;
}

.mm_calendar .other_month {
  background-color: #eee !important;
  color: white;
}
.mm_calendar .other_month a {
  color: white;
}

.mm_calendar ul {
  margin-left: 0px;
  padding-left: 0px;
}
.mm_calendar li {
  list-style-type: none;
  margin-left: 0px;
}

.mm_calendar .monthname { 
  background-color: yellow;
}

.calendar_small .mm_calendar td {
  min-height: 20px;
  height: 20px;
}

.calendar_small .mm_calendar td {
  font-size: small;
  vertical-align: top;
  text-align: center;
}
.calendar_small .mm_calendar .day h1 {
  font-size: small;
}
.calendar_small .mm_calendar a {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}

.calendar_small .mm_calendar .other_month {
  background-color: #eee !important;
  color: #bbb;

}
.calendar_small .mm_calendar .other_month a {
  color: #bbb;
}

.calendar_small .mm_calendar td, .calendar_small .mm_calendar th {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 18px;
}

.calendar_small .mm_calendar tbody th {
  overflow: hidden;
  width: 144px;
}

.calendar_small .mm_calendar th a {
  text-decoration: none;
  font-weight: bold;
  color: #4171c3;
}

.calitems {
	width: 100%;
	background-color: #4171C3;
}

.calprompt {
	float: left;
	display: block;
	width: 100px;
	font-weight: bold;
}

.searchcontainer .button
{
    color: #FFFFFF;
    background-color: #0056a8;
    border-top-color: #FFFFFF;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #FFFFFF;
}


.searchcontainer
{
  background: #ffffbe url(../gfx/block_bg.gif) repeat-x 0 0;
  padding: 5px 9px 15px 10px;
}

.searchcontainer form
{
  margin: 0px;
}

.searchcontainer h1
{
  font-size: 1.3em;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  color: #000;
}

.searchcontainer input,
.searchcontainer select
{
  border: 1px solid #eaeaea;
  margin: 0;
  padding: 0;
  width: 100%;
}

.searchcontainer ul li input,
.searchcontainer label input
{
  width: auto;  
}

.searchcontainer select
{
  width: 100%;
}

.searchcontainer ul,
.searchcontainer ul li
{
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}

.searchcontainer ul
{
  margin-top: 8px;
}

.searchcontainer ul li input
{
  padding: 0px;
  margin: 6px 4px 0px 0px;
  border: none;
}

.searchcontainer label
{
  display: block;
  margin-top: 8px;
  color: #6d6862;
  font-weight: bold;
}

.searchcontainer ul li label
{
  margin-top: 3px;
}

.searchcontainer .button
{
  border: none;
  width: auto;
  margin: 20px 0px 10px 10px; 
}
