/* CSS Document */

/* Elemente Globale */

body {
	margin-top:10px;
	font-family:verdana;
	font-size:12px;
	color:#555555;
	background:url(images/bkg.jpg) top repeat-x;
}
a {
	color:#777;
	text-decoration:none;
}
h1 {
	color:#b60000;
	font-weight:bold;
	width:150px;
	border-bottom:2px dotted #b60000;
	font-size:12px;
	padding-top:5px;
}
p {
	font-size:11px;
}
a:hover {
	color:#b60000;
}

#container{
	padding:10px;
	border:2px solid #999999;
	width:722px;
	margin-left: auto; 
	margin-right: auto;
	background:#FFFFFF;
}

/* Elemente din Banner */

#top {
	width:720px;
	height:237px;
	background: top no-repeat url(images/hd.jpg);
}
#top ul {
	margin:0;
	padding:15px 15px 0 0;
}
#top li {
	display:inline;
	}

#top a:hover{
	color:#b60000;
}
/* Elemente butoane laterale */

#left {
	float:left;
	width:150px;
	padding:0 10px 0 10px;
	margin:0;
}
.butoane {
	background:#777777;
	width:150px;
	margin:0;
}
.butoane a{
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;

}
.butoane a:hover {
	color:#b60000;
}
.butoane ul{
	margin:0;
	padding:0 5px 0 5px;
	list-style:none;
}
.butoane li {
	border-bottom:1px solid #fff;
	padding:7px 0 7px 3px;
	height:14px;

}
#scris {
	float:left;
	width:90px;
}
#sageata {
	float:right;
	padding-right:5px;
}
.active {
	color:#b60000;
}


/* Elemente continut principal */

#right {
	float:left;
	margin-bottom:15px;
	padding:0 10px;
	border-left:1px solid #b60000;
	width:520px;

}

#content {
	width:520px;
	padding-left:10px;
	background:#eeeeee;
	overflow:hidden;
}

#split_stanga {
	float:left;
	width:270px;
	padding:0 10px 10px 0;
}
#split_stanga img {
	padding-right:5px;
}
#split_dreapta{
	float:left;
	width:225px;
	padding-left:10px;
}
#detalii{
	font-size:11px;
}
#detalii a{
	color:#b60000;
}
#cadastru {
	font-size:11px;
	}
/* Elemente specifice afisarii de inregistrari din DB */
#inregistrare {
	width:500px;
	border-bottom:2px dotted #777;
	margin-top:5px;
	min-height:150px;
}
.imagine{
	width:130px;
	height:130px;
	border:3px solid #FFFFFF;
	margin-right:10px;
}
#splitter{
	width:500px; 
	background:#b60000;
	margin-top:10px;
	font-size:11px;
	color:#FFFFFF;
	padding-left:10px;
	}
#shortcut{
	
	font-size:11px;
	}
	#shortcut a{
		color:#555;
		}
	#shortcut a:hover{
		color:#b60000;
		}
	#shortcut ul{
		list-style:none;
		margin-left:50px;
		}
	#shortcut ul li{
		display:inline;
		border:1px solid #555;
		margin:10px;
		padding:0 10px 0 10px;
		}
/* Bara jos */
	
#footer {
	width:710px;
	clear:left;
	font-size:9px;
	color:#777;
	border-top:2px dotted #777;
}
#footer a { 
	font-size:9px;
}

	
