.body{
	background-color: #ffffff;
	margin-top: 0px;
}
.background{
	background-image: url("images/background.gif");
	background-repeat: no-repeat;
}
                                                       
.text{
	font-family:Verdana;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}
.plav{
	font-family:Verdana;
	font-size:11px;
	color:#0B19C0;
	text-decoration:none;
}
                                                               
.padding{
	padding-top: 20px;
	padding-left:40px;
	padding-right:40px;
}
                                                                 
.kocka{
	width: 200px;
	border-top:1px solid #505BDF;
	border-left:1px solid #505BDF;
	border-bottom:1px solid #505BDF;
	border-right:1px solid #505BDF;
	background-color:white;
	font-family:Verdana, sans-serif;
	font-size:12px;
	color:black;
}
.gumb{
	width: 200px;
	cursor: pointer;
	border-top:1px solid #505BDF;
	border-left:1px solid #505BDF;
	border-bottom:1px solid #505BDF;
	border-right:1px solid #F505BDF;
	background-color:white;
	color:black;
}
.tekst {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.tekst2 {
 	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}







/*KALENDAR START*/

.calendar_table,.calendar_control_table,.calendar_year_input,.calendar_month_input{
	background-color:#d2d2d2;
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #6f6f6f;
}
.calendar_full{
	cursor:pointer;
}
.calendar_day,.calendar_day_name,.calendar_empty,.calendar_table{
	border:solid 1px gray;
	padding-left:1;
	padding-right:1;
}
.calendar_day,.calendar_day_name,.calendar_empty{
	border-top:none;
	border-left:none;
}
.calendar_table{
	border-bottom:none;
	border-right:none;
	width:120px;
	padding:2px;
	text-align:center;
}
.calendar_day_name{
	border-bottom-width:3px;
}
.calendar_col6,.calendar_day_name7{
	background-color:#f3f3f3;
}
.calendar_day_over,.calendar_day_name_over{
	background-color:#7db5ff;
	color:white;
}
.calendar_day_selected{
	background: url(images/plus.gif) no-repeat center center;
	background-color:#7db5ff;
	color:white;
}
TD.calendar_month_input{
	padding-left:10px;
	color:#6f6f6f;
	cursor:default;
	text-align:right;
}
TD.calendar_year_input{
	background-color:blue;
	color:#6f6f6f;
	cursor:default;
}
.calendar_control_table{
	width:120px;
	background-color:#f3f3f3;
	color:#6f6f6f;
	padding:2px;
}
INPUT.calendar_year_input,INPUT.calendar_month_input{
	background-color:#f3f3f3;
	border:0px;
	color:#6f6f6f;
	padding:0;
	margin:0;
	text-align:center;
	cursor:default;
	margin:0px;
}
INPUT.calendar_year_input{
	width:100%;
}
INPUT.calendar_month_input_focus,INPUT.calendar_year_input_focus,INPUT.calendar_month_input_over,INPUT.calendar_year_input_over{
	border:solid 0px #6f6f6f;
}
INPUT.calendar_month_input{
	width:14px;
	height:14px;
	cursor:default;
}
.month_input{
	padding-left:10px;
}

/*KALENDAR END*/
