html, body {
	padding-right: 0px; 
	padding-left: 0px; 
	background: url(imagini/background.gif) #ebebeb no-repeat 0px 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	font-size: 13px;
    font-family:Verdana,"Microsoft Sans Serif",tahoma,sans-serif,"Times New Roman", Times, serif;
    font-weight:normal; 
	padding-top: 0px;
    height: 100%;
}
p{
    margin:0px 5px 0px 0px;
    text-align:justify;
    font-face:Tahoma;
    font-size:13px;
    color:#012949;
    line-height: 125%;
    text-indent: 20px;
    text-decoration:none;
}
a {
	color:#0c73c5;
	text-decoration: none; 
	font-size: 13px;
}
a:hover {
	font-weight: normal; 
	color: #993456; 
	text-decoration: none;
}

h1{
	padding-right: 10px; 
	padding-left: 10px; 
	padding-bottom: 5px; 
	margin: 0px; 
	font-weight: bold; 
	font-size: 16pt; 
	padding-top: 5px;
}
h2 {
	padding-right: 10px; 
	padding-left: 10px; 
	font-size: 10pt;
	font-weight: bold; 
	padding-bottom: 0px; 
	margin: 0px; 
	padding-top: 0px
}
h3 {
	text-align:justify;
	padding-right: 10px; 
	padding-left: 10px; 
	font-weight: normal; 
	font-size: 10pt; 
	padding-bottom: 0px; 
	margin: 0px 0px 15px; 
	padding-top: 0px
}
ul {
	font-weight: normal; 
	font-size: 10pt;
	padding-right: 10px; 
	padding-left: 20px; 
	padding-bottom: 0px;
	margin-left: 10px; 
	padding-top: 0px; 
	list-style-type: circle
}
ol {	
	font-weight: normal; 
	font-size: 10pt;
	text-align:justify;
	padding-right: 10px; 
	padding-left: 20px; 
	padding-bottom: 0px;
	margin-left: 10px; 
	padding-top: 0px; 
	list-style-type: decimal
}
td {
	padding: 0px 10px 0px 10px;
    vertical-align: top;
    font-size:13px;
    color:#012949;
}
@keyframes animateright{
    from{right:-300px;opacity:0}
    to{right:0;opacity:1}
}
#pagina{
    width:100%;
    min-height: 100%;
    margin: 0px 0px -100px 0px;
}
#sus{
    background:rgb(24,79,127);
    height:140px;
    width:100%;
    border: 1px solid #336699;
    margin:0px;
}
#antet{
    height:100%;
    width:940px;
    /*border: 1px solid #336699;*/
    margin:0px auto;
    position: relative;
}
#sigla{
    position:absolute;
    top:10px;
    left:10px;
}
img.sigla{
    width:65px;
    margin:0px;
}
#titlu_mate{
    position:absolute;
    top:10px;
    left:85px;
    font-size:28pt;
    color:white;
    font-weight:bold;
	font-family: 'MEgalopolisExtraRegular';
	text-shadow: -1px -1px 1px #fff, 1px 1px 1px #000;
}
#titlu_univ{
    position:absolute;
    top:50px;
    left:85px;
    font-size:14pt;
    color:lightgray;
    font-weight:bold;
}
#link_lb{
    position:absolute;
    top:10px;
    right:10px;
}
#link_lb img{
    width:23px;
    margin:0px 2px;
}
#link_lb a{
    text-decoration:none;
}

#meniu{
    position:absolute;
    top:100px;
    left:10px;
    width:920px;
    height:30px;
    margin:0px;
    border-bottom: 1px solid white;
}
img.home{
    position:absolute;
    margin:0px;
    height:26px;
    top:2px;
    left:2px;
}
/* meniu principal */
#nav, #nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav {
    height: 22px;
    padding: 10px 0 10px 5px;
    position: relative;
    left:40px;
}
#nav > li {
    float: left;
    height: 22px;
    padding-right: 6px;
    position: relative;
    text-align: left;
}
#nav > li > a {
    border: 1px solid transparent;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    margin: -3px 0 0 -1px;
    padding: 0 1px 0 11px;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
}
#nav > li:hover > a, #nav > a:hover {
    background-color: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    color: #000000;
    margin-right: -8px;
    padding: 0 9px 0 11px;
    position: relative;
    z-index: 101;
}
#nav > li.subs:hover > a {
    background-color: #FFFFFF;
    border: 1px solid rgba(100, 100, 100, 0.4);
    border-bottom-width: 0;
    border-radius: 2px 2px 0 0;
    color: #000000;
    text-shadow: 0 0 transparent;
    z-index: 102;
}
/* separator */
#nav > li:after {
    background-color: #5588BB;
    content: "";
    height: 17px;
    left: 1px;
    position: absolute;
    top: 2px;
    width: 1px;
}
#nav > li:first-child:after {
    background-color: transparent;
}
/* submeniu */
#nav ul {
    background-color: #FFFFFF;
    border: 1px solid rgba(100, 100, 100, 0.4);
    *border: 1px solid rgb(100, 100, 100);
    border-radius: 0 0 3px 3px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    display: none;
    left: -1px;
    margin-top: 2px;
    min-width: 200px;
    padding: 6px 0;
    position: absolute;
    top: 100%;
    z-index: 101;
}
#nav li:hover ul {
    display: block;
}
#nav ul li a {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    color: #232B37;
    display: block;
    font-size: 12px;
    line-height: 20px;
    padding: 0 22px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#nav ul li a:hover {
    background-color: rgb(24,79,127);
    border-bottom: 1px solid #3B5998;
    border-top: 1px solid #3B5998;
    color: #FFFFFF;
}
/*cautare*/
#cauta{
    position:absolute;
    top:1px;
    right:0px;
    width:250px;
    height:20px;
    margin:0px;
    padding:0px;
    border: 2px solid white;
    border-radius: 7px;
    background:white;
}
form.cauta{
    margin:0px;
    padding:0px;
}
input.cauta{
    position:absolute;
    margin:0px;
    width:200px;
    height:20px;
    top:0px;
    left:5px;
    border:none;
}
img.cauta{
    position:absolute;
    margin:0px;
    height:20px;
    top:0px;
    right:8px;
}
#centru{
    position: relative;
    background:white;
    width:940px;
    margin: 5px auto;
    border: none;
}
#stanga{
    position: relative;
    float:left;
    top:0px;
    left:0px;
    
    //background:lightgray;//rgb(24,79,127);
    width:175px;
    //height:500px;
    //border: 1px solid #336699;
    margin:0px;
    //border-top-left-radius: 15px;
    //border-bottom-left-radius: 15px;
}
#img_st{
    position:relative;
    top:0px;
    left:0px;
    width:175px;
    height:80px;
    border: none;
    margin:0px;
}
#img_st img.logo_img_st{
    width:40px;
    border: none;
    margin:3px;
}
#img_st img{
    width:171px;
    border: none;
    margin:2px;
}
#img_st table{
    border-spacing: 0px;
    padding: 0px;
    height:100%
}
#img_st td{
    vertical-align: middle;
    font-size:15pt;
    color:#336699;
    font-weight:bold;
	font-family: 'MEgalopolisExtraRegular';
	text-shadow: -1px -1px 1px #fff, 1px 1px 1px #336699;
}
#meniu_st{
    position:relative;
    top:0px;
    left:0px;
    width:175px;
    margin:10px 0px;
    padding:0px;
    border: 1px solid #336699;
    background:white;
}
.titlu_meniu_st{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    height:30px;
    margin:0px 0px 4px 0px;
    padding:0px;
    background:rgb(24,79,127);
    box-shadow: 4px 4px 3px #AAAAAA;
}
.titlu_meniu_st span{
    position:relative;
    top:3px;
    left:5px;
    font-size:12pt;
    color:white;
    font-weight:bold;
	font-family: 'MEgalopolisExtraRegular';
}
#meniu_st ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#meniu_st li {
    padding-left: 6px;
    text-align: left;
}
#meniu_st li a {
    border: 1px solid transparent;
    color: rgb(24,79,127);
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
    text-decoration: none;
}
#meniu_st a:hover {
    background-color: rgb(24,79,127);
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
}
#meniu_st li>ul li a {
    font-weight: normal;
}
#meniu_st img {
    height: 15px;
}
#continut{
    position: relative;
    float:right;
    top:0px;
    right:0px;
    margin:0px 0px 9px 10px;
    padding:20px 5px 10px 5px;
    width:740px;
    min-height:500px;
    border: 1px solid #336699;
    background:white;
    box-shadow: 6px 6px 3px #AAAAAA;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.push {
    clear:both;
    height: 100px; /* inaltime .push=antet+subsol*/
}
#jos{
    background:rgb(24,79,127);
    width:100%;
    height: 100px;
    border: 1px solid #336699;
    margin:0px;
}
#subsol{
    height:100%;
    width:940px;
    /*border: 1px solid #336699;*/
    margin:0px auto;
    position: relative;
}

#subsol .contact{
    float:left;
    width:175px;
    margin:2px 0px 0px 0px;
    padding:3px;
    color: white;
    font-size: 12px;
}
#subsol .contact ul{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#subsol .link_jos{
    float:left;
    width:740;
    margin:10px auto 40px auto;
    padding:0px;
}
#subsol .link_jos p{
    text-align: center;
    margin:0px 10px 0px 10px;
}
a.meniu_subsol {
    color: white;
    font-size: 12px;
    margin:0px 10px;
}
a.meniu_subsol:hover{
    font-weight: bold;
}
#subsol .copyright{
    float:right;
    color: white;
    font-size: 12px;
}
/*cariera studenti*/
.single-div{
	padding: 10px;
	width:200px auto;
	float:left;
	margin:10px;
    border: 1px solid #336699;
    box-shadow: 6px 6px 3px #AAAAAA;
    border-radius: 7px;
}

.single-div:hover{
    box-shadow: none;
	cursor: pointer;
    box-shadow: 3px 3px 3px #AAAAAA;
}

.content-show{
	width: 0;
	margin:12px;
	padding: 10px;
    border: 1px solid #336699;
	display: none;
}

.single-div .content-hide{
	display:none;
}
/*sfarsit cariera studenti*/





.intrebare{
    cursor:pointer;

}
.raspuns{
    padding:5px;
    margin:0px 20px 10px 0px;
    border: 1px solid #336699;
    box-shadow:6px 6px 3px #aaaaaa;
    border-radius: 10px;
    top:0px;
    position:relative;
    overflow:auto;
    //animation:animateright 0.4s;
}
.raspuns1{
    display:none;
    padding:5px;
    margin:0px 20px 10px 0px;
    border: 1px solid #336699;
    box-shadow:6px 6px 3px #aaaaaa;
    border-radius: 10px;
    top:0px;
    position:relative;
    overflow:auto;
    //animation:animateright 0.4s;
}
.expand{
    font-weight:bold;
    font-family: Courier;
}



