﻿@charset "UTF-8";

@import url('base-flat-common.css');

/*----------------------------------------------------*/

#header{
	border-top: 3px #42B9B3 solid;
}

h2 {
	background-color: #42B9B3;
	background: #42B9B3;
}

#news h2 .titletxt, #guide h2 .titletxt, #main #hours .titletxt, #main #mailset .titletxt, #main #access .titletxt, #main .titletxt, #main #now .titletxt, #main .other_title .titletxt {
	color: #ffffff;
}

h3 {
	border-bottom: 1px #42B9B3 solid;
	border-left: 4px #42B9B3 solid;
}

h4 {
	border-left: 2px #42B9B3 solid;
}

#calendar_block ul.daysList li.day_available {
	background-color: #def3f2!important;
	border-color: #def3f2!important;
}



/*----------------------------------------------------*/
@media screen and (max-width: 959px){

	#contents{
		background-color: #f4f4f4;
	}

	#main .value {
		border: none;
	}

	#mainmenu h2 , #main h2 {
		border-bottom: 2px solid #2d8e89;
	}

	#mainmenu h2 {
		border-bottom: 2px solid #2d8e89;
	}

	#footer {
		background-color: #f4f4f4;
	}

}

