@charset "utf-8";
/* CSS Document */
body, html {
  height: 100%;
  margin: 0;
}

.bg {
	background-image: url("https://med-net.ro/images/prezentation/mainbg.png");
	height: 100%; 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.iframe-container{
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; 
	height: 0;
}
.iframe-container iframe{
	position: absolute;
	top:0;
	left: 0;
	width: 97%;
	height: 97%;
	border:2px solid #287E96;
	padding:0px;
	margin-top:0px;
	border-radius:9px;
}


.logo {
	width: 40%;
	height: auto;
}

#footer
{
	font-size:10px;
	padding: 1px 1px 1px 1px;
	color:#FFFFFF;
}

#footerlink
{
	padding: 1px 1px 1px 1px;
}

.footerlink
{
	font-size:10px;
	text-decoration:none;
	color:#FFFFFF;
}

.footerlink:hover
{
	font-size:10px;
	font-weight:bold;
	color:#DEDEDE;
}

