/* CSS Document */

body {
	background-color:#FFFFFF;
	margin:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#009;
	
	/* OPTIONAL BACKGROUND IMAGE
	
	background-image:url(_images/backgrounds/main.jpg);
	background-position:center;
	background-repeat:repeat-y;
	
	*/
}

a {
	color:#999999;
}

a:hover {
	text-decoration:none;
	color: #F09;
}

textarea,input,submit {
	background-color:#eeeeee;
	color:#666666;
	padding:5px;
	border:none;
	margin:3px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:200%;
	color:#006;
	font-weight:bold;
}

/* ZONE CE CONTIN IMAGINE SIGLA SI TITLU PAGINII WEB */

#title {
	margin:0 auto 0 auto;
	text-align:center;
	margin-bottom:25px;
}

#title p {
	font-variant:small-caps;
	letter-spacing:2px;
}

/* PROPRIETATI A IMAGINII HEDERULUI */

#title img {
	border:none;
}

/* ZONA CE INCLUDE TOT CONTINUTUL */

#container {
	width:800px;
	margin:0 auto 0 auto;
}

/* SIDEBAR-UL DIN CONTAINER */

#sidebar {
	width:200px;
	float:right;
}

#sidebar h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:right;
	font-size:200%;
	color:#626477;
	border-bottom:1px dashed #eeeeee;
}

#sidebar p {
	line-height:20px;
}
#sidebar p1{
	line-height:14px;
}

/* MENIU */

#menu {
	text-align:right;
}

#menu a {
	color:#999999;
	background-image:url(_images/backgrounds/a.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:10px;
	line-height:15px;
	text-decoration:none;
}

#menu a:hover {
	color:#cccccc;
	background-image:url(_images/backgrounds/a_hover.jpg);
}


/* ZONA DE LANGA SIDEBAR */

#content {
	margin-right:220px;
	padding-right:20px;
	border-right:1px solid #cccccc;
	background-image:url(_images/backgrounds/content.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

#content h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:left;
	font-size:200%;
	color:#626477;
	border-bottom:1px dashed #eeeeee;
	padding-top:15px !important;
	padding-top:0;
	background-image:url(_images/backgrounds/ujcarvl_logo_h1.png);
	background-position:right 30px;
	background-repeat:no-repeat;
}

#content p {
	line-height:20px;
	text-indent:15px;
}
#content p1 {
	line-height:15px;
	text-indent:15px;
	font-size: 10px;
	color: #999;
}

#content ol,ul {
	line-height:25px;
}

#content li {
	list-style-image:url(_images/backgrounds/li.gif);
}

/* FOOTER */

#footer {
	width:780px;
	margin:0 auto 0 auto;
	padding:10px;
	text-align:center;
	border-top:1px dashed #cccccc;
}
#footer {
	color: #666;
}
#footer #footer {
	color: #999;
}

#container #content table tr td {
	color: #00F;
}
