html , body{
height:100%; 
margin: 0; 
padding: 0; 
border: none; 
text-align: center; 

background-image: url('pics_new/background.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
text-align: center;
font-family: Verdana;
}

a{
text-decoration: none;
color: #21AAE1;
}

img{
border:0px;
}



.main_holder{
width: 990px;
padding: 5px 0px 5px 5px;
margin: 10px auto 0px auto;
background-color: white;
clear: both;
display: block;
overflow: hidden;

}

	.menu_holder{
	height: 810px;
	width: 200px;
	float: left;
	padding: 0px;
	background-color: #FF4102;
	display: block;
	overflow: hidden;
	background-image: url('pics_new/menu_background.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	}
	
		.menu_holder a{
		width: 192px;
		height: 20px;
		float: left;
		padding: 5px;
		border-bottom: 2px solid white;
		text-decoration: none;
		text-align: left;
		text-indent: 10px;
		font-size: 12px;
		font-weight: bold;
		color: white;
		}
		
		.menu_holder a:hover{
		border-left: 2px dotted #FF4102;
		background-color: white;
		color: #FF4102;
		}
		
		a.current_a{
		border-left: 2px dotted #FF4102;
		border-right: none;
		background-color: white;
		color: #FF4102;
		}
	
		
	
	.info_holder{
	min-height: 780px;
	width: 775px;
	_width: 765px;
	float: left;
	display: block;
	min-height: 100%;
	border-right: 4px double #FF4102;
	text-align: left;
	margin-left: 5px;
	}
	
		.header_holder{
		width: 760px;
		height: 20px;
		float: left;
		margin-top: 5px;
		text-align: right;
		font-size: 16;
		}
			
			.header_holder a{
			margin: 2px;
			padding: 2px;
			border: 1px solid #E2E2E2;
			background-color: #EEEDED;
			}
			.header_holder a:hover{
			border: 1px solid #FF4102;
			}
			
			.header_holder img{
			border: 0px;
			}
		
		.text_holder{
		width: 420px;
		float: left;
		display: block;
		margin-top: 5px;
		padding: 2px;
		text-indent: 15px;
		text-align: justify;
		font-family: verdana;
		font-size: 12px;
		}
		
		.text_holder_no_pics{
		height: 780px;
		width: 770px;
		float: left;
		display: block;
		margin-top: 5px;
		padding: 2px;
		text-indent: 15px;
		text-align: justify;
		font-family: verdana;
		font-size: 12px;
		}
		
		.img_holder{
		display: block;
		width: 341px;
		float: left;
		clear: right;
		}
		/*
		.img_holder img{
			padding: 4px;
			border: 1px solid red;
			margin: 2px;
			}
		*/
		
			.img_holder img{
			margin: 5px;
			border: 0px;
			}
		
.footer{
width: 990px;
height: 18px;
padding: 2px;
margin: 5px auto 10px auto;
background-color: white;
overflow: hidden;
font-size: 10px;
text-align: center;
clear: both;
}

p.vazhen{
	font-weight: bold;
	font-size: 14px;
	color: #FF4102;
}	

		table{
		color: #666666;
		font-size: 12px;
		font-weight: bold;
		}
		
			.buton{
			width: 270px;
			border: 1px solid #CCCCCC;
			background-color: #FF3300;
			color: white;
			font-family: verdana;
			font-weight: bold;
			}
			
			.textovo_pole{
			width: 270px;
			border: 2px solid #CCCCCC;
			}
			
			.textova_zona{
			width: 270px;
			border: 2px solid #CCCCCC;
			}
			
			.select_edno{
			
			width: 60px;
			border: 2px solid #CCCCCC;
			}
			
			
			
/****************** ADMIN *************************/
table.admin{
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	
}

table.admin th{
	background-color: #CCCCCC;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 2px solid green;
	border-left: 2px solid #CCCCCC;
}

table.admin td{
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-size: 10px;
	font-weight: 500;
}
			
.admin_pics{
	width: 170px;
	height: 150px;
	padding: 4px;
	border: 1px solid #CCCCCC;
	float: left;
	text-align: center;
	font-size: 10px;
}
	
