html {
	overflow-y: scroll;
}

body, textarea {
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	background-color: white;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS",trebuchet,tahoma,sans-serif;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 20px;
}

a, a:visited, a:active {
	text-decoration: none;
	color: #777777;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
	vertical-align: middle;
}

#the_main_footer {
	text-align: center;
	border-top: 1px dashed #cccccc;
	padding-top: 20px;
	margin: 20px 0px;
}

#the_header {
	background: #ffffff url(../images/headers/maini.jpg) top center no-repeat;
	height: 100px;
	text-align: center;
}

#the_main_table {
	width: 800px;
}

/* the menu */
#the_menu {
	position: relative;
	width: 812px;
	height: 120px;
	margin: 0 auto;
}

/* the top menu */
#the_top_menu {
	background-image: url(../images/topmenu-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	width: 702px;
	height: 101px;
	position: absolute;
	top: -25px;
	left: 35px;
}

#the_top_menu div.first {
	background-image: url(../images/topmenu-right.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 40px;
	height: 101px;
}

#the_top_menu div.second {
	background-image: url(../images/topmenu-fillx.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 101px;
	text-align: center;
	padding-top: 45px;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
}

#the_top_menu a, #the_top_menu a:active, #the_top_menu a:visited {
	color: black;
	padding: 0px 7px;
}

/* the top sub menu */

#the_top_menu2 {
	background-image: url(../images/submenu-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	height: 42px;
	width: 612px;
	position: absolute;
	top: 60px;
	left: 100px;
}

#the_top_menu2 div.first {
	background-image: url(../images/submenu-right.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
	height: 42px;
}

#the_top_menu2 div.second {
	background-image: url(../images/submenu-fillx.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	height: 42px;
	text-align: center;
}

#the_top_menu2 a, #the_top_menu2 a:active, #the_top_menu2 a:visited {
	font-family: Georgia, Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: white;
	padding: 0px 10px;
}

/* stiluri pe pagini */
#resurse_inregistrari .hovered {
	background-color: #eeeeee;
	color: #555555;
}

#contact_information {
	text-align: center;
	padding: 30px;
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 3px;
}
