body {
	width:100%;
	height:100%;
	background:url(imagini/fundal-sus.jpg) no-repeat;
	background-position:top center;
	background-color:#a6d6ec;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#tot-siteul {
	background:transparent;
	width:830px;
	min-height:100%;
	margin:0 auto;
	z-index:10;
	position:relative;
	overflow:hidden;
}

h1 {
	margin-bottom:10px;
	font-size:18px;
	color:#00a890;
	border-bottom:1px solid #00a890;
}

p {
	margin-bottom:10px;
	font-size:12px;
}


/* Partea stanga */

#cabinet-stomatologic-stanga {
float:left;
overflow:hidden;
width:180px;
}

#logo {
height:253px;
width:180px;
}

/* Meniu */

#navlist {
    font-family:Arial, Helvetica, sans-serif;
    font-size:1em;
    font-weight:bold;
    list-style:none;
	
}
#navlist a {
    display:block;
	margin-top:2px;
	line-height:37px;
	text-align:center;
    width:160px;
	height:37px;
    color:#fff;
    text-decoration:none;
    background-image:url(imagini/buton-meniu.gif);
	background-repeat:repeat-x;
	background-position:0 0;
    padding:7px 10px 6px 10px;
}
#navlist a:hover { 
    background-position:0 -50px;
}
#navlist a:active {
    background-position:0 -100px;
}

/* Partea dreapta */

#cabinet-stomatologic-dreapta {
float:right;
width:615px;
}

#cabinet-stomatologic-dreapta-header {
background:url(imagini/bg-continut.gif) repeat-y;
border-bottom:3px solid;
border-color:#759a44;
border-top:2px solid;
color:#333;
margin-bottom:20px;
margin-top:44px;
overflow:hidden;
padding:10px 15px;
width:585px;
}

#cabinet-stomatologic-dreapta-text {
background:url(imagini/bg-continut.png) repeat-y;
border-bottom:3px solid #00a890;
border-color:#00a890;
border-top:2px solid #00a890;
color:#333;
overflow:hidden;
padding:10px;
width:595px;
}

/* Footer */

#footer {
	background-image:url(imagini/bg-footer.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	height:144px;
	width:100%;
}

#continut-footer {
	width:960px;
	height:144px;
	margin:0 auto;
	background-image:url(imagini/bg-continut-footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

/* formulare */

input {
	border:1px solid #00a890;
	padding:2px;
	font-size:11px;
}

select {
	border:1px solid #00a890;
	padding:2px;
	font-size:11px;
}

textarea {
	border:1px solid #00a890;
	padding:2px;
	font-size:11px;
}

label {
	overflow:hidden;
	width:380px;
}

form {
		font-size:12px;
}

/* ################################################################ */

.basic  {
	width: 590px;
}
.basic div {

}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: white;
	background-color: #00a890;
	border-bottom: 1px solid #FFF;
}

.basic a:hover {
	background-color: #9e7240;
}
.basic a.selected {
	background-color: #666;
}
