@charset "utf-8";

body {
	background-color: #333;
}
#container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 550px;
}
#contact {
	width: 45px;
	height: 100%;
	background-color: #336699;
	z-index: 15;
}
#meniu {
	background-color: #FFF;
	width: 120px;
	height: 100%;
	margin-left: 45px;
	z-index: 1;
	margin-top: -102px;
}
#certificari {
	top: auto;
}

#meniu-link {
	margin-top: 75px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
#apDiv2 {
	position:relative;
	width:200px;
	height:73px;
	z-index:5;
	left: 0px;
	top: -250px;
	background-color: #333;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	font-style: normal;
	font-weight: bold;
}
#title {
	background-color: #336699;
	z-index: 7;
	width: 550px;
	margin-left: 200px;
	height: 25px;
	position: absolute;
	float: none;
	color: #FFF;
}
#continut {
	background-color: #000;
	z-index: 8;
	width: 550px;
	margin-left: 200px;
	height: 518px;
	position: absolute;
	float: none;
	color: #FFF;
	margin-top: 30px;
	background-image: url(imagini/index-sediu.jpg);
	background-repeat: no-repeat;
}
a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#footer {
	background-color: #333;
	width: 750px;
	height: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	top: 0px;
	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: #FFF;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	text-align: right;
	padding-top: 5px;
}
a img {
	text-decoration: none;
	border: 0 none;
	padding-right: 5px;
}
h1#titlu {
	font-size: larger;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	margin-top: 0px;
	margin-right: 10px;
	
}
.copy {
	width: 480px;
	height: 20px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: small;
	text-align: left;
}
