@CHARSET "UTF-8";
.all {
	position: absolute;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
}
.top-left {
	width: 400px;
	margin-left: 8px;
	height: 180px;
	float: left;
	background: #d7d7d7;
}
.top-right {
	margin-left: 208px;
	width: 783px;
	height: 180px;
}
.flag-ro {
	position: absolute;
	margin-left: 30px;
	width: 70px;
	height: 26px;
	bottom: 50px;
	padding: 0 0 0 7px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 13px;
	color: #333333;
}
.flag-en {
	position: absolute;
	margin-left: 110px;
	width: 70px;
	height: 26px;
	bottom: 50px;
	padding: 0 0 0 7px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 13px;
	color: #333333;
}
.flag-ro:hover, .flag-en:hover {
	background: #333333;
	color: #d7d7d7;
	cursor: pointer;
}
.flag-img {
	position: relative;
	width: 35px;
	margin-right: 7px;
	top: 4px;
}
#motto {
	position: absolute;
	right: -80px;
	bottom: 0;
	width: 500px;
	height: 40px;
	background: url(../img/motto.png) no-repeat center;
}
.menu {
	position: relative;
	margin-left: 8px;
	width: 983px;
	height: 35px;
	overflow: visible;
	text-wrap: none;
	background: #444444;
}
.menu-item {
	position: absolute;
	width: 197px;
	height: 35px;
	color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	size: 14px;
	text-align: center;
	line-height: 35px;
	cursor:pointer;
	z-index: 0;
}
.selected {
	position: absolute;
	width: 197px;
	height: 35px;
	background: #464588;
}
.menu-item:hover {
	background: #464588;
}
.menu-item a, .menu-item a:hover, .menu-item a:active, .menu-item a:visited {
	color: #EEEEEE;
	z-index: 20;
	text-decoration: none;
}
.submenu {
	position: absolute;
	top: 215px;
	width: 196px;
	color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	size: 14px;
	text-align: center;
	line-height: 35px;
	cursor:pointer;
	z-index: 40;
	background: #444444;
}
.submenu-item {
	float: top;
	width: 196px;
	height: 35px;
	color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	size: 14px;
	text-align: center;
	line-height: 35px;
	cursor:pointer;
	z-index: 0;
}
.submenu-item a, .submenu-item a:hover, .submenu-item a:active, .submenu-item a:visited {
	color: #EEEEEE;
	z-index: 20;
	text-decoration: none;
}
.submenu-item:hover {
	background: #464588;
}
.hoverfloat {
	position: absolute;
	width: 196px;
	height: 35px;
	background: #464588;
	left: 0;
}
.separator {
	float: left;
	width: 1px;
	height: 35px;
	background: center no-repeat #464588;
}
.content-all {
	position: absolute;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	top: 215px;
	z-index: 0;
}
.content {
	position: relative;
	top: 0;
	width: 100%;
	background: center repeat-y url(../img/content.png);
	min-height: 900px;
}
.content-bottom {
	position: relative;
	top: 0;
	width: 100%;
	background: center top no-repeat url(../img/content-bottom.png);
	height: 15px;
}
.cont-left {
	position: absolute;
	left: 8px;
	height: 100%;
	width: 200px;
}
.cont-right {
	position: absolute;
	left: 230px;
	height: 100%;
	width: 700px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.cont-submenu {
	position: absolute;
	left: 0;
	top: 80px;
	width: 197px;
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 35px;
	cursor:pointer;
	z-index: 40;
}
.cont-submenu-item {
	float: top;
	width: 197px;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	cursor:pointer;
	z-index: 0;
}
.cont-submenu-item a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	cursor:pointer;
	text-decoration:none;
	color:#333333;
}
.cont-submenu-item:hover{
	background: #333333;
	color: #EEEEEE;
}
.cont-submenu-item:hover a{
	color: #EEEEEE;
}
#title {
	postion: absolute;
	width: 500px;
	height: 50px;
	color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 18px;
	padding-left:30px;
	line-height: 47px;
	background: url(../img/title.png) no-repeat center;
}
.tabel {
	width: 600px;
	border-color: #DDD;
}
.tabel td {
	padding: 5px 10px 5px 10px;
}
.head {
	background: #555555;
	color: #EEEEEE;
	text-align: center;
	font-weight: bold;
}
.special {
	font-weight: bold;
	background: #9494d1;
}
.success, .error {
	width: 100%;
	text-align: center;
}
.success {
	color: green;
}
.error {
	color: red;
}