 #kalender-info a {	/* #kalender-info a*/
text-decoration: none;
color: #3399FF;
}
.button {	/*.button*/
-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
box-shadow:inset 0px 1px 0px 0px #cf866c;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
background-color:#d0451b;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
border:1px solid #942911;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:arial;
font-size:13px;
padding:6px 24px;
text-decoration:none;
text-shadow:0px 1px 0px #854629;
}
.button1 {	/*.button1*/
background: #666;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-weight: bold;
color: #FFF;
padding: 5px 10px;
border: 0px;
cursor: hand;
}
.button1:hover {	/*.button1:hover*/
background: #333;
}
.button2:hover {	/*.button2:hover*/
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
background-color:#e9e9e9;

}
.d-none {	/*.d-none*/
display: none;
}
.disabledbutton {	/*.disabledbutton*/
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-weight: bold;
color: #EEE;
background: #BBB;
padding: 10px;
border: 0px;
cursor: hand;
}
.disabledbutton:hover {	/*.disabledbutton:hover*/
background: #ABABAB;
}
.event_special_y {	/*.event_special_y*/
color: #CC0000;
}
.InputClass {	/*.InputClass*/
	font-size: 11px;
	line-height: 14px;
	color: #5A5A5A;
	padding: 2px 2px 2px 2px;
	background-color: #FAFAFA;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	
}
.kalender-header {	/*.kalender-header*/
    width: calc(100% / 7);
    margin-right: 0;
    border-right: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0;
float: left;
background-color: #c5c5c5;
    font-weight: bold;
}
.kalender-link {	/*.kalender-link*/
float: left;
	width: 43px;
	height: 41px;
	text-align: center;
	background-color: #C6DE24;
	margin-right: 1px;
	margin-top: 1px;
	padding-top: 2px;
}
.kalender-link a {	/*.kalender-link a*/
text-decoration: none;
color: #333;
font-weight: bold;
    display: block;
    width: 99%;
    height: 99%;
    padding-top: 8px;
}
.kalender-must {	/*.kalender-must*/
float: left;
	width: 23px;
	height: 21px;
	text-align: center;
	background-color: #332f2c;
	margin-right: 1px;
	margin-top: 1px;
	color: #fff;
	padding-top: 2px;
}
.kalender-must a {	/*.kalender-must a*/
text-decoration: underline;
	color: #FFF !important;
}
.kalender-must a:hover {	/*.kalender-must a:hover*/
text-decoration: underline;
	color: #FFF;
}
.kalender-nv {	/*.kalender-nv*/
float: left;
	width: 43px;
	height: 41px;
	text-align: center;
	background-color: #f7f7f7;
	margin-right: 1px;
	margin-top: 1px;
	color: #999;
	padding-top: 2px;
}
.kalender-nv a {	/*.kalender-nv a*/
text-decoration: none;
	color: #999;
}
.kalender-roheline {	/*.kalender-roheline*/
float: left;
	width: 23px;
	height: 21px;
	text-align: center;
	background-color: #008538;
	margin-right: 1px;
	margin-top: 1px;
	color: #fff;
	padding-top: 2px;
}
.kalender-roheline a {	/*.kalender-roheline a*/
text-decoration: none;
	color: #FFF !important;
}
.kalender-roheline a :hover {	/*.kalender-roheline a :hover*/
text-decoration: underline;
	color: #FFF;
}
.kalender-sinine {	/*.kalender-sinine*/
float: left;
	width: 23px;
	height: 21px;
	text-align: center;
	background-color: #0087cc;
	margin-right: 1px;
	margin-top: 1px;
	color: #fff;
	padding-top: 2px;
}
.kalender-sinine a {	/*.kalender-sinine a*/
text-decoration: none;
color: #FFF !important;

}
.kalender-sinine a:hover {	/*.kalender-sinine a:hover*/
text-decoration: underline;
	color: #FFF !important;
}
.kalender-tavaline {	/*.kalender-tavaline*/
float: left;
	width: 43px;
	height: 41px;
	text-align: center;
	background-color: #FFF;
	margin-right: 1px;
	margin-top: 1px;
	padding-top: 2px;
}
.kalender-tavaline a {	/*.kalender-tavaline a*/
text-decoration: none;
color: #333;

}
.loelahemalt {	/*.loelahemalt*/
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
.menu-sisu   {	/*.menu-sisu  */
width: 171px;
	background-image: url(../designfiles/kyljemeny-keskminetaust.png);
	padding:10px;
}
.menu-top {	/*.menu-top*/
width: 171px;
	height: 18px;
	background-image: url(../designfiles/kyljemenu-taust.png);
	padding:10px;
	color: #fff;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
}
.raamistik_h {	/*.raamistik_h*/
font-size: 18px;
font-weight: bold;
border-bottom: none;
}
.raamistik1 {	/*.raamistik1*/
border: 1px solid #CCC;
background: #FFF;
}
.regbutton {	/*.regbutton*/
width: 200px;
display: block;
    margin: 0 auto;
}
.smartpostselect {	/*.smartpostselect*/
width: 320px
}
#footer {	/*#footer*/
padding-top: 13px;
	padding-left: 45px;
	padding-right: 45px;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}
#kalender-info {	/*#kalender-info*/
clear: both;
	font-size: 10px;
}
#kalender-info a:hover {	/*#kalender-info a:hover*/
text-decoration: underline;
}
#kalender-kuu {	/*#kalender-kuu*/
width: 313px;
	height: 25px;
	text-align: center;
	font-weight: bold;
}
#kalender-kuu a {	/*#kalender-kuu a*/
text-decoration: none;
}
#kalender-sisu {	/*#kalender-sisu*/
width: 313px;
	background-color: #dee1e4;
	padding: 1px;
	padding-left: 2px;
}
#main_frame {	/*#main_frame*/
width: 940px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 21px;
	padding-right: 21px;
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}
#main_template {	/*#main_template*/
padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	line-height: 1.6;
}
#main_template a {	/*#main_template a*/
color: #3399FF; text-decoration: underline;
}
#menu {	/*#menu*/
padding-top: 28px;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
#menu a {	/*#menu a*/
color: #FFFFFF;
}
#news_header {	/*#news_header*/
	font-size: 16px;
	font-weight: bold;
}
#news_info {	/*#news_info*/
	font-size: 11px;
	color: #999999;
}
#sidemenu_content {	/*#sidemenu_content*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	line-height: 2.0;
}
#sidemenu_content a {	/*#sidemenu_content a*/
color: #333333;
}
#sidemenu_header {	/*#sidemenu_header*/
padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
