html, body {
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	height: 100%; 
	font-size: 12px;
	background: #ffffff url(../gfx/bg_menu.gif) repeat-x left top;
	color: #010101;
	line-height: 15px;
}

/*
 * background
 */
div.bg_top {
	background-color: #ffffff;
	height: 31px;
	color: #9B9B9B;
	font-size: 11px;
}

div.bg_menu {
	height: 144px;
	background: transparent url(../gfx/menu.jpg) no-repeat left top;
}

div.bg_menu_en {
	height: 144px;
	background: transparent url(../gfx/menu_en.jpg) no-repeat left top;
}

div.bg_menu_de {
	height: 144px;
	background: transparent url(../gfx/menu_de.jpg) no-repeat left top;
}

div.bg_bottom {
	height: 75px;
	background: transparent url(../gfx/bg_bottom.gif) repeat-x left top;
	padding: 0 0 10px 5px;
}

div.bg_title,
div.title,
h1 {
	height: 25px;
	background: transparent url(../gfx/bg_title.gif) repeat-x left top;
	font-size: 22px;
	font-weight: normal;
	padding: 5px 0 0 20px;
}

div.title {
	background-image: none;
	padding: 0;
}

div.bg_title_short {
	height: 26px;
	background: transparent url(../gfx/bg_title_short.gif) repeat-x left top;
	font-size: 18px;
	padding: 17px 0 0 5px;
}

div#container {
	background: transparent url(../gfx/bg_data.gif) repeat-y left top;
}

span.home_height {
	display: block;
	height: 95px;
}

/*
 * Menu Pics
 */
div.menu_top {
	height: 144px;
	width: 985px;
}

div.pic_01 {
	background: transparent url(../gfx/menus/pics/pic_01.jpg) no-repeat left top;
}
div.pic_02 {
	background: transparent url(../gfx/menus/pics/pic_02.jpg) no-repeat left top;
}
div.pic_03 {
	background: transparent url(../gfx/menus/pics/pic_03.jpg) no-repeat left top;
}
div.pic_04 {
	background: transparent url(../gfx/menus/pics/pic_04.jpg) no-repeat left top;
}
div.pic_05 {
	background: transparent url(../gfx/menus/pics/pic_05.jpg) no-repeat left top;
}
div.pic_06 {
	background: transparent url(../gfx/menus/pics/pic_06.jpg) no-repeat left top;
}
div.pic_07 {
	background: transparent url(../gfx/menus/pics/pic_07.jpg) no-repeat left top;
}
div.pic_08 {
	background: transparent url(../gfx/menus/pics/pic_08.jpg) no-repeat left top;
}
div.pic_09 {
	background: transparent url(../gfx/menus/pics/pic_09.jpg) no-repeat left top;
}

div.menu_00 {
	background: transparent url(../gfx/menus/menu_00.gif) no-repeat left top;
}
div.menu_01 {
	background: transparent url(../gfx/menus/menu_01.gif) no-repeat left top;
}
div.menu_02 {
	background: transparent url(../gfx/menus/menu_02.gif) no-repeat left top;
}
div.menu_03 {
	background: transparent url(../gfx/menus/menu_03.gif) no-repeat left top;
}
div.menu_04 {
	background: transparent url(../gfx/menus/menu_04.gif) no-repeat left top;
}
div.menu_05 {
	background: transparent url(../gfx/menus/menu_05.gif) no-repeat left top;
}
div.menu_06 {
	background: transparent url(../gfx/menus/menu_06.gif) no-repeat left top;
}
div.menu_07 {
	background: transparent url(../gfx/menus/menu_07.gif) no-repeat left top;
}
div.menu_08 {
	background: transparent url(../gfx/menus/menu_08.gif) no-repeat left top;
}

div.menu {
	height: 36px;
	margin-left: 224px;
	padding-left: 12px;
}

div.menu a,
div.menu span {
	font-family: Trebuchet MS, Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #fff;
	display: block;
	float: left;
	width: 93px;
	text-align: center;
	margin-top: 11px;
}

div.menu a:hover {
	text-decoration: none;
	color: #FF9E0F;
}

div.menu span.select {
	color: #00355F;
}

/*
 *	formatting
 */
p {
	margin: 0 0 10px 0;
}

td {
	font-size: 12px;
	color: #010101;
	line-height: 14px;
}

ul {
	padding: 5px 0 0 0;
	margin: 0;
	line-height: 18px;
}

ul.header {	
	font-size: 11px;
	margin: 0 20px;
}

ul.sitemap,
ul.microsite {	
	margin: 0 10px;
}

ul.nadasdy li {
	text-align: justify;
	padding-bottom: 5px;
}

div.nadasdy_top ul li {
	margin-left: 10px;
	font-weight: bold;
}

ul.error,
li.office {
	margin-left: 10px;	
}

ul.error label {
	font-weight: bold;
}

div.error {
	border: 1px solid #FF9D11;
	background-color: #F2F6F9;
	padding: 10px 10px 15px 10px;	
}

h2 {
	font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

ul.deputies,
ul.tourinform {
	margin-left: 10px;
}

ul.tourinform li {
	margin-bottom: 5px;
}

li {	
	list-style: none;
	background: transparent url(../gfx/bg_arrow_grey.gif) no-repeat 0 6px;
	padding-left: 10px; 
}

li.yellow {	
	list-style: none;
	background: transparent url(../gfx/bg_right_yellow.gif) no-repeat 0 6px;
	padding-left: 10px; 
}

span {
	color: #010101;
}

span#dateTime {
	color: #9B9B9B;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

div.bg_left {
	width: 233px;
}

div.bg_data {
	width: 616px;
}

div.bg_right {
	width: 136px;
}

div.right {
	padding-right: 10px;
}

div.width_bottom {
	width: 980px;
}

div.webshark {
	padding-top: 10px;
	width: 175px;
	float: right;
	color: #7b7b7b;
}

div.bottom_menu {
	padding-top: 18px;
}

div.calendar_desc {
	padding: 0 8px 8px 8px;
	background-color: #f2f2f2;
	margin-right: 2px;
	height: 100px;
}

div.calendar {
	padding-left: 6px;	
	height: 138px;
	background: transparent url(../gfx/bg_calendar.gif) no-repeat 7px 0;
}

div.left_desc {
	background-color: #F2F2F2;
	margin-right: 2px;
}

div.calendar_date {
	margin-top: 10px;
}

span.desc {
	width: 410px;
	display: block;
}

span.img_none {
	margin-left: 9px;
	display: block;
}

div.desc_02 {
	width: 440px;
}

.pointer {
	cursor: pointer;
}

strong.title {
	margin-left: 3px;
}

span.url {
	display: block;
	margin-top: 10px;
}

div.gallery {
	border: 1px solid #C18080;
	background-color: #F2E5E5;
	width: 567px;
}

div.gallery_box {
	width: 185px;
	height: 150px;
	float: left;
	text-align: center;		
}

div.gallery_title {
	margin: 8px;
	padding: 0 0 5px 8px;
}

div.gallery_title {
	margin: 5px 0 0 2px;
	text-align: left;
}

div.data {
	padding: 0 20px 20px 20px;
}

.border {
	border: 3px solid #E5ECF1;
}

img.line {
	margin-left: 2px;
}

img.line_02 {
	margin-left: 20px;
}

img.webshark {
	vertical-align: middle;
}

div.jspager {
	margin-top: 2px;
}

div.hpager {
	height: 45px;
}

img.border_yellow {
	border: 3px solid #FF9E0F;
	cursor: pointer;
}

div.border_red {
	border: 3px solid #830101;
	cursor: pointer;
	width: 170px;
	height: 105px;
	margin: 5px;
}

span.clear {
	display: block;
	clear: both;
}

table.board td,
table.board th {
	padding: 5px;	
}

table.board td {
	vertical-align: top;
	line-height: 20px;
}

table.board th {
	background-color: #EEEEEE;
	font-weight: normal;
}

table.board tr.dark {
	background-color: #F8F8F8;
}

table.board {	
	border: 1px solid #EEEEEE;
}

table.board td strong {
	color: #588FB8;
}

div.documents {
	width: 270px;
}

span.microsite_params,
span.microsite_params_02 {
	display: block;
	width: 400px;
}

span.microsite_params_none {
	display: block;
	width: 235px;
	margin-left: 9px;
}

span.microsite_params_02_none {
	display: block;
	width: 295px;
	margin-left: 9px;
}

span.none {
	margin-left: 9px;
}

.block {
	display: block;
}

span.next {
	color: #ff9e0f;
	margin-left: 5px;	
}

img.next {
	margin-right: 0;
}

div.nadasdy_top {
	margin-bottom: 20px;
}

div.places {
	margin-left: 0;
}

div.nadasdy_debut {
	margin: 20px 0 20px 0;
}

div.nadasdy_debut img {
	margin-left: 40px;
}

div.home_gallery {
	margin-left: 5px;
}

img.history_left {
	margin-left: 10px;
}

img.history_right {
	margin-right: 10px;
}

img.history_right_02 {
	margin-right: 18px;
}

span.block img.none {
	margin: 0;
}

div.box img.none {
	margin: 0 5px 0 0;
}

.nowrap {	
	white-space: nowrap;
}

.pointer_none {
	cursor: default;
}

div.categories {
	height: 18px;
}

span img {
	margin-right: 8px;
}

div.pager {
	height: 33px;
	padding-top: 17px;
}

pager_top {
	margin-top: 2px;
}

div.normal {
	padding-top: 5px;
}

div.files,
div.files_datum,
div.files_download {
	padding: 7px 0 0 5px;
	height: 18px;
}

div.files {	
	width: 270px;
}

div.border_bottom {
	border-bottom: 1px solid #eee;
}

div.files_datum {
	width: 100px;
}

div.files_download {
	width: 170px;
}

div.home_title {
	margin: 0 0 5px 8px;
}

div.home_title_office {
	margin: 0 0 5px 2px;
}

div.home {
	padding: 5px;
}

img.top {
	vertical-align: middle;
	margin-bottom: 5px;
}

img.separate {
	margin: 0 20px;
}

div.login_link {
	margin: 5px 0 0 5px;
}

a.actual {
	width: 76px;
	height: 75px;
	float: left;
	text-align: center;
	background-color: #FCFCFC;
	border: 1px solid #EEEEEE;
	margin: 0 2px 0 2px;	
}

div.error {
	margin: 10px 0;
	padding: 10px 0;
	background-color: #E6E6E6;
	width: 530px;	
}

div.error span {
	margin-left: 155px;
	color: #D8360E;
}

a.actual:hover {
	text-decoration: none;
}

span.actual_mounth {
	height: 15px;
	font-weight: bold;
	background-color: #F2F5F8;
	color: #FF9E0F;
}

span.actual_day {
	height: 30px;
	font-size: 30px;
	padding-top: 10px;
	color: #FF9E0F;
}

span.actual_wday {
	font-size: 12px;
	color: #FF9E0F;
}

div.other {
	width: 76px;
	height: 75px;
	float: left;
	text-align: center;
	background-color: #FCFCFC;
	border: 1px solid #EEEEEE;
	margin: 0 2px;
}

div.other_mounth {
	height: 15px;
	font-weight: bold;
	background-color: #F2F5F8;
}

div.other_day {
	height: 30px;
	font-size: 30px;
	padding-top: 10px;
}

span.actual_day,
div.other_day {
	line-height: 25px;
}

div.other_wday {
	font-size: 12px;
}

div.gallery_title {
	width: 150px;
}


/* 
 * Menu left
 */
a.menu_item {
	display: block;
	width: 214px;
	height: 20px;
	border-bottom: 1px solid #ffffff;
	background: #E6E6E6 url(../gfx/bg_arrow_yellow.gif) no-repeat 8px 9px;
	padding: 3px 0 0 17px;
	color: #FF9E0F;
	text-decoration: none;
	cursor: pointer;
}

a.menu_item:hover,
a.over {
	width: 209px;
	background: #D9D9D9 url(../gfx/bg_arrow_grey.gif) no-repeat 13px 9px;
	padding-left: 22px;
	color: #404040;
	text-decoration: none;
}

/*
 * Shadow text
 */
span.shadow,
span.shadow_blue,
span.shadow_yellow,
span.shadow_red {
	position: relative;	
	color: #b6b6b6;
}

span.shadowed,
span.shadowed_blue,
span.shadowed_left,
span.shadowed_yellow,
span.shadowed_red {
	position: absolute;
	left: -1px;
	top: -1px;
	color: #000000;
	text-decoration: none;
	height: 30px;
	padding-top: 6px;
}

span.short {
	font-size: 18px;
	color: #3F3F3F;
	top: -3px;
}

span.short_shade {
	font-size: 18px;
	color: #e6e6e6;		
}

span.shadow_blue {
	color: #DAE6F0;
	font-size: 15px;
}

span.shadowed_blue {
	color: #3d7097;
	padding-top: 3px;
}

span.left_shade {
	top: -3px;
}

span.shadow_yellow {
	color: #FFE9CB;
	font-size: 15px;
}

div.yellow {
	color: #FF9D11;
	text-align: center;
}

span.shadowed_yellow{
	color: #ff9e0f;
	padding-top: 3px;
}

span.shadow_red {
	color: #FEDFDF;
	font-size: 12px;
	font-weight: bold;
}

span.shadowed_red {
	color: #830101;
	padding-top: 3px;
}

span.box02_yellow {
	background-color: #F2F5F8;
	display: block;	
}

span.box02 {
	display: block;	
}

span.box02_yellow img {
	margin: 4px 9px 0 9px;
}

span.box,
span.box_02,
div.box,
div.box_02,
div.box_gallery,
span.box_blue,
span.box_yellow,
div.box_micro,
span.box_offices {
	background-color: #FCFCFC;
	border: 1px solid #EEEEEE;
	padding: 9px;
	display: block;	
	width: 565px;
}

span.box_offices {
	width: 260px;
}

span.office {
	width: 275px;
}

div.box_gallery {
	padding: 5px 5px 0 5px;
	width: 565px;
}

div.microsite {
	padding: 9px;
	width: 555px;
}

div.news_line {
	background-color: #FCFCFC;
}

div.news {
	padding: 9px;
}

div.box_02,
span.box_02 {
	width: 557px;
}

span.box_yellow {
	background-color: #F2F5F8;
	border: 1px solid #ff9e0f;	
	display: block;	
}

span.box_blue {
	background-color: #F2F5F8;
	border: 1px solid #C6D3E0;
	display: block;
	width: 550px;
}

div.img img {
	margin-right: 6px;
}

a.gallery img {
	margin-right: 6px;
}

a.img_none img {
	margin: 0;
}

div.img_neon img {
	margin-right: 0;
}

span.box img,
span.box_02 img,
span.box_none img,
div.box img,
div.box_02 img,
span.box_yellow img {
	margin: 0 12px 0 9px;
}

span.left img {
	margin-left: 0;
}

span.gallery img {
	margin: 0;
}

div.two,
span.two {
	height: 90px;
	padding-right: 8px;
}

span.two {	
	display: block;
	width: 100px;
}

span.two_02,
div.two_02 {
	height: 90px;
	padding-right: 8px;
}

div.bg_box_right,
span.bg_box_right {
	background: transparent url(../gfx/bg_box_right.gif) no-repeat center 10px;
}

div.bg_box_right_02,
span.bg_box_right_02 {
	background: transparent url(../gfx/bg_box_right_02.gif) no-repeat center 10px;
}

div.bg_box_home {
	background: transparent url(../gfx/bg_box_right.gif) repeat-y right top;
	width: 288px;
}

div.bg_box {
	width: 288px;
}

div.date,
span.date {
	font-size: 11px;
	color: #808080;
	clear: both;
}

span.title {
	clear: both;
	display: block;
	margin-bottom: 3px;
}

a.box_left,
div.box_left {
	width: 258px;
	margin-right: 13px;
	text-decoration: none;
}

a.box_right,
div.box_right {
	width: 259px;
	text-decoration: none;
}

a.box_right_02 {
	margin-left: 5px;
}

div.box_left_02 {
	width: 283px;
	margin-right: 13px;
}

div.files_box {
	padding: 0;
	width: 574px;
}

div.login {
	padding: 10px;
}

span.yellow {
	color: #FF9E0F;
	font-weight: bold;
}

/*
 * Dataprovide
 */

div.dataprovide div.header {
	height: 22px;
	background-color: #EEEEEE;
	padding: 3px 0 0 5px;
	border-top: 2px solid #fff;
}

div.dataprovide a.link,
span.link_issues,
div.dataprovide a.link_issues {
	display: block;
	border: 1px solid #EEEEEE;
	background-color: #FCFCFC;
	padding: 3px 0 5px 5px;
	margin-top: 2px;
	width: 569px;
}

div.dataprovide a.link {
	padding-bottom: 0;
}

div.dataprovide a:hover {
	text-decoration: none;
	background-color: #F2F5F8;	
	border: 1px solid #FF9E0F;
	padding: 3px 0 0 5px;
}

div.dataprovide a.link_issues:hover {
	padding-bottom: 5px;
}

div.dataprovide span.date {
	float: right;
	margin-right: 10px;
}

div.dataprovide span.lead {
	padding: 5px;
}

div.issues_top {
	margin-bottom: 10px;
}

div.issues_top img {
	margin-right: 20px;
}

div.issues_top div {
	float: left;
	height: 20px;
	width: 175px;
	padding: 12px 3px 0 20px;
	border: 3px solid #E5ECF1;
	background-color: #F7F6F6;
}

div.issues_top div span {
	font-size: 15px;
	top: -4px;
}

/*
 * Forum
 */
div.forum_01,
div.forum_02,
div.forum_03 {
	height: 20px;
	background-color: #EEEEEE;
	margin: 1px;
}

div.forum_04,
div.forum_05,
div.forum_06,
span.forum_04,
span.forum_05,
span.forum_06 {
	display: block;
	height: 20px;
	background-color: #FBFBFB;
	margin: 1px;
}

div.forum_01,
div.forum_04,
span.forum_04 {
	width: 363px;
	padding: 5px 0 0 5px;
}

div.forum_02,
div.forum_05,
span.forum_05 {
	width: 95px;
	padding: 5px 0 0 5px;
}

div.forum_03,
div.forum_06,
span.forum_06 {
	width: 95px;
	padding: 5px 0 0 5px;
}

div.forum_06,
span.forum_06 {
	font-size: 10px;
}

div.forum_07 {
	padding: 0 0 0 5px;
}

div.forum_07 {
	background-color: #EEEEEE;
	margin: 1px;
	float: left;
}

div.forum_08 {
	width: 465px;
	background-color: #FCFCFC;
	border-left: 2px solid #FFF;
	border-top: none;
	float: left;
	min-height: 100px;
}

div.forum_left {
	width: 100px;	
	padding-top: 5px;
}

div.forum_08_title {
	background-color: #EEEEEE;
	height: 20px;
	padding: 5px 0 0 5px;	
}

div.message {
	padding: 5px;
}

div.forum {
	margin-top: 10px;
}

span.admin span {
	width: 555px;
	padding: 5px 15px 0 0;
}

/*
 *	link
 */

a {
	color: #ff9e0f;
	text-decoration: none;	
	outline: none;
}

a:hover {
	color: #0F5791;
	text-decoration: underline;	
}

div.bg_bottom a {
	background: transparent url(../gfx/bg_separate.gif) no-repeat right;
	text-decoration: none;
	color: #ff9e0f;
	padding: 0 10px 0 5px;
}

div.bg_bottom a:hover {
	text-decoration: underline;
}

div.bg_bottom a.sitemap_none {
	background-image: none;
	padding: 0;
}

a.box {
	font-weight: normal;
	text-decoration: none;
	display: block;	
}

a.box:hover {
	color: #0F5791;
	text-decoration: none;
}

a.top {
	margin-top: 15px;
}

a.oleft {
	margin-left: 6px;
}

a.box span {
	padding-left: 0;
}

a.offices span.box_offices {
	padding-left: 10px;
	height: 45px;
}

a.offices:hover span.box_offices {
	border: 1px solid #FF9E0F;
	background-color: #F2F5F8;
}

a.offices {
	width: 285px;	
	margin-bottom: 10px;	
}

a.box:hover span.right {
	color: #FF9E0F;
}

a.back {
	background: transparent url(../gfx/bg_back.gif) no-repeat 0 6px;
	padding-left: 7px;
	float: right;
}

a.back:hover {
	background: transparent url(../gfx/bg_back_blue.gif) no-repeat 0 6px;
}

a.yellow {
	color: #ff9e0f;
	background: transparent url(../gfx/bg_right_yellow.gif) no-repeat 0 6px;
	padding-left: 10px;
	cursor: pointer;
}

a.yellow:hover {
	color: #0F5791;
	background: transparent url(../gfx/bg_arrow_grey.gif) no-repeat 0 6px;
}

a.next {
	display: block;
	padding: 10px 0 0 15px;
	background: transparent url(../gfx/next.gif) no-repeat 0 13px;
	font-weight: normal;
	float: right;
	margin-right: 4px;
}

a.next:hover {
	cursor: pointer;
	background: transparent url(../gfx/next_blue.gif) no-repeat 0 13px;
}

a.sign,
span.sign {
	background: transparent url(../gfx/bg_arrow_grey.gif) no-repeat 15px 6px;
	padding-left: 25px;	
}

a.download,
a.download_none,
a.download_none:hover {
	background: transparent url(../gfx/bg_download.gif) no-repeat 15px 5px;
	padding-left: 27px;
}

a.download:hover {
	background: transparent url(../gfx/bg_download_blue.gif) no-repeat 15px 5px;
}

a.download_none:hover {
	text-decoration: none;
	color: #ff9e0f;
}

a.bg_next {
	background: transparent url(../gfx/next.gif) no-repeat 0 5px;
	padding-left: 15px;
	text-decoration: none;	
	font-weight: normal;
}

a.bg_next:hover {
	color: #ff9e0f;
}

a.pager,
span.pager {
	display: block;
	border: 1px solid #EEEEEE;
	float: left;
	text-align: center;
	color: #ff9e0f;
	width: 18px;
	height: 18px;
	margin-right: 1px;
}

a.pager {
	height: 16px;
	width: 18px;
	padding: 1px;	
	font-weight: bold;
	padding-top: 3px;
}

span.pager {	
	padding: 1px;
}

a.pager span {	
	color: #fb9f16;
	cursor: pointer;
}

a.pager:hover {	
	text-decoration: none;
	padding-top: 1px;
	height: 18px;
}

a.pager:hover span,
span.pager span {
	background-color: #ff9e0f;
	display: block;
	color: #fff;
	height: 16px;
	padding-top: 2px;
	font-weight: bold;	
}

a.pager:hover span {
	display: block;
	cursor: pointer;
}

a.pager_left {
	margin-right: 3px;
	display: block;
	float: left;
}

a.pager_right {
	margin-left: 3px;
	display: block;
	float: left;
}

a.news_home,
a.news_home_02 {
	display: block;
	width: 267px;
	padding: 8px 5px 5px 8px;
}

a.news_home_02 {
	margin-left: 5px;
	width: 270px;
}

a.news_home:hover,
a.news_home_02:hover {
	display: block;
	text-decoration: none;
}

div.bg_line {
	padding: 5px 0;
	clear: both;
}

div.bg_line_02 {
	padding: 5px 0 5px 9px;
}

div.bg_top a {
	color: #9B9B9B;	
}

div.bg_top a:hover {
	text-decoration: none;
}

a.none,
a.none:hover {
	background-image: none;
	text-align: center;
	display: block;
	text-decoration: none;
}

a.forum {
	display: block;
	float: left;
	text-decoration: none;
	cursor: pointer;
}

a.forum:hover span.forum_04,
a.forum:hover span.forum_05,
a.forum:hover span.forum_06 {
	background-color: #F2F2F2;
}

div.bottom_menu a:hover,
a.none:hover span {
	color: #0F5791;
}

a.none span {
	color: #FF9E0F;
}

a.none:hover span {
	text-decoration: underline;	
}

/*
 * Town
 */ 

img.town {
	margin: 0 0 5px 10px;
}

img.town_last {
	margin-left: 10px;	
}

img.spa {
	margin: 0 10px 5px 0;
}

/* calendar css */

div.calendar_date_02 {
	background-color: #E6E6E6;
	font-size: 11px;
	margin: 0 8px 0 7px;
	color: #747474;
	height: 18px;
	padding: 2px 0 0 4px;
}

div.month {
	height: 34px;
	text-align: center;
	padding-top: 8px;
	clear: both;
	background-color: #F9F9F9;
}

div.month a.calendar_left {
	float: left;
	padding-left: 7px;
}

div.month a.calendar_right {
	float: right;
	padding-right: 9px;
}

div.month a {
	font-weight: bold;
	text-decoration: underline;
	background-color: transparent;
}

div.month a:hover {
	font-weight: normal;
	color: #b69a51;
}

div.calendar ul {	
	height: 23px;
}

ul.weekdays, ul.monthdays {
	margin: 0;
	padding: 0;
	height: 22px;
	list-style-type: none;
}

ul.weekdays li, ul.monthdays li {
	margin: 0;
	padding: 0;
	float: left;
	background-image: none;
	border: none;
	background-color: #D7D7D7;
}

ul.weekdays li span, ul.monthdays li span {
	border: 1px solid #F1F3F2;
	border-right: none;
	border-top: none;
	font-weight: normal;
	display: block;
	text-align: center;
	width: 30px;
	height: 19px;
	padding-top: 3px;
}

ul.weekdays li span {
	background-color: #E0E0E0;	
	font-weight: bold;	
	color: #000000;
}

ul.weekdays li span.v, 
ul.monthdays li span.v {
	border-right: 1px solid #F1F3F2;
	background-color: #CECECE;
	width: 30px;
	color: #FF0000;
}

ul.monthdays li span.last {
	width: 30px;
	border-right: 1px solid #F1F3F2;
}

ul.monthdays li span.monthlast {
	width: 30px;
}

ul.monthdays li span.prog,
ul.monthdays li span.prog a {
	background-color: #E3C69B;
	font-weight: bold;
	color: #000000;
	display: block;
	height: 20px;
	padding-top: 1px;
}

ul.monthdays li span.prog a:hover {
	background-color: #FF9E0F;
	text-decoration: none;
}

ul.monthdays li span.day {
	background-color: #FF9E0F;
	height: 19px;
	width: 28px;
	border: 1px solid #F1F3F2;
	border-left: 2px solid #F1F3F2;
	border-bottom: none;	
}

div.box_micro {
	padding: 5px 5px 0 5px;
	width: 565px;
	background-color: #FCFCFC;
}

span.blue {
	color: #3d7097;
}

a.map {
	text-decoration: underline;
}

a.map:hover {
	text-decoration: none;
}

span.high {
	font-weight: bold;
}

/*
** double
**/
.double {
	position: relative;
}
.double strong {
	display: block;
	width: 90px;
	font-weight: normal;	
	position: absolute;
	left: 0;
	top: -7px;
	cursor: pointer;
}