@charset "utf-8";
/* CSS Document */
/* marquee */
* {
  margin:0;
  padding:0;
  border:0;
}

@keyframes slide {
  from { left: 100%;}
  to { left: -350%;}
}
@-webkit-keyframes slide {
  from { left: 100%;}
  to { left: -350%;}
}

#marquee { 
  color: #FFF 
  background:#f0f0f0;
	width: 100%;
	height: 0.7vw;
	line-height: 0.8vw;
	overflow: hidden;
	position: relative;
	color: #FFF;
}

#text {
  position:absolute;
  top:0;
  left:0;
  width:800%;
  font-size: 0.7vw;
  animation-name: slide;
  animation-duration: 25s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: slide;
  -webkit-animation-duration: 25s;
  -webkit-animation-timing-function:linear;
  -webkit-animation-iteration-count: infinite;
}

/*end marquee*/

@import url("webfonts/Oswald_Regular/stylesheet.css");
@import url("webfonts/Oswald_Light/stylesheet.css");

body {
	background-image: url(bg_cmp.jpg);
	margin: 0px;
	background-color: #333;
	background-size: cover;
	background-repeat: no-repeat;

	background-attachment: fixed;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited { color:#FFFFFF; text-decoration: none; }
a:hover {
	color: #FDFFB8;
	text-decoration: none;
}
a:active {
	color: #E1DE89;
	text-decoration: underline;
}

#left_content {
	float: left;
	height: 100%;
	width: 70%;
	position: fixed;
}

#right_content {
	margin-left: 70%;
	height: 100%;
	width: 30%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}

#right_content #denumire_institutii {
	background-color: rgba(255,255,255,0.7);
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	font-size: 93%;
	font-weight: lighter;
	margin-top: 15px;
	padding-top: 5%;
	padding-bottom: 5%;
	padding-left: 2%;
	padding-right: 2%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;	
}

#titlu {
	width: 79%;
	background-color: rgba(255,255,255,0.1);
	margin-top: 5%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 5%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;	
	}
	
#MENU {
	height: 20%;
	width: 70%;
	margin-top: 10%;
	margin-right: auto;
	margin-left: 4%;
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;

}
.buton1 {
	padding-top: 1%;
	font-size: 1vw;
}
.buton2 {
	padding-left: 8%;
	font-size: 0.8vw;
}

#container_info {

}
#finantare{
	width: 87%;
	height: auto;
	background-color: rgba(0,0,0,0);
	margin-right: auto;
	margin-left: auto;
	margin-top: 5%;
	padding: 2%;
	font-family: arial;
	font-size: 0.7vw;
	color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	text-align: center;
}

#copyright{
	width: 87%;
	height: auto;
	background-color: rgba(255,255,255,0.2);
	margin-right: auto;
	margin-left: auto;
	margin-top: 5%;
	border-radius: 5px;
	padding: 5px;
	font-family: arial;
	color: #FFF;
}






