.content_image{
    border: 1px ridge #ffffff;
    margin: 10px;
}

/*
випадаюче меню
*/
ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#000; text-decoration:none;
font-size: 13px; font-family: tahoma;font-weight: bold;text-decoration: none; 	
}
ul.menu a:hover {display:block; color:#000000;
font-size: 13px; font-family: tahoma; font-weight: bold; text-decoration: underline;
}
ul.menu li {position:relative; float:left; margin-right:2px}
ul.menu ul {position:absolute; top:26px; left:0; background:#d1d1d1; display:none; opacity:0; list-style:none}
ul.menu ul li {position:relative; border:1px solid #aaa; border-top:none; width:148px; margin:0}
ul.menu ul li a {display:block; padding:3px 7px 5px; background-color:#d1d1d1;
font-size: 11px; font-family: tahoma; font-weight: normal; text-decoration: none;
}
ul.menu ul li a:hover {background-color:#E1E4E6; color:#000000;
font-size: 11px; font-family: tahoma; font-weight: normal; text-decoration: underline;
}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink {border:0px solid #aaa; padding:5px 7px 7px; font-weight:bold; }
ul.menu .sub {background:#d1d1d1 url(../design/arrow.gif) 136px 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}

/*
Форми
*/

.button{
	width: 50px;
	height:20px;
	font-size:10px; 
	font-family: tahoma;
	border:1px #000000 solid; 
	background-color:#E1E4E6;
	color:#000000;
	font-weight:normal;
}

.button2{
	height:16px;
	font-size:10px; 
	font-family: tahoma;
	border:1px #000000 solid; 
	background-color:#E1E4E6;
	color:#000000;
	font-weight:normal;
}

.text{
	width: 100px;
	height:16px;
	font-size:11px; 
	font-family: tahoma;
	border:#000000 1px solid; 
	background-color:#ffffff;
	color:#000000;
	font-weight:normal;
}

.textarea{
	font-size:11px; 
	border:#000000 1px solid; 
	background-color:#ffffff;
	color:#000000;
}

/*
Загальне
*/

img {
	border: 0px;
}

body {
   background-color: #013673;
   margin-top: 0px;
   margin-bottom: 0px;
}


.text_content a {
	font-size: 13px; 
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.text_content a:hover {
	font-size: 13px; 
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

 

/*
Блоки
*/

.header {
	background-image: url(../design/header.jpg); 
	height: 253px;
}

.content {
	background-image: url(../design/content.jpg); 
	height: 600px; 
	background-repeat: repeat-y;
}

.footer {
	background-image: url(../design/footer.jpg); 
	height: 51px;
}

/*
Ліве меню
*/

.left_menu_bg_main {
	background-image: url(../design/button.jpg); 
	height: 40px; 
}

.left_menu_a_main {
	font-size: 13px; 
	font-family: tahoma;
	color: #000000;
	text-decoration: none;
}


.left_menu_a_sub_selected{
	font-size: 13px; 
	font-family: tahoma;
	color: #013673;
	font-weight: bold;
}


.left_menu_a_sub {
	font-size: 11px; 
	font-family: tahoma;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}


.left_menu_a_main:hover {
	font-size: 13px; 
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.left_menu_a_sub:hover {
	font-size: 11px; 
	font-family: tahoma;
	color: #013673;
	font-weight: bold;
	text-decoration: underline;
}

/*
Мови
*/

.language_a {
	font-size: 11px; 
	font-family: tahoma;
	color: #000000;
	text-decoration: none;
	margin-right: 10px;
}

.language_a:hover {
	font-size: 11px; 
	font-family: tahoma;
	color: #013673;
	text-decoration: underline;
}

/*
Верхнє меню
*/

.top_menu_a {
	font-size: 13px; 
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	margin-right: 25px;
}

.top_menu_a:hover {
	font-size: 13px; 
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}


/*
Форматування тексту
*/

.text_content {
	font-size: 13px; 
	font-family: tahoma;
	color: #000000;	
}

.text_form {
	font-size: 11px; 
	font-family: tahoma;
	color: #000000;	
}

h3 {
	font-size: 15px; 
	font-family: tahoma;
	color: #000000;
	font-weight: bold;
	margin-top: 10px;
}






/*
Форми
*/ 

textarea  {
	font-size:11px; 
	border:#000000 1px solid; 
	color:#000000;
	background-color:#ffffff;
	font-weight:normal;
	font-family: tahoma, verdana;
	width: 480px;
	height: 150px;
}
 

input,select {
	height:18px;
	font-size:10px; 
	border:#000000 1px solid; 
	background-color:#ffffff;
	color:#000000;
	font-weight:normal;
	font-family: tahoma, verdana;
}