html {
	height: 100%;
	width: 100%;
}

body {
	background-color: #000000;
	background-image:url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	font-family: verdana;
	font-size: 10px;
	color: #9c5410;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

td {font: 10px verdana; color:#9c5410; background-color: #251A10; }
a { text-decoration: none; }

span.hidden { display: none; }

/* Contact form stuff */

#contactform {
	margin: 0;
	width: 400px;
	background: #251A10;
	padding: 1px;
}
#contactform * {
	font-family: verdana;
	color: #9c5410;
	font-size: 11px;
}
#contactform ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
#contactform li {
	margin: 0 0 0 0;
	padding: 10px;
	background: #251A10;
}
#contactform li.buttons {
	margin: 0;
	overflow: hidden;
}
#contactform label {
	margin: 0;
	width: 60px;
	display: block;
	float: left;
	padding: 5px 10px 2px 0;
}
#contactform input.text {
	width: 300px;
	border: 1px solid #c8c8c8;
	padding: 2px;
	margin: 0;
	background: #ec882f;
}
#contactform textarea {
	width: 300px;
	border: 1px solid #c8c8c8;
	padding: 2px;
	height: 80px;
	background: #ec882f;
}
#contactform li.buttons input {
	padding: 0px;
	width: auto;
	float: right;
	margin: 0 0 0 5px;
}

.input_button {
	width:80px;
	height:18px;
	font: 10px verdana;
	color: #000000;
	background:#000000;
	vertical-align:middle;
	padding-left:3px;
	border: 1px solid #c8c8c8;
}

p#success {
	width: 300px;
	padding: 3px 0px;
	background: #92FFA5;
	border: 1px solid #009218;
	color: #009218;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
		
p#bademail, p#badserver {
	width: 300px;
	padding: 3px 0px;
	background: #FFA3A1;
	border: 1px solid #D00D00;
	color: #D00D00;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

/* main menu */

a.noutati-rollover {
	display: block;
	width: 156px;
	height: 53px;
	background: url(../images/m_noutati.jpg) 0 0 no-repeat;
	text-decoration: none;
}

a.noutati-rollover:hover {
	background-position: -156px 0;
}

a.noutati-active, a.noutati-active:hover {
	display: block;
	width: 156px;
	height: 53px;
	background: url(../images/m_noutati.jpg) -156px 0 no-repeat;
	text-decoration: none;
}

a.program-rollover {
	display: block;
	width: 146px;
	height: 53px;
	background: url(../images/m_program.jpg) 0 0 no-repeat;
	text-decoration: none;
}

a.program-rollover:hover {
	background-position: -146px 0;
}

a.program-active, a.program-active:hover {
	display: block;
	width: 146px;
	height: 53px;
	background: url(../images/m_program.jpg) -146px 0 no-repeat;
	text-decoration: none;
}

a.parteneri-rollover {
	display: block;
	width: 154px;
	height: 53px;
	background: url(../images/m_parteneri.jpg) 0 0 no-repeat;
	text-decoration: none;
}

a.parteneri-rollover:hover {
	background-position: -154px 0;
}

a.parteneri-active, a.parteneri-active:hover {
	display: block;
	width: 154px;
	height: 53px;
	background: url(../images/m_parteneri.jpg) -154px 0 no-repeat;
	text-decoration: none;
}

a.dacorum-rollover {
	display: block;
	width: 159px;
	height: 53px;
	background: url(../images/m_dacorum.jpg) 0 0 no-repeat;
	text-decoration: none;
}

a.dacorum-rollover:hover {
	background-position: -159px 0;
}

a.dacorum-active, a.dacorum-active:hover {
	display: block;
	width: 159px;
	height: 53px;
	background: url(../images/m_dacorum.jpg) -159px 0 no-repeat;
	text-decoration: none;
}

a.contact-rollover {
	display: block;
	width: 151px;
	height: 53px;
	background: url(../images/m_contact.jpg) 0 0 no-repeat;
	text-decoration: none;
}

a.contact-rollover:hover {
	background-position: -151px 0;
}

a.contact-active, a.contact-active:hover {
	display: block;
	width: 151px;
	height: 53px;
	background: url(../images/m_contact.jpg) -151px 0 no-repeat;
	text-decoration: none;
}

h1 {
	font-family: verdana;
	font-size: 14px;
	color: #9c5410;
	text-transform: uppercase;
	line-height: 14px;
}

h2 {
	font-family: verdana;
	font-size: 12px;
	color: #ec882f;
	text-transform: uppercase;
	line-height: 12px;
}

a.simple:link, a.simple:active, a.simple:visited {
	font-size: 10px;
	color: #9c5410;
	text-decoration: none;
}

a.simple:hover {
	color: #ec882f;
	text-decoration: none;
}
