﻿@font-face {
    font-family: myfonts;
    src: url('http://chemclub.edu.ge/conf/2019/bpg_nino_mtavruli_normal.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
	margin:0px;
	background-color:#F2F2F2;
	font-size:14px;
	font-family:Calibri;
	
	
}

#container{
	width:1000px;
	margin:0px auto;
	
}

#topline {
	width:1000px;
	height:50px;
	background-image:url('img/topline.png');
	background-repeat:no-repeat;
}

#menu{
	width:1000px;
	height:100px;
	background-color:#fff;
}
.logo{
	margin-top:10px;
	margin-left:10px;
	float:left;
}

.navbar {
  background-color: white;
  margin-top:35px;
  font-family:myfonts, "BPG Nino Mtavruli";
   font-weight:bold;
  position:relative;
  float:right;
  width:850px;
}

.navbar a {
  float: left;
  display: block;
  color: #324059;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  background: #9058A2;
  color:white;
 }
 
 #banner{
	width:1000px;
	height:363px;
	background-image:url('img/banner_2026.jpg');
	background-repeat:no-repeat;
	position:inherit;
}
 #main_text{
	width:980px;
	background-color:#fff;
	margin-top:0px;
	margin-bottom:0px;
	height:auto;
	overflow:hidden;
	padding:10px 10px 10px 10px;
}

 #main_text a{
 text-decoration:none;
 color:#CC0000;
}
 #main_text a:hover{
 text-decoration:blink;
 color:#FF0000;
}

.l_panel{
	width:480px;
	float:left;
	margin-left:5px;
display:block;

	
	
	
}

 #bt_menu{
	width:1000px;
	height:140px;
	border:0px;

}

.btmenu1{
	background-color:#774BE6;
	width:250px; height:140px;
	vertical-align:top;
	padding-left:10px;
	padding-top:10px;
	color:white;
	font-size:13px;
	text-align:center;
		padding-right:10px;

}

.btmenu2{
	background-color:#8BC34A;
		width:250px; height:140px;
	vertical-align:top;
	padding-left:10px;
	padding-top:10px;
	color:white;
	font-size:13px;
	text-align:center;
		padding-right:10px;



}
.btmenu3{
	background-color:#FFA726;
		width:250px; height:140px;
	vertical-align:top;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	color:white;
	font-size:13px;
	text-align:center;

}

.btmenu4{
	background-color:#F73C09;
		width:250px; height:140px;
	vertical-align:top;
	padding-left:10px;
	padding-top:10px;
	color:white;
	font-size:13px;
	text-align:center;
		padding-right:10px;


}

#footer{
	width:1000px;
	background:#324059;
	height:150px;
	margin-top:4px;
	position:relative;
	clear:both;
	display:block;
}

.footer_logos img{
	margin-left:10px; margin-right:30px; margin-top:10px; border:0px
}

.copyright{
	font-size:12px;
	color:lightgrey;
	margin-left:10px; margin-top:30px;
	width:500px;
	float:left;
		
}


.title {
	border-bottom:2px #f73c09 solid;
	margin-bottom:10px;
	margin-top:20px;
	font-family: myfonts, "BPG Nino Mtavruli";
	color:#f73c09;
	font-weight:bold;
	font-size:20px;
	
}


.notediv{
	width:250px;
	float:right;
	margin-right:10px;
	margin-top:10px;
	border:1px silver solid;
	margin-left:10px;
	background-color:beige;
	text-align:center;
}

input{
	vertical-align:middle;
}

select{
vertical-align:middle;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  

}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  font-family: myfonts, "BPG Nino Mtavruli";
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #FFA726;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #F73C09;
  color:#fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.bannertext {
	font-family:myfobts,"BPG Nino Mtavruli"; 
	color:#324059; 
	font-size:20px; 
	margin-left:10px; 
	margin-top:0px; 
	padding-top:290px; 
	position:relative;
	font-weight:bold;
}



