html,
body {
   margin:0;
   padding:0;
   height:100%;
}


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
	
}

#body {
	padding-bottom:150px; 
}

#logo {
	position: absolute;
	z-index: 3;
}

#container {
	min-height:100%;
	position:relative;
	background: url(images/back_left.jpg) top left repeat-y;
}

#header {
	width: 100%;
	height:100px;
	background: #202e6a;
	border-bottom: 1px solid #FFF;
}

#noutati {
	width: 100%;
	height:25px;
	background: #00174e;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	position: relative;
}

#stanga {
	width: 15%;
	background: #a5a6a6;
	float: left; 
	margin-bottom: 1px;
	height:100%;
	min-height: 100%;
}

#centru {
	width: 45%;
	float: left; 
	margin-bottom: 1px;
}

#dreapta {
	width: 40%;
	float: right; 
	margin-bottom: 1px;
	text-align:center;
	padding: 30px 0px;
}

#footer {
	
	position:absolute;
		bottom:0;
		width:100%;
		height:100px;			/* Height of the footer */
		background:#696a6a url(images/back_footer4.jpg) top center no-repeat;
	padding-top: 15px;	
	text-align:center;
	border-top: 1px solid #FFF;
	color:#FFF;
	
	/*width: 100%;
	clear: both;
	background: #696a6a;
	height: 100px;
	color:#FFF;
	padding-top: 35px;
	text-align:center;
	margin-top: 1px;*/

}

.input-box {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #4d6efe;
	border: 1px solid #bbbbbb;
	padding: 5px 7px;
	width: 200px;
	background: url(/images/back_input.png) bottom left repeat-x;
}

.input-box2 {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #4d6efe;
	border: 1px solid #bbbbbb;
	padding: 5px 7px;
	width: 216px;
	background: url(/images/back_input.png) bottom left repeat-x;
}


#meniu li {
	padding-top: 5px;
	color: #FFF;
}

#meniu a {
	color: #FFF;
	text-decoration: none;
}

#meniu a:hover {
	text-decoration: underline;
	font-weight:bold;
}

a.alb:link {
	color: #FFF;
	text-decoration: none;
}
a.alb:visited {
	text-decoration: none;
	color: #FFF;
}
a.alb:hover {
	text-decoration: underline;
	color: #FFF;
}
a.alb:active {
	text-decoration: none;
	color: #FFF;
}
