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

@import url(menuUp.css);


html,body{
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-image: url(images/backgr_body.jpg);
}
body{
	behavior: url(/fileadmin/templates/csshover.htc);  /* se folseste atunci cand avem nevoie sa transformam in IE6 LI:HOVER sa fie functional */	
}

html {
     overflow: -moz-scrollbars-vertical;
}
* {
	margin:0;
	padding:0;
	color:#87888A;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
a:active, a:focus{outline: none}

div#mainContainer {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:906px;
	background:#FFFFFF;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	background-image:url(images/content_main_bgr.jpg);
	background-repeat:repeat-y;
	
}

#languageBox {
	text-align:right;
	height:18px;
	padding-bottom:3px;
}
.languages {
	padding-right:10px;
	padding-top:4px;
	color:#98CB03;
}
.languages a,
.languages .noLink{
	color:#98CB03;
}
.languages a:hover {
	text-decoration:none;
	color:#A8A8A8;
}

.languages .sel{
	font-weight:bold;
	background-color:#98CB03;
}
.languages .sel a{
	color:#FFFFFF;
	padding:1px;
}
#mainContent {
}

#leftColumn {
	float:left;
	width:182px;
	position:relative;
}

#rightColumn {
	float:left;
	width:724px;
}
#contentBox {
	margin-left:22px;
	margin-right:29px;
	width:673px;
}

.logo {
	margin-left:21px;
	margin-top:12px;
	margin-bottom:22px;
}
.leftContent {
	margin-top:20px;
	position:relative;
}

#contentBoxUp {
	margin-top:26px;
	margin-bottom:15px;
}

#contentMiddle {
	width:673px;
}
#contentMiddle .contentLeft {
	width:467px;
	float:left;
}
#contentMiddle .contentRight {
	width:191px;
	float:left;
	margin-left:15px;
}
#contentMiddle .content p{
	padding-bottom:10px;
}
#contentMiddle .contentLeft a {
	text-decoration:underline;
}

#contentMiddle .contentLeft a:hover {
	text-decoration:none;
}

.postIt {
	position:absolute;
	z-index:10;
	margin-top:-10px;
	margin-left:20px;
}



/* FCE */
.fceTwoCols {}
.fceTwoCols .left{
	width:467px;
	float:left;
}
.fceTwoCols .right{
	width:191px;
	float:left;
	margin-left:15px;
}

.clear {
	clear:both;
	font-size:0;
	height:0;
}
/*
***************************************************************************
* 
*/
/*
* styles for footer 
* 
*/
div#mainfooter {
	position:absolute;
	width:906px;
	bottom:0; /* stick to bottom */
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	height:37px;
}


/* LAST ITEM */

.menuProgramm ul {
	list-style:none;
	width:160px;
}
.menuProgramm li.root {
	color: #55A3D4;
	background-image: url(images/arrow_black.gif);
	background-repeat: no-repeat;
	background-position: 9px 4px;
	display:block;
	text-transform:uppercase;
}
.menuProgramm li.root a{
	background-image: url(images/none.gif);
	margin-left:8px;
	padding:2px;
	padding-left:15px;
	display:block;
	color:#979799;
}

div.contentLeft .content ul{
	margin-left:30px;
	margin-top:10px;
	margin-bottom:10px;
}
div.contentLeft .content li{
}

.fceQuickLinks .contentBox table.imgtext-table td{
	border:1px solid #FFFFFF;
	padding:1px;
}

.tx-reeaflashthickbox-pi1 {
	padding-left:2px;
}


.newsletterSubscribe {
	padding-left:10px;
}

.newsletterSubscribe .username_label {
	font-weight:bold;
}
.newsletterSubscribe .inputf {
	border:1px solid #000000;
	font-size:11px;
	width:92px;
}
.newsletterSubscribe .button {
	padding-top:5px;
	padding-bottom:10px;
}
.newsletterSubscribe .submitBut {
	background-color:#EFEFEF;
	color:#000000;
	padding:0px;
	border:0;
	width:73px;
	margin-left:5px;
	font-size:11px;
	border:1px solid #000000;
}
.directMailSubscr .button1 {
	background-color:#EFEFEF;
	color:#000000;
	padding:0px;
	border:0;
	font-size:11px;
	border:1px solid #000000;
}
.directMailSubscr .inputf {
	border:1px solid #000000;
	font-size:11px;
	width:250px;
}

.error {
	color:#FF0000;
}

.menuLeft ul{
	width:182px !important;
	width:162px;
}

fieldset.tx-powermail-pi1_fieldset {
	background-color:#FFFFFF;
	border:1px solid #AAAAAA;
	padding:10px;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_text, fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea, fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	width:210px;
	border:1px solid #AAAAAA;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	font-weight:bold;
	margin:20px 0 10px 200px;
	border:1px solid #AAAAAA;
	color:#666666;
}

div#mainFooter {
		position:absolute;
		width:906px;
		bottom:0; /* stick to bottom */
		background-image:url(images/footer_bg.jpg);
		background-repeat:no-repeat;
		height:30px;
}
.copyright {
	border-top:1px solid #CBD1C3;
	padding-top:5px;
	padding-left:10px;
}
.contactBox {
	position:absolute;
	bottom:0px;
	width:158px;
	margin-bottom:24px;
	border-bottom:1px solid #CBD1C3;
	display:none;
}
.contact {
	padding-left:5px;
	padding-bottom:10px;
}
.contact p {
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.contact a {
	font-size:9px;
	text-transform:lowercase;
}
.fceDottedLine {
	margin-top:10px;
	padding-bottom:10px;
}

.boxDate {
}

.boxDate .image{
	float:left;
	width:161px;
}
.boxDate .rightBoxDate {
	float:right;
	width:305px;
}
.boxDate .rightBoxDate .title{
	padding-bottom:10px;
}
#contentMiddle .contentLeft .boxDate .rightBoxDate H3{
	color:#87888A;
	background-image:none;
	padding-bottom:10px;
	display:inline;
}
.boxDate .rightBoxDate .date{
	font-weight:bold;
	padding-left:5px;
}