#header_mat {
	width: 1000px; 
	border: 1px solid #555; 
	height: 39px; 
	background-image: url(http://snimka.eu/back.png);
}

#header_mat .logo_mat {
	float: left; 
	border: 0px solid #000; 
	width: 131px; 
	height: 39px; 
	background-image: url(http://snimka.eu/logo.png); 
	background-repeat: no-repeat;  
	background-color: #144EA2
}

#header_mat .logo_mat a {
	display: block; 
	height: 37px; 
	width: 130px; 
	overflow: hidden; 
	text-indent: -999px;
}

#header_mat .search_mat {
	float: right; 
	border: 0px solid #000; 
	margin: 7px 10px 0 0;
}

#login_mat {
	width: 1000px; 
	border: 0px solid #000; 
	height: 220px; 
	margin-top: 10px;
}

#login_mat .backpic {
	float: left; 
	width: 770px; 
	height: 220px; 
	border: 0px solid #ccc;
	background-image: url(http://snimka.eu/header.jpg);
}

#login_mat .block_mat {
	float: right; 
	width: 200px; 
	background-color: #efefef; 
	border: 1px solid #ccc; 
	height: 220px; 
	width: 220px
}

.block1_mat {
	margin: 10px 0 0 25px;
	font: 11px Verdana;
}


#tbl_mat {
	width: 1002px; 
	margin-top: 10px;
}

#tbl_mat td {
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	height: 50px;
}

#tbl_mat .td_selected {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 0;
	background-color: #eee;
}

#tbl_mat .td_unselected {
	border: 1px solid #ccc;
	background-color: #ddd;
}

#tbl_mat a {
	color: #6B8CB7;
	text-decoration: none;
}

#div_main {
	width: 1000px; 
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.but_green
{
	background-color:#777;
	background-image: url(http://snimka.eu/back.png);
	text-shadow:0 -1px 1px rgba(0,0,0,0.25);
	color:#fff!important;
	-moz-border-radius:3px 3px 3px 3px;
	border:1px solid rgba(0, 0, 0, 0.15);
	cursor:pointer;
	font-size:16px;
	font-weight:bold;
	font-family: Verdana;
	line-height:18px;
	margin:0 45px 0 5px;
	padding:5px 11px;
	position:relative;
}
