@charset "utf-8";
/* CSS Document */

body {
	background-image: url(/images/back.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #171717;
}

.continut {
font-family: "Trebuchet MS", Arial;
font-size:11px;
color: #FFFFFF;
}

.footer {
font-family: "Trebuchet MS", Arial;
font-size:11px;
color: #89d43c;
}


.headContent {
font-family: "Trebuchet MS", Arial;
font-size:10px;
color: #FFFFFF;
}

.headContent2 {
font-family: "Trebuchet MS", Arial;
font-size:11px;
color: #FFFFFF;
}

.input-box {
	border: 1px solid #FFFFFF;
	font-family: "Trebuchet MS", Arial;
	font-size:11px;
	color: #3CAAD3;
	background: #000000;
	padding: 4px;
}

.input-box2 {
	border: 1px solid #3CAAD3;
	font-family: "Trebuchet MS", Arial;
	font-size:11px;
	color: #FFFFFF;
	background: #000000;
	padding: 4px;
}

.meniu {
	font-family: Arial;
	color: #FFFFFF;
	font-size:14px;
}

.meniu_mare {
	font-family: "Trebuchet MS", Arial;
	color: #FFFFFF;
	font-size:16px;
}
.meniu_mare2 {
	font-family: "Trebuchet MS", Arial;
	color: #FFFFFF;
	font-size:13px;
}

.proiect1 {
	font-family: "Trebuchet MS", Arial;
	color: #FFFFFF;
	font-size:22px;
	padding-left: 20px;
	text-align:left;
}

.proiect2 {
	font-family: "Trebuchet MS", Arial;
	color: #FFFFFF;
	font-size:14px;
	padding-right: 20px;
	text-align:right;
}

.proiect3 {
	font-family: "Trebuchet MS", Arial;
	color: #FFFFFF;
	font-size:12px;
	text-align:center;
}

.proiect4 {
	font-family: "Trebuchet MS", Arial;
	color: #FFFFFF;
	font-size:18px;
	text-align:right;
	padding-right: 30px;
}

.proiect5 {
	font-family: "Trebuchet MS", Arial;
	color: #FFFFFF;
	font-size:20px;
	text-align:left;
	padding-left: 25px;
}

.proiect6 {
	font-family: "Trebuchet MS", Arial;
	color: #FFFFFF;
	font-size:12px;
	text-align:center;
}

.submit-button {
	border: 1px solid #FFFFFF;
	font-family: "Trebuchet MS", Arial;
	font-size:11px;
	color: #000000;
	background: #89d43c;
	padding: 2px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.afiseaza {
	display: inline;
}

.nuAfisa {
	display: none;
}

.selectat {
	border: 1px solid #FFFFFF; 
	background: #89d43c;
	color: #000000;
}

.deselectat {
	border: 0px; 
	color: #FFFFFF;
}

a.nou:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.nou:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.nou:hover {
	text-decoration: none;
	color: #89d43c;
}
a.nou:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.nou2:link {
	color: #89d43c;
	text-decoration: none;
}
a.nou2:visited {
	text-decoration: none;
	color: #89d43c;
}
a.nou2:hover {
	text-decoration: underline;
	color: #89d43c;
}
a.nou2:active {
	text-decoration: none;
	color: #89d43c;
}

a.nou3:link {
	color: #89d43c;
	text-decoration: none;
}
a.nou3:visited {
	text-decoration: none;
	color: #89d43c;
}
a.nou3:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.nou3:active {
	text-decoration: none;
	color: #89d43c;
}

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

a.galben:link {
	color: #e5f646;
	text-decoration: none;
}
a.galben:visited {
	text-decoration: none;
	color: #e5f646;
}
a.galben:hover {
	text-decoration: underline;
	color: #e5f646;
}
a.galben:active {
	text-decoration: none;
	color: #e5f646;
}
.content
{
 	padding:10px 30px;
}
#contactFormContainer
{
	position:fixed;
	right: 100px;
	top:0;
}
#contactForm
{
	height:390px;
	width:257px;
	font-family: Arial;
	font-size: 12px;
	background-image:url('bkg.jpg');
	display:none;
}
#contactForm fieldset
{
	padding-left:10px;
	padding-top:10px;
	border:none;
}      
#contactForm label
{
	display:block;
	color:#000;
}      
#contactForm input[type=text]
{
	display:block;
	background-color: #85cc3c;
	border:solid 1px #639035;
	width:100%;
	margin-bottom:5px;
}  
#contactForm textarea
{
	display:block;
	background-color: #85cc3c;
	border:solid 1px #639035;
	width:100%;
	margin-bottom:5px;
}  
#contactForm input[type=submit]
{
	background-color:#000000;
	border:solid 1px #639035;
	color:#ffffff;
	height: 25px;
}                
#contactLink
{
	height:40px;
	width:257px;
	background-image:url('slidein_button.png');
	display:block;
	cursor:pointer;
}
#messageSent
{
	color:#000000;
	display:none;
}